comparison ChangeLog @ 523:5b59e911e6c3 stable-0.4.x

Ported [626] to 0.4.x branch.
author cmlenz
date Fri, 15 Jun 2007 20:19:29 +0000
parents c8b6d3c0d389
children f9ad40cae2f7
comparison
equal deleted inserted replaced
521:c8b6d3c0d389 523:5b59e911e6c3
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 10 * A `<?python ?>` processing instruction containing trailing whitespace no
11 longer causes a syntax error (ticket #127). 11 longer causes a syntax error (ticket #127).
12 * The I18n filter now skips the content of elements that have an `xml:lang`
13 attribute with a fixed string value. Basically, `xml:lang` can now be used
14 as a flag to mark specific sections as not needing localization.
12 15
13 16
14 Version 0.4.1 17 Version 0.4.1
15 http://svn.edgewall.org/repos/genshi/tags/0.4.1/ 18 http://svn.edgewall.org/repos/genshi/tags/0.4.1/
16 (May 21 2007, from branches/stable/0.4.x) 19 (May 21 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software