aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 093b54bdd46..6ab6a8aab3b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -120,6 +120,20 @@ like cell phones, tablets or cameras.
120*** Pcase 'map' pattern added keyword symbols abbreviation. 120*** Pcase 'map' pattern added keyword symbols abbreviation.
121A pattern like '(map :sym)' binds the map's value for ':sym' to 'sym', 121A pattern like '(map :sym)' binds the map's value for ':sym' to 'sym',
122equivalent to '(map (:sym sym))'. 122equivalent to '(map (:sym sym))'.
123** Package
124
125+++
126*** New functions to filter the package list.
127The filter command key bindings are as follows:
128
129key binding
130--- -------
131/ a package-menu-filter-by-archive
132/ k package-menu-filter-by-keyword
133/ n package-menu-filter-by-name
134/ s package-menu-filter-by-status
135/ v package-menu-filter-by-version
136/ / package-menu-filter-clear
123 137
124 138
125* New Modes and Packages in Emacs 28.1 139* New Modes and Packages in Emacs 28.1