aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-21 16:20:24 +0000
committerGerd Moellmann2001-02-21 16:20:24 +0000
commit0528abe1c6e511d4d9b5795e0ed8e17d4a6e11cf (patch)
treed67f695d5c15860c94638433013ec6cc7dee97cc /src/ChangeLog
parent75b71d85720db81838f9c51034e9db16ff598722 (diff)
downloademacs-0528abe1c6e511d4d9b5795e0ed8e17d4a6e11cf.tar.gz
emacs-0528abe1c6e511d4d9b5795e0ed8e17d4a6e11cf.zip
(redisplay_internal): Do the
mark_window_display_accurate after all windows have been redisplayed because this call resets flags in buffers which are needed for proper redisplay.
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 2253c41fcb6..6345e0d7c4e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-02-21 Gerd Moellmann <gerd@gnu.org> 12001-02-21 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (redisplay_internal): Do the
4 mark_window_display_accurate after all windows have been
5 redisplayed because this call resets flags in buffers which are
6 needed for proper redisplay.
7
3 * keyboard.c, minibuf.c, lread.c, fns.c, eval.c: Use 8 * keyboard.c, minibuf.c, lread.c, fns.c, eval.c: Use
4 display_hourglass_p, start_hourglass, cancel_hourglass instead of 9 display_hourglass_p, start_hourglass, cancel_hourglass instead of
5 the old names. 10 the old names.