diff options
| author | Gerd Moellmann | 2001-04-09 12:38:20 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-09 12:38:20 +0000 |
| commit | 522ed7fb454c662f15438c40c172d71b28761e8e (patch) | |
| tree | b2d3543669de711e6574bf5d0d92c41b5099c6d5 /src/ChangeLog | |
| parent | e9c195b1a4ea82fa3d9a018ac4188aa7f7621c3a (diff) | |
| download | emacs-522ed7fb454c662f15438c40c172d71b28761e8e.tar.gz emacs-522ed7fb454c662f15438c40c172d71b28761e8e.zip | |
(try_window_id): When scrolling on a terminal, take
the change of window_internal_height into account.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 048eedf14fa..61598c01b0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2001-04-09 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * window.c (window_internal_height): Return 1 less if the | ||
| 4 | window has a header line. | ||
| 5 | |||
| 6 | * xdisp.c (try_window_id): When scrolling on a terminal, take | ||
| 7 | the change of window_internal_height into account. | ||
| 8 | |||
| 1 | 2001-04-09 Eli Zaretskii <eliz@is.elta.co.il> | 9 | 2001-04-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 10 | ||
| 3 | * gmalloc.c (align): If the argument SIZE would overflow | 11 | * gmalloc.c (align): If the argument SIZE would overflow |