diff options
| author | Eli Zaretskii | 2012-11-06 18:36:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-06 18:36:02 +0200 |
| commit | acf93bcf1922b4d157c217a7a76b30d028d1043d (patch) | |
| tree | 1842ec8cc533e92ac09ff591cbc60698dd10502d /src/ChangeLog | |
| parent | 072c7b659c4b80e453666ba6c6724c3a547ffdb7 (diff) | |
| download | emacs-acf93bcf1922b4d157c217a7a76b30d028d1043d.tar.gz emacs-acf93bcf1922b4d157c217a7a76b30d028d1043d.zip | |
Fix bug #12811 with scrolling under scroll-up/down-aggressively.
src/xdisp.c (try_scrolling): Fix correction of aggressive-scroll
amount when the scroll margins are too large. When scrolling
backwards in the buffer, give up if cannot reach point or the
scroll margin within a reasonable number of screen lines. Fixes
point position in window under scroll-up/down-aggressively when
point is positioned many lines beyond the window top/bottom.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c49039a3cf9..11e657cffa9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-11-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_scrolling): Fix correction of aggressive-scroll | ||
| 4 | amount when the scroll margins are too large. When scrolling | ||
| 5 | backwards in the buffer, give up if cannot reach point or the | ||
| 6 | scroll margin within a reasonable number of screen lines. Fixes | ||
| 7 | point position in window under scroll-up/down-aggressively when | ||
| 8 | point is positioned many lines beyond the window top/bottom. | ||
| 9 | (Bug#12811) | ||
| 10 | |||
| 1 | 2012-11-05 Eli Zaretskii <eliz@gnu.org> | 11 | 2012-11-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * ralloc.c (relinquish): If real_morecore fails to return memory | 13 | * ralloc.c (relinquish): If real_morecore fails to return memory |