From: Chong Yidong Date: Mon, 18 Aug 2008 03:45:54 +0000 (+0000) Subject: * window.el (recenter-top-bottom): Determine top and bottom X-Git-Tag: emacs-pretest-23.0.90~3442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0444738fa23791885958d10612f4381122d7e936;p=emacs.git * window.el (recenter-top-bottom): Determine top and bottom positions using scroll-margin instead of scroll-conservatively. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e389762232b..517e6e71d10 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-08-18 Chong Yidong + + * window.el (recenter-top-bottom): Determine top and bottom + positions using scroll-margin instead of scroll-conservatively. + 2008-08-17 Roland Winkler * proced.el (proced-send-signal): Use beginning-of-line.