aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/epa-file.el8
2 files changed, 11 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6f0eed1897b..aac29e86ad6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-10-28 Daiki Ueno <ueno@gnu.org>
2
3 * epa-file.el
4 (epa-file-cache-passphrase-for-symmetric-encryption): Document
5 that this option has no effect with GnuPG 2.0 (bug#15552).
6
12013-10-27 Xue Fuqiao <xfq.free@gmail.com> 72013-10-27 Xue Fuqiao <xfq.free@gmail.com>
2 8
3 * image.el (defimage): 9 * image.el (defimage):
diff --git a/lisp/epa-file.el b/lisp/epa-file.el
index 5de768b426e..e3a91ac7c25 100644
--- a/lisp/epa-file.el
+++ b/lisp/epa-file.el
@@ -29,9 +29,11 @@
29 "If non-nil, cache passphrase for symmetric encryption. 29 "If non-nil, cache passphrase for symmetric encryption.
30 30
31For security reasons, this option is turned off by default and 31For security reasons, this option is turned off by default and
32not recommended to use. Instead, consider using public-key 32not recommended to use. Instead, consider using gpg-agent which
33encryption with gpg-agent which does the same job in a safer 33does the same job in a safer way. See Info node `(epa) Caching
34way." 34Passphrases' for more information.
35
36Note that this option has no effect if you use GnuPG 2.0."
35 :type 'boolean 37 :type 'boolean
36 :group 'epa-file) 38 :group 'epa-file)
37 39