aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-09 12:38:20 +0000
committerGerd Moellmann2001-04-09 12:38:20 +0000
commit522ed7fb454c662f15438c40c172d71b28761e8e (patch)
treeb2d3543669de711e6574bf5d0d92c41b5099c6d5 /src/ChangeLog
parente9c195b1a4ea82fa3d9a018ac4188aa7f7621c3a (diff)
downloademacs-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/ChangeLog8
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 @@
12001-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
12001-04-09 Eli Zaretskii <eliz@is.elta.co.il> 92001-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