Mercurial > emacs
diff lisp/url/ChangeLog @ 73313:8c2a0bfc98b0
(url-generic-parse-url): Handle URLs with empty 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 ";".
author | Magnus Henoch <mange@freemail.hu> |
---|---|
date | Mon, 09 Oct 2006 20:10:13 +0000 |
parents | aafdfc34b06a |
children | 6c5a67740a8e |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Mon Oct 09 19:58:14 2006 +0000 +++ b/lisp/url/ChangeLog Mon Oct 09 20:10:13 2006 +0000 @@ -1,3 +1,12 @@ +2006-10-09 Magnus Henoch <mange@freemail.hu> + + * url-parse.el (url-generic-parse-url): Handle URLs with empty + 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 + ";". + 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca> * url-dav.el (url-dav-file-attributes): Simplify.