# HG changeset patch # User Chong Yidong # Date 1225132359 0 # Node ID 683eaeb4c921eea5f05894c30a796d2393b06fc9 # Parent 60acf25bcfb58046b9c4cbadf12b5d0016fce65d * 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. diff -r 60acf25bcfb5 -r 683eaeb4c921 src/ChangeLog --- 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 + + * 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 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)