summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2003-07-02 04:09:52 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2003-07-02 04:09:52 +0000
commitd60f13166a50f8ae7e3137803300f76b41f1994c (patch)
treeac4258c693588e6165f90892e3eb137fdc969f12 /etc
parent610bc96b14e2950bf17d5f7d1ab5451331f96732 (diff)
downloademacs-d60f13166a50f8ae7e3137803300f76b41f1994c.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 35d2392a496..091e944ace0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -89,6 +89,18 @@ See the files mac/README and mac/INSTALL for build instructions.
* Changes in Emacs 21.4
+** New minor mode `vis-mode' toggles invisibility in the current buffer.
+When enabled, it makes all invisible text visible. When disabled, it
+restores the previous value of `buffer-invisibility-spec'.
+
+** New command `kill-whole-line' kills an entire line at once.
+By default, it is bound to C-S-<backspace>.
+
++++
+** Info now hides node names in menus and cross references by default.
+If you prefer the old behavior, you can set the new user option
+`Info-hide-note-references' to nil.
+
** Support for the SQLite interpreter has been added to sql.el by calling
'sql-sqlite'.