aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-01-24 13:22:07 +0000
committerKim F. Storm2005-01-24 13:22:07 +0000
commit6f67f013b6238a7c0b9a6904eea8cd912aa62d2e (patch)
treefaf42e2709172f4ffd2dc8e7b9295afe7aa5cacb /src/ChangeLog
parentf2417699a5b06e972e5f2cedd05d756c38b0841f (diff)
downloademacs-6f67f013b6238a7c0b9a6904eea8cd912aa62d2e.tar.gz
emacs-6f67f013b6238a7c0b9a6904eea8cd912aa62d2e.zip
(redisplay_window): Only try to make cursor line fully
visible once (to avoid redisplay loop).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3dc45c96ef5..f2678e68ef5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12005-01-24 Kim F. Storm <storm@cua.dk> 12005-01-24 Kim F. Storm <storm@cua.dk>
2 2
3 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
4 direction if window height was smaller than next-screen-context-lines.
5 Now always scroll at least one line in the requested direction.
6 Ensure that we actually do scroll backwards when requested to do so.
7
3 * xdisp.c (redisplay_window): Only try to make cursor line fully 8 * xdisp.c (redisplay_window): Only try to make cursor line fully
4 visible once (to avoid redisplay loop). 9 visible once (to avoid redisplay loop).
5 10