aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2008-07-17 23:41:29 +0000
committerChong Yidong2008-07-17 23:41:29 +0000
commit12f165e92bb57ede754328d3c930946455e6d12b (patch)
tree08ebe31f8784d5b5e9918ef086121526a00305a0 /etc
parenta2cf21a2c4be6e2cc843e41a0f80dc1a63e46c96 (diff)
downloademacs-12f165e92bb57ede754328d3c930946455e6d12b.tar.gz
emacs-12f165e92bb57ede754328d3c930946455e6d12b.zip
Add Visual Line mode.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f562a108f0a..859a37b0c8f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -470,6 +470,11 @@ Manual.
470 470
471** RST mode is a major mode for editing ReSTructured-Text files. 471** RST mode is a major mode for editing ReSTructured-Text files.
472 472
473** Visual Line mode provides support for editing by visual lines.
474It turns on word-wrapping in the current buffer, and rebinds C-a, C-e,
475and C-k to commands that operate by visual lines instead of logical
476lines. This is a more reliable replacement for longlines-mode.
477
473** A new `whitespace' package has been installed, and the pre-existing one 478** A new `whitespace' package has been installed, and the pre-existing one
474renamed to `old-whitespace'. 479renamed to `old-whitespace'.
475[FIXME someone explain why this is good, if it is...] 480[FIXME someone explain why this is good, if it is...]