changeset 31171:b43c3984c06c

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 25 Aug 2000 13:21:46 +0000
parents 84ec8b66d634
children 0ee53ec2081a
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 25 13:21:21 2000 +0000
+++ b/src/ChangeLog	Fri Aug 25 13:21:46 2000 +0000
@@ -1,3 +1,11 @@
+2000-08-25  Gerd Moellmann  <gerd@gnu.org>
+
+	* xdisp.c (redisplay_internal): If considering all windows on all
+	frames, update the display for each frame as soon as possible,
+	instead of first building all desired matrices for all frames, and
+	then updating them all.
+	(try_cursor_movement): Handle case that last_cursor.vpos is -1.
+
 2000-08-24  Gerd Moellmann  <gerd@gnu.org>
 
 	* bytecode.c (mark_byte_stack): Add a comment.