aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJens Lechtenboerger2017-04-11 12:27:37 +0300
committerEli Zaretskii2017-04-11 12:27:37 +0300
commit695eacc21ea08b7fa080a232eadae881b5295bef (patch)
tree175dfbbc0bb302b0d2554ade99b0b3cf07090119 /etc
parent291b76f91ea991c9fa8e57b55df1b68704931445 (diff)
downloademacs-695eacc21ea08b7fa080a232eadae881b5295bef.tar.gz
emacs-695eacc21ea08b7fa080a232eadae881b5295bef.zip
Introduce customizable variable 'package-gnupghome-dir'
* lisp/emacs-lisp/package.el (package-import-keyring) (package--check-signature-content, package-check-signature): Use new variable package-gnupghome-dir to control which GnuPG homedir to use. * doc/emacs/package.texi: Mention package-gnupghome-dir. * etc/NEWS: Mention package-gnupghome-dir.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b36db07360b..3c328ac58a2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -644,6 +644,13 @@ In 'visual-line-mode' it will look for the true beginning of a header
644while in non-'visual-line-mode' it will move the point to the indented 644while in non-'visual-line-mode' it will move the point to the indented
645header's value. 645header's value.
646 646
647** Package
648
649+++
650*** The new variable 'package-gnupghome-dir' has been added to control
651where the GnuPG home directory (used for signature verification) is
652located and whether GnuPG's option "--homedir" is used or not.
653
647** Tramp 654** Tramp
648 655
649+++ 656+++