comparison 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
comparison
equal deleted inserted replaced
106716:4039413a8b1d 106717:15eb515afd85
1 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4 They are valid characters in URL paths (rfc3986), and at least
5 Firefox does not understand the encoded version (Bug#3166).
6
1 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change) 7 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2 8
3 * progmodes/octave-mod.el (octave-end-keywords) 9 * progmodes/octave-mod.el (octave-end-keywords)
4 (octave-block-begin-or-end-regexp, octave-block-match-alist): Add 10 (octave-block-begin-or-end-regexp, octave-block-match-alist): Add
5 "end" keyword (Bug#3061). 11 "end" keyword (Bug#3061).