]> git.eshelyaron.com Git - emacs.git/commitdiff
* url-http.el (url-http-handle-cookies): Reverse list returned by
authorChong Yidong <cyd@stupidchicken.com>
Sun, 1 Apr 2007 15:38:35 +0000 (15:38 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 1 Apr 2007 15:38:35 +0000 (15:38 +0000)
`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.

lisp/url/ChangeLog

index 521761d833d812cc651aa06ba67671864c664769..01c2d70870a1ad917413f0c74d59b3b7c236734f 100644 (file)
@@ -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)