changeset 29040:a0ca583126cb

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 21 May 2000 01:44:08 +0000
parents d8bafae6beb2
children 49e8918cab44
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 21 01:43:55 2000 +0000
+++ b/lisp/ChangeLog	Sun May 21 01:44:08 2000 +0000
@@ -1,5 +1,15 @@
 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
 
+	* emacs-lisp/easy-mmode.el: Update copyright and commentary.
+	(easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
+	Print a status message if the toggle is called interactively.
+	(define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
+	for global minor modes and use `defcustom' for them.
+	Use add-minor-mode.
+	(easy-mmode-define-derived-mode): Remove.
+	(define-derived-mode): Fancier default docstring.
+	(easy-mmode-define-navigation): Signal an error rather than (ding).
+
 	* newcomment.el (comment-styles): New `box-multi'.
 	(comment-normalize-vars): Better default for comment-continue to
 	avoid whitespace-only continuations.