# HG changeset patch # User Gerd Moellmann # Date 1001513341 0 # Node ID 3671936561e0acc709e6426e0e1fd0e621e06f1a # Parent 08a5c9eea12d0bf99c3859490eaf5b43207cb879 *** empty log message *** diff -r 08a5c9eea12d -r 3671936561e0 src/ChangeLog --- a/src/ChangeLog Wed Sep 26 12:02:24 2001 +0000 +++ b/src/ChangeLog Wed Sep 26 14:09:01 2001 +0000 @@ -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.