You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2004/01/08 20:10:37 UTC

cvs commit: jakarta-velocity-tools/docs changes.html

nbubna      2004/01/08 11:10:37

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  note recent changes to MathTool, ErrorsTool, and ActionMessagesTool
  
  Revision  Changes    Path
  1.15      +3 -0      jakarta-velocity-tools/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml	31 Dec 2003 17:06:59 -0000	1.14
  +++ changes.xml	8 Jan 2004 19:10:37 -0000	1.15
  @@ -12,6 +12,9 @@
       <subsection name="1.1-dev">
         <p>This section describes changes after the 1.1-beta release.</p>
         <ul>
  +      <li>Upgraded/refactored MathTool to add floor() and ceil(), make type-handling more intuitive and flexible, and improve number parsing. (ndb)</li>
  +      <li>Improved resource bundle support in ActionMessagesTool. (ndb)</li>
  +      <li>ErrorsTool now extends ActionMessagesTool. (ndb)</li>
         <li>LinkTool now encodes URLs using the response's character encoding. (ndb)</li>
         <li>Removed inadvertant JDK 1.4 dependencies from ImportSupport. (ndb)</li>
         <li>Made XMLToolboxManager not abstract (#24840). (ndb)</li>
  
  
  
  1.9       +3 -0      jakarta-velocity-tools/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/docs/changes.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.html	31 Dec 2003 17:13:20 -0000	1.8
  +++ changes.html	8 Jan 2004 19:10:37 -0000	1.9
  @@ -95,6 +95,9 @@
       <td>
         <p>This section describes changes after the 1.1-beta release.</p>
   <ul>
  +      <li>Upgraded/refactored MathTool to add floor() and ceil(), make type-handling more intuitive and flexible, and improve number parsing. (ndb)</li>
  +      <li>Improved resource bundle support in ActionMessagesTool. (ndb)</li>
  +      <li>ErrorsTool now extends ActionMessagesTool. (ndb)</li>
         <li>LinkTool now encodes URLs using the response's character encoding. (ndb)</li>
         <li>Removed inadvertant JDK 1.4 dependencies from ImportSupport. (ndb)</li>
         <li>Made XMLToolboxManager not abstract (#24840). (ndb)</li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org