X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/fd7ec1ba35a61bd68d82704e9fe4c6b60513f83f..b1c83d95b3d6d80137a76911581e6531a3376982:/lisp/url/ChangeLog diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 742a3cfb9b..37a9fb8ffe 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,10 +1,53 @@ +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 > +2010-12-16 Miles Bader * url-cookie.el: Require 'cl when compiling -- it's necessary for defstruct.