# HG changeset patch # User Chong Yidong # Date 1218047162 0 # Node ID eb328facb6f60dc6d61c40cda451d07d5798d852 # Parent 701c14eb5b26307edf321ee5208f6357a6a0d9f6 * 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 -r 701c14eb5b26 -r eb328facb6f6 src/ChangeLog --- a/src/ChangeLog Wed Aug 06 16:49:23 2008 +0000 +++ b/src/ChangeLog Wed Aug 06 18:26:02 2008 +0000 @@ -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.