diff options
| author | Artur Malabarba | 2015-04-01 11:09:00 +0100 |
|---|---|---|
| committer | Artur Malabarba | 2015-04-01 11:09:00 +0100 |
| commit | aa33f4a100e4539aaa04a8e1647d926f972c2673 (patch) | |
| tree | 281e6ecceee9ecf0bbd336fef7e1690408bf811a /lisp/ChangeLog | |
| parent | ba7a1a7a4eb64dd391d2e866c82cadfcc00d364d (diff) | |
| download | emacs-aa33f4a100e4539aaa04a8e1647d926f972c2673.tar.gz emacs-aa33f4a100e4539aaa04a8e1647d926f972c2673.zip | |
* 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 @@ | |||
| 10 | (package--post-download-archives-hook): New variable. Hook run | 10 | (package--post-download-archives-hook): New variable. Hook run |
| 11 | after every refresh. | 11 | after every refresh. |
| 12 | 12 | ||
| 13 | * emacs-lisp/package.el: Make package-menu asynchronous. | ||
| 14 | (package-menu-async): New variable. Controls whether | ||
| 15 | `list-packages' is asynchronous. | ||
| 16 | (list-packages): Now asynchronous by default. | ||
| 17 | (package-menu--new-package-list): Always buffer-local. | ||
| 18 | (package-menu--post-refresh) | ||
| 19 | (package-menu--find-and-notify-upgrades) | ||
| 20 | (package-menu--populate-new-package-list): New functions. | ||
| 21 | |||
| 13 | 2015-03-31 Simen Heggestøyl <simenheg@gmail.com> | 22 | 2015-03-31 Simen Heggestøyl <simenheg@gmail.com> |
| 14 | 23 | ||
| 15 | * textmodes/css-mode.el (css-mode): Derive from `prog-mode'. | 24 | * textmodes/css-mode.el (css-mode): Derive from `prog-mode'. |