]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Document package-hiding functionality
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 25 Apr 2015 15:12:43 +0000 (16:12 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 25 Apr 2015 16:04:02 +0000 (17:04 +0100)
etc/NEWS

index e2b6b11b103cd5fdcd634bfb233224427a0603d1..b408b51756f83914b63e7908d7f066097cb77c13 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -246,6 +246,17 @@ by default at least in Debian, for security reasons).
 
 ** package.el
 
+*** If a package is available on multiple archives and one has higher
+priority (as per `package-archive-priorities') only that one is
+listed. This can be configured with `package-menu-hide-low-priority'.
+
+*** `package-menu-hide-obsolete' now toggles the hiding of packages.
+This includes the above-mentioned low-priority packages, as well as
+available packages whose version is lower than the currently installed
+version (which were previously impossible to display).
+This allows users to downgrade a package if a lower version is
+available.
+
 *** When filtering the package menu, keywords starting with "arc:" or
 "status:" represent package archive or status, respectively, instead
 of actual keywords.