cvs: smarty / ChangeLog

[email protected] (changelog) Tue, 19 Jun 2007 01:31:42 -0000
Newsgroups php.smarty.cvs
Message-ID <cvschangelog1182216702@cvsserver>
changelog		Tue Jun 19 01:31:42 2007 UTC

  Modified files:              
    /smarty	ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.469&r2=1.470&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.469 smarty/ChangeLog:1.470
--- smarty/ChangeLog:1.469	Wed May 30 01:31:42 2007
+++ smarty/ChangeLog	Tue Jun 19 01:31:42 2007
@@ -1,3 +1,28 @@
+2007-06-18  TAKAGI Masahiro  <[email protected]>
+
+    * docs/ja/language-snippets.ent
+      docs/ja/programmers/api-functions/api-register-outputfilter.xml
+      docs/ja/programmers/api-functions/api-register-postfilter.xml
+      docs/ja/programmers/api-functions/api-register-prefilter.xml:
+      sync with en.
+
+2007-06-18  Danilo Buerger  <[email protected]>
+
+    * docs/en/language-snippets.ent
+      docs/en/programmers/api-functions/api-register-outputfilter.xml
+      docs/en/programmers/api-functions/api-register-postfilter.xml
+      docs/en/programmers/api-functions/api-register-prefilter.xml:
+      Updated docs according to the changes from the previous commit
+
+    * NEWS
+      libs/Smarty.class.php:
+      Added the ability to (un)register multiple filters of the same type with
+      the same method name but different class name. Before it was not possible
+      due to the fact that only the method name was used to distinguish between
+      different filters of the same type. This does however not allow (same as
+      before) to register multiple filters of the same type with the same method
+      and class name (i.e. different instances of the same class).
+
 2007-05-29  Messju Mohr  <[email protected]>
 
     * libs/plugins/compiler.assign.php:
@@ -5004,7 +5029,7 @@
 
     * libs/Smarty.class.php
       libs/Smarty_Compiler.class.php:
-      added CVS $Id: ChangeLog,v 1.469 2007/05/30 01:31:42 changelog Exp $
+      added CVS $Id: ChangeLog,v 1.470 2007/06/19 01:31:42 changelog Exp $
 
 2003-03-31  Messju Mohr  <[email protected]>