diff options
| author | Chong Yidong | 2012-06-13 15:33:38 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-06-13 15:33:38 +0800 |
| commit | 6005792624e11ee6e4a3b60bc0186b5ef26aaf97 (patch) | |
| tree | db1d5b7c5ba6fe685769ecc90ad55a185dc6a269 /etc | |
| parent | c62ff70691c6c96c1138a485aab402e4f767bdc2 (diff) | |
| download | emacs-6005792624e11ee6e4a3b60bc0186b5ef26aaf97.tar.gz emacs-6005792624e11ee6e4a3b60bc0186b5ef26aaf97.zip | |
In the Package Menu, indicate packages that are newly-available.
* lisp/emacs-lisp/package.el (list-packages): Compute a list of
packages that are newly-available since the last list-packages
invocation.
(package-menu--new-package-list): New var.
(package-menu--generate, package-menu--print-info)
(package-menu--status-predicate, package-menu-mark-install):
Handle new status label "new".
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -299,6 +299,11 @@ details. | |||
| 299 | The function `notifications-get-capabilities' returns the supported | 299 | The function `notifications-get-capabilities' returns the supported |
| 300 | server properties. | 300 | server properties. |
| 301 | 301 | ||
| 302 | ** Package Menu | ||
| 303 | |||
| 304 | *** Newly-available packages are listed in the Package Menu as "new", | ||
| 305 | and sorted above the other "available" packages by default. | ||
| 306 | |||
| 302 | ** Tabulated List and packages derived from it | 307 | ** Tabulated List and packages derived from it |
| 303 | 308 | ||
| 304 | *** New command `tabulated-list-sort', bound to `S', sorts the column | 309 | *** New command `tabulated-list-sort', bound to `S', sorts the column |