# HG changeset patch # User Chong Yidong # Date 1215800314 0 # Node ID 3f3c7e8d290f8a3c1a914f49cc27553a683a0e81 # Parent a2cd2be2d2c009bfd4997e2010b6e1b84991b725 Document line-move-visual and vertical-motion changes. diff -r a2cd2be2d2c0 -r 3f3c7e8d290f etc/NEWS --- a/etc/NEWS Fri Jul 11 18:11:06 2008 +0000 +++ b/etc/NEWS Fri Jul 11 18:18:34 2008 +0000 @@ -233,6 +233,11 @@ * Editing Changes in Emacs 23.1 +** The C-n and C-p line-motion commands now move by screen lines, +taking continued lines and variable-width characters into account. +Setting `line-move-visual' to nil reverts this to the previous +behavior (motion by logical lines based on buffer contents alone). + ** C-x C-c now invokes `save-buffers-kill-terminal', and C-z now invokes `suspend-frame'. This change is for compatibility with the new multi-tty support (see `Improved X Window System support' above). @@ -1262,6 +1267,11 @@ *** `clear-image-cache' can be told to flush only images of a specific file. +*** `vertical-motion' can now be given a goal column. +It now accepts a cons cell (COLS . LINES) in its first argument, which +says to stop, where possible, at a pixel x-position equal to COLS +times the default column width. + ** Miscellaneous new functions *** `format-seconds' converts a number of seconds into a readable