changeset 99164:683eaeb4c921

* xdisp.c (try_scrolling): When computing the distance from the scroll margin to PT, try moving some distance past the window bottom before giving up.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 27 Oct 2008 18:32:39 +0000
parents 60acf25bcfb5
children 299572dfe42e
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 27 10:37:41 2008 +0000
+++ b/src/ChangeLog	Mon Oct 27 18:32:39 2008 +0000
@@ -1,3 +1,9 @@
+2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
+
+	* xdisp.c (try_scrolling): When computing the distance from the
+	scroll margin to PT, try moving some distance past the window
+	bottom before giving up.
+
 2008-10-27  Martin Rudalics  <rudalics@gmx.at>
 
 	* window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)