# HG changeset patch # User Gerd Moellmann # Date 978124130 0 # Node ID dc9f6c88e69b67f6d46b884f4d01264bc24ebbd8 # Parent 2470fec0dd9252cfb66f4f6529199c2a20ac2ca1 *** empty log message *** diff -r 2470fec0dd92 -r dc9f6c88e69b src/ChangeLog --- a/src/ChangeLog Fri Dec 29 21:08:09 2000 +0000 +++ b/src/ChangeLog Fri Dec 29 21:08:50 2000 +0000 @@ -1,5 +1,15 @@ 2000-12-29 Gerd Moellmann + * dispnew.c (check_current_matrix_flags) [GLYPH_DEBUG]: New + function. + (update_window) [GLYPH_DEBUG]: Call it. + (scrolling_window): Prevent including current rows which are below + what's displayed in the window. + + * xdisp.c (try_window_reusing_current_matrix) + : Disable rows in the current matrix + which are below the window after scrolling. + * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P is zero. It's not worth the complexity. (invisible_text_between_p): Put in #if 0 because unused.