comparison lisp/gnus/ChangeLog @ 62428:9f49da4a429d

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-314 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 69) - Update from CVS 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el: Don't autoload mail-extract-address-components. * lisp/gnus/gnus.el: Use eval-and-compile to autoload message-y-or-n-p. * lisp/gnus/nndb.el: Don't declare the nndb back end two or more times; don't autoload news-reply-mode, news-setup, cancel-timer and telnet. * lisp/gnus/nntp.el: Autoload format-spec instead of format; use eval-and-compile to evaluate autoload forms. * lisp/gnus/spam-report.el (spam-report-process-queue): Use gnus-point-at-eol.
author Miles Bader <miles@gnu.org>
date Tue, 17 May 2005 04:57:29 +0000
parents d1245d218964
children 16493952e648 f042e7c0fe20
comparison
equal deleted inserted replaced
62427:882ba17cc547 62428:9f49da4a429d
1 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-art.el: Don't autoload mail-extract-address-components.
4
5 * gnus.el: Use eval-and-compile to autoload message-y-or-n-p.
6
7 * nndb.el: Don't declare the nndb back end two or more times; don't
8 autoload news-reply-mode, news-setup, cancel-timer and telnet.
9
10 * nntp.el: Autoload format-spec instead of format; use
11 eval-and-compile to evaluate autoload forms.
12
13 * spam-report.el (spam-report-process-queue): Use gnus-point-at-eol.
14
1 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org> 15 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
2 16
3 * gnus-art.el (article-date-ut): Support converting date in 17 * gnus-art.el (article-date-ut): Support converting date in
4 forwarded parts as well. 18 forwarded parts as well.
5 (gnus-article-save-original-date): New macro. 19 (gnus-article-save-original-date): New macro.
343 * mail-source.el: Require timer-funcs at compile time when in 357 * mail-source.el: Require timer-funcs at compile time when in
344 XEmacs for `run-with-idle-timer'. 358 XEmacs for `run-with-idle-timer'.
345 359
346 * gnus-async.el: Ditto. 360 * gnus-async.el: Ditto.
347 361
348 * dgnushack.el: No need to ignore `run-with-idle-timer', XEmacs
349 has this function now.
350
351 2005-03-16 Lute Kamstra <lute@gnu.org> 362 2005-03-16 Lute Kamstra <lute@gnu.org>
352 363
353 * message.el (message-make-date): Require parse-time. 364 * message.el (message-make-date): Require parse-time.
354 365
355 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca> 366 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>