summaryrefslogtreecommitdiff
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-12-04 17:41:41 -0500
committerChong Yidong <cyd@stupidchicken.com>2010-12-04 17:41:41 -0500
commit37bf6ce2b49638516419b1cab86e2d891ade779e (patch)
treec85f291a8d8d4a7524e14aa43da853b7835c279d /lisp/url/ChangeLog
parent11cb1e35ff74fdff80d74ee3ec6d61e74b802cea (diff)
downloademacs-37bf6ce2b49638516419b1cab86e2d891ade779e.tar.gz
* url-cookie.el (url-cookie-retrieve): Handle null LOCALPART (Bug#7543).
Suggested by Lennart Borgman.
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 90533fa297c..8fdd340da6c 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-04 Chong Yidong <cyd@stupidchicken.com>
+
+ * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART.
+ Suggested by Lennart Borgman (Bug#7543).
+
2010-09-18 Glenn Morris <rgm@gnu.org>
* url-cache.el (url-is-cached): Doc fix.