From: Chong Yidong Date: Wed, 6 Aug 2008 18:26:02 +0000 (+0000) Subject: * xdisp.c (try_scrolling): Use iterator to find the scroll margin, X-Git-Tag: emacs-pretest-23.0.90~3596 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2c5015c6b60c79d754918dd03543f81d6e49b17;p=emacs.git * xdisp.c (try_scrolling): Use iterator to find the scroll margin, instead of window-end which does the wrong thing at eob. (try_cursor_movement): Minor optimization. (redisplay_window): If scroll margin is defined, don't assume window doesn't need scrolling. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4fbf8cee67d..9dd960b50fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2008-08-06 Chong Yidong + + * xdisp.c (try_scrolling): Use iterator to find the scroll margin, + instead of window-end which does the wrong thing at eob. + (try_cursor_movement): Minor optimization. + (redisplay_window): If scroll margin is defined, don't assume + window doesn't need scrolling. + 2008-08-06 Adrian Robert * config.in: Regenerate.