From 02b77879223a1d6c3e22454d34ef041cfdb5061c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 12 May 1999 10:33:49 +0000 Subject: [PATCH] Update. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5f8608e..ffdf618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +1999-05-12 Katsumi Yamaoka + + * mime-edit.el (mime-edit-decode-multipart-in-buffer): Use + `pgp-encrypted' or `pgp-signed' for the value of `subtype' if the + protocol "application/pgp-encrypted" or "application/pgp-signature" + is declared; attempt to decrypt the encrypted part with the new + function `mime-edit-decrypt-application/pgp-encrypted' and strip + sender, recipients and useless tags from the decrypted part. + (TopLevel): Autoload "mime-pgp" for the function + `mime-edit-decrypt-application/pgp-encrypted'. + + * mime-pgp.el (mime-edit-decrypt-application/pgp-encrypted): New + function. + (mime-pgp-detect-version): Allow some leading garbage lines. + 1999-04-16 Katsumi Yamaoka * mime-play.el (mime-show-echo-buffer): Make it returns the list of -- 1.7.10.4