diff options
| author | Gerd Moellmann | 2001-02-22 11:46:14 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-22 11:46:14 +0000 |
| commit | c224f70be54de9209dd98bf0fdd7030e7414a756 (patch) | |
| tree | 00c0d1cd9fb6ae0389cdb3cfc7fb06fc65677d1e /src/ChangeLog | |
| parent | d7618b6028c0616415b448a25ff7c0a3c602f749 (diff) | |
| download | emacs-c224f70be54de9209dd98bf0fdd7030e7414a756.tar.gz emacs-c224f70be54de9209dd98bf0fdd7030e7414a756.zip | |
(direct_output_for_insert): Give up if we are showing
a message or just cleared the message because we might need to
resize the echo area window or display an empty echo area.
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 6345e0d7c4e..ae5187457d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-02-22 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (direct_output_for_insert): Give up if we are showing | ||
| 4 | a message or just cleared the message because we might need to | ||
| 5 | resize the echo area window or display an empty echo area. | ||
| 6 | |||
| 1 | 2001-02-21 Gerd Moellmann <gerd@gnu.org> | 7 | 2001-02-21 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * xdisp.c (redisplay_internal): Do the | 9 | * xdisp.c (redisplay_internal): Do the |