diff options
| author | Stefan Monnier | 2005-06-13 20:50:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-06-13 20:50:25 +0000 |
| commit | 5aa6db5755dd0a5c1f855ba7e98044945b368b1a (patch) | |
| tree | 63ccc867b2207d88eb8cd5629f22cf9587b47a4e /src | |
| parent | b78ab259b1e35e52754fca92eb0f0650690104da (diff) | |
| download | emacs-5aa6db5755dd0a5c1f855ba7e98044945b368b1a.tar.gz emacs-5aa6db5755dd0a5c1f855ba7e98044945b368b1a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1866d894ac3..965d7357b44 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 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. |
| @@ -62,8 +70,8 @@ | |||
| 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 | ||
| @@ -137,8 +145,8 @@ | |||
| 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 | ||
| @@ -153,8 +161,8 @@ | |||
| 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 |
| @@ -164,10 +172,10 @@ | |||
| 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 | ||
| @@ -291,11 +299,11 @@ | |||
| 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. |