comparison ChangeLog @ 344:eb4ef44ea1ad experimental-inline

inline branch: Merged [419:421/trunk].
author cmlenz
date Fri, 10 Nov 2006 10:13:12 +0000
parents 5f2c7782cd8a
children 8e75b83d3e71 c0a4114786cc
comparison
equal deleted inserted replaced
342:3d29249e0524 344:eb4ef44ea1ad
24 * Fix XPath traversal in match templates. Previously, `div/p` would be treated 24 * Fix XPath traversal in match templates. Previously, `div/p` would be treated
25 the same as `div//p`, i.e. it would match all descendants and not just the 25 the same as `div//p`, i.e. it would match all descendants and not just the
26 immediate children. 26 immediate children.
27 * Split up the `genshi.template` module into multiple modules inside the new 27 * Split up the `genshi.template` module into multiple modules inside the new
28 `genshi.template` package. 28 `genshi.template` package.
29 * Results of expression evaluation are no longer implicitly called if they
30 are callable.
29 31
30 Version 0.3.4 32 Version 0.3.4
31 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 33 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
32 (Nov 2 2006, from branches/stable/0.3.x) 34 (Nov 2 2006, from branches/stable/0.3.x)
33 35
Copyright (C) 2012-2017 Edgewall Software