comparison src/ChangeLog @ 34928:dc9f6c88e69b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 29 Dec 2000 21:08:50 +0000
parents 1a99e436d482
children ddf283b46fe8
comparison
equal deleted inserted replaced
34927:2470fec0dd92 34928:dc9f6c88e69b
1 2000-12-29 Gerd Moellmann <gerd@gnu.org> 1 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispnew.c (check_current_matrix_flags) [GLYPH_DEBUG]: New
4 function.
5 (update_window) [GLYPH_DEBUG]: Call it.
6 (scrolling_window): Prevent including current rows which are below
7 what's displayed in the window.
8
9 * xdisp.c (try_window_reusing_current_matrix)
10 <new start <= old start>: Disable rows in the current matrix
11 which are below the window after scrolling.
12
3 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P 13 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
4 is zero. It's not worth the complexity. 14 is zero. It's not worth the complexity.
5 (invisible_text_between_p): Put in #if 0 because unused. 15 (invisible_text_between_p): Put in #if 0 because unused.
6 16
7 2000-12-28 Gerd Moellmann <gerd@gnu.org> 17 2000-12-28 Gerd Moellmann <gerd@gnu.org>