diff etc/NEWS @ 28724:48df558593f9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 26 Apr 2000 17:46:21 +0000
parents 6efaa4627dee
children 6d96f2643b05
line wrap: on
line diff
--- a/etc/NEWS	Wed Apr 26 17:43:04 2000 +0000
+++ b/etc/NEWS	Wed Apr 26 17:46:21 2000 +0000
@@ -1147,6 +1147,16 @@
 When you add a new item, please add it without either +++ or ---
 so I will know I still need to look at it -- rms.
 
+** The function `add-minor-mode' simplifies the definition of minor
+modes.
+
+- Function: add-minor-mode SYMBOL NAME MAP
+
+Register a new minor mode.  SYMBOL is the name of a buffer-local
+variable that is toggled on or off to say whether the minor mode is
+active or not.  NAME is the string that will appear in the mode line
+when the minor mode is active.  MAP is the keymap for the minor mode.
+
 ** The function `shell-command' now sets the default directory of the
 `*Shell Command Output*' buffer to the default directory of the buffer
 from which the command was issued.
@@ -3803,9 +3813,14 @@
 for a sample shell script for calling this function automatically
 every night.
 
-** All you need to do, to enable use of the Desktop package, is to set
+** Desktop changes
+
+*** All you need to do to enable use of the Desktop package, is to set
 the variable desktop-enable to t with Custom.
 
+*** Minor modes are now restored.  Which minor modes are restored
+and how modes are restored is controlled by `desktop-minor-mode-table'.
+
 ** There is no need to do anything special, now, to enable Gnus to
 read and post multi-lingual articles.