aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-06-30 17:49:33 +0300
committerEli Zaretskii2013-06-30 17:49:33 +0300
commit0ba54312c98bdcc8ab3ffc872cb9581710a0eea8 (patch)
tree7b2710e9d2c61b8e2ac0a2243667174c3eb33f1c /src/ChangeLog
parent0865d506b58bd49932ec8eed0c6e486d2dfd8bb1 (diff)
downloademacs-0ba54312c98bdcc8ab3ffc872cb9581710a0eea8.tar.gz
emacs-0ba54312c98bdcc8ab3ffc872cb9581710a0eea8.zip
Don't call sit-for in right-char and left-char for visual cursor motion.
src/xdisp.c (Fmove_point_visually): Invalidate the cursor position when moving point by using the current glyph matrix. This avoids the need to force redisplay when this function is called in a loop. lisp/bindings.el (right-char, left-char): Don't call sit-for, this is no longer needed. Use arithmetic comparison only for numerical arguments.
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 2f1c553576f..f10e1070fa3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-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
12013-06-29 Paul Eggert <eggert@cs.ucla.edu> 82013-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.