diff options
| author | Jens Lechtenboerger | 2017-04-11 12:27:37 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-04-11 12:27:37 +0300 |
| commit | 695eacc21ea08b7fa080a232eadae881b5295bef (patch) | |
| tree | 175dfbbc0bb302b0d2554ade99b0b3cf07090119 /etc | |
| parent | 291b76f91ea991c9fa8e57b55df1b68704931445 (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -644,6 +644,13 @@ In 'visual-line-mode' it will look for the true beginning of a header | |||
| 644 | while in non-'visual-line-mode' it will move the point to the indented | 644 | while in non-'visual-line-mode' it will move the point to the indented |
| 645 | header's value. | 645 | header's value. |
| 646 | 646 | ||
| 647 | ** Package | ||
| 648 | |||
| 649 | +++ | ||
| 650 | *** The new variable 'package-gnupghome-dir' has been added to control | ||
| 651 | where the GnuPG home directory (used for signature verification) is | ||
| 652 | located and whether GnuPG's option "--homedir" is used or not. | ||
| 653 | |||
| 647 | ** Tramp | 654 | ** Tramp |
| 648 | 655 | ||
| 649 | +++ | 656 | +++ |