]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Visual Line mode.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 17 Jul 2008 23:41:29 +0000 (23:41 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 17 Jul 2008 23:41:29 +0000 (23:41 +0000)
etc/NEWS

index f562a108f0aedee4037751b0205d42e869cefbab..859a37b0c8fc0e95ede0a818c2aa9cb6a352c7ac 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -470,6 +470,11 @@ Manual.
 
 ** RST mode is a major mode for editing ReSTructured-Text files.
 
+** Visual Line mode provides support for editing by visual lines.
+It turns on word-wrapping in the current buffer, and rebinds C-a, C-e,
+and C-k to commands that operate by visual lines instead of logical
+lines.  This is a more reliable replacement for longlines-mode.
+
 ** A new `whitespace' package has been installed, and the pre-existing one
 renamed to `old-whitespace'.
 [FIXME someone explain why this is good, if it is...]