diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0fa5c980ad1..50ecb0f7ccb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2001-08-01 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-08-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (message_cleared_p): New variable. | ||
| 4 | (clear_message): Set message_cleared_p when clearing the current | ||
| 5 | message. | ||
| 6 | (redisplay_internal): Look at message_cleared_p to capture | ||
| 7 | the case that the echo area should be cleared. | ||
| 8 | |||
| 3 | * keyboard.c (command_loop_1): Fix spelling of | 9 | * keyboard.c (command_loop_1): Fix spelling of |
| 4 | resize_echo_area_exactly. | 10 | resize_echo_area_exactly. |
| 5 | 11 | ||