comparison ChangeLog @ 234:39c424b80edd trunk

* Minor simplification of XPath engine. * Updated change log.
author cmlenz
date Tue, 12 Sep 2006 14:08:36 +0000
parents 84168828b074
children 2a89132dd9d9
comparison
equal deleted inserted replaced
233:88ec2b306296 234:39c424b80edd
1 Version 0.3 1 Version 0.3
2 http://svn.edgewall.org/repos/genshi/tags/0.3.0/ 2 http://svn.edgewall.org/repos/genshi/tags/0.3.0/
3 (?, from branches/stable/0.3.x) 3 (?, from branches/stable/0.3.x)
4 4
5 * The project name was changed from "Markup" to "Genshi". See UPGRADE.txt
6 for upgrade instructions.
5 * Expression evaluation now differentiates between undefined variables and 7 * Expression evaluation now differentiates between undefined variables and
6 variables that are defined but set to `None`. This also means that local 8 variables that are defined but set to `None`. This also means that local
7 variables can override built-ins even if the local variable are set to 9 variables can override built-ins even if the local variable are set to
8 `None` (ticket #36). 10 `None` (ticket #36).
9 * The plugin implementation now makes more functions available for use inside 11 * The plugin implementation now makes more functions available for use inside
32 matches the attributes of descendants. 34 matches the attributes of descendants.
33 * Fixes for `py:match` which would get confused when it should be applied 35 * Fixes for `py:match` which would get confused when it should be applied
34 to multiple elements (ticket #49). 36 to multiple elements (ticket #49).
35 * Using namespace prefixes in XPath expressions is now supported. 37 * Using namespace prefixes in XPath expressions is now supported.
36 * Expressions now correctly handle slices (ticket #51). 38 * Expressions now correctly handle slices (ticket #51).
39 * A simple text-based template language is now included for generating
40 plain text output (ticket #47).
37 41
38 42
39 Version 0.2 43 Version 0.2
40 http://svn.edgewall.org/repos/genshi/tags/0.2.0/ 44 http://svn.edgewall.org/repos/genshi/tags/0.2.0/
41 (Aug 22 2006, from branches/stable/0.2.x) 45 (Aug 22 2006, from branches/stable/0.2.x)
Copyright (C) 2012-2017 Edgewall Software