diff options
| author | Artur Malabarba | 2015-04-05 23:39:43 +0100 |
|---|---|---|
| committer | Artur Malabarba | 2015-04-06 11:19:04 +0100 |
| commit | 7471fc47b4bc78ed1a55e045ddb2d0b3eba19305 (patch) | |
| tree | 4f0e502a8ce8eadc5959f301057c656de55fb5b4 /lisp/ChangeLog | |
| parent | 6701726b98261f862e4708aadb6d518b886cf8e2 (diff) | |
| download | emacs-7471fc47b4bc78ed1a55e045ddb2d0b3eba19305.tar.gz emacs-7471fc47b4bc78ed1a55e045ddb2d0b3eba19305.zip | |
emacs-lisp/package.el (package-menu-execute): Add async support
Most install/delete logic is now in
`package-menu--perform-transaction', and this function is called
asynchronously if `package-menu-async' is non-nil.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07e95429375..2fa005484a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -88,6 +88,8 @@ | |||
| 88 | (package-menu-execute): Use it to prompt the user about operations | 88 | (package-menu-execute): Use it to prompt the user about operations |
| 89 | to be executed. | 89 | to be executed. |
| 90 | (package-install): Add ASYNC and CALLBACK arguments. | 90 | (package-install): Add ASYNC and CALLBACK arguments. |
| 91 | (package-menu--perform-transaction): New function. | ||
| 92 | (package-menu-execute): Use it to install and delete packages. | ||
| 91 | 93 | ||
| 92 | 2015-04-05 Pete Williamson <petewil@chromium.org> (tiny-change) | 94 | 2015-04-05 Pete Williamson <petewil@chromium.org> (tiny-change) |
| 93 | 95 | ||