summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-08-18 03:45:54 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-08-18 03:45:54 +0000
commit0444738fa23791885958d10612f4381122d7e936 (patch)
tree0c7c68d694368279076998682e954aa9050d9ee2
parent91181f91a69cde61aed9acd84febe4871eb8b4bd (diff)
downloademacs-0444738fa23791885958d10612f4381122d7e936.tar.gz
* window.el (recenter-top-bottom): Determine top and bottom
positions using scroll-margin instead of scroll-conservatively.
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <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.