From: Lars Magne Ingebrigtsen Date: Fri, 24 Aug 2001 21:09:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;ds=sidebyside;h=4a5d00aa96c7f992494c9e41feb196197193ec18;p=gnus *** empty log message *** --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 2c857baab..be5b92bd6 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2001-08-24 16:09:14 Fabien Penso + + * gpg.el (gpg-command-sign-detached): Doc fix. + 2001-08-07 Andreas Jaeger * gpg.el (gpg-passphrase-forget): Don't cache diff --git a/contrib/gpg.el b/contrib/gpg.el index 3afa1ed13..f07134525 100644 --- a/contrib/gpg.el +++ b/contrib/gpg.el @@ -7,7 +7,7 @@ ;; Keywords: crypto ;; Created: 2000-04-15 -;; $Id: gpg.el,v 1.14 2001/07/30 23:04:20 zsh Exp $ +;; $Id: gpg.el,v 1.15 2001/08/10 17:23:27 zsh Exp $ ;; This file is NOT (yet?) part of GNU Emacs. @@ -364,7 +364,7 @@ standard error." '(gpg-2comp . ("--batch" "--passphrase-fd=0" "--output=-" armor textmode "--clearsign" sign-with-key)) - "Command to create a create a \"clearsign\" text file. + "Command to create a \"clearsign\" text file. The invoked program has to read the passphrase from standard input, followed by the message to sign. It should write the ASCII-amored signed text message to standard output, and diagnostic messages to @@ -377,7 +377,7 @@ standard error." '(gpg-2comp . ("--batch" "--passphrase-fd=0" "--output=-" armor textmode "--detach-sign" sign-with-key)) - "Command to create a create a detached signature. + "Command to create a detached signature. The invoked program has to read the passphrase from standard input, followed by the message to sign. It should write the ASCII-amored detached signature to standard output, and diagnostic messages to