diff options
| author | Juanma Barranquero | 2014-03-27 01:20:50 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-27 01:20:50 +0100 |
| commit | b1c870c9e8b8fd7001234d60fbb110c028c2f350 (patch) | |
| tree | eb51e4f484ae326ee7cbd4037cfb59003d1b39b5 /lisp/ChangeLog | |
| parent | 3fd3e736934750c8b0e73b8327f0b75d3b09bf78 (diff) | |
| download | emacs-b1c870c9e8b8fd7001234d60fbb110c028c2f350.tar.gz emacs-b1c870c9e8b8fd7001234d60fbb110c028c2f350.zip | |
lisp/emacs-lisp/package-x.el: Follow-up to change in package.el.
(package--archive-contents-from-url): Use url-insert-file-contents;
package-handle-response no longer exists.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 468e83f4218..b0e3f041ec2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-03-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/package-x.el (package--archive-contents-from-url): | ||
| 4 | Use url-insert-file-contents; package-handle-response no longer exists. | ||
| 5 | |||
| 1 | 2014-03-26 Juanma Barranquero <lekktu@gmail.com> | 6 | 2014-03-26 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * emacs-lisp/package.el: Fix bug#16733 (again). | 8 | * emacs-lisp/package.el: Fix bug#16733 (again). |