From 0c8b58e9f7f4c197fc79df247e98fc163b6339c1 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 11 Jul 2008 18:18:34 +0000 Subject: [PATCH] Document line-move-visual and vertical-motion changes. --- etc/NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index b13cc45ac2c..28820cc47ce 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -233,6 +233,11 @@ identical. * 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 @@ Convenient when checking invisibility of text with no buffer position *** `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 -- 2.39.2