diff options
| author | Miles Bader | 2005-08-07 23:56:33 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-08-07 23:56:33 +0000 |
| commit | bcc7dd61345b60c5a16ef3caaa96a878d1edbd45 (patch) | |
| tree | 0b555d00ad849f787648d31dcbbfa61a379d19a4 /lisp/gnus/ChangeLog | |
| parent | 8b6a95513d11162055cf1cdf7eb9a4a2ade5f1c3 (diff) | |
| download | emacs-bcc7dd61345b60c5a16ef3caaa96a878d1edbd45.tar.gz emacs-bcc7dd61345b60c5a16ef3caaa96a878d1edbd45.zip | |
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).
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 9f5ee5e1e33..a7b215718b0 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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 |
| @@ -104,6 +114,12 @@ | |||
| 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. |
| 106 | 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). | ||
| 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 |