summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-20 07:20:54 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-20 20:47:18 +0100
commitfad6b8a093c14bcf3f699878de501a1a7467cf4c (patch)
treed6fdb0f96fc2e082bdb2b6ff4795a3be80246c19 /etc
parentc0f5a3b3352b748a276cf420b834d677f3d0a671 (diff)
downloademacs-fad6b8a093c14bcf3f699878de501a1a7467cf4c.tar.gz
* lisp/emacs-lisp/package.el: Make archive and status pseudo-keywords
(package--has-keyword-p): Understand "arc:xxxx" and "status:xxxx" as special keywords which match agains package archive and status respectively. * etc/NEWS: Document it.
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 a9c0d2e307e..9dd0e1512cc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -238,6 +238,11 @@ in the surrounding GUI (using the OSC-52 escape sequence).
** xterm-mouse-mode now supports mouse-tracking (if your xterm supports it).
** package.el
+
+*** When filtering the package menu, keywords starting with "arc:" or
+"status:" represent package archive or status, respectively, instead
+of actual keywords.
+
*** Most functions which involve downloading information now take an
ASYNC argument. If it is non-nil, package.el performs the download(s)
asynchronously.