diff options
| author | Artur Malabarba | 2015-04-01 11:03:43 +0100 |
|---|---|---|
| committer | Artur Malabarba | 2015-04-01 11:08:03 +0100 |
| commit | ba7a1a7a4eb64dd391d2e866c82cadfcc00d364d (patch) | |
| tree | a126160984860527537548d7950e90832c86a655 /lisp/ChangeLog | |
| parent | 5ba4fbd9e3cc2fc31e5ec3ae22f1695800b86d21 (diff) | |
| download | emacs-ba7a1a7a4eb64dd391d2e866c82cadfcc00d364d.tar.gz emacs-ba7a1a7a4eb64dd391d2e866c82cadfcc00d364d.zip | |
* emacs-lisp/package.el: Implement asynchronous refreshing.
(package--with-work-buffer-async)
(package--check-signature-content)
(package--update-downloads-in-progress): New functions.
(package--check-signature, package--download-one-archive)
(package--download-and-read-archives, package-refresh-contents):
Optional arguments for async usage.
(package--post-download-archives-hook): New variable. Hook run
after every refresh.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 621121e0f06..da3cd513ca2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2015-04-01 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el: Implement asynchronous refreshing. | ||
| 4 | (package--with-work-buffer-async) | ||
| 5 | (package--check-signature-content) | ||
| 6 | (package--update-downloads-in-progress): New functions. | ||
| 7 | (package--check-signature, package--download-one-archive) | ||
| 8 | (package--download-and-read-archives, package-refresh-contents): | ||
| 9 | Optional arguments for async usage. | ||
| 10 | (package--post-download-archives-hook): New variable. Hook run | ||
| 11 | after every refresh. | ||
| 12 | |||
| 1 | 2015-03-31 Simen Heggestøyl <simenheg@gmail.com> | 13 | 2015-03-31 Simen Heggestøyl <simenheg@gmail.com> |
| 2 | 14 | ||
| 3 | * textmodes/css-mode.el (css-mode): Derive from `prog-mode'. | 15 | * textmodes/css-mode.el (css-mode): Derive from `prog-mode'. |