comparison ChangeLog @ 464:2f13c5fc4a4d trunk

Move the mapping of doctype names to tuples out of the plugin into the `DocType` class.
author cmlenz
date Thu, 26 Apr 2007 09:46:36 +0000
parents d5e2a7b58116
children 2d3246f9ea54
comparison
equal deleted inserted replaced
462:d5e2a7b58116 464:2f13c5fc4a4d
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