comparison ChangeLog @ 230:84168828b074 trunk

Renamed Markup to Genshi in repository.
author cmlenz
date Mon, 11 Sep 2006 15:07:07 +0000
parents 96a7e5011c69
children 39c424b80edd
comparison
equal deleted inserted replaced
229:58d974683419 230:84168828b074
1 Version 0.3 1 Version 0.3
2 http://svn.edgewall.org/repos/markup/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 * Expression evaluation now differentiates between undefined variables and 5 * Expression evaluation now differentiates between undefined variables and
6 variables that are defined but set to `None`. This also means that local 6 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 7 variables can override built-ins even if the local variable are set to
35 * Using namespace prefixes in XPath expressions is now supported. 35 * Using namespace prefixes in XPath expressions is now supported.
36 * Expressions now correctly handle slices (ticket #51). 36 * Expressions now correctly handle slices (ticket #51).
37 37
38 38
39 Version 0.2 39 Version 0.2
40 http://svn.edgewall.org/repos/markup/tags/0.2.0/ 40 http://svn.edgewall.org/repos/genshi/tags/0.2.0/
41 (Aug 22 2006, from branches/stable/0.2.x) 41 (Aug 22 2006, from branches/stable/0.2.x)
42 42
43 * XPath syntax errors now contain position info (ticket #20). 43 * XPath syntax errors now contain position info (ticket #20).
44 * Errors in expression evaluation now contain the correct line number in the 44 * Errors in expression evaluation now contain the correct line number in the
45 template (ticket #22). 45 template (ticket #22).
74 * py:def macros can now be invoked from within expressions inside attribute 74 * py:def macros can now be invoked from within expressions inside attribute
75 values (ticket #34). 75 values (ticket #34).
76 76
77 77
78 Version 0.1 78 Version 0.1
79 http://svn.edgewall.org/repos/markup/tags/0.1.0/ 79 http://svn.edgewall.org/repos/genshi/tags/0.1.0/
80 (Aug 3 2006, from branches/stable/0.1.x) 80 (Aug 3 2006, from branches/stable/0.1.x)
81 81
82 * First public release 82 * First public release
Copyright (C) 2012-2017 Edgewall Software