]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/pinentry/pinentry.el
Merge commit 'd76bcd7c0dcecb33e6955e25963028600c371588'
[gnu-emacs-elpa] / packages / pinentry / pinentry.el
index 31156f96c133425fb1daee78b8ee8ef489c98f89..7cbe9f50c4a7d95847936374f7705f40cc164d44 100644 (file)
@@ -24,9 +24,7 @@
 ;;; Commentary:
 
 ;; This package allows GnuPG passphrase to be prompted through the
-;; minibuffer instead of graphical dialog.  As of June 2015, this
-;; feature requires newer versions of GnuPG (2.1.5 or later) and
-;; Pinentry (not yet released).
+;; minibuffer instead of graphical dialog.
 ;;
 ;; To use, add allow-emacs-pinentry to ~/.gnupg/gpg-agent.conf, and
 ;; start the server with M-x pinentry-start.
 ;;
 ;;   ${TMPDIR-/tmp}/emacs$(id -u)/pinentry
 ;;
-;; under the same directory as server.el uses.  The protocol is a
+;; under the same directory which server.el uses.  The protocol is a
 ;; subset of the Pinentry Assuan protocol described in (info
 ;; "(pinentry) Protocol").
+;;
+;; NOTE: As of June 2015, this feature requires newer versions of
+;; GnuPG (2.1.5+) and Pinentry (not yet released, possibly 0.9.5+).
+;; For details, see the discussion on gnupg-devel mailing list:
+;; <https://lists.gnupg.org/pipermail/gnupg-devel/2015-May/029875.html>.
 
 ;;; Code: