From 124d86de0dedaabbb4c8f8e12be0f59dcee4b014 Mon Sep 17 00:00:00 2001 From: changelog Date: Thu, 21 Aug 2003 00:31:58 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index c258ffd2..bec413c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2003-08-20 Messju Mohr + + * NEWS + libs/Smarty_Compiler.class.php + libs/plugins/block.strip.php: + reverted {strip} from a block-plugin back into the compiler + + * docs/programmers.sgml: + fixed examples for register_function() and register_block() + + * libs/Smarty.class.php: + made template_exists() quiet when the template does not exist (thanks + to konstatin for pointing this out) + 2003-08-18 Monte Ohrt * docs/getting-started.sgml: