diff options
| author | Eli Zaretskii | 2014-06-14 14:09:10 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-14 14:09:10 +0300 |
| commit | 59579a97d870807c635292178a2697f20d8720bd (patch) | |
| tree | 0a8cca4e913e6fea710a7f697703347b8a76caab /src/ChangeLog | |
| parent | 5be5f2854a9105e65679ef6af87f4ebb490e9961 (diff) | |
| download | emacs-59579a97d870807c635292178a2697f20d8720bd.tar.gz emacs-59579a97d870807c635292178a2697f20d8720bd.zip | |
Fix bug #17777 with keyboard macros and visual-order cursor movement.
src/xdisp.c (Fmove_point_visually): Don't use the glyph matrix
information if we are in the middle of executing a keyboard macro,
since redisplay doesn't update the screen until the macro is
finished.
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 87b9b32510e..6e312e79d7d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-06-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (Fmove_point_visually): Don't use the glyph matrix | ||
| 4 | information if we are in the middle of executing a keyboard macro, | ||
| 5 | since redisplay doesn't update the screen until the macro is | ||
| 6 | finished. (Bug#17777) | ||
| 7 | |||
| 1 | 2014-06-13 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-06-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * alloc.c (cleanup_vector): Don't dereference a font driver | 10 | * alloc.c (cleanup_vector): Don't dereference a font driver |