aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-06-13 15:33:38 +0800
committerChong Yidong2012-06-13 15:33:38 +0800
commit6005792624e11ee6e4a3b60bc0186b5ef26aaf97 (patch)
treedb1d5b7c5ba6fe685769ecc90ad55a185dc6a269 /etc
parentc62ff70691c6c96c1138a485aab402e4f767bdc2 (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c5ee62c9256..86c8b695e24 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -299,6 +299,11 @@ details.
299The function `notifications-get-capabilities' returns the supported 299The function `notifications-get-capabilities' returns the supported
300server properties. 300server properties.
301 301
302** Package Menu
303
304*** Newly-available packages are listed in the Package Menu as "new",
305and 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