X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/4c14013dbec3a2f130a38e61e885f1e8cc6c325b..b1c83d95b3d6d80137a76911581e6531a3376982:/lisp/url/ChangeLog diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 4c4af45b1c..37a9fb8ffe 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,78 @@ +2011-05-29 Leo Liu + + * url-cookie.el (url-cookie): Add option :named so that + url-cookie-p is defined. (Bug#8747) + +2011-05-02 Lars Magne Ingebrigtsen + + * url-queue.el: New file. + (url-queue-run-queue): Pick the first waiting job, and not the + last. + (url-queue-parallel-processes): Lower the concurrency level, since + Emacs doesn't seem to like too many async processes. + (url-queue-prune-old-entries): Fix up the pruning code. + +2011-04-16 Lars Magne Ingebrigtsen + + * url-http.el (url-http-wait-for-headers-change-function): Protect + against malformed headerless responses from servers. + +2011-04-02 Chong Yidong + + * url-gw.el (url-open-stream): Use new open-network-stream + functionality to perform encryption. + +2011-04-01 Juanma Barranquero + + * url-cookie.el (url-cookie-handle-set-cookie): + Use `dolist' rather than `mapcar'. + +2011-03-07 Chong Yidong + + * Version 23.3 released. + +2011-02-12 Teodor Zlatanov + + * url-parse.el (url-bit-for-url, url-user-for-url) + (url-password-for-url): Use `auto-source-search' instead of + `auto-source-user-or-password'. + + * url-auth.el: Autoload `auto-source-search' instead of + `auto-source-user-or-password'. + (url-basic-auth, url-digest-auth, url-do-auth-source-search): Use it. + +2011-02-03 Lars Ingebrigtsen + + * url-http.el (url-http-wait-for-headers-change-function): Don't + move point if the callback function has moved changed/killed the + process buffer. + +2010-12-16 Miles Bader + + * url-cookie.el: Require 'cl when compiling -- it's necessary for + defstruct. + +2010-12-14 Glenn Morris + + * url-cookie.el: Don't require cl when compiling. + (url-cookie-clean-up, url-cookie-generate-header-lines): Use dolist. + (url-cookie-parse-file, url-cookie-store, url-cookie-retrieve) + (url-cookie-handle-set-cookie): Simplify. + +2010-12-13 Chong Yidong + + * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART. + Suggested by Lennart Borgman (Bug#7543). + +2010-11-16 Lars Magne Ingebrigtsen + + * url-file.el (url-file-build-filename): Avoid interpreting + file:/foo:/bar URLs via tramp. + +2010-10-14 Lars Magne Ingebrigtsen + + * url-gw.el (url-open-stream): Use open-gnutls-stream if it exists. + 2010-10-07 Lars Magne Ingebrigtsen * url-http.el (url-http-end-of-document-sentinel): Protect against @@ -5,8 +80,8 @@ 2010-10-04 Lars Magne Ingebrigtsen - * url-http.el (url-http-wait-for-headers-change-function): Protect - against url-http-response-status for degenerate documents. + * url-http.el (url-http-wait-for-headers-change-function): + Protect against url-http-response-status for degenerate documents. (url-http-wait-for-headers-change-function): Revert previous change. It lead to really slow loads. @@ -22,7 +97,7 @@ 2010-10-03 Lars Magne Ingebrigtsen - * url-vars.el (url-mime-charset-string): Changed the default to + * url-vars.el (url-mime-charset-string): Change the default to nil to avoid sending 1171 bytes of not very useful data to the HTTP server every request. @@ -82,7 +157,8 @@ 2010-09-14 Julien Danjou - * url-cache (url-store-in-cache): Make `buff' argument really optional. + * url-cache.el (url-store-in-cache): + Make `buff' argument really optional. 2010-09-14 Glenn Morris @@ -99,18 +175,18 @@ 2010-07-27 Michael Albinus - * url-http (url-http-parse-headers): Disable file name handlers at + * url-http.el (url-http-parse-headers): Disable file name handlers at all (not only Tramp). (Bug#6717) 2010-07-27 Michael Albinus - * url-http (url-http-parse-headers): Disable Tramp. (Bug#6717) + * url-http.el (url-http-parse-headers): Disable Tramp. (Bug#6717) 2010-07-01 Mark A. Hershberger * url-http.el (url-http-create-request): Add a CRLF on the end so - that POSTs with content to https urls work. See - + that POSTs with content to https urls work. + See 2010-06-22 Mark A. Hershberger @@ -592,8 +668,8 @@ * url-http.el (url-http-proxy): New variable. (url-http-create-request): Use it. Don't use `url-proxy-object'. (url-http): Treat `url' argument as resource to download, and - dynamic variable `url-using-proxy' as proxy to use. Set - `url-current-object' to actual URL, and `url-http-proxy' to proxy + dynamic variable `url-using-proxy' as proxy to use. + Set `url-current-object' to actual URL, and `url-http-proxy' to proxy used. (url-http-handle-cookies): Assume that `url-current-object' does not point to the proxy used. @@ -609,24 +685,24 @@ (url-proxy): Bind it instead of `proxy-object'. * url-http.el (url-http-create-request): Remove url argument, use - the buffer-local variable `url-http-target-url' instead. Both - callers updated. Simplify proxy handling. + the buffer-local variable `url-http-target-url' instead. + Both callers updated. Simplify proxy handling. (url-http): Don't make proxy-object buffer local. * url.el (url-retrieve-internal): Bind url-proxy-object to nil. 2006-11-26 Magnus Henoch - * url-http.el (url-http-wait-for-headers-change-function): Use - `when' instead of `if' when possible. + * url-http.el (url-http-wait-for-headers-change-function): + Use `when' instead of `if' when possible. (url-http): Define url-http-response-version. (url-http-parse-response): Set it. (url-http-parse-headers): Use it to determine keep-alive behavior. 2006-11-23 Diane Murray (tiny change) - * url-http.el (url-http-content-length-after-change-function): Use - `url-lazy-message'. + * url-http.el (url-http-content-length-after-change-function): + Use `url-lazy-message'. * url-util.el (url-display-percentage): Only show a message if `url-show-status' is non-nil. @@ -1008,8 +1084,8 @@ (url-cookie-generate-header-lines): Likewise. (url-cookie-handle-set-cookie): Likewise. (url-cookie-create): Expect :localpart instead of :path. - (url-cookie-localpart): Renamed from url-cookie-path. - (url-cookie-set-localpart): Renamed from url-cookie-set-path. + (url-cookie-localpart): Rename from url-cookie-path. + (url-cookie-set-localpart): Rename from url-cookie-set-path. (url-cookie-file): Doc fix. (url-cookie-p): Add doc string. @@ -2226,7 +2302,7 @@ message when we have to contact a host so the user always gets at least some feedback. - * lisp/url-expand.el (url-expander-remove-relative-links): Moved and + * lisp/url-expand.el (url-expander-remove-relative-links): Move and renamed function. (url-default-expander): Use it. @@ -2348,11 +2424,9 @@ ;; Local variables: ;; coding: utf-8 -;; add-log-time-zone-rule: t ;; End: - Copyright (C) 1999, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1999, 2001-2002, 2004-2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -2369,4 +2443,3 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . -;; arch-tag: ac117078-3091-4533-be93-098162ac2926