comparison ChangeLog @ 520:ced12be33858

Applied patch by Dale Sedivec to fix #127. Many thanks!
author cmlenz
date Wed, 13 Jun 2007 12:37:58 +0000
parents bdaf75981ec7
children c1738dec04d9
comparison
equal deleted inserted replaced
519:9f1d90d6abd4 520:ced12be33858
15 * The `doctype` parameter of the markup serializers now also accepts the "name" 15 * The `doctype` parameter of the markup serializers now also accepts the "name"
16 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple. 16 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple.
17 * The I18n filter was not replacing the original attributes with the 17 * The I18n filter was not replacing the original attributes with the
18 translation, but instead adding a second attribute with the same name. 18 translation, but instead adding a second attribute with the same name.
19 * `TextTemplate` can now handle unicode source (ticket #125). 19 * `TextTemplate` can now handle unicode source (ticket #125).
20 * A `<?python ?>` processing instruction containing trailing whitespace no
21 longer causes a syntax error (ticket #127).
20 22
21 23
22 Version 0.4.1 24 Version 0.4.1
23 http://svn.edgewall.org/repos/genshi/tags/0.4.1/ 25 http://svn.edgewall.org/repos/genshi/tags/0.4.1/
24 (May 21 2007, from branches/stable/0.4.x) 26 (May 21 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software