diff options
| author | Leo Liu | 2014-06-26 12:00:56 +0800 |
|---|---|---|
| committer | Leo Liu | 2014-06-26 12:00:56 +0800 |
| commit | 1d8bea62832ea227d154995d2d52bd2093d4d722 (patch) | |
| tree | 42fb1c174359cc10e83760726927a569f86ac606 /lisp/url/ChangeLog | |
| parent | d2301b5d805d603547b36d96e3a09e6d8124a6d7 (diff) | |
| download | emacs-1d8bea62832ea227d154995d2d52bd2093d4d722.tar.gz emacs-1d8bea62832ea227d154995d2d52bd2093d4d722.zip | |
* lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.
(url-insert-file-contents): Condition on url-http-response-status
for the HTTP/S specific part.
* lisp/url/url-http.el (url-http-end-of-headers): Remove duplicate defvar.
Fixes: debbugs:17549
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 408f659681f..4880bfea30b 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-06-26 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * url-http.el (url-http-end-of-headers): Remove duplicate defvar. | ||
| 4 | |||
| 5 | * url-handlers.el (url-http-parse-response): Remove unused autoload. | ||
| 6 | (url-insert-file-contents): Condition on url-http-response-status | ||
| 7 | for the HTTP/S specific part. (Bug#17549) | ||
| 8 | |||
| 1 | 2014-05-09 Michael Albinus <michael.albinus@gmx.de> | 9 | 2014-05-09 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 10 | ||
| 3 | * url-handlers.el (url-file-handler-load-in-progress): New defvar. | 11 | * url-handlers.el (url-file-handler-load-in-progress): New defvar. |