add url-build-query-string and improve url-parse-query-string as per bug#8706
authorTed Zlatanov <tzz@lifelogs.com>
Tue, 15 May 2012 08:47:38 +0000 (04:47 -0400)
committerTed Zlatanov <tzz@lifelogs.com>
Tue, 15 May 2012 08:47:38 +0000 (04:47 -0400)
commit530e968e58a69071207897600ca2a019ea878600
tree563a48eb196bf01c9edc174b3589565ac82cea0a
parent3a427266b688e084e908ae2ede9b6e373d8b0032
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