diff options
| author | Eli Zaretskii | 2011-09-24 16:23:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-24 16:23:58 +0300 |
| commit | e3cbd34b8793d52fb3252c8e0406bc5d67c2db44 (patch) | |
| tree | abe74fe6623c25dea8c65abb05806b05baaf76b5 /src/ChangeLog | |
| parent | fac7ae53a7832a967e351c6dbfa5552bb313d4bc (diff) | |
| download | emacs-e3cbd34b8793d52fb3252c8e0406bc5d67c2db44.tar.gz emacs-e3cbd34b8793d52fb3252c8e0406bc5d67c2db44.zip | |
Fix vertical cursor motion when the newline is covered by a display string.
src/indent.c (Fvertical_motion): Compute and apply the overshoot
logic when moving up, not only when moving down. Fix the
confusing name and values of the it_overshoot_expected variable;
logic changes accordingly. (Bug#9254) (Bug#9549)
src/xdisp.c (pos_visible_p): Produce correct pixel coordinates when
CHARPOS is covered by a display string which includes newlines.
(move_it_vertically_backward): Avoid inflooping when START_CHARPOS
is covered by a display string with embedded newlines.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index be80149139f..7c7eaf6c779 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-09-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * indent.c (Fvertical_motion): Compute and apply the overshoot | ||
| 4 | logic when moving up, not only when moving down. Fix the | ||
| 5 | confusing name and values of the it_overshoot_expected variable; | ||
| 6 | logic changes accordingly. (Bug#9254) (Bug#9549) | ||
| 7 | |||
| 8 | * xdisp.c (pos_visible_p): Produce correct pixel coordinates when | ||
| 9 | CHARPOS is covered by a display string which includes newlines. | ||
| 10 | (move_it_vertically_backward): Avoid inflooping when START_CHARPOS | ||
| 11 | is covered by a display string with embedded newlines. | ||
| 12 | |||
| 1 | 2011-09-24 Michael Albinus <michael.albinus@gmx.de> | 13 | 2011-09-24 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 14 | ||
| 3 | * dbusbind.c (Fdbus_register_signal): Add match rule to | 15 | * dbusbind.c (Fdbus_register_signal): Add match rule to |