Mercurial > emacs
comparison lisp/ChangeLog @ 85501:da629dcb5063
([ignore]): Use ignore.
(double-setup): Inline into double-mode.
(double-mode): Use define-minor-mode.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 21 Oct 2007 02:35:16 +0000 |
parents | 0dcd1f3c9909 |
children | 0b3f2c1b1178 |
comparison
equal
deleted
inserted
replaced
85500:0dcd1f3c9909 | 85501:da629dcb5063 |
---|---|
1 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * double.el ([ignore]): Use ignore. | |
4 (double-setup): Inline into double-mode. | |
5 (double-mode): Use define-minor-mode. | |
6 | |
1 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu> | 7 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 8 |
3 * textmodes/reftex.el: Move require easymenu before first use. | 9 * textmodes/reftex.el: Move require easymenu before first use. |
4 (reftex-info): Require info at compile too. | 10 (reftex-info): Require info at compile too. |
5 | 11 |
6 * textmodes/org-publish.el (org-publish-org-to-html) | 12 * textmodes/org-publish.el (org-publish-org-to-html) |
7 (org-publish-org-to): Require org at compile time too. | 13 (org-publish-org-to): Require org at compile time too. |
8 (org-publish-attachment): Require at compile time too. | 14 (org-publish-attachment): Require at compile time too. |
9 | 15 |
10 * term/tty-colors.el (w32-tty-standard-colors): Pacify | 16 * term/tty-colors.el (w32-tty-standard-colors): |
11 byte-compiler. | 17 Pacify byte-compiler. |
12 | 18 |
13 * term/pc-win.el (frame-creation-function-alist): Add to this | 19 * term/pc-win.el (frame-creation-function-alist): Add to this |
14 instead of setting frame-creation-function. | 20 instead of setting frame-creation-function. |
15 | 21 |
16 * play/blackbox.el (bb-up, bb-down): Use forward-line. | 22 * play/blackbox.el (bb-up, bb-down): Use forward-line. |
17 | 23 |
18 * net/rcirc.el (rcirc-markup-text-functions): Move definition | 24 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier. |
19 earlier. | |
20 | 25 |
21 * calendar/todo-mode.el: Require calendar at compile time. | 26 * calendar/todo-mode.el: Require calendar at compile time. |
22 | 27 |
23 * calendar/cal-islam.el: Require diary-lib at compile time. | 28 * calendar/cal-islam.el: Require diary-lib at compile time. |
24 | 29 |