# HG changeset patch # User Juanma Barranquero # Date 1209400037 0 # Node ID f6a85904289e2a1d22624e66c25968e843385a7c # Parent c91f78a8a0af35f5ae7435236bec7ca337614e4b *** empty log message *** diff -r c91f78a8a0af -r f6a85904289e lisp/url/ChangeLog --- a/lisp/url/ChangeLog Mon Apr 28 16:24:37 2008 +0000 +++ b/lisp/url/ChangeLog Mon Apr 28 16:27:17 2008 +0000 @@ -1,3 +1,7 @@ +2008-04-28 Juanma Barranquero + + * url-vars.el (url-load-hook): Fix typo in docstring. + 2008-03-09 Magnus Henoch * url-http.el (url-http-chunked-encoding-after-change-function): @@ -98,7 +102,7 @@ 2007-11-28 Diane Murray * url-dired.el: Don't require w3-fetch and w3-open-local. - (url-dired-find-file): Use `find-file'. Doc fix. + (url-dired-find-file): Use `find-file'. Doc fix. (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix. 2007-11-24 Glenn Morris @@ -391,7 +395,7 @@ path component and non-empty query component. Untangle path, query and fragment parsing code. Add references to RFC 3986 in comments. - (url-recreate-url-attributes): Start query string with "?", not ";". + (url-recreate-url-attributes): Start query string with "?", not ";". 2006-09-20 Stefan Monnier