From: Gerd Moellmann Date: Wed, 26 Sep 2001 14:09:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.1~157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b397024dbdc2f847ef7e02932de090de973be12;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index c0b77fb4804..bf9f1ee228c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,7 @@ 2001-09-26 Gerd Moellmann * xdisp.c (with_echo_area_buffer): Use echo_kboard instead - of the only tempoarily set echoing flag for deciding when + of the only temporarily set echoing flag for deciding when the cancel echoing. * keyboard.c (echo_kboard): Make externally visible. @@ -9,7 +9,7 @@ * lisp.h (echo_kboard): Declare extern. * xdisp.c (make_cursor_line_fully_visible): Return 0 and set - fonts_changed_p if need larger matrices due to vscrolling. + fonts_changed_p if we need larger matrices due to vscrolling. (try_scrolling, try_cursor_movement, redisplay_window): Give up on this round of redisplay if make_cursor_line_fully_visible fails. (CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators.