summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-25 16:12:43 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-25 17:04:02 +0100
commitf8d660280d04728b2733e512772c5100eb44bdb4 (patch)
tree3e7ffbbfce481c2d1ccca841a3fc032acd95924a /etc
parent3b40a95bf4936eec50feabb14c993c0fa3d6881d (diff)
downloademacs-f8d660280d04728b2733e512772c5100eb44bdb4.tar.gz
* etc/NEWS: Document package-hiding functionality
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e2b6b11b103..b408b51756f 100644
--- 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.