Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 93 → Rev 94

/trunk/debian/changelog
13,8 → 13,10
* dlopen_templates.patch: Experimental support for dynamically loading
templates.
* Update README.Debian.
* makefile_install_config.patch(share/config.c): Change default
template_set to "old".
 
-- Magnus Holmgren <holmgren@debian.org> Wed, 30 Sep 2009 22:57:47 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 04 Oct 2009 19:52:34 +0200
 
prayer (1.2.3-2) unstable; urgency=low
 
/trunk/debian/patches/makefile_install_config.patch
186,3 → 186,14
# Size of small and large compose windows
small_cols = 80
--- a/shared/config.c
+++ b/shared/config.c
@@ -167,7 +167,7 @@ struct config *config_create(void)
config->fatal_dump_core = NIL;
config->template_path = "../templates";
- config->template_set = "xhtml_strict";
+ config->template_set = "old";
config->template_use_compiled = T;
config->template_list = NIL;