aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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