diff options
| author | Gerd Moellmann | 2000-12-29 21:08:50 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-29 21:08:50 +0000 |
| commit | 9c8b83828fff34f68e89282aad31eb7ab1425d8c (patch) | |
| tree | a90ec141dcaabf82999994f9a392c434fbe1968f /src/ChangeLog | |
| parent | 762a68ecf7ffefc6547053653ccc41308df4e3a0 (diff) | |
| download | emacs-9c8b83828fff34f68e89282aad31eb7ab1425d8c.tar.gz emacs-9c8b83828fff34f68e89282aad31eb7ab1425d8c.zip | |
(try_window_reusing_current_matrix)
<new start <= old start>: Disable rows in the current matrix
which are below the window after scrolling.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8c8fb7d43d8..7d54241ad0a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 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. |