diff options
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 |