Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 108215:8264830363ca
Use define-minor-mode in Gnus where applicable.
* mml.el (mml-mode): Use define-minor-mode.
* gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
(gnus-undo-mode): Use define-minor-mode.
* gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
(gnus-dead-summary-mode): Use define-minor-mode.
* gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
Initialize in declaration.
(gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
* gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
(gnus-mailing-list-mode): Use define-minor-mode.
* gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
(gnus-draft-mode): Use define-minor-mode.
* gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
(gnus-dired-mode): Use define-minor-mode.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 02 May 2010 20:41:45 -0400 |
parents | aacd4ee6c3af |
children | 8251ba69ff20 |
comparison
equal
deleted
inserted
replaced
108214:000b400531eb | 108215:8264830363ca |
---|---|
1 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 Use define-minor-mode in Gnus where applicable. | |
4 * mml.el (mml-mode): Use define-minor-mode. | |
5 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration. | |
6 (gnus-undo-mode): Use define-minor-mode. | |
7 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration. | |
8 (gnus-dead-summary-mode): Use define-minor-mode. | |
9 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map): | |
10 Initialize in declaration. | |
11 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode. | |
12 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration. | |
13 (gnus-mailing-list-mode): Use define-minor-mode. | |
14 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration. | |
15 (gnus-draft-mode): Use define-minor-mode. | |
16 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration. | |
17 (gnus-dired-mode): Use define-minor-mode. | |
18 | |
1 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org> | 19 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 20 |
3 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling. | 21 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling. |
4 | 22 |
5 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca> | 23 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca> |