# HG changeset patch # User Gerd Moellmann # Date 967209706 0 # Node ID b43c3984c06ce5c7272ba1d7a3e9201b3e5937e4 # Parent 84ec8b66d6340ec5fa958355d4a415cf16d4bb72 *** empty log message *** diff -r 84ec8b66d634 -r b43c3984c06c src/ChangeLog --- 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 + + * 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 * bytecode.c (mark_byte_stack): Add a comment.