changeset 51710:28e2763d0439

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 02 Jul 2003 04:09:52 +0000
parents 02d430615dd4
children 4f4c59acacd5
files etc/NEWS
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Jul 02 00:57:20 2003 +0000
+++ b/etc/NEWS	Wed Jul 02 04:09:52 2003 +0000
@@ -89,6 +89,18 @@
 
 * 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'.