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 2f1c553576f..f10e1070fa3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-06-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (Fmove_point_visually): Invalidate the cursor position | ||
| 4 | when moving point by using the current glyph matrix. This avoids | ||
| 5 | the need to force redisplay when this function is called in a | ||
| 6 | loop. | ||
| 7 | |||
| 1 | 2013-06-29 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-06-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Fix minor problems found by static checking. | 10 | Fix minor problems found by static checking. |