comparison src/ChangeLog @ 59716:00046b439a5e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 24 Jan 2005 13:22:07 +0000
parents 358f1c5da448
children b1adddb0ff32
comparison
equal deleted inserted replaced
59715:67ba31b1d2cc 59716:00046b439a5e
1 2005-01-24 Kim F. Storm <storm@cua.dk> 1 2005-01-24 Kim F. Storm <storm@cua.dk>
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.
2 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
6 2005-01-23 Kim F. Storm <storm@cua.dk> 11 2005-01-23 Kim F. Storm <storm@cua.dk>