diff options
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 15 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org> | 16 | 2012-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. |