comparison lisp/gnus/ChangeLog @ 64780:4def766e2c3f

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-515 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 104) - Update from CVS 2005-08-05 Daiki Ueno <ueno@unixuser.org> * lisp/gnus/mml2015.el (mml2015-pgg-sign): Make sure micalg is correct. * lisp/gnus/pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2. 2005-08-06 Romain Francoise <romain@orebokech.com> * lisp/gnus/message.el: Fix typo in docstring. 2005-07-16 Romain Francoise <romain@orebokech.com> * lisp/gnus/gnus-uu.el (gnus-uu-save-article): Use `message-make-date' instead of `current-time-string' as the latter creates a time string that is not RFC 2822 compliant (it lacks the zone).
author Miles Bader <miles@gnu.org>
date Sun, 07 Aug 2005 23:56:33 +0000
parents f62cd60b99ba
children d2334ecd8eae
comparison
equal deleted inserted replaced
64779:23d3337ef511 64780:4def766e2c3f
1 2005-08-05 Daiki Ueno <ueno@unixuser.org>
2
3 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4
5 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6
7 2005-08-06 Romain Francoise <romain@orebokech.com>
8
9 * message.el: Fix typo in docstring.
10
1 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org> 11 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
2 12
3 * mm-bodies.el (mm-encode-body): Use coding system rather than 13 * mm-bodies.el (mm-encode-body): Use coding system rather than
4 charset to encode text. 14 charset to encode text.
5 15
101 111
102 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default 112 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
103 for text/rtf. Display default in prompt. Pass default for M-n. 113 for text/rtf. Display default in prompt. Pass default for M-n.
104 114
105 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer. 115 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
116
117 2005-07-16 Romain Francoise <romain@orebokech.com>
118
119 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
120 instead of `current-time-string' as the latter creates a time
121 string that is not RFC 2822 compliant (it lacks the zone).
106 122
107 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> 123 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
108 124
109 * gnus-msg.el (gnus-button-mailto): Remove 125 * gnus-msg.el (gnus-button-mailto): Remove
110 save-selected-window-window hackery because it relies on 126 save-selected-window-window hackery because it relies on