diff options
| author | Chong Yidong | 2008-08-06 18:26:02 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-06 18:26:02 +0000 |
| commit | b2c5015c6b60c79d754918dd03543f81d6e49b17 (patch) | |
| tree | 1b430ee55b794e3cd34154f9ca690f86c9260412 /src/ChangeLog | |
| parent | 245cacf13113f35e075fca56bf6180d24c086a41 (diff) | |
| download | emacs-b2c5015c6b60c79d754918dd03543f81d6e49b17.tar.gz emacs-b2c5015c6b60c79d754918dd03543f81d6e49b17.zip | |
* xdisp.c (try_scrolling): Use iterator to find the scroll margin,
instead of window-end which does the wrong thing at eob.
(try_cursor_movement): Minor optimization.
(redisplay_window): If scroll margin is defined, don't assume
window doesn't need scrolling.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4fbf8cee67d..9dd960b50fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-08-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xdisp.c (try_scrolling): Use iterator to find the scroll margin, | ||
| 4 | instead of window-end which does the wrong thing at eob. | ||
| 5 | (try_cursor_movement): Minor optimization. | ||
| 6 | (redisplay_window): If scroll margin is defined, don't assume | ||
| 7 | window doesn't need scrolling. | ||
| 8 | |||
| 1 | 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com> | 9 | 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 10 | ||
| 3 | * config.in: Regenerate. | 11 | * config.in: Regenerate. |