Mercurial > emacs
diff lisp/ChangeLog @ 106717:15eb515afd85
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
They are valid characters in URL paths (rfc3986), and at least
Firefox does not understand the encoded version (Bug#3166).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 02 Jan 2010 15:14:54 -0500 |
parents | 4039413a8b1d |
children | 82660e679622 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 02 14:40:59 2010 -0500 +++ b/lisp/ChangeLog Sat Jan 02 15:14:54 2010 -0500 @@ -1,3 +1,9 @@ +2010-01-02 Chong Yidong <cyd@stupidchicken.com> + + * net/browse-url.el (browse-url-encode-url): Don't escape commas. + They are valid characters in URL paths (rfc3986), and at least + Firefox does not understand the encoded version (Bug#3166). + 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change) * progmodes/octave-mod.el (octave-end-keywords)