diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -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. |
| 121 | A pattern like '(map :sym)' binds the map's value for ':sym' to 'sym', | 121 | A pattern like '(map :sym)' binds the map's value for ':sym' to 'sym', |
| 122 | equivalent to '(map (:sym sym))'. | 122 | equivalent to '(map (:sym sym))'. |
| 123 | ** Package | ||
| 124 | |||
| 125 | +++ | ||
| 126 | *** New functions to filter the package list. | ||
| 127 | The filter command key bindings are as follows: | ||
| 128 | |||
| 129 | key 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 |