From: Chong Yidong Date: Sun, 1 Apr 2007 15:38:35 +0000 (+0000) Subject: * url-http.el (url-http-handle-cookies): Reverse list returned by X-Git-Tag: emacs-pretest-22.0.97~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3e30bd0ec2a5358b74b51f2a1eac7c7ae7ad438;p=emacs.git * 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. --- 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 + + * 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 * url-http.el (url-http-mark-connection-as-busy)