comparison lisp/ChangeLog @ 26551:271f77895660

Changed maintainer. (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; Use defcustom for the hooks; Improve the auto-generated docstrings. (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. (define-minor-mode): Add BODY arg; Only declare the keymap if provided; Improve the auto-generated docstrings.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 23 Nov 1999 09:08:38 +0000
parents 9ea90a3ac301
children 88324520c7fc
comparison
equal deleted inserted replaced
26550:b2da8183c301 26551:271f77895660
1 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/easy-mmode.el: Changed maintainer.
4 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5 Use defcustom for the hooks; Improve the auto-generated docstrings.
6 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
7 (define-minor-mode): Add BODY arg; Only declare the keymap if
8 provided; Improve the auto-generated docstrings.
9
1 1999-11-22 Gerd Moellmann <gerd@gnu.org> 10 1999-11-22 Gerd Moellmann <gerd@gnu.org>
2 11
3 * textmodes/text-mode.el (text-mode): Contruct paragraph-start so 12 * textmodes/text-mode.el (text-mode): Contruct paragraph-start so
4 that the leading `^' is at the start. This is necessary because 13 that the leading `^' is at the start. This is necessary because
5 paragraphs.el tries to remove anchors, but can find them only if 14 paragraphs.el tries to remove anchors, but can find them only if