Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 60824:58727a5c98c4
(gnus-display-time-event-handler):
Check display-time-timer at runtime rather than only at load time
in case display-time-mode is turned off in the mean time.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 22 Mar 2005 18:48:38 +0000 |
parents | 7503b2a24a3c |
children | 3f516faa2ab3 13796b0653c7 |
comparison
equal
deleted
inserted
replaced
60823:ef15b1dacf50 | 60824:58727a5c98c4 |
---|---|
1 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * gnus-start.el (gnus-display-time-event-handler): | |
4 Check display-time-timer at runtime rather than only at load time | |
5 in case display-time-mode is turned off in the mean time. | |
6 | |
1 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de> | 7 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de> |
2 | 8 |
3 * nnimap.el (nnimap-open-connection): Print which authinfo file is | 9 * nnimap.el (nnimap-open-connection): Print which authinfo file is |
4 used. | 10 used. |
5 | 11 |
9 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for | 15 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for |
10 the To/Cc button. | 16 the To/Cc button. |
11 | 17 |
12 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de> | 18 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de> |
13 | 19 |
14 * nnmaildir.el (nnmaildir-request-accept-article): Use | 20 * nnmaildir.el (nnmaildir-request-accept-article): |
15 `nnheader-cancel-timer' for compatibility with current XEmacs. | 21 Use `nnheader-cancel-timer' for compatibility with current XEmacs. |
16 | 22 |
17 2005-03-13 Steve Youngs <steve@sxemacs.org> | 23 2005-03-13 Steve Youngs <steve@sxemacs.org> |
18 | 24 |
19 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an | 25 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an |
20 autoloaded function. | 26 autoloaded function. |
24 | 30 |
25 * mm-url.el: Require timer-funcs at compile time when in XEmacs | 31 * mm-url.el: Require timer-funcs at compile time when in XEmacs |
26 for `with-timeout'. | 32 for `with-timeout'. |
27 | 33 |
28 * mail-source.el: Require timer-funcs at compile time when in | 34 * mail-source.el: Require timer-funcs at compile time when in |
29 XEmacs for `run-with-idle-timer'. | 35 XEmacs for `run-with-idle-timer'. |
30 | 36 |
31 * gnus-async.el: Ditto. | 37 * gnus-async.el: Ditto. |
32 | 38 |
33 * dgnushack.el: No need to ignore `run-with-idle-timer', XEmacs | 39 * dgnushack.el: No need to ignore `run-with-idle-timer', XEmacs |
34 has this function now. | 40 has this function now. |
35 | 41 |
36 2005-03-16 Lute Kamstra <lute@gnu.org> | 42 2005-03-16 Lute Kamstra <lute@gnu.org> |
37 | 43 |
38 * message.el (message-make-date): Require parse-time. | 44 * message.el (message-make-date): Require parse-time. |
39 | 45 |
41 | 47 |
42 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change. | 48 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change. |
43 | 49 |
44 2005-03-10 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change) | 50 2005-03-10 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change) |
45 | 51 |
46 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one | 52 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw. |
47 flaw. | |
48 | 53 |
49 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change) | 54 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change) |
50 | 55 |
51 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV | 56 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV |
52 buffer (since IMAP server might return FETCH response out of | 57 buffer (since IMAP server might return FETCH response out of |