diff options
| author | Gerd Moellmann | 2001-08-01 13:27:18 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-01 13:27:18 +0000 |
| commit | 6e019995fd3970b38219b01086f104ae0b28ec52 (patch) | |
| tree | 6e80579aeb2dbb7ba8fccd7ddbdb6b942a25b5fc /src/ChangeLog | |
| parent | 308a74d8bdbc608748114c5fa35b2bc1f13a663d (diff) | |
| download | emacs-6e019995fd3970b38219b01086f104ae0b28ec52.tar.gz emacs-6e019995fd3970b38219b01086f104ae0b28ec52.zip | |
(message_cleared_p): New variable.
(clear_message): Set message_cleared_p when clearing the current
message.
(redisplay_internal): Look at message_cleared_p to capture
the case that the echo area should be cleared.
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 | ||