changeset 59716:00046b439a5e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 24 Jan 2005 13:22:07 +0000
parents 67ba31b1d2cc
children 351ffb20ab9f
files src/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jan 24 13:17:51 2005 +0000
+++ b/src/ChangeLog	Mon Jan 24 13:22:07 2005 +0000
@@ -1,5 +1,10 @@
 2005-01-24  Kim F. Storm  <storm@cua.dk>
 
+	* window.c (window_scroll_pixel_based): Fix scrolling in the wrong
+	direction if window height was smaller than next-screen-context-lines.
+	Now always scroll at least one line in the requested direction.
+	Ensure that we actually do scroll backwards when requested to do so.
+
 	* xdisp.c (redisplay_window): Only try to make cursor line fully
 	visible once (to avoid redisplay loop).