Mercurial > emacs
comparison src/ChangeLog @ 109028:9f55c53fc33a
Avoid recentering when lines differ in their height.
xdisp.c (try_scrolling): When scroll-conservatively is set to
most-positive-fixnum, be extra accurate when scrolling window
start, to avoid missing the cursor line.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 20 Jun 2010 21:04:30 +0300 |
parents | f24aeaefbe37 |
children | d8720405694a |
comparison
equal
deleted
inserted
replaced
109027:858e3e43cfd5 | 109028:9f55c53fc33a |
---|---|
1 2010-06-20 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * xdisp.c (try_scrolling): When scroll-conservatively is set to | |
4 most-positive-fixnum, be extra accurate when scrolling window | |
5 start, to avoid missing the cursor line. | |
6 | |
1 2010-06-19 Eli Zaretskii <eliz@gnu.org> | 7 2010-06-19 Eli Zaretskii <eliz@gnu.org> |
2 | 8 |
3 * xdisp.c (try_scrolling): Compute the limit for searching point | 9 * xdisp.c (try_scrolling): Compute the limit for searching point |
4 in forward scroll from scroll_max, instead of an arbitrary limit | 10 in forward scroll from scroll_max, instead of an arbitrary limit |
5 of 10 screen lines. See | 11 of 10 screen lines. See |