diff options
| author | Eli Zaretskii | 2011-03-27 00:05:30 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-03-27 00:05:30 +0200 |
| commit | 3b2c5ab1f0714b26e760a4816eb1c24eefdddbd2 (patch) | |
| tree | 2e96634415125d5ecec530cf163781b24a4367c4 /src/ChangeLog | |
| parent | 06b6bbb578cae9ebc00ffd6d4a2c7dc4995588bf (diff) | |
| download | emacs-3b2c5ab1f0714b26e760a4816eb1c24eefdddbd2.tar.gz emacs-3b2c5ab1f0714b26e760a4816eb1c24eefdddbd2.zip | |
Fix scrolling with scroll-*-aggressively.
Aggressive scrolling backward by large distance still doesn't DTRT.
src/xdisp.c (try_scrolling): When aggressive scrolling is in use, don't
let point enter the opposite scroll margin as result of the scroll.
(redisplay_window): Fix operator precedence in condition.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ef3a1546913..d4301c482e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | (redisplay_window): Even when falling back on "recentering", | 8 | (redisplay_window): Even when falling back on "recentering", |
| 9 | position point in the window according to scroll-conservatively, | 9 | position point in the window according to scroll-conservatively, |
| 10 | scroll-margin, and scroll-*-aggressively variables. (Bug#6671) | 10 | scroll-margin, and scroll-*-aggressively variables. (Bug#6671) |
| 11 | (try_scrolling): When aggressive scrolling is in use, don't let | ||
| 12 | point enter the opposite scroll margin as result of the scroll. | ||
| 13 | (redisplay_window): Fix operator precedence in condition. | ||
| 11 | 14 | ||
| 12 | 2011-03-26 Juanma Barranquero <lekktu@gmail.com> | 15 | 2011-03-26 Juanma Barranquero <lekktu@gmail.com> |
| 13 | 16 | ||