diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-01 15:38:35 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-01 15:38:35 +0000 |
commit | f3e30bd0ec2a5358b74b51f2a1eac7c7ae7ad438 (patch) | |
tree | 9187335dd44099cd30c304d06988c11ccff776cd /lisp/url | |
parent | 1398242da6e6dbb3948ea4f18e3e73071b21436d (diff) | |
download | emacs-f3e30bd0ec2a5358b74b51f2a1eac7c7ae7ad438.tar.gz |
* url-http.el (url-http-handle-cookies): Reverse list returned by
`mail-fetch-field', so that cookies are set in the correct order.
* url-cookie.el (url-cookie-retrieve, url-cookie-host-can-set-p):
Deal with wildcard dots in domain values.
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 521761d833d..01c2d70870a 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,11 @@ +2007-04-01 Diane Murray <disumu@x3y2z1.net> + + * url-http.el (url-http-handle-cookies): Reverse list returned by + `mail-fetch-field', so that cookies are set in the correct order. + + * url-cookie.el (url-cookie-retrieve, url-cookie-host-can-set-p): + Deal with wildcard dots in domain values. + 2007-03-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * url-http.el (url-http-mark-connection-as-busy) |