diff options
Diffstat (limited to 'src/ChangeLog.10')
| -rw-r--r-- | src/ChangeLog.10 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 181b11b5a2b..e759183724e 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -516,7 +516,7 @@ | |||
| 516 | * w32fns.c (current_popup_menu): Use from w32menu.c. | 516 | * w32fns.c (current_popup_menu): Use from w32menu.c. |
| 517 | (w32_wnd_proc) <WM_EXITMENULOOP, WM_TIMER>: Use menubar_active | 517 | (w32_wnd_proc) <WM_EXITMENULOOP, WM_TIMER>: Use menubar_active |
| 518 | and current_popup_menu to determine whether a menubar menu has | 518 | and current_popup_menu to determine whether a menubar menu has |
| 519 | been cancelled. | 519 | been canceled. |
| 520 | 520 | ||
| 521 | * w32term.h (w32_output): Remove menu_command_in_progress. | 521 | * w32term.h (w32_output): Remove menu_command_in_progress. |
| 522 | 522 | ||
| @@ -1003,7 +1003,7 @@ | |||
| 1003 | (syms_of_xdisp): DEFVAR_LISP and initialize it. Update doc string | 1003 | (syms_of_xdisp): DEFVAR_LISP and initialize it. Update doc string |
| 1004 | to describe new value `grow-only', and use of C-l. | 1004 | to describe new value `grow-only', and use of C-l. |
| 1005 | (display_tool_bar_line): Only use default face for border below | 1005 | (display_tool_bar_line): Only use default face for border below |
| 1006 | toolbar if not grow-only (to get acceptable visual appearence). | 1006 | toolbar if not grow-only (to get acceptable visual appearance). |
| 1007 | Explicitly set visible_height for empty toolbar lines. | 1007 | Explicitly set visible_height for empty toolbar lines. |
| 1008 | (redisplay_tool_bar): Handle `grow-only' setting. Check and clear | 1008 | (redisplay_tool_bar): Handle `grow-only' setting. Check and clear |
| 1009 | minimize_tool_bar_window_p flag. | 1009 | minimize_tool_bar_window_p flag. |
| @@ -4346,7 +4346,7 @@ | |||
| 4346 | 4346 | ||
| 4347 | * textprop.c (Fremove_list_of_text_properties): | 4347 | * textprop.c (Fremove_list_of_text_properties): |
| 4348 | Ensure modify_region is called only when buffer is modified and that | 4348 | Ensure modify_region is called only when buffer is modified and that |
| 4349 | signal_after_change is allways called in that case. | 4349 | signal_after_change is always called in that case. |
| 4350 | 4350 | ||
| 4351 | * print.c (PRINTFINISH): Call signal_after_change. | 4351 | * print.c (PRINTFINISH): Call signal_after_change. |
| 4352 | 4352 | ||
| @@ -5084,7 +5084,7 @@ | |||
| 5084 | 5084 | ||
| 5085 | 2006-02-26 Chong Yidong <cyd@stupidchicken.com> | 5085 | 2006-02-26 Chong Yidong <cyd@stupidchicken.com> |
| 5086 | 5086 | ||
| 5087 | * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument. | 5087 | * xterm.h, xterm.c (x_uncatch_errors): Delete unnecessary argument. |
| 5088 | 5088 | ||
| 5089 | * xterm.c (x_load_font, x_term_init, XTmouse_position) | 5089 | * xterm.c (x_load_font, x_term_init, XTmouse_position) |
| 5090 | (handle_one_xevent, x_connection_closed, x_list_fonts): | 5090 | (handle_one_xevent, x_connection_closed, x_list_fonts): |
| @@ -6387,7 +6387,7 @@ | |||
| 6387 | 2005-11-20 Nick Roberts <nickrob@snap.net.nz> | 6387 | 2005-11-20 Nick Roberts <nickrob@snap.net.nz> |
| 6388 | 6388 | ||
| 6389 | * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that | 6389 | * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that |
| 6390 | this type is recognised when debugging. | 6390 | this type is recognized when debugging. |
| 6391 | 6391 | ||
| 6392 | 2005-11-19 Andreas Schwab <schwab@suse.de> | 6392 | 2005-11-19 Andreas Schwab <schwab@suse.de> |
| 6393 | 6393 | ||
| @@ -12087,7 +12087,7 @@ | |||
| 12087 | (merge_face_heights): Eliminate GCPRO arg. All callers changed. | 12087 | (merge_face_heights): Eliminate GCPRO arg. All callers changed. |
| 12088 | 12088 | ||
| 12089 | * keyboard.c (command_loop_1): Change Vtransient_mark_mode | 12089 | * keyboard.c (command_loop_1): Change Vtransient_mark_mode |
| 12090 | before deciding whether to inactivate mark. | 12090 | before deciding whether to deactivate mark. |
| 12091 | 12091 | ||
| 12092 | 2004-11-06 Lars Brinkhoff <lars@nocrew.org> | 12092 | 2004-11-06 Lars Brinkhoff <lars@nocrew.org> |
| 12093 | 12093 | ||
| @@ -13398,7 +13398,7 @@ | |||
| 13398 | 2004-07-04 John Paul Wallington <jpw@gnu.org> | 13398 | 2004-07-04 John Paul Wallington <jpw@gnu.org> |
| 13399 | 13399 | ||
| 13400 | * fileio.c (read_file_name_completion_ignore_case): New variable. | 13400 | * fileio.c (read_file_name_completion_ignore_case): New variable. |
| 13401 | (syms_of_fileio): Declare and initialise it. | 13401 | (syms_of_fileio): Declare and initialize it. |
| 13402 | (Fread_file_name): Bind `completion-ignore-case' to respect it. | 13402 | (Fread_file_name): Bind `completion-ignore-case' to respect it. |
| 13403 | 13403 | ||
| 13404 | 2004-07-03 Eli Zaretskii <eliz@gnu.org> | 13404 | 2004-07-03 Eli Zaretskii <eliz@gnu.org> |
| @@ -18755,7 +18755,7 @@ | |||
| 18755 | 18755 | ||
| 18756 | 2003-05-21 Dave Love <fx@gnu.org> | 18756 | 2003-05-21 Dave Love <fx@gnu.org> |
| 18757 | 18757 | ||
| 18758 | [Merged from unicode branch.] | 18758 | [Merged from Unicode branch.] |
| 18759 | 18759 | ||
| 18760 | * xfns.c (x_window, x_window): Use use_xim. | 18760 | * xfns.c (x_window, x_window): Use use_xim. |
| 18761 | 18761 | ||
| @@ -23013,7 +23013,7 @@ | |||
| 23013 | (try_window_id): Likewise. | 23013 | (try_window_id): Likewise. |
| 23014 | (redisplay_window): New local var buffer_unchanged_p. | 23014 | (redisplay_window): New local var buffer_unchanged_p. |
| 23015 | 23015 | ||
| 23016 | * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass. | 23016 | * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_hourglass. |
| 23017 | 23017 | ||
| 23018 | * process.c (create_process): Test USG_SUBTTY_WORKS. | 23018 | * process.c (create_process): Test USG_SUBTTY_WORKS. |
| 23019 | (process_send_signal): Clean up handling of GID. | 23019 | (process_send_signal): Clean up handling of GID. |