diff options
| author | Stefan Monnier | 2000-07-05 15:41:18 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-07-05 15:41:18 +0000 |
| commit | a027a91ba2daf5b3de79eb67fd77c1362580e0fe (patch) | |
| tree | ec9d1b09b6471b2b836934d0ad86e3967a314ee0 /src | |
| parent | dccfb97995fafa0d4e9d51a0d4aa7d4c76bf72e5 (diff) | |
| download | emacs-a027a91ba2daf5b3de79eb67fd77c1362580e0fe.tar.gz emacs-a027a91ba2daf5b3de79eb67fd77c1362580e0fe.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 89af37f2cb2..35d04987a6e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * w32menu.c (w32_menu_display_help): | ||
| 4 | * xmenu.c (menu_help_callback): Use show_help_echo. | ||
| 5 | |||
| 6 | * keyboard.h (show_help_echo): Declare. | ||
| 7 | |||
| 8 | * keyboard.c (show_help_echo): New function, extracted from read_char. | ||
| 9 | Feval its `msg' argument if it's a cons cell. | ||
| 10 | (read_char): Use it. | ||
| 11 | |||
| 12 | * xterm.c (note_mode_line_highlight, note_mouse_highlight) | ||
| 13 | (note_tool_bar_highlight, XTread_socket): | ||
| 14 | * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight) | ||
| 15 | (dos_rawgetc): | ||
| 16 | * w32term.c (note_mode_line_highlight, note_mouse_highlight) | ||
| 17 | (note_tool_bar_highlight, w32_read_socket): | ||
| 18 | Do not gratuitously ignore non-string `help-echo' properties. | ||
| 19 | |||
| 1 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> | 20 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 21 | ||
| 3 | * eval.c (Feval): Put check for interrupt_input_block in #if 0. | 22 | * eval.c (Feval): Put check for interrupt_input_block in #if 0. |