comparison ChangeLog @ 521:c8b6d3c0d389 stable-0.4.x

Ported [624] to 0.4.x branch.
author cmlenz
date Wed, 13 Jun 2007 12:39:10 +0000
parents 1c9250cc4365
children 5b59e911e6c3
comparison
equal deleted inserted replaced
513:1c9250cc4365 521:c8b6d3c0d389
5 * The `doctype` parameter of the markup serializers now also accepts the "name" 5 * The `doctype` parameter of the markup serializers now also accepts the "name"
6 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple. 6 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple.
7 * The I18n filter was not replacing the original attributes with the 7 * The I18n filter was not replacing the original attributes with the
8 translation, but instead adding a second attribute with the same name. 8 translation, but instead adding a second attribute with the same name.
9 * `TextTemplate` can now handle unicode source (ticket #125). 9 * `TextTemplate` can now handle unicode source (ticket #125).
10 * A `<?python ?>` processing instruction containing trailing whitespace no
11 longer causes a syntax error (ticket #127).
10 12
11 13
12 Version 0.4.1 14 Version 0.4.1
13 http://svn.edgewall.org/repos/genshi/tags/0.4.1/ 15 http://svn.edgewall.org/repos/genshi/tags/0.4.1/
14 (May 21 2007, from branches/stable/0.4.x) 16 (May 21 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software