diff options
| author | Stefan Monnier | 2019-05-12 13:03:24 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-05-12 13:03:24 -0400 |
| commit | 3c1967dbfe06b28ac074aee1e55a79bacfc36f8d (patch) | |
| tree | a01ef5a8fd62984ecfd42f237dcda741544a317d /etc | |
| parent | 29531785a17acf519070b73b488ad87ddd94aff7 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
| 722 | In previous Emacsen, 't' checked that all signatures are valid. | ||
| 723 | Now 't' only checks that at least one signature is valid and the new 'all' | ||
| 724 | value needs to be used if you want to enforce that all signatures | ||
| 725 | are 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. |
| 722 | Example use in auctex.el: '(defconst auctex-version (package-get-version))' | 728 | Example use in auctex.el: '(defconst auctex-version (package-get-version))' |
| 723 | 729 | ||