# HG changeset patch # User Kim F. Storm # Date 1106572927 0 # Node ID 00046b439a5e10c5418c31610ae796fb7928fb88 # Parent 67ba31b1d2ccb09e0cbf22fe415a748db76aeb72 *** empty log message *** diff -r 67ba31b1d2cc -r 00046b439a5e src/ChangeLog --- 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 + * 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).