diff options
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r-- | lisp/url/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index f725ba66359..26e1dd1756d 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -128,19 +128,19 @@ 2013-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org> - * url-http.el (url-handle-content-transfer-encoding): Renamed + * url-http.el (url-handle-content-transfer-encoding): Rename `zlib-decompress-gzipped-region' and check whether it's available, too. - (url-handle-content-transfer-encoding): Renamed - `zlib-decompress-region' again. + (url-handle-content-transfer-encoding): + Rename `zlib-decompress-region' again. 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> * url-vars.el (url-mime-encoding-string): If we have built-in gzip support, say that we accept gzipped content. - * url-http.el (url-handle-content-transfer-encoding): Support - decompressing gzipped content. + * url-http.el (url-handle-content-transfer-encoding): + Support decompressing gzipped content. 2013-07-31 Stefan Monnier <monnier@iro.umontreal.ca> |