diff options
| author | Eli Zaretskii | 2011-03-28 21:30:35 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-03-28 21:30:35 +0200 |
| commit | 9f3842cef7423e3ce6f75721284e6351f3a200e5 (patch) | |
| tree | 4efdb7a5ef2597fc87a1e9ac0a1a8bcb26e3943e /src/ChangeLog | |
| parent | fd738ca513341c0949c11af1c9add77529aeb63e (diff) | |
| download | emacs-9f3842cef7423e3ce6f75721284e6351f3a200e5.tar.gz emacs-9f3842cef7423e3ce6f75721284e6351f3a200e5.zip | |
Fix failures in try_scrolling when scrolling back.
src/xdisp.c (try_scrolling): When point is above the window, allow
searching as far as scroll_max, or one screenful, to compute
vertical distance from PT to the scroll margin position. This
prevents try_scrolling from unnecessarily failing when
scroll-conservatively is set to a value slightly larger than the
window height.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7a93ab7819..cb9096a5a5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-03-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_scrolling): When point is above the window, allow | ||
| 4 | searching as far as scroll_max, or one screenful, to compute | ||
| 5 | vertical distance from PT to the scroll margin position. This | ||
| 6 | prevents try_scrolling from unnecessarily failing when | ||
| 7 | scroll-conservatively is set to a value slightly larger than the | ||
| 8 | window height. | ||
| 9 | |||
| 1 | 2011-03-27 Eli Zaretskii <eliz@gnu.org> | 10 | 2011-03-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (try_scrolling): Clean up the case of PT below the | 12 | * xdisp.c (try_scrolling): Clean up the case of PT below the |