comparison lisp/gnus/ChangeLog @ 65691:cb3218d6e82a

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 122-124) - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp. - Update from CVS 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/spam-report.el (spam-report-url-ping-plain): Use gnus-extended-version as User-Agent. * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Explain why the default value is nil. 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org> * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Switch the default to nil, to be able to use Gnus at all. If the default switches to something else, then the function should be fixed not be exceedingly slow. 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/mm-url.el (mm-url-decode-entities): Fix regexp. 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
author Miles Bader <miles@gnu.org>
date Sun, 25 Sep 2005 21:26:33 +0000
parents 41260182da5b
children 5265a4059126 ee12d75eb214
comparison
equal deleted inserted replaced
65690:dc239a66e600 65691:cb3218d6e82a
17 * gnus-art.el (gnus-read-save-file-name) 17 * gnus-art.el (gnus-read-save-file-name)
18 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail) 18 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19 (gnus-summary-save-in-file, gnus-summary-save-body-in-file): 19 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20 * message.el (message-check-news-header-syntax): 20 * message.el (message-check-news-header-syntax):
21 Follow convention for reading with the minibuffer. 21 Follow convention for reading with the minibuffer.
22
23 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
24
25 * spam-report.el (spam-report-url-ping-plain): Use
26 gnus-extended-version as User-Agent.
27
28 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
29 default value is nil.
30
31 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
32
33 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
34 default to nil, to be able to use Gnus at all. If the default
35 switches to something else, then the function should be fixed not
36 be exceedingly slow.
37
38 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
39
40 * mm-url.el (mm-url-decode-entities): Fix regexp.
22 41
23 2005-09-18 D Goel <deego@gnufans.org> 42 2005-09-18 D Goel <deego@gnufans.org>
24 43
25 * sieve.el (sieve-help): Fix `message' call: first arg should be a 44 * sieve.el (sieve-help): Fix `message' call: first arg should be a
26 format spec. 45 format spec.