aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-07 12:42:30 +0000
committerGerd Moellmann2000-06-07 12:42:30 +0000
commit3091c2a6523ee0ba7c017b081997e22480ef9419 (patch)
treeb64d6f96c65f85983e6a9624dc4dc9dacc74a5ba /src/ChangeLog
parentf38952fe7bd43bbe4013d9a1d99d9bfc7dd7d742 (diff)
downloademacs-3091c2a6523ee0ba7c017b081997e22480ef9419.tar.gz
emacs-3091c2a6523ee0ba7c017b081997e22480ef9419.zip
(displayed_window_lines): Take empty lines at
the bottom of a window into account.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a5875dac96..4c36ba9cd81 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-06-07 Gerd Moellmann <gerd@gnu.org> 12000-06-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (displayed_window_lines): Take empty lines at
4 the bottom of a window into account.
5
3 * window.c (displayed_window_lines): New function. 6 * window.c (displayed_window_lines): New function.
4 (Fmove_to_window_line): Use displayed_window_lines to determine 7 (Fmove_to_window_line): Use displayed_window_lines to determine
5 the number of lines to move, instead of using the window's height. 8 the number of lines to move, instead of using the window's height.