From: Ted Zlatanov Date: Tue, 15 May 2012 08:53:49 +0000 (-0400) Subject: mention bug#8706 in the last url-util.el ChangeLog entry X-Git-Tag: emacs-24.2.90~471^2~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f0f72be5614dcb411483aef62d7c9777a5ccb02;p=emacs.git mention bug#8706 in the last url-util.el ChangeLog entry --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 0e5c2787578..53950bcbea7 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,6 +1,6 @@ 2012-05-15 Ian Eure - * url-util.el (url-build-query-string): New function. + * url-util.el (url-build-query-string): New function (Bug#8706). (url-parse-query-string): Allow that '=' is not required and split URL parameters on ';', not just '&'.