diff options
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 | ||