aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index f4cca618b49..179148a089d 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,18 @@
12012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * url-parse.el (url): Add the `use-cookies' slot to the URL struct
4 to be able to keep track of whether to do cookies or not on a
5 per-URL basis.
6
7 * url-queue.el (url-queue-retrieve): Take an optional
8 `inhibit-cookies' parameter.
9
10 * url.el (url-retrieve): Ditto
11
12 * url-http.el (url-http-create-request): Don't send cookies unless
13 requested.
14 (url-http-parse-headers): Don't store cookies unless requested.
15
12012-02-06 Lars Ingebrigtsen <larsi@gnus.org> 162012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2 17
3 * url-cache.el (url-cache-prune-cache): New function. 18 * url-cache.el (url-cache-prune-cache): New function.