Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 86410 invoked by uid 500); 19 Apr 2002 07:02:14 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 86401 invoked by uid 500); 19 Apr 2002 07:02:14 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 19 Apr 2002 07:02:13 -0000 Message-ID: <20020419070213.18775.qmail@icarus.apache.org> From: ovidiu@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/scratchpad/schecoon ChangeLog X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ovidiu 02/04/19 00:02:13 Modified: src/scratchpad/schecoon ChangeLog Log: 2002-04-18 Ovidiu Predescu * src/org/apache/cocoon/components/flow/Interpreter.java: * src/org/apache/cocoon/components/flow/AbstractInterpreter.java: * src/org/apache/cocoon/components/flow/javascript/JavaScriptInterpreter.java: * src/org/apache/cocoon/components/flow/javascript/JSCocoon.java: * src/org/apache/cocoon/components/flow/scheme/SchemeInterpreter.java: Removed the dependency on InvokeContext. * src/org/apache/cocoon/components/treeprocessor/sitemap/ContinueNode.java: Don't pass the InvokeContext object to handleContinuation(). * src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java: Don't pass the InvokeContext object to callFunction(). Revision Changes Path 1.44 +15 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog Index: ChangeLog =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 16 Apr 2002 19:23:55 -0000 1.43 +++ ChangeLog 19 Apr 2002 07:02:13 -0000 1.44 @@ -1,3 +1,18 @@ +2002-04-18 Ovidiu Predescu + + * src/org/apache/cocoon/components/flow/Interpreter.java: + * src/org/apache/cocoon/components/flow/AbstractInterpreter.java: + * src/org/apache/cocoon/components/flow/javascript/JavaScriptInterpreter.java: + * src/org/apache/cocoon/components/flow/javascript/JSCocoon.java: + * src/org/apache/cocoon/components/flow/scheme/SchemeInterpreter.java: + Removed the dependency on InvokeContext. + + * src/org/apache/cocoon/components/treeprocessor/sitemap/ContinueNode.java: + Don't pass the InvokeContext object to handleContinuation(). + + * src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java: + Don't pass the InvokeContext object to callFunction(). + 2002-04-16 Ovidiu Predescu * TODO: Updated. ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org