diff options
| author | Eli Zaretskii | 2014-04-12 14:21:47 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-04-12 14:21:47 +0300 |
| commit | 180c8ce0c6a702bc21403e1f5a0b2781bb5f787c (patch) | |
| tree | 80579c3d79dd86e3580f587055eb9a4587830a7f /src/ChangeLog | |
| parent | 204db02a2b8826a72d49edd1ca8d32d6d33478c8 (diff) | |
| download | emacs-180c8ce0c6a702bc21403e1f5a0b2781bb5f787c.tar.gz emacs-180c8ce0c6a702bc21403e1f5a0b2781bb5f787c.zip | |
Fix bug #17244 with line-move-visual when display string covers a lot of text.
src/xdisp.c (move_it_by_lines): If a large portion of buffer text is
covered by a display string that ends in a newline, and that cases
going back by DVPOS lines to hit the search limit, lift the limit
and go back until DVPOS is reached.
src/indent.c (Fvertical_motion): Handle correctly the case when the
display string is preceded by an empty line.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 22f25bef6f3..cb17738d139 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-04-12 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_by_lines): If a large portion of buffer text is | ||
| 4 | covered by a display string that ends in a newline, and that cases | ||
| 5 | going back by DVPOS lines to hit the search limit, lift the limit | ||
| 6 | and go back until DVPOS is reached. (Bug#17244) | ||
| 7 | |||
| 8 | * indent.c (Fvertical_motion): Handle correctly the case when the | ||
| 9 | display string is preceded by an empty line. | ||
| 10 | |||
| 1 | 2014-04-11 Eli Zaretskii <eliz@gnu.org> | 11 | 2014-04-11 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * w32.c (sys_umask) <WRITE_USER>: Remove redundant constant, and | 13 | * w32.c (sys_umask) <WRITE_USER>: Remove redundant constant, and |