aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Malabarba2015-04-06 11:25:01 +0100
committerArtur Malabarba2015-04-06 11:25:01 +0100
commit1f01f8bf9be6a0305a23ce9264db33a765613123 (patch)
tree6ec225db5b1b3123437a8ae806a933bcbffe6b0f
parent7471fc47b4bc78ed1a55e045ddb2d0b3eba19305 (diff)
downloademacs-1f01f8bf9be6a0305a23ce9264db33a765613123.tar.gz
emacs-1f01f8bf9be6a0305a23ce9264db33a765613123.zip
* NEWS: Document async package-menu.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS7
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f0da3a57d3d..ed37524471d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12015-04-06 Artur Malabarba <bruce.connor.am@gmail.com>
2
3 * NEWS: Document async package-menu.
4
12015-03-25 Stefan Monnier <monnier@iro.umontreal.ca> 52015-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * TODO: Remove obsolete entries. 7 * TODO: Remove obsolete entries.
diff --git a/etc/NEWS b/etc/NEWS
index cc3c6d1c235..0332fc50960 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -223,6 +223,13 @@ Unicode standards.
223** xterm-mouse-mode now supports mouse-tracking (if your xterm supports it). 223** xterm-mouse-mode now supports mouse-tracking (if your xterm supports it).
224 224
225** package.el 225** package.el
226*** Most functions which involve downloading information now take an
227ASYNC argument. If it is non-nil, package.el performs the download(s)
228asynchronously.
229
230*** New variable `package-menu-async' controls whether the
231package-menu uses asynchronous downloads.
232
226*** `package-install-from-buffer' and `package-install-file' work on directories. 233*** `package-install-from-buffer' and `package-install-file' work on directories.
227This follows the same rules as installing from a .tar file, except the 234This follows the same rules as installing from a .tar file, except the
228-pkg file is optional. 235-pkg file is optional.