diff options
| author | Gerd Moellmann | 2000-08-25 13:21:46 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-25 13:21:46 +0000 |
| commit | bd9d0f3f80fb60a60efc30e1a6dc798f7d49a7a8 (patch) | |
| tree | 7d093c48e36834627646d1c647b32493e44daf8f /src/ChangeLog | |
| parent | 84c58e1e6c77437e3bd74493a38bad933e3e937f (diff) | |
| download | emacs-bd9d0f3f80fb60a60efc30e1a6dc798f7d49a7a8.tar.gz emacs-bd9d0f3f80fb60a60efc30e1a6dc798f7d49a7a8.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 43a89687ecc..34c181dc3c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-08-25 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_internal): If considering all windows on all | ||
| 4 | frames, update the display for each frame as soon as possible, | ||
| 5 | instead of first building all desired matrices for all frames, and | ||
| 6 | then updating them all. | ||
| 7 | (try_cursor_movement): Handle case that last_cursor.vpos is -1. | ||
| 8 | |||
| 1 | 2000-08-24 Gerd Moellmann <gerd@gnu.org> | 9 | 2000-08-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 10 | ||
| 3 | * bytecode.c (mark_byte_stack): Add a comment. | 11 | * bytecode.c (mark_byte_stack): Add a comment. |