emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1f01f8b: * NEWS: Document async package-menu.


From: Artur Malabarba
Subject: [Emacs-diffs] master 1f01f8b: * NEWS: Document async package-menu.
Date: Mon, 06 Apr 2015 10:26:54 +0000

branch: master
commit 1f01f8bf9be6a0305a23ce9264db33a765613123
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * NEWS: Document async package-menu.
---
 etc/ChangeLog |    4 ++++
 etc/NEWS      |    7 +++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/etc/ChangeLog b/etc/ChangeLog
index f0da3a5..ed37524 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-06  Artur Malabarba  <address@hidden>
+
+       * NEWS: Document async package-menu.
+
 2015-03-25  Stefan Monnier  <address@hidden>
 
        * TODO: Remove obsolete entries.
diff --git a/etc/NEWS b/etc/NEWS
index cc3c6d1..0332fc5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -223,6 +223,13 @@ Unicode standards.
 ** xterm-mouse-mode now supports mouse-tracking (if your xterm supports it).
 
 ** package.el
+*** Most functions which involve downloading information now take an
+ASYNC argument.  If it is non-nil, package.el performs the download(s)
+asynchronously.
+
+*** New variable `package-menu-async' controls whether the
+package-menu uses asynchronous downloads.
+
 *** `package-install-from-buffer' and `package-install-file' work on 
directories.
 This follows the same rules as installing from a .tar file, except the
 -pkg file is optional.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]