diff options
| author | Miles Bader | 2005-02-28 00:04:11 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-02-28 00:04:11 +0000 |
| commit | ee7d3cc0906fa618d8fa99b373d336336f643f02 (patch) | |
| tree | 87c763e74e8bc1bae8bddef77183e26e79b09942 /lisp/gnus/ChangeLog | |
| parent | fc88c2888fce5a5c82d9b97bc1ab7958a42c2b7e (diff) | |
| download | emacs-ee7d3cc0906fa618d8fa99b373d336336f643f02.tar.gz emacs-ee7d3cc0906fa618d8fa99b373d336336f643f02.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-139
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 32-33)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-02-27 Arne J,Ax(Brgensen <arne@arnested.dk>
* lisp/gnus/mm-decode.el (mm-dissect-buffer): Pass the from field on to
`mm-dissect-multipart' and receive the from field as an (optional)
argument from `mm-dissect-multipart'.
(mm-dissect-multipart): Receive the from field as an argument and
pass it on when we call `mm-dissect-buffer' on MIME parts. Fixes
verification/decryption of signed/encrypted MIME parts.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 79218857bbd..7ade8548764 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-02-27 Arne J,Ax(Brgensen <arne@arnested.dk> | ||
| 2 | |||
| 3 | * mm-decode.el (mm-dissect-buffer): Pass the from field on to | ||
| 4 | `mm-dissect-multipart' and receive the from field as an (optional) | ||
| 5 | argument from `mm-dissect-multipart'. | ||
| 6 | (mm-dissect-multipart): Receive the from field as an argument and | ||
| 7 | pass it on when we call `mm-dissect-buffer' on MIME parts. Fixes | ||
| 8 | verification/decryption of signed/encrypted MIME parts. | ||
| 9 | |||
| 1 | 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * gnus-sum.el (gnus-summary-exit): Move point after displaying the | 12 | * gnus-sum.el (gnus-summary-exit): Move point after displaying the |