diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7eb18593993..8f77f6a4fd9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-08-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_to): Don't bail out early when reaching | ||
| 4 | position beyond to_charpos, if we are scanning backwards. | ||
| 5 | (move_it_vertically_backward): When DY == 0, make sure we get to | ||
| 6 | the first character in the line after the newline. | ||
| 7 | |||
| 1 | 2011-08-27 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2011-08-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * ccl.c: Improve and simplify overflow checking (Bug#9196). | 10 | * ccl.c: Improve and simplify overflow checking (Bug#9196). |