aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-05 13:02:51 +0000
committerGerd Moellmann2001-02-05 13:02:51 +0000
commite89aaabdcb8f815c65ac67987670e054088c701d (patch)
tree11550933daa96ffb07a711e1e65b9e69c625cba6 /src/ChangeLog
parente16f52ce8fd76890b67c1cc43b99d7b70d15b2b0 (diff)
downloademacs-e89aaabdcb8f815c65ac67987670e054088c701d.tar.gz
emacs-e89aaabdcb8f815c65ac67987670e054088c701d.zip
(try_scrolling): If point is in the line below the
window, make sure to move the iterator at least a canonical char height down.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 385a98fe1be..f43f38997cb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-02-05 Gerd Moellmann <gerd@gnu.org> 12001-02-05 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (try_scrolling): If point is in the line below the
4 window, make sure to move the iterator at least a canonical
5 char height down.
6
3 * window.c (Fmove_to_window_line): Don't add 1 if window is 7 * window.c (Fmove_to_window_line): Don't add 1 if window is
4 vscrolled. 8 vscrolled.
5 9