comparison ChangeLog @ 596:f436c7db99f5

Follow-up to [708]. The added `extract_text` option wasn't actually being handled by the Babel extraction plugin.
author cmlenz
date Tue, 14 Aug 2007 08:55:43 +0000
parents 0fb43dc2e165
children ab167005a363
comparison
equal deleted inserted replaced
594:0fb43dc2e165 596:f436c7db99f5
24 removed. 24 removed.
25 25
26 26
27 Version 0.4.4 27 Version 0.4.4
28 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 28 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
29 (?, from branches/stable/0.4.x) 29 (Aug 14, 2007, from branches/stable/0.4.x)
30 30
31 * Fixed augmented assignment to local variables in Python code blocks. 31 * Fixed augmented assignment to local variables in Python code blocks.
32 * Fixed handling of nested function and class definitions in Python code 32 * Fixed handling of nested function and class definitions in Python code
33 blocks. 33 blocks.
34 * Includes were not raising `TemplateNotFound` exceptions even when no 34 * Includes were not raising `TemplateNotFound` exceptions even when no
35 fallback has been specified. That has been corrected. 35 fallback has been specified. That has been corrected.
36 * The template loader now raises a `TemplateNotFound` error when a previously 36 * The template loader now raises a `TemplateNotFound` error when a previously
37 cached template is removed or renamed, where it previously was passing up 37 cached template is removed or renamed, where it previously was passing up
38 an `OSError`. 38 an `OSError`.
39 * The Genshi I18n filter can be configured to only extract messages found in 39 * The Genshi I18n filter can be configured to only extract messages found in
40 `gettext` function calls, ignoring any text nodes and attribute values. 40 `gettext` function calls, ignoring any text nodes and attribute values
41 (ticket #138).
41 42
42 43
43 Version 0.4.3 44 Version 0.4.3
44 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ 45 http://svn.edgewall.org/repos/genshi/tags/0.4.3/
45 (Jul 17 2007, from branches/stable/0.4.x) 46 (Jul 17 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software