aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorMagnus Henoch2006-10-09 20:10:13 +0000
committerMagnus Henoch2006-10-09 20:10:13 +0000
commitf6fb70fc69a26f42e6f12394654c769c24dfa8bb (patch)
treefecba1723783c2deac4cd47c6f9fed5a087f524b /lisp/url/ChangeLog
parent70846e2ad81362eaee6847e5c874ff1d69f4a61d (diff)
downloademacs-f6fb70fc69a26f42e6f12394654c769c24dfa8bb.tar.gz
emacs-f6fb70fc69a26f42e6f12394654c769c24dfa8bb.zip
(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 ";".
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index a6afb0ba20f..bed12ecc459 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,12 @@
12006-10-09 Magnus Henoch <mange@freemail.hu>
2
3 * url-parse.el (url-generic-parse-url): Handle URLs with empty
4 path component and non-empty query component. Untangle path,
5 query and fragment parsing code. Add references to RFC 3986 in
6 comments.
7 (url-recreate-url-attributes): Start query string with "?", not
8 ";".
9
12006-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 102006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * url-dav.el (url-dav-file-attributes): Simplify. 12 * url-dav.el (url-dav-file-attributes): Simplify.