aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 94b4be74584..37bf841d6e6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -82,6 +82,8 @@
82 * emacs-lisp/package.el: Add package-initialize to user-init-file. 82 * emacs-lisp/package.el: Add package-initialize to user-init-file.
83 (package--ensure-init-file): New function. 83 (package--ensure-init-file): New function.
84 (package-install, package-install-from-buffer): Use it. 84 (package-install, package-install-from-buffer): Use it.
85 (package-download-transaction, package-install-from-archive): Add
86 ASYNC and CALLBACK arguments.
85 87
862015-04-05 Pete Williamson <petewil@chromium.org> (tiny-change) 882015-04-05 Pete Williamson <petewil@chromium.org> (tiny-change)
87 89