comparison ChangeLog @ 372:5da1187064f2 stable-0.3.x 0.3.5

Ported [451] to 0.3.x.
author cmlenz
date Wed, 22 Nov 2006 21:17:33 +0000
parents f94178dc61c1
children 676b78a0c5a0
comparison
equal deleted inserted replaced
370:42907bf4ec4f 372:5da1187064f2
1 Version 0.3.5
2 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
3 (Nov 22 2006, from branches/stable/0.3.x)
4
5 * Fix XPath traversal in match templates. Previously, `div/p` would be treated
6 the same as `div//p`, i.e. it would match all descendants and not just the
7 immediate children.
8 * Preserve whitespace in HTML `<pre>` elements also when they contain child
9 elements.
10 * Match templates no longer match their own output (ticket #77).
11 * Blank lines before directives in text templates are now preserved as
12 expected (ticket #62).
13
14
1 Version 0.3.4 15 Version 0.3.4
2 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 16 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
3 (Nov 2 2006, from branches/stable/0.3.x) 17 (Nov 2 2006, from branches/stable/0.3.x)
4 18
5 * The encoding of HTML and XML files, as well as markup and text templates, 19 * The encoding of HTML and XML files, as well as markup and text templates,
Copyright (C) 2012-2017 Edgewall Software