aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-03-24 03:33:53 +0000
committerJohn Paul Wallington2003-03-24 03:33:53 +0000
commitc0bcce6f0757c6230cffe0cd00ffcb4ac0a937a9 (patch)
treeea28c6f3ea1a2ceada7e730645242b389f62610b /src/ChangeLog
parent9b7826f4ab0eaa276d29d056f15dc438c9818031 (diff)
downloademacs-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/ChangeLog5
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 @@
12003-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
12003-03-23 Kim F. Storm <storm@cua.dk> 62003-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.