diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f10e1070fa3..753f0b9826d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-06-30 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-06-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * intervals.c (get_local_map): Instead of aborting, clip POSITION | ||
| 4 | to the valid range of values. (Bug#14753) | ||
| 5 | |||
| 3 | * xdisp.c (Fmove_point_visually): Invalidate the cursor position | 6 | * xdisp.c (Fmove_point_visually): Invalidate the cursor position |
| 4 | when moving point by using the current glyph matrix. This avoids | 7 | when moving point by using the current glyph matrix. This avoids |
| 5 | the need to force redisplay when this function is called in a | 8 | the need to force redisplay when this function is called in a |