aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-06-14 14:09:10 +0300
committerEli Zaretskii2014-06-14 14:09:10 +0300
commit59579a97d870807c635292178a2697f20d8720bd (patch)
tree0a8cca4e913e6fea710a7f697703347b8a76caab /src/ChangeLog
parent5be5f2854a9105e65679ef6af87f4ebb490e9961 (diff)
downloademacs-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/ChangeLog7
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 @@
12014-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
12014-06-13 Eli Zaretskii <eliz@gnu.org> 82014-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