comparison lisp/ChangeLog @ 29040:a0ca583126cb

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 21 May 2000 01:44:08 +0000
parents 9e9fab0248d2
children a5d03117ad26
comparison
equal deleted inserted replaced
29039:d8bafae6beb2 29040:a0ca583126cb
1 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> 1 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
4 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
5 Print a status message if the toggle is called interactively.
6 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7 for global minor modes and use `defcustom' for them.
8 Use add-minor-mode.
9 (easy-mmode-define-derived-mode): Remove.
10 (define-derived-mode): Fancier default docstring.
11 (easy-mmode-define-navigation): Signal an error rather than (ding).
2 12
3 * newcomment.el (comment-styles): New `box-multi'. 13 * newcomment.el (comment-styles): New `box-multi'.
4 (comment-normalize-vars): Better default for comment-continue to 14 (comment-normalize-vars): Better default for comment-continue to
5 avoid whitespace-only continuations. 15 avoid whitespace-only continuations.
6 (comment-search-forward): Always move even in the no-syntax case. 16 (comment-search-forward): Always move even in the no-syntax case.