Mercurial > emacs
comparison src/ChangeLog @ 63385:882b78bf566b
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 13 Jun 2005 20:50:25 +0000 |
parents | 4e9862316d9a |
children | a9e682106a4d |
comparison
equal
deleted
inserted
replaced
63384:e5a2d6aee2eb | 63385:882b78bf566b |
---|---|
1 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup. | |
4 (get_phys_cursor_geometry, format_mode_line_unwind_data) | |
5 (get_line_height_property, x_produce_glyphs): Remove unused vars. | |
6 | |
7 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'. | |
8 | |
1 2005-06-13 Eli Zaretskii <eliz@gnu.org> | 9 2005-06-13 Eli Zaretskii <eliz@gnu.org> |
2 | 10 |
3 * w32term.c (x_use_underline_position_properties): New variable. | 11 * w32term.c (x_use_underline_position_properties): New variable. |
4 (x_draw_glyph_string): Remind in a comment to change doc string of | 12 (x_draw_glyph_string): Remind in a comment to change doc string of |
5 x-use-underline-position-properties if/when underline positioning | 13 x-use-underline-position-properties if/when underline positioning |
60 * w32fns.c (syms_of_w32fns): Fix spellings. | 68 * w32fns.c (syms_of_w32fns): Fix spellings. |
61 | 69 |
62 2005-06-10 Eli Zaretskii <eliz@gnu.org> | 70 2005-06-10 Eli Zaretskii <eliz@gnu.org> |
63 | 71 |
64 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument | 72 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument |
65 `verbose'; print diagnostic messages only if it is non-zero. All | 73 `verbose'; print diagnostic messages only if it is non-zero. |
66 callers changed to pass a zero value unless DEBUG_DUMP is defined | 74 All callers changed to pass a zero value unless DEBUG_DUMP is defined |
67 in the environment. | 75 in the environment. |
68 (copy_executable_and_dump_data): Print section names with %.8s. | 76 (copy_executable_and_dump_data): Print section names with %.8s. |
69 | 77 |
70 2005-06-10 Masatake YAMATO <jet@gyve.org> | 78 2005-06-10 Masatake YAMATO <jet@gyve.org> |
71 | 79 |
135 | 143 |
136 * process.h (struct process): Delete command_channel_p. | 144 * process.h (struct process): Delete command_channel_p. |
137 | 145 |
138 2005-06-07 Masatake YAMATO <jet@gyve.org> | 146 2005-06-07 Masatake YAMATO <jet@gyve.org> |
139 | 147 |
140 * xdisp.c (note_mode_line_or_margin_highlight): Check | 148 * xdisp.c (note_mode_line_or_margin_highlight): |
141 the overlapping of re-rendering area to avoid flickering. | 149 Check the overlapping of re-rendering area to avoid flickering. |
142 (note_mouse_highlight): Call clear_mouse_face if PART | 150 (note_mouse_highlight): Call clear_mouse_face if PART |
143 is not ON_MODE_LINE nor ON_HEADER_LINE. | 151 is not ON_MODE_LINE nor ON_HEADER_LINE. |
144 | 152 |
145 2005-06-07 Kim F. Storm <storm@cua.dk> | 153 2005-06-07 Kim F. Storm <storm@cua.dk> |
146 | 154 |
151 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars | 159 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars |
152 if available. | 160 if available. |
153 | 161 |
154 2005-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 162 2005-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
155 | 163 |
156 * macmenu.c (menu_quit_handler, install_menu_quit_handler): New | 164 * macmenu.c (menu_quit_handler, install_menu_quit_handler): |
157 functions for popping down menus on C-g. | 165 New functions for popping down menus on C-g. |
158 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler. | 166 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler. |
159 | 167 |
160 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode | 168 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode |
161 non-static. | 169 non-static. |
162 | 170 |
163 * config.in: Add HAVE_CANCELMENUTRACKING. | 171 * config.in: Add HAVE_CANCELMENUTRACKING. |
164 | 172 |
165 2005-06-06 Eli Zaretskii <eliz@gnu.org> | 173 2005-06-06 Eli Zaretskii <eliz@gnu.org> |
166 | 174 |
167 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove | 175 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): |
168 macros. | 176 Remove macros. |
169 | 177 |
170 * unexw32.c (RVA_TO_PTR): Moved here from w32heap.h. | 178 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h. |
171 | 179 |
172 * w32proc.c (RVA_TO_PTR): New macro. | 180 * w32proc.c (RVA_TO_PTR): New macro. |
173 | 181 |
174 * w32heap.c (RVA_TO_PTR): No need to #undef now. | 182 * w32heap.c (RVA_TO_PTR): No need to #undef now. |
175 | 183 |
289 (mode_line_proptrans_alist, mode_line_string_alist): Make static. | 297 (mode_line_proptrans_alist, mode_line_string_alist): Make static. |
290 (Vmode_line_unwind_vector): New variable. | 298 (Vmode_line_unwind_vector): New variable. |
291 (format_mode_line_unwind_data, unwind_format_mode_line): | 299 (format_mode_line_unwind_data, unwind_format_mode_line): |
292 New functions for unwind protection in mode line formatting. | 300 New functions for unwind protection in mode line formatting. |
293 (x_consider_frame_title): Use them and new local var 'title_start' | 301 (x_consider_frame_title): Use them and new local var 'title_start' |
294 to support nested calls to format-mode-line and redisplay. Set | 302 to support nested calls to format-mode-line and redisplay. |
295 mode_line_target to MODE_LINE_TITLE. | 303 Set mode_line_target to MODE_LINE_TITLE. |
296 (Fformat_mode_line): Use them and new local var 'string_start' to | 304 (Fformat_mode_line): Use them and new local var 'string_start' to |
297 support nested calls to format-mode-line and redisplay. Set | 305 support nested calls to format-mode-line and redisplay. |
298 mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING. | 306 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING. |
299 Don't trim trailing dashes. | 307 Don't trim trailing dashes. |
300 (decode_mode_spec): Don't make infinite number of trailing dashes | 308 (decode_mode_spec): Don't make infinite number of trailing dashes |
301 for MODE_LINE_NOPROP and MODE_LINE_STRING targets. | 309 for MODE_LINE_NOPROP and MODE_LINE_STRING targets. |
302 (syms_of_xdisp): Initialize and staticpro mode_line_string_face, | 310 (syms_of_xdisp): Initialize and staticpro mode_line_string_face, |
303 mode_line_string_face_prop, and Vmode_line_unwind_vector. | 311 mode_line_string_face_prop, and Vmode_line_unwind_vector. |