comparison ChangeLog @ 594:0fb43dc2e165

Add option to I18n filter to only extract strings in gettext function calls.
author cmlenz
date Mon, 13 Aug 2007 23:02:46 +0000
parents 7145e4eba2ec
children f436c7db99f5
comparison
equal deleted inserted replaced
593:aa5762c7b7f1 594:0fb43dc2e165
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
40 `gettext` function calls, ignoring any text nodes and attribute values.
39 41
40 42
41 Version 0.4.3 43 Version 0.4.3
42 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ 44 http://svn.edgewall.org/repos/genshi/tags/0.4.3/
43 (Jul 17 2007, from branches/stable/0.4.x) 45 (Jul 17 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software