aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDaiki Ueno2013-04-22 13:53:05 +0900
committerDaiki Ueno2013-04-22 13:53:05 +0900
commit38cc0210f3bed42829d6cea2dd512a53e581764f (patch)
tree6dd8f8cbce0f661628a3413071f0ff0181bfd0a6 /lisp/ChangeLog
parent2ebed929d5d4ce7d364afe3f70afaa34357261f1 (diff)
downloademacs-38cc0210f3bed42829d6cea2dd512a53e581764f.tar.gz
emacs-38cc0210f3bed42829d6cea2dd512a53e581764f.zip
epg.el: support pinentry mode added in GnuPG 2.1
* epg.el (epg-context-pinentry-mode): New function. (epg-context-set-pinentry-mode): New function. (epg--start): Pass --pinentry-mode option to gpg command.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5dc33bd804f..9c3be36984b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-04-22 Daiki Ueno <ueno@gnu.org>
2
3 * epg.el (epg-context-pinentry-mode): New function.
4 (epg-context-set-pinentry-mode): New function.
5 (epg--start): Pass --pinentry-mode option to gpg command.
6
12013-04-21 Xue Fuqiao <xfq.free@gmail.com> 72013-04-21 Xue Fuqiao <xfq.free@gmail.com>
2 8
3 * comint.el: (comint-dynamic-complete-functions, comint-mode-map): 9 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):