add url-build-query-string and improve url-parse-query-string as per bug#8706
commit1b1bb5950b0e57bcfa3f923dc05931ddced9207a
authorTed Zlatanov <tzz@lifelogs.com>
Tue, 15 May 2012 08:47:38 +0000 (15 04:47 -0400)
committerTed Zlatanov <tzz@lifelogs.com>
Tue, 15 May 2012 08:47:38 +0000 (15 04:47 -0400)
tree66ec35eb0004cd4c3d9f5a0dab31a4e000d5c25b
parent0cdc349168af6b9545f95eb4a758126f1fa310b4
add url-build-query-string and improve url-parse-query-string as per bug#8706

* url/url-util.el (url-build-query-string): New function.
(url-parse-query-string): Allow that '=' is not required and split
URL parameters on ';', not just '&'.
lisp/url/ChangeLog
lisp/url/url-util.el