diff options
| author | Eli Zaretskii | 2000-07-11 07:38:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-07-11 07:38:54 +0000 |
| commit | d55ead189fd0b0177f4de83c46e090f989e981a4 (patch) | |
| tree | 709bc8a107a2c5303298a22a4d9fa82ae526f842 /src | |
| parent | 16898a5656483c451fb8ad64987a5d08bb4afa48 (diff) | |
| download | emacs-d55ead189fd0b0177f4de83c46e090f989e981a4.tar.gz emacs-d55ead189fd0b0177f4de83c46e090f989e981a4.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ac724f926f1..73c225c3b32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * keyboard.c (show_help_echo): Accept additional parameter | ||
| 4 | ok_to_overwrite_keystroke_echo. | ||
| 5 | (read_char): Call show_help_echo with a zero | ||
| 6 | ok_to_overwrite_keystroke_echo argument. | ||
| 7 | * keyboard.h (show_help_echo): Update prototype of | ||
| 8 | show_help_echo. | ||
| 9 | * xmenu.c (menu_help_callback): Call show_help_echo with non-zero | ||
| 10 | ok_to_overwrite_keystroke_echo argument. | ||
| 11 | * w32menu.c (w32_menu_display_help): Call show_help_echo with | ||
| 12 | non-zero ok_to_overwrite_keystroke_echo argument. | ||
| 13 | |||
| 1 | 2000-07-10 Gerd Moellmann <gerd@gnu.org> | 14 | 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 15 | ||
| 3 | * xdisp.c (try_window_id): If changes are all below what is | 16 | * xdisp.c (try_window_id): If changes are all below what is |