# HG changeset patch # User Chong Yidong # Date 1216338089 0 # Node ID 5dafdebb219de14901a9cb0b0e6ebc2b88f69bc6 # Parent 66c97af5f33c0ec3b7282f19d3b8ccc956560638 Add Visual Line mode. diff -r 66c97af5f33c -r 5dafdebb219d etc/NEWS --- a/etc/NEWS Thu Jul 17 23:37:50 2008 +0000 +++ b/etc/NEWS Thu Jul 17 23:41:29 2008 +0000 @@ -470,6 +470,11 @@ ** 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...]