comparison ChangeLog @ 629:3ed5d7e47f38 trunk

Revert second part of [726] (error on includes when no loader specified), which broke I18n extraction via the Babel plugin.
author cmlenz
date Tue, 04 Sep 2007 11:51:58 +0000
parents 5e358de79e4c
children 9ff8eccc6f1f 7aebde54c10f
comparison
equal deleted inserted replaced
628:9822dfff0fd5 629:3ed5d7e47f38
31 `serialize()` method of the generated markup stream. 31 `serialize()` method of the generated markup stream.
32 * XInclude elements in markup templates now support the `parse` attribute; when 32 * XInclude elements in markup templates now support the `parse` attribute; when
33 set to "xml" (the default), the include is processed as before, but when set 33 set to "xml" (the default), the include is processed as before, but when set
34 to "text", the included template is parsed as a text template using the new 34 to "text", the included template is parsed as a text template using the new
35 syntax (ticket #101). 35 syntax (ticket #101).
36 * If an include is found when parsing a template, but no template loader has
37 been specified, a `TemplateSyntaxError` is raised.
38 36
39 37
40 Version 0.4.4 38 Version 0.4.4
41 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 39 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
42 (Aug 14, 2007, from branches/stable/0.4.x) 40 (Aug 14, 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software