diff options
| author | John Paul Wallington | 2003-03-24 03:33:53 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-03-24 03:33:53 +0000 |
| commit | c0bcce6f0757c6230cffe0cd00ffcb4ac0a937a9 (patch) | |
| tree | ea28c6f3ea1a2ceada7e730645242b389f62610b /src/ChangeLog | |
| parent | 9b7826f4ab0eaa276d29d056f15dc438c9818031 (diff) | |
| download | emacs-c0bcce6f0757c6230cffe0cd00ffcb4ac0a937a9.tar.gz emacs-c0bcce6f0757c6230cffe0cd00ffcb4ac0a937a9.zip | |
(redisplay_window): If mini window's buffer is not
empty, then redisplay it like other windows.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f8facf76f81..f356ee5515b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-03-24 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_window): If mini window's buffer is not | ||
| 4 | empty, then redisplay it like other windows. | ||
| 5 | |||
| 1 | 2003-03-23 Kim F. Storm <storm@cua.dk> | 6 | 2003-03-23 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * w32term.c (w32_draw_window_cursor): Fix last change. | 8 | * w32term.c (w32_draw_window_cursor): Fix last change. |