diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 24e2c1bfc95..c159e930913 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-10-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-10-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_after_update_window_line): Don't run the code | ||
| 4 | clearing in borders for rows whose visible height is 0. | ||
| 5 | |||
| 3 | * xdisp.c (clear_garbaged_frames): Redraw the frame only if its | 6 | * xdisp.c (clear_garbaged_frames): Redraw the frame only if its |
| 4 | resized_p flag is set. If not set, use the much less flickering | 7 | resized_p flag is set. If not set, use the much less flickering |
| 5 | method previously used. | 8 | method previously used. |