# HG changeset patch # User Chong Yidong # Date 1175441915 0 # Node ID 620a57a4ccd41df39465a89b059856be626446e7 # Parent 3c4980ffb9f0bac52c0be109e560291b8a8ec511 * 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 -r 3c4980ffb9f0 -r 620a57a4ccd4 lisp/url/ChangeLog --- 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 + + * 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)