diff options
| author | Eli Zaretskii | 2014-05-25 17:18:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-05-25 17:18:46 +0300 |
| commit | 285c68bcf54373b7e78f2914f711bd4ce8a30b2f (patch) | |
| tree | 94d40547a22b518966268e0b03fced8918846b7e /src/ChangeLog | |
| parent | 12ddce5508fb7dd8e1457d17665503e84187ecc5 (diff) | |
| download | emacs-285c68bcf54373b7e78f2914f711bd4ce8a30b2f.tar.gz emacs-285c68bcf54373b7e78f2914f711bd4ce8a30b2f.zip | |
Fix bug #17585 with incorrect vertical motion when linum-mode is on.
src/xdisp.c (move_it_in_display_line_to): Don't record wrap position
if we are iterating over an object that generates glyphs for
marginal areas.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2ef383c7b49..dc3002b9a97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-05-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_in_display_line_to): Don't record wrap position | ||
| 4 | if we are iterating over an object that generates glyphs for | ||
| 5 | marginal areas. (Bug#17585) | ||
| 6 | |||
| 1 | 2014-05-24 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2014-05-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * xdisp.c (safe__call1, safe__eval): Now static. | 9 | * xdisp.c (safe__call1, safe__eval): Now static. |