diff options
| author | Richard Stallman | 2015-04-05 08:44:01 -0400 |
|---|---|---|
| committer | Richard Stallman | 2015-04-05 08:44:01 -0400 |
| commit | 5842e489eef061766a747e26ca81e1ef6e2ece5a (patch) | |
| tree | a6e85ecc7233dbc1aad578f5532e133447ee78d4 /lisp/ChangeLog | |
| parent | 4e23cd0ccde4ad1e14fe2870ccf140487af649b2 (diff) | |
| parent | fdc521952e6d68fa603aac899fe4c08e0a2ed480 (diff) | |
| download | emacs-5842e489eef061766a747e26ca81e1ef6e2ece5a.tar.gz emacs-5842e489eef061766a747e26ca81e1ef6e2ece5a.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Conflicts:
lisp/ChangeLog
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6a79c7dea6..33e14568376 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,6 +11,11 @@ | |||
| 11 | * net/browse-url.el (browse-url-firefox-program): Prefer IceCat, doc. | 11 | * net/browse-url.el (browse-url-firefox-program): Prefer IceCat, doc. |
| 12 | (browse-url-firefox-arguments) | 12 | (browse-url-firefox-arguments) |
| 13 | (browse-url-firefox-startup-arguments): Doc fix. | 13 | (browse-url-firefox-startup-arguments): Doc fix. |
| 14 | 2015-04-05 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 15 | |||
| 16 | * emacs-lisp/package.el: Add package-initialize to user-init-file. | ||
| 17 | (package--ensure-init-file): New function. | ||
| 18 | (package-install, package-install-from-buffer): Use it. | ||
| 14 | 19 | ||
| 15 | 2015-04-05 Pete Williamson <petewil@chromium.org> (tiny-change) | 20 | 2015-04-05 Pete Williamson <petewil@chromium.org> (tiny-change) |
| 16 | 21 | ||
| @@ -28,6 +33,9 @@ | |||
| 28 | `package-archives' to `package--downloads-in-progress' instead of | 33 | `package-archives' to `package--downloads-in-progress' instead of |
| 29 | overwriting it. | 34 | overwriting it. |
| 30 | (package--with-work-buffer-async): Protect macro arguments. | 35 | (package--with-work-buffer-async): Protect macro arguments. |
| 36 | (package--download-one-archive) | ||
| 37 | (package--download-and-read-archives): Prevent | ||
| 38 | downloads-in-progress list from becoming outdated. | ||
| 31 | 39 | ||
| 32 | 2015-04-04 Michael Albinus <michael.albinus@gmx.de> | 40 | 2015-04-04 Michael Albinus <michael.albinus@gmx.de> |
| 33 | 41 | ||