emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master d76bcd7 1/2: Squashed 'packages/pinentry/' changes from 07


From: Daiki Ueno
Subject: [elpa] master d76bcd7 1/2: Squashed 'packages/pinentry/' changes from 075deb6..b3a45a5
Date: Thu, 18 Jun 2015 00:56:35 +0000

branch: master
commit d76bcd7c0dcecb33e6955e25963028600c371588
Author: Daiki Ueno <address@hidden>
Commit: Daiki Ueno <address@hidden>

    Squashed 'packages/pinentry/' changes from 075deb6..b3a45a5
    
    b3a45a5 Move the content of README to pinentry.el
    
    git-subtree-dir: packages/pinentry
    git-subtree-split: b3a45a51a12eff0646fe3e099854ccb1528e90b8
---
 README      |    6 ------
 pinentry.el |   11 +++++++----
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/README b/README
deleted file mode 100644
index 2fb83ad..0000000
--- a/README
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a staging area for further refinement of pinentry.el, until it
-gets included in Emacs proper or ELPA.
-
-See the discussion on the GnuPG mailing list:
-https://lists.gnupg.org/pipermail/gnupg-devel/2015-May/029875.html
-https://lists.gnupg.org/pipermail/gnupg-devel/2015-June/029915.html
\ No newline at end of file
diff --git a/pinentry.el b/pinentry.el
index 31156f9..7cbe9f5 100644
--- a/pinentry.el
+++ b/pinentry.el
@@ -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.
@@ -41,9 +39,14 @@
 ;;
 ;;   ${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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]