diff options
| author | Magnus Henoch | 2006-10-09 20:10:13 +0000 |
|---|---|---|
| committer | Magnus Henoch | 2006-10-09 20:10:13 +0000 |
| commit | f6fb70fc69a26f42e6f12394654c769c24dfa8bb (patch) | |
| tree | fecba1723783c2deac4cd47c6f9fed5a087f524b /lisp/url/ChangeLog | |
| parent | 70846e2ad81362eaee6847e5c874ff1d69f4a61d (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2006-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. |