X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0a8bf3afca415fec94742cf830622b22f186062c..ba3189039adc8ec5eba5ed3e21d42019a4616b7c:/lisp/url/ChangeLog diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 969d3c7d26..707419b3b6 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,111 @@ +2013-12-28 Glenn Morris + + * url-history.el (url-history-track): + * url-vars.el (url-honor-refresh-requests): Fix custom types. + +2013-12-20 Leo Liu + + * url.el (url-retrieve-synchronously): Add optional arg SILENT and + INHIBIT-COOKIES. + +2013-09-29 Leo Liu + + * url-util.el (url-pretty-length): Make obsolete and all uses + changed to file-size-human-readable. + +2013-09-18 Glenn Morris + + * url-http.el (zlib-decompress-region): Declare. + +2013-09-16 Glenn Morris + + * url-misc.el (url-data): Avoid match-data mix-up with base64 case. + Use Content-Transfer-Encoding rather than Content-Encoding. (Bug#15285) + +2013-09-13 Glenn Morris + + * url-http.el (url-handle-content-transfer-encoding): + * url-vars.el (url-mime-encoding-string): Silence compiler. + +2013-08-14 Lars Magne Ingebrigtsen + + * url-http.el (url-http-parse-headers): Always place point at the + start of the buffer instead of just 80% of the time. + +2013-08-12 Lars Magne Ingebrigtsen + + * url-http.el (url-handle-content-transfer-encoding): Renamed + `zlib-decompress-gzipped-region' and check whether it's available, + too. + (url-handle-content-transfer-encoding): Renamed + `zlib-decompress-region' again. + +2013-08-11 Lars Magne Ingebrigtsen + + * 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. + +2013-07-31 Stefan Monnier + + * url-handlers.el (url-file-name-completion) + (url-file-name-all-completions): Don't signal errors (bug#14806). + +2013-07-22 Stefan Monnier + + * url-http.el (status): Remove, unused. + (success): Remove var. + (url-http-handle-authentication): Return the value that `success' + should take instead of setting `success' directly. Don't set `status' + since it's not used. + (url-http-parse-headers): Avoid unneeded setq. + Move the `setq success'. + (url-http): Use pcase. + (url-http-file-exists-p): Simplify. + +2013-06-26 Lars Magne Ingebrigtsen + + * url-cookie.el: Implement a command and mode for displaying and + editing cookies. + (url-cookie-mode): Fix mode name. + +2013-06-21 Glenn Morris + + * url-future.el (url-future-call): Remove useless value call. + +2013-05-23 Glenn Morris + + * url.el (mm-dissect-buffer, mm-display-part): Declare. + +2013-05-22 Glenn Morris + + * url-handlers.el (mm-save-part-to-file, mm-destroy-parts) + (mm-decode-string, mail-content-type-get): Declare. + +2013-05-21 Glenn Morris + + * url-dav.el (url-http): Require it. + (url-http-head-file-attributes): Don't autoload it. + + * url-proxy.el (url-http): Autoload it. + +2013-05-15 Glenn Morris + + * url-news.el (url-news): Remove empty custom group. + +2013-02-16 Glenn Morris + + * url-http.el (url-http-wait-for-headers-change-function): + Avoid prematurely finding the end of headers when they arrive + line-by-line. (Bug#13598) + +2013-02-03 Stefan Monnier + + * url-cache.el (url-cache-create-filename-using-md5): Don't waste your + time `requiring' a builtin feature. + 2012-12-22 Takafumi Arakaki (tiny change) * url-http.el (url-http-end-of-document-sentinel): Bind relevant @@ -2801,7 +2909,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1999, 2001-2002, 2004-2013 Free Software + Copyright (C) 1999, 2001-2002, 2004-2014 Free Software Foundation, Inc. This file is part of GNU Emacs.