diff doc/emacs/ChangeLog @ 108824:8aaae2681a62

Implement bidi-sensitive word movement with arrow keys. lisp/subr.el (right-arrow-command, left-arrow-command): Move to bindings.el. lisp/bindings.el (right-char, left-char): Move from subr.el and rename from right-arrow-command and left-arrow-command. (right-word, left-word): New functions. (global-map) <right>: Bind to right-char. (global-map) <left>: Bind to left-char. (global-map) <C-right>: Bind to right-word. (global-map) <C-left>: Bind to left-word. doc/emacs/basic.texi (Moving Point): Update due to renaming of commands bound to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 29 May 2010 18:19:13 +0300
parents 6d142dd06f97
children 16046445c7ef
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Sat May 29 15:51:01 2010 +0300
+++ b/doc/emacs/ChangeLog	Sat May 29 18:19:13 2010 +0300
@@ -1,3 +1,8 @@
+2010-05-29  Eli Zaretskii  <eliz@gnu.org>
+
+	* basic.texi (Moving Point): Update due to renaming of commands bound
+	to arrows.  Document bidi-aware behavior of C-<right> and C-<left>.
+
 2010-05-18  Eli Zaretskii  <eliz@gnu.org>
 
 	* display.texi (Fringes): Document reversal of fringe arrows for R2L