Mercurial > emacs
changeset 76858:620a57a4ccd4
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 01 Apr 2007 15:38:35 +0000 |
parents | 3c4980ffb9f0 |
children | 8fca90acf555 |
files | lisp/url/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Sun Apr 01 13:41:18 2007 +0000 +++ b/lisp/url/ChangeLog Sun Apr 01 15:38:35 2007 +0000 @@ -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)