diff options
| author | Gerd Moellmann | 2001-08-03 12:33:41 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-03 12:33:41 +0000 |
| commit | 5e1f85e0af32a82baff430dc30af4b12b487a6f8 (patch) | |
| tree | 4a0852c8725c8e377b129b6addbb0e15fe3ac4c8 /src/ChangeLog | |
| parent | b8fa4e874202bb8a2a5b63bbdd2aa9551df3d117 (diff) | |
| download | emacs-5e1f85e0af32a82baff430dc30af4b12b487a6f8.tar.gz emacs-5e1f85e0af32a82baff430dc30af4b12b487a6f8.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d5f0c03aad9..630824d6c4b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2001-08-03 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-08-03 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (read_key_sequence): Check that key is an integer | ||
| 4 | before comparing it with quit_char. | ||
| 5 | (add_command_key): Use larger_vector. | ||
| 6 | (read_char_x_menu_prompt): Instead of converting symbol and | ||
| 7 | integer events into conses (EVENT . nil), use (EVENT . disabled) | ||
| 8 | which cannot be confused with legal events. | ||
| 9 | (read_char): When reading from Vunread_command_events, check for | ||
| 10 | events of the form (EVENT . disabled) instead of | ||
| 11 | (EVENT . nil). | ||
| 12 | |||
| 3 | * xdisp.c (resize_mini_window): If Vmax_mini_window_height is | 13 | * xdisp.c (resize_mini_window): If Vmax_mini_window_height is |
| 4 | a float, determine the max height from the frame's height. | 14 | a float, determine the max height from the frame's height. |
| 5 | 15 | ||