comparison ChangeLog @ 465:b2a00e4e7815 stable-0.4.x

Ported [562] to 0.4.x.
author cmlenz
date Thu, 26 Apr 2007 09:47:13 +0000
parents e3de6dd7f9c2
children 5eae4a5c42ac
comparison
equal deleted inserted replaced
463:e3de6dd7f9c2 465:b2a00e4e7815
7 * XML declarations are now processed internally, as well as written to the 7 * XML declarations are now processed internally, as well as written to the
8 output when XML serialization is used (ticket #111). 8 output when XML serialization is used (ticket #111).
9 * Added the functions `encode()` and `get_serializer()` to the `genshi.output` 9 * Added the functions `encode()` and `get_serializer()` to the `genshi.output`
10 module, which provide a lower-level API to the functionality previously only 10 module, which provide a lower-level API to the functionality previously only
11 available through `Stream.render()` and `Stream.serialize()`. 11 available through `Stream.render()` and `Stream.serialize()`.
12 * The `DocType` class now has a `get(name)` function that returns a `DOCTYPE`
13 tuple for a given string.
14 * Added frameset variants to the `DocType` constants for HTML 4.01 and XHTML
15 1.0.
12 16
13 17
14 Version 0.4 18 Version 0.4
15 http://svn.edgewall.org/repos/genshi/tags/0.4.0/ 19 http://svn.edgewall.org/repos/genshi/tags/0.4.0/
16 (Apr 16 2007, from branches/stable/0.4.x) 20 (Apr 16 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software