comparison src/ChangeLog @ 422:95016f13131a r21-2-19

Import from CVS: tag r21-2-19
author cvs
date Mon, 13 Aug 2007 11:25:01 +0200
parents 41dbb7a9d5f2
children 11054d720c21
comparison
equal deleted inserted replaced
421:fff06e11db74 422:95016f13131a
1 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
2
3 * XEmacs 21.2.19 is released
4
5 1999-07-27 Jeff Miller <jmiller@smart.net>
6
7 * add a "#ifdef HAVE_MENUBARS" wrapper to gui.c around
8 menubar_show_keybindings.
9
10 1999-07-23 SL Baur <steve@miho>
11
12 * mule-charset.c (syms_of_mule_charset): Delete duplicated
13 definition of Qccl_program.
14
15 * mule-ccl.h: Make a global declaration of it here.
16
17 1999-07-20 Bob Weiner <weiner@beopen.com>
18
19 * s/sco7.h: Added from rr@sco.com.
20
21 1999-06-25 MORIOKA Tomohiko <tomo@etl.go.jp>
22
23 * mule-ccl.c (ccl_driver): Fix `CCL_WriteMultibyteChar2'.
24
25 1999-06-24 MORIOKA Tomohiko <tomo@etl.go.jp>
26
27 * file-coding.c (mule_decode): Setup `str->ccl.last_block'.
28 (mule_encode): Likewise.
29
30 * mule-ccl.c (Qccl_program): New variable.
31 (CCL_SUSPEND): New macro.
32 (CCL_INVALID_CMD): New macro.
33 (CCL_READ_CHAR): Don't regard as invalid command while processing
34 the last block even if input is empty; use
35 `CCL_STAT_SUSPEND_BY_SRC' instead of `CCL_STAT_SUSPEND'.
36 (vars_of_mule_ccl): Setup `Qccl_program' and `Qccl_program_idx'.
37
38 * mule-ccl.h (CCL_STAT_SUCCESS): Moved from mule-ccl.c.
39 (CCL_STAT_SUSPEND_BY_SRC): Imported from Emacs 20.3.10.
40 (CCL_STAT_SUSPEND_BY_DST): Likewise.
41 (CCL_STAT_INVALID_CMD): Moved from mule-ccl.c; change value from 2.
42 (CCL_STAT_QUIT): Moved from mule-ccl.c; change value from 3.
43
44 1999-05-04 Ken'ichi Handa <handa@gnu.org>
45
46 * mule-ccl.h (struct ccl_program): New member stack_idx.
47
48 * mule-ccl.c (ccl_prog_stack_struct): Declare it as static.
49 (ccl_driver): Setup stack_idx and ccl_prog correctly. Update them
50 before returing.
51 (setup_ccl_program): Initialize ccl->stack_idx to 0.
52
53 1998-10-12 Kenichi Handa <handa@etl.go.jp>
54
55 * mule-ccl.c (CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the
56 definitions.
57
58 1998-08-18 Kenichi Handa <handa@etl.go.jp>
59
60 * mule-ccl.c (CCL_READ_CHAR): If eof is encounterd while
61 processing the last block, don't just finish but processes eol
62 block of the current CCL program.
63 (ccl_driver): Add a new jump label ccl_repeat for the above
64 change.
65
66 1998-04-15 Kenichi Handa <handa@etl.go.jp>
67
68 * mule-ccl.c: Typo in comments fixed.
69 (Qccl_program_idx): New variables.
70 (CCL_ReadMultibyteChar2): Macro name changed from
71 CCL_ReadMultibyteCharacter.
72 (CCL_WriteMultibyteChar2): Macro name changed from
73 CCL_WriteMultibyteChar2.
74 (ccl_driver): Adjusted for the above changes.
75 (resolve_symbol_ccl_program): New function.
76 (Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
77 program. If CCL-PRGRAM is a vector, convert symbols in it to ID
78 numbers by resolve_symbol_ccl_program.
79 (Fccl_execute_on_string): Likewise.
80 (Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
81 convert symbols in it to ID numbers by resolve_symbol_ccl_program.
82
83 1998-01-21 Kenichi Handa <handa@etl.go.jp>
84
85 * mule-ccl.h: (struct ccl_program): New member private_state.
86
87 * mule-ccl.c
88 (CCL_Call): Fix the comment.
89 (CCL_ReadMultibyteCharacter, CCL_WriteMultibyteCharacter): New
90 macros for CCL Commands.
91 (EXCMD): New macro.
92 (ccl_driver): New case lable `CCL_Extention'.
93 (setup_ccl_program): Initialize the member `private_state' of CCL.
94
95 1999-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
96
97 * keymap.c (copy_keymap_internal): Inherit the default binding.
98
99 1999-07-14 Kazuyuki IENAGA <kazz@imasy.or.jp>
100
101 * event-Xt.c (handle_focus_event_1): Re-enable Motif/XIM to get
102 focus the event (XIM_focus_event).
103 (emacs_Xt_handle_magic_event): No side effect on Motif/XIM because
104 XIM_SetGeometry does nothing in input_method_motif.c, but re-unify
105 the interface for future use (XIM_SetGeometry).
106 * redisplay-x.c (x_output_string): Re-enable Motif/XIM to set spot
107 location (XIM_SetSpotLocation).
108 (x_output_eol_cursor): Ditto.
109
110 1999-07-17 Gunnar Evermann <ge204@eng.cam.ac.uk>
111
112 * gdbinit (pobj): change lrecord_foo to &lrecord_foo to match
113 Olivier's change to lrecord.h of 1999-04-22
114
115 1999-07-20 Robert Pluim <rpluim@bigfoot.com>
116
117 * gutter.c (redraw_exposed_gutter): Change type of pos from
118 enum toolbar_pos -> enum gutter_pos, since former is only defined
119 if toolbar support is.
120
121 1999-07-19 Andy Piper <andy@xemacs.org>
122
123 * glyphs-x.c (x_resize_subwindow): cope with widgets as well as
124 subwindows.
125
126 * gutter.c (gutter_validate): new function for the gutter specifier.
127 (specifier_type_create_gutter): declare specifier validator.
128
129 * buffer.h (INC_CHARBYTIND): add for no error checking version.
130
131 1999-07-18 Andy Piper <andy@xemacs.org>
132
133 * redisplay.c (add_emchar_rune): use XSTRING_DATA not string_data.
134
135 * glyphs-msw.c (console_type_create_glyphs_mswindows): add
136 resize_subwindow.
137 (mswindows_resize_subwindow): new function.
138
139 * gutter.c (redraw_exposed_gutter): only reset the
140 current_display_lines if non-zero.
141 (Fgutter_pixel_height): new function.
142 (Fgutter_pixel_width): new function.
143
144 * event-msw.c (mswindows_wnd_proc): set the mask of the parameter
145 we want to retrive from the tab control.
146
147 1999-07-17 Andy Piper <andy@xemacs.org>
148
149 * window.c (change_window_height): mark gutters changed when we're
150 done.
151
152 * gutter.c (specifier_vars_of_gutter): make defaults more
153 sensible.
154
155 * gutter.h (WINDOW_REAL_GUTTER_BORDER_WIDTH): adjust to be 0 for 0
156 height gutter.
157 (DEFAULT_GUTTER_WIDTH): change.
158 (DEFAULT_GUTTER_BORDER_WIDTH): change.
159
160 1999-07-18 Andy Piper <andy@xemacs.org>
161
162 * redisplay.c (add_emchar_rune): use XSTRING_DATA not string_data.
163
164 1999-07-16 Andy Piper <andy@xemacs.org>
165
166 * frame.c (Fmake_frame): call init_frame_gutters().
167
168 * redisplay.c (add_emchar_rune): use string functions if we are
169 working with a string.
170 (position_redisplay_data_type): add string element.
171
172 1999-07-15 Andy Piper <andy@xemacs.org>
173
174 * winslots.h: add real_gutter_size slots to hold the actual gutter
175 size. This is important for autodetected sizes.
176
177 * gutter.c (calculate_gutter_size): calculate size for gutters
178 that have 'autodetect size.
179
180 * redisplay-msw.c (mswindows_output_vertical_divider): adjust
181 extent of divider for gutters.
182
183 * redisplay-x.c (x_output_vertical_divider): adjust extent of
184 divider for gutters.
185
186 * scrollbar.c (update_scrollbar_instance): adjust scrollbar
187 position to take into account the gutters.
188
189 * redisplay.c (generate_modeline): adjust modeline position to
190 take into account the gutters.
191
192 1999-07-14 Andy Piper <andy@xemacs.org>
193
194 * gutter.c (frame_topmost_window): new function.
195 (frame_bottommost_window): ditto.
196 (frame_leftmost_window): ditto.
197 (frame_rightmost_window): ditto.
198
199 1999-07-13 Andy Piper <andy@xemacs.org>
200
201 * redisplay.c (calculate_display_line_boundaries): use text
202 boundaries so that gutters get handled properly.
203
204 1999-07-12 Andy Piper <andy@xemacs.org>
205
206 * glyphs-x.c (x_widget_instantiate): set the font Motif-style if
207 we're using Motif.
208
209 * redisplay-output.c (redisplay_clear_to_window_end): generalised
210 from redisplay-x.c
211
212 * redisplay-x.c (redisplay_clear_to_window_end): moved to
213 redisplay.c
214
215 * redisplay-msw.c (redisplay_clear_to_window_end): deleted.
216
217 * gutter.c: new file - implements gutters. All new functions are
218 semantically equivalent to the toolbar functions.
219 (gutter_was_visible): new function.
220 (get_gutter_coords): ditto.
221 (output_gutter): ditto.
222 (clear_gutter): ditto.
223 (update_frame_gutters): ditto.
224 (redraw_exposed_gutter): ditto.
225 (redraw_exposed_gutters): ditto.
226 (free_frame_gutters): ditto.
227 (init_frame_gutters): ditto.
228 (decode_gutter_position): ditto.
229 (Fset_default_gutter_position): ditto.
230 (Fset_default_gutter_position): ditto.
231 (Fdefault_gutter_position): ditto.
232 (gutter_after_change): ditto.
233 (Fgutter_specifier_p): ditto.
234 (recompute_overlaying_specifier): ditto.
235 (gutter_specs_changed): ditto.
236 (default_gutter_specs_changed): ditto.
237 (gutter_geometry_changed_in_window): ditto.
238 (default_gutter_size_changed_in_window): ditto.
239 (default_gutter_border_width_changed_in_window): ditto.
240 (default_gutter_visible_p_changed_in_window): ditto.
241 (syms_of_gutter): ditto.
242 (vars_of_gutter): ditto.
243 (specifier_type_create_gutter): ditto.
244 (specifier_vars_of_gutter): ditto.
245
246 * gutter.h: new file. Contains gutter constants and sizing macros
247 similar to those for the toolbar.
248
249 * winslots.h: add gutter variables.
250
251 * window.h: declare window_is_* functions.
252
253 * window.c (window_is_lowest): make non-static.
254 (window_is_highest): ditto.
255 (window_top_toolbar_height): deleted.
256 (window_bottom_toolbar_height): deleted.
257 (window_left_toolbar_width): deleted.
258 (window_right_toolbar_width): deleted.
259 (window_top_gutter_height): add gutter sizing.
260 (window_bottom_gutter_height): ditto.
261 (window_left_gutter_width): ditto.
262 (window_right_gutter_width): ditto.
263
264 * symsinit.h: declarations for gutters vars etc.
265
266 * search.c (bi_find_next_emchar_in_string): new function.
267
268 * scrollbar.c (update_scrollbar_instance): remove reference to
269 window_bottom_toolbar_height which did nothing.
270
271 * redisplay.h (struct display_line): add face indices for
272 overriding defaults in output_display_line.
273 Add gutter_changed flags and declarations.
274
275 * redisplay.c (create_string_text_block): new function, similar to
276 create_text_block but for strings. Display tables etc are used
277 from the currently selected window.
278 (generate_string_display_line): ditto. Similar to
279 generate_display_line.
280 (generate_displayable_area): generate display lines for a given
281 area on a frame. Input is the string, with associated extents, to
282 display.
283 (redisplay_frame): add gutter_changed check.
284 (redisplay_device): ditto.
285 (redisplay_without_hooks): ditto.
286
287 * redisplay-x.c (bevel_modeline): moved to redisplay.c.
288 (x_redraw_exposed_area): redraw exposed gutters.
289 (x_bevel_area): new redisplay device method.
290 (x_type_create_redisplay_mswindows): add bevel_area device method.
291 (x_output_display_block): fiddly Martin-style cleanup.
292 (x_output_vertical_divider): use bevel_area.
293
294 * redisplay-output.c (output_display_line): check display_lines
295 for face information before using defaults.
296 (bevel_modeline): new function, calls bevel_area with appropriate
297 values.
298
299 * redisplay-msw.c (bevel_modeline): moved to redisplay.c.
300 (mswindows_redraw_exposed_area): redraw exposed gutters.
301 (mswindows_bevel_area): new redisplay device method.
302 (console_type_create_redisplay_mswindows): add bevel_area device
303 method.
304
305 * indent.c (string_column_at_point): add column_at_point but for
306 strings.
307
308 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
309 instantiate widgets that we have a toolkit for.
310
311 * general.c: add Qgutter.
312
313 * frame.h (struct frame): add display lines for gutters and
314 visibility flags.
315
316 * frame.c (set_frame_selected_window): mark gutters changed.
317
318 * emacs.c (main_1): add gutter initialisation.
319
320 * device.h (struct device): add gutter_changed flag and macros to
321 manipulate it.
322
323 * console.h (struct console_methods): new bevel area redisplay
324 method.
325
326 * buffer.h (REAL_INC_CHARBYTIND): new macro for strings as
327 REAL_INC_BYTIND is for buffers.
328 (INC_CHARPTR): ditto.
329
330 * Makefile.in.in (objs): add gutter.o
331
1 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> 332 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
2 333
3 * XEmacs 21.2.18 is released 334 * XEmacs 21.2.18 is released
4 335
5 1999-07-08 SL Baur <steve@mule.m17n.org> 336 1999-07-08 SL Baur <steve@mule.m17n.org>