diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-01 11:09:00 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-01 11:09:00 +0100 |
commit | aa33f4a100e4539aaa04a8e1647d926f972c2673 (patch) | |
tree | 281e6ecceee9ecf0bbd336fef7e1690408bf811a /lisp/ChangeLog | |
parent | ba7a1a7a4eb64dd391d2e866c82cadfcc00d364d (diff) | |
download | emacs-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/ChangeLog | 9 |
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'. |