# HG changeset patch
# User Chong Yidong <cyd@stupidchicken.com>
# Date 1219031154 0
# Node ID 35783b11cf3ce401cfba4037021dcb5eb99c4b83
# Parent  f9aaa1c8b67642817ddbec0108c9c8d297d7c8de
* window.el (recenter-top-bottom): Determine top and bottom
positions using scroll-margin instead of scroll-conservatively.

diff -r f9aaa1c8b676 -r 35783b11cf3c lisp/ChangeLog
--- 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.