aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-02-10 08:29:52 +0100
committerJoakim Verona2012-02-10 08:29:52 +0100
commitdb2e8ff4fd52d6a06cef414787fd031cc26d43fa (patch)
treec0e6fe54a70be21c9efa1f34040ce08499754e74 /lisp/url/ChangeLog
parent8c5c7f5afa968d06efb6788cf680d5463c389d85 (diff)
parent667ced3a2d224b0f2ab3f2da26468791252c234a (diff)
downloademacs-db2e8ff4fd52d6a06cef414787fd031cc26d43fa.tar.gz
emacs-db2e8ff4fd52d6a06cef414787fd031cc26d43fa.zip
upstream
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 7c92fc33490..f4cca618b49 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,19 @@
12012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * url-cache.el (url-cache-prune-cache): New function.
4 (url-cache-prune-cache): Check that the directory exists before
5 trying to delete it.
6
7 * url.el (url-retrieve-number-of-calls): New variable.
8 (url-retrieve-internal): Use it to expire the cache once in a
9 while.
10
11 * url-queue.el (url-queue-setup-runners): New function that uses
12 `run-with-idle-timer' for extra asynchronicity.
13 (url-queue-remove-jobs-from-host): New function.
14 (url-queue-callback-function): Remove jobs from the same host if
15 connection failed.
16
12012-01-12 Glenn Morris <rgm@gnu.org> 172012-01-12 Glenn Morris <rgm@gnu.org>
2 18
3 * url-auth.el (url-basic-auth, url-digest-auth): 19 * url-auth.el (url-basic-auth, url-digest-auth):