changeset 97526:35783b11cf3c

* window.el (recenter-top-bottom): Determine top and bottom positions using scroll-margin instead of scroll-conservatively.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 18 Aug 2008 03:45:54 +0000
parents f9aaa1c8b676
children 059ec03cfe4e
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 18 01:01:59 2008 +0000
+++ b/lisp/ChangeLog	Mon Aug 18 03:45:54 2008 +0000
@@ -1,3 +1,8 @@
+2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
+
+	* window.el (recenter-top-bottom): Determine top and bottom
+	positions using scroll-margin instead of scroll-conservatively.
+
 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
 	* proced.el (proced-send-signal): Use beginning-of-line.