X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/c7b7425e227a08bb85565498e517364fbc96dd2d..b1c83d95b3d6d80137a76911581e6531a3376982:/lisp/url/ChangeLog diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 528b63a644..37a9fb8ffe 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,17 @@ +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