ovidiu 02/04/01 21:43:52
Modified: src/scratchpad/schecoon ChangeLog
Log:
2002-04-01 Ovidiu Predescu <[EMAIL PROTECTED]>
* webapp/examples/calc/calc.scm: Created.
* webapp/sitemap.xmap: Added Scheme entries.
* src/org/apache/cocoon/components/flow/scheme/system.scm:
Created.
* src/org/apache/cocoon/components/flow/scheme/SchemeInterpreter.java:
Created.
* src/org/apache/cocoon/components/flow/javascript/system.js:
Correctly setup the lastContinuation.
* src/org/apache/cocoon/components/flow/javascript/JavaScriptInterpreter.java:
Moved from the above directory.
* src/org/apache/cocoon/components/flow/javascript/JSWebContinuation.java:
Correctly handle the parent continuation.
* src/org/apache/cocoon/components/flow/javascript/JSCocoon.java:
Removed extra imports.
* src/org/apache/cocoon/components/flow/WebContinuation.java
(constructor): Add the newly created continuation to its parent.
* src/org/apache/cocoon/components/flow/InterpreterSelector.java:
Removed extra imports.
* src/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java:
Removed extra imports.
* src/org/apache/cocoon/components/flow/AbstractInterpreter.java:
Refactor processPipeline() and forwardTo() from
JavaScriptInterpreter. Continue reading scripts even if there are
errors.
* lib/sisc-1.3.3.jar, lib/sisc.heap: Updated to the latest SISC
release.
* prj.el: Updated to the latest SISC release.
Revision Changes Path
1.28 +47 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 30 Mar 2002 05:42:01 -0000 1.27
+++ ChangeLog 2 Apr 2002 05:43:52 -0000 1.28
@@ -1,3 +1,50 @@
+2002-04-01 Ovidiu Predescu <[EMAIL PROTECTED]>
+
+ * webapp/examples/calc/calc.scm: Created.
+
+ * webapp/sitemap.xmap: Added Scheme entries.
+
+ * src/org/apache/cocoon/components/flow/scheme/system.scm:
+ Created.
+
+ * src/org/apache/cocoon/components/flow/scheme/SchemeInterpreter.java:
+ Created.
+
+ * src/org/apache/cocoon/components/flow/javascript/system.js:
+ Correctly setup the lastContinuation.
+
+ * src/org/apache/cocoon/components/flow/javascript/JavaScriptInterpreter.java:
+ Moved from the above directory.
+
+ * src/org/apache/cocoon/components/flow/javascript/JSWebContinuation.java:
+ Correctly handle the parent continuation.
+
+ * src/org/apache/cocoon/components/flow/javascript/JSCocoon.java:
+ Removed extra imports.
+
+ * src/org/apache/cocoon/components/flow/WebContinuation.java
+ (constructor): Add the newly created continuation to its parent.
+
+ * src/org/apache/cocoon/components/flow/InterpreterSelector.java:
+ Removed extra imports.
+
+ * src/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java:
+ Removed extra imports.
+
+ * src/org/apache/cocoon/components/flow/AbstractInterpreter.java:
+ Refactor processPipeline() and forwardTo() from
+ JavaScriptInterpreter. Continue reading scripts even if there are
+ errors.
+
+ * lib/sisc-1.3.3.jar, lib/sisc.heap: Updated to the latest SISC
+ release.
+
+ * prj.el: Updated to the latest SISC release.
+
+2002-03-31 Ovidiu Predescu <[EMAIL PROTECTED]>
+
+ * src/org/apache/cocoon/components/flow/flow.xconf: Added Scheme.
+
2002-03-29 Ovidiu Predescu <[EMAIL PROTECTED]>
* webapp/examples/calc/getOperator.xsp: Add an exclamation mark.
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]