aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDaiki Ueno2015-06-18 10:08:04 +0900
committerDaiki Ueno2015-06-18 10:22:38 +0900
commitdbc192b4c239c2da8c83def0b0a877d7f179172a (patch)
tree0c86eb8250d1886c190da6831bb3e61221b35ac3 /etc
parent5dc72bc4ba6963c5896daa42e6193d6ae667dc1d (diff)
downloademacs-dbc192b4c239c2da8c83def0b0a877d7f179172a.tar.gz
emacs-dbc192b4c239c2da8c83def0b0a877d7f179172a.zip
Add pinentry.el for better GnuPG integration
* lisp/pinentry.el: New file. * etc/NEWS: Add entry about pinentry.el. * lisp/epg.el (epg--start): Set INSIDE_EMACS envvar. Fixes: debbugs:20550
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0ed739cb606..313e1f781bb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -771,6 +771,12 @@ use [:multibyte:] instead.
771 771
772* New Modes and Packages in Emacs 25.1 772* New Modes and Packages in Emacs 25.1
773 773
774** pinentry.el allows GnuPG passphrase to be prompted through the
775minibuffer instead of a graphical dialog, depending on whether the gpg
776command is called from Emacs (i.e., INSIDE_EMACS environment variable
777is set). This feature requires newer versions of GnuPG (2.1.5 or
778later) and Pinentry (0.9.5 or later).
779
774** cl-generic.el provides CLOS-style multiple-dispatch generic functions. 780** cl-generic.el provides CLOS-style multiple-dispatch generic functions.
775 781
776** scss-mode (a minor variant of css-mode) 782** scss-mode (a minor variant of css-mode)