diff lisp/url/ChangeLog @ 110578:5874484c8de5

Small url-cache fix. * lisp/url/url-cache.el (url-cache-create-filename): Ensure no-port and default-port end up with the same cache file. (url-cache-create-filename-human-readable) (url-cache-create-filename-using-md5): Argument is always in the form of a string now.
author Glenn Morris <rgm@gnu.org>
date Sat, 25 Sep 2010 13:59:05 -0700
parents b799d38f522a
children 88f8a448614e
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Sat Sep 25 16:16:35 2010 -0400
+++ b/lisp/url/ChangeLog	Sat Sep 25 13:59:05 2010 -0700
@@ -1,3 +1,11 @@
+2010-09-25  Julien Danjou  <julien@danjou.info>
+
+	* url-cache.el (url-cache-create-filename): Ensure no-port and
+	default-port end up with the same cache file.
+	(url-cache-create-filename-human-readable)
+	(url-cache-create-filename-using-md5): Argument is always in the form of
+	a string now.
+
 2010-09-23  Glenn Morris  <rgm@gnu.org>
 
 	* url-cache.el (url-is-cached): Doc fix.