ovidiu      02/03/29 21:42:01

  Modified:    src/scratchpad/schecoon ChangeLog
  Log:
  2002-03-29  Ovidiu Predescu  <[EMAIL PROTECTED]>
  
        * webapp/examples/calc/getOperator.xsp: Add an exclamation mark.
  
        * webapp/examples/calc/displayResult.xsp: Don't use <br/>
        elements.
  
        * webapp/examples/calc/calc.js: Reimplement using forwardTo().
  
        * webapp/sitemap.xmap: Define pipeline for the HTML files of the
        calc example.
  
        * src/org/apache/cocoon/components/flow/javascript/system.js:
        Implement forwardTo.
  
        * src/org/apache/cocoon/components/flow/javascript/JSCocoon.java:
        Implement jsFunction_forwardTo().
  
        * src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java:
        Implement forwardTo().
  
        * src/org/apache/cocoon/components/flow/Interpreter.java: Added
        forwardTo().
  
  Revision  Changes    Path
  1.27      +24 -0     xml-cocoon2/src/scratchpad/schecoon/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- ChangeLog 24 Mar 2002 07:45:07 -0000      1.26
  +++ ChangeLog 30 Mar 2002 05:42:01 -0000      1.27
  @@ -1,3 +1,27 @@
  +2002-03-29  Ovidiu Predescu  <[EMAIL PROTECTED]>
  +
  +     * webapp/examples/calc/getOperator.xsp: Add an exclamation mark.
  +
  +     * webapp/examples/calc/displayResult.xsp: Don't use <br/>
  +     elements.
  +
  +     * webapp/examples/calc/calc.js: Reimplement using forwardTo().
  +
  +     * webapp/sitemap.xmap: Define pipeline for the HTML files of the
  +     calc example.
  +
  +     * src/org/apache/cocoon/components/flow/javascript/system.js:
  +     Implement forwardTo.
  +
  +     * src/org/apache/cocoon/components/flow/javascript/JSCocoon.java:
  +     Implement jsFunction_forwardTo().
  +
  +     * src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java:
  +     Implement forwardTo().
  +
  +     * src/org/apache/cocoon/components/flow/Interpreter.java: Added
  +     forwardTo().
  +
   2002-03-23  Ovidiu Predescu  <[EMAIL PROTECTED]>
   
        * prj.el: Updated to the latest rhino.
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to