2007-01-04 Daiki Ueno <ueno@unixuser.org>
+ * epa.el (epa-decrypt-mail): Renamed from epa-decrypt.
+ (epa-verify-mail): Renamed from epa-verify.
+ (epa-sign-mail): Renamed from epa-sign.
+ (epa-encrypt-mail): Renamed from epa-encrypt.
+
* configure.ac: Don't exit if GnuPG (>= 1.4.3) is unavailable.
* epg.el (epg-signature-to-string): Print creation-time and used
(epa-decrypt-region armor-start armor-end)))))))
;;;###autoload
-(defun epa-decrypt ()
+(defun epa-decrypt-mail ()
"Decrypt OpenPGP armors in the current buffer.
+The buffer is expected to contain a mail message.
Don't use this command in Lisp programs!"
(interactive)
(epa-verify-region armor-start armor-end))))))
;;;###autoload
-(defun epa-verify ()
+(defun epa-verify-mail ()
"Verify OpenPGP cleartext signed messages in the current buffer.
+The buffer is expected to contain a mail message.
Don't use this command in Lisp programs!"
(interactive)
pointer))
;;;###autoload
-(defun epa-sign (start end signers mode)
+(defun epa-sign-mail (start end signers mode)
"Sign the current buffer.
+The buffer is expected to contain a mail message.
Don't use this command in Lisp programs!"
(interactive
'end-open t)))))
;;;###autoload
-(defun epa-encrypt (start end recipients sign signers)
+(defun epa-encrypt-mail (start end recipients sign signers)
"Encrypt the current buffer.
+The buffer is expected to contain a mail message.
Don't use this command in Lisp programs!"
(interactive