changeset 97337:eb328facb6f6

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 06 Aug 2008 18:26:02 +0000
parents 701c14eb5b26
children be8555b34837
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
+
+	* 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  <Adrian.B.Robert@gmail.com>
 
 	* config.in: Regenerate.