summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-01 11:09:00 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-01 11:09:00 +0100
commitaa33f4a100e4539aaa04a8e1647d926f972c2673 (patch)
tree281e6ecceee9ecf0bbd336fef7e1690408bf811a /lisp/ChangeLog
parentba7a1a7a4eb64dd391d2e866c82cadfcc00d364d (diff)
downloademacs-aa33f4a100e4539aaa04a8e1647d926f972c2673.tar.gz
* emacs-lisp/package.el: Make package-menu asynchronous.
(package-menu-async): New variable. Controls whether `list-packages' is asynchronous. (list-packages): Now asynchronous by default. (package-menu--new-package-list): Always buffer-local. (package-menu--post-refresh) (package-menu--find-and-notify-upgrades) (package-menu--populate-new-package-list): New functions.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index da3cd513ca2..b35c78da09e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,6 +10,15 @@
(package--post-download-archives-hook): New variable. Hook run
after every refresh.
+ * emacs-lisp/package.el: Make package-menu asynchronous.
+ (package-menu-async): New variable. Controls whether
+ `list-packages' is asynchronous.
+ (list-packages): Now asynchronous by default.
+ (package-menu--new-package-list): Always buffer-local.
+ (package-menu--post-refresh)
+ (package-menu--find-and-notify-upgrades)
+ (package-menu--populate-new-package-list): New functions.
+
2015-03-31 Simen Heggestøyl <simenheg@gmail.com>
* textmodes/css-mode.el (css-mode): Derive from `prog-mode'.