aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-06-29 16:36:19 +0300
committerEli Zaretskii2013-06-29 16:36:19 +0300
commit4c672a0fec1d18cc1a445acf3e6935d681d4048f (patch)
treec8fb2626c93a226bed5eaa0b92f95925734e893f /src/ChangeLog
parent73b1b3ad6196234984a29298bc66eabf1299de66 (diff)
downloademacs-4c672a0fec1d18cc1a445acf3e6935d681d4048f.tar.gz
emacs-4c672a0fec1d18cc1a445acf3e6935d681d4048f.zip
Implement visual-order cursor motion.
src/xdisp.c (Fmove_point_visually): New function. lisp/bindings.el (visual-order-cursor-movement): New defcustom. (right-char, left-char): Provide visual-order cursor motion by calling move-point-visually. Update the doc strings. doc/emacs/basic.texi (Moving Point): Document visual-order-cursor-movement and its effect on right-char and left-char. doc/lispref/display.texi (Bidirectional Display): Document move-point-visually. etc/NEWS: Document the new feature.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b279f42e6b6..1e1b54a72d0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-06-29 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (Fmove_point_visually): New function.
4
12013-06-28 Kenichi Handa <handa@gnu.org> 52013-06-28 Kenichi Handa <handa@gnu.org>
2 6
3 * coding.h (define_coding_undecided_arg_index): New enum. 7 * coding.h (define_coding_undecided_arg_index): New enum.