diff options
| author | Chong Yidong | 2008-08-18 03:45:54 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-18 03:45:54 +0000 |
| commit | 0444738fa23791885958d10612f4381122d7e936 (patch) | |
| tree | 0c7c68d694368279076998682e954aa9050d9ee2 | |
| parent | 91181f91a69cde61aed9acd84febe4871eb8b4bd (diff) | |
| download | emacs-0444738fa23791885958d10612f4381122d7e936.tar.gz emacs-0444738fa23791885958d10612f4381122d7e936.zip | |
* window.el (recenter-top-bottom): Determine top and bottom
positions using scroll-margin instead of scroll-conservatively.
| -rw-r--r-- | lisp/ChangeLog | 5 |
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 @@ | |||
| 1 | 2008-08-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * window.el (recenter-top-bottom): Determine top and bottom | ||
| 4 | positions using scroll-margin instead of scroll-conservatively. | ||
| 5 | |||
| 1 | 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 6 | 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
| 2 | 7 | ||
| 3 | * proced.el (proced-send-signal): Use beginning-of-line. | 8 | * proced.el (proced-send-signal): Use beginning-of-line. |