diff lisp/url/ChangeLog @ 110685:1d1ed3e3e171

Use url-lazy-message for warnings about ignored cookies. These messages aren't very interesting for most users.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Fri, 01 Oct 2010 16:49:14 +0200
parents 88f8a448614e
children 754df5a0efe9
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Fri Oct 01 16:05:25 2010 +0200
+++ b/lisp/url/ChangeLog	Fri Oct 01 16:49:14 2010 +0200
@@ -1,5 +1,8 @@
 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+	* url-cookie.el (url-cookie-handle-set-cookie): Use
+	url-lazy-message for the cookie warning, which isn't very interesting.
+
 	* url-http.el (url-http-async-sentinel): Check that the buffer is
 	still alive before switching to it.