diff options
| author | Eli Zaretskii | 2015-04-06 13:28:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-04-06 13:28:33 +0300 |
| commit | a51bcf831ab85bb5e6252857c9a11863e12cc52e (patch) | |
| tree | 79861a5ead242eb79b49135480de6c84e55d8528 | |
| parent | eedff18424041188c843fb8e183b686df6c217f2 (diff) | |
| parent | 1f01f8bf9be6a0305a23ce9264db33a765613123 (diff) | |
| download | emacs-a51bcf831ab85bb5e6252857c9a11863e12cc52e.tar.gz emacs-a51bcf831ab85bb5e6252857c9a11863e12cc52e.zip | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
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 @@ | |||
| 1 | 2015-04-06 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Document async package-menu. | ||
| 4 | |||
| 1 | 2015-03-25 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2015-03-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * TODO: Remove obsolete entries. | 7 | * TODO: Remove obsolete entries. |
| @@ -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 | ||
| 227 | ASYNC argument. If it is non-nil, package.el performs the download(s) | ||
| 228 | asynchronously. | ||
| 229 | |||
| 230 | *** New variable `package-menu-async' controls whether the | ||
| 231 | package-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. |
| 227 | This follows the same rules as installing from a .tar file, except the | 234 | This follows the same rules as installing from a .tar file, except the |
| 228 | -pkg file is optional. | 235 | -pkg file is optional. |