From: Chong Yidong Date: Mon, 27 Oct 2008 18:32:39 +0000 (+0000) Subject: * xdisp.c (try_scrolling): When computing the distance from the scroll X-Git-Tag: emacs-pretest-23.0.90~2157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8bdbe6fb3c523233152542e3d12fb489f5f1ff2;p=emacs.git * 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 --git a/src/ChangeLog b/src/ChangeLog index 48000726302..b39b1c49bad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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)