aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-09-30 16:35:11 +0800
committerChong Yidong2012-09-30 16:35:11 +0800
commitd39d3c8e5f4738a405aa2b36ed7895e92dfa5a4b (patch)
tree8efcc263bd42786704a853167421757ef25e9e19 /etc
parentc4c0c2dff6a733c411119418de41e2fb3a72b262 (diff)
downloademacs-d39d3c8e5f4738a405aa2b36ed7895e92dfa5a4b.tar.gz
emacs-d39d3c8e5f4738a405aa2b36ed7895e92dfa5a4b.zip
* lisp/bindings.el (goto-map): Bind M-g TAB to move-to-column.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS14
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b2444edcafe..d95c707ba36 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -184,6 +184,15 @@ The PCL-CVS commands are still available via the keyboard.
184 184
185* Editing Changes in Emacs 24.3 185* Editing Changes in Emacs 24.3
186 186
187** Navigation command changes
188
189*** New binding `M-g c' for `goto-char'.
190
191*** New binding `M-g TAB' for `move-to-column'.
192
193*** `M-g TAB' (`move-to-column') prompts for a column number if called
194interactively with no prefix arg. Previously, it moved to column 1.
195
187+++ 196+++
188** `C-x 8 RET' is now bound to `insert-char', which is now a command. 197** `C-x 8 RET' is now bound to `insert-char', which is now a command.
189`ucs-insert' is now an obsolete alias for `insert-char'. 198`ucs-insert' is now an obsolete alias for `insert-char'.
@@ -226,11 +235,6 @@ append-to-register and M-x prepend-to-register.
226 235
227** `C-u M-=' now counts lines/words/characters in the entire buffer. 236** `C-u M-=' now counts lines/words/characters in the entire buffer.
228 237
229** New binding `M-g c' for `goto-char'.
230
231** M-x move-to-column, if called interactively with no prefix arg, now
232prompts for a column number.
233
234** New command `C-x r M-w' (copy-rectangle-as-kill). 238** New command `C-x r M-w' (copy-rectangle-as-kill).
235It copies the region-rectangle as the last rectangle kill. 239It copies the region-rectangle as the last rectangle kill.
236 240