Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 63868:e903f947651d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 83-85)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
(gnus-nocem-check-article): Fetch the Type header.
(gnus-nocem-message-wanted-p): Fix the way to examine types.
(gnus-nocem-verify-issuer): Use functionp instead of fboundp.
(gnus-nocem-enter-article): Make sure gnus-nocem-hashtb is initialized.
* lisp/gnus/pgg.el (pgg-verify): Return the verification result.
2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 30 Jun 2005 00:27:41 +0000 |
parents | b8c4648e267e |
children | cf8b4d09b958 bb71c6cf2009 |
comparison
equal
deleted
inserted
replaced
63867:f3e6b99200bc | 63868:e903f947651d |
---|---|
1 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org> | |
2 | |
3 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify. | |
4 (gnus-nocem-check-article): Fetch the Type header. | |
5 (gnus-nocem-message-wanted-p): Fix the way to examine types. | |
6 (gnus-nocem-verify-issuer): Use functionp instead of fboundp. | |
7 (gnus-nocem-enter-article): Make sure gnus-nocem-hashtb is initialized. | |
8 | |
9 * pgg.el (pgg-verify): Return the verification result. | |
10 | |
1 2005-06-24 Juanma Barranquero <lekktu@gmail.com> | 11 2005-06-24 Juanma Barranquero <lekktu@gmail.com> |
2 | 12 |
3 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not | 13 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not |
4 `show-nonbreak-escape'. | 14 `show-nonbreak-escape'. |
5 | 15 |