comparison ChangeLog @ 532:c16ccc077d72 stable-0.4.x 0.4.2

Ported [634:637] to 0.4.x branch.
author cmlenz
date Wed, 20 Jun 2007 10:50:18 +0000
parents d3e5fe934d6e
children 1c5682c0b6f3
comparison
equal deleted inserted replaced
527:ce9fbce557b2 532:c16ccc077d72
1 Version 0.4.2 1 Version 0.4.2
2 http://svn.edgewall.org/repos/genshi/tags/0.4.2/ 2 http://svn.edgewall.org/repos/genshi/tags/0.4.2/
3 (?, from branches/stable/0.4.x) 3 (Jun 20, from branches/stable/0.4.x)
4 4
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.
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` 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 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. 14 as a flag to mark specific sections as not needing localization.
15 * Added plugin for message extraction via Babel (http://babel.edgewall.org/).
15 16
16 17
17 Version 0.4.1 18 Version 0.4.1
18 http://svn.edgewall.org/repos/genshi/tags/0.4.1/ 19 http://svn.edgewall.org/repos/genshi/tags/0.4.1/
19 (May 21 2007, from branches/stable/0.4.x) 20 (May 21 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software