diff options
| author | Eli Zaretskii | 2011-03-27 22:01:46 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-03-27 22:01:46 +0200 |
| commit | fd738ca513341c0949c11af1c9add77529aeb63e (patch) | |
| tree | c8cd9a412c26c36939b7559d658d38a68ab99aae /src/ChangeLog | |
| parent | 3b2c5ab1f0714b26e760a4816eb1c24eefdddbd2 (diff) | |
| download | emacs-fd738ca513341c0949c11af1c9add77529aeb63e.tar.gz emacs-fd738ca513341c0949c11af1c9add77529aeb63e.zip | |
Fix scrolling back with scroll-down-aggressively.
src/xdisp.c (try_scrolling): Clean up the case of PT below the
margin at bottom of window: scroll_max can no longer be INT_MAX.
(redisplay_window): Find character position of margin and use
that, rather than adding margin to PT.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d4301c482e9..e7a93ab7819 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-03-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_scrolling): Clean up the case of PT below the | ||
| 4 | margin at bottom of window: scroll_max can no longer be INT_MAX. | ||
| 5 | (redisplay_window): Find character position of margin and use | ||
| 6 | that, rather than adding margin to PT. | ||
| 7 | |||
| 1 | 2011-03-26 Eli Zaretskii <eliz@gnu.org> | 8 | 2011-03-26 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (redisplay_window): Don't check buffer's clip_changed | 10 | * xdisp.c (redisplay_window): Don't check buffer's clip_changed |