comparison src/ChangeLog @ 39454:08a5c9eea12d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 26 Sep 2001 12:02:24 +0000
parents 3ffa3a6c42e2
children 3671936561e0
comparison
equal deleted inserted replaced
39453:6e2cada77836 39454:08a5c9eea12d
1 2001-09-26 Gerd Moellmann <gerd@gnu.org> 1 2001-09-26 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (with_echo_area_buffer): Use echo_kboard instead
4 of the only tempoarily set echoing flag for deciding when
5 the cancel echoing.
6
7 * keyboard.c (echo_kboard): Make externally visible.
8
9 * lisp.h (echo_kboard): Declare extern.
2 10
3 * xdisp.c (make_cursor_line_fully_visible): Return 0 and set 11 * xdisp.c (make_cursor_line_fully_visible): Return 0 and set
4 fonts_changed_p if need larger matrices due to vscrolling. 12 fonts_changed_p if need larger matrices due to vscrolling.
5 (try_scrolling, try_cursor_movement, redisplay_window): Give up on 13 (try_scrolling, try_cursor_movement, redisplay_window): Give up on
6 this round of redisplay if make_cursor_line_fully_visible fails. 14 this round of redisplay if make_cursor_line_fully_visible fails.