diff options
| author | Daiki Ueno | 2013-04-22 13:53:05 +0900 |
|---|---|---|
| committer | Daiki Ueno | 2013-04-22 13:53:05 +0900 |
| commit | 38cc0210f3bed42829d6cea2dd512a53e581764f (patch) | |
| tree | 6dd8f8cbce0f661628a3413071f0ff0181bfd0a6 /lisp/ChangeLog | |
| parent | 2ebed929d5d4ce7d364afe3f70afaa34357261f1 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-04-21 Xue Fuqiao <xfq.free@gmail.com> | 7 | 2013-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): |