aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2019-05-12 13:03:24 -0400
committerStefan Monnier2019-05-12 13:03:24 -0400
commit3c1967dbfe06b28ac074aee1e55a79bacfc36f8d (patch)
treea01ef5a8fd62984ecfd42f237dcda741544a317d /etc
parent29531785a17acf519070b73b488ad87ddd94aff7 (diff)
downloademacs-3c1967dbfe06b28ac074aee1e55a79bacfc36f8d.tar.gz
emacs-3c1967dbfe06b28ac074aee1e55a79bacfc36f8d.zip
* lisp/emacs-lisp/packages.el: Add `all` to package-check-signature
(package-check-signature): Add `all` option. (package--check-signature-content): Adjust accordingly.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d10a5532447..43ad8be1cc1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -718,6 +718,12 @@ it can't find the config file.
718 718
719** Package 719** Package
720 720
721*** Change of 'package-check-signature' for packages with multiple sigs
722In previous Emacsen, 't' checked that all signatures are valid.
723Now 't' only checks that at least one signature is valid and the new 'all'
724value needs to be used if you want to enforce that all signatures
725are valid. This only affects packages with multiple signatures.
726
721*** New function 'package-get-version' lets packages query their own version. 727*** New function 'package-get-version' lets packages query their own version.
722Example use in auctex.el: '(defconst auctex-version (package-get-version))' 728Example use in auctex.el: '(defconst auctex-version (package-get-version))'
723 729