+2015-04-06 Artur Malabarba <bruce.connor.am@gmail.com>
+
+ * NEWS: Document async package-menu.
+
2015-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
* TODO: Remove obsolete entries.
** 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.