You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/11/13 15:03:27 UTC

cvs commit: xml-xerces/c/doc feedback.xml releases.xml

tng         01/11/13 06:03:27

  Modified:    c        credits.txt
               c/doc    feedback.xml releases.xml
  Log:
  Update documentation as of latest code-based.
  
  Revision  Changes    Path
  1.9       +1 -0      xml-xerces/c/credits.txt
  
  Index: credits.txt
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/credits.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- credits.txt	2001/10/25 17:55:38	1.8
  +++ credits.txt	2001/11/13 14:03:27	1.9
  @@ -86,6 +86,7 @@
   Mark Weaver
   Roger Webster
   Robert Weir
  +Carolyn Weiss
   Kari Whitcomb
   Dietrich Wolf
   Kirk Wylie
  
  
  
  1.23      +1 -0      xml-xerces/c/doc/feedback.xml
  
  Index: feedback.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/feedback.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- feedback.xml	2001/10/25 17:55:28	1.22
  +++ feedback.xml	2001/11/13 14:03:27	1.23
  @@ -111,6 +111,7 @@
               <li>Mark Weaver</li>
               <li>Roger Webster</li>
               <li>Robert Weir</li>
  +            <li>Carolyn Weiss</li>
               <li>Kari Whitcomb</li>
               <li>Dietrich Wolf</li>
               <li>Kirk Wylie</li>
  
  
  
  1.36      +29 -6     xml-xerces/c/doc/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/releases.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- releases.xml	2001/11/09 15:06:31	1.35
  +++ releases.xml	2001/11/13 14:03:27	1.36
  @@ -12,9 +12,31 @@
       </tr>
   
       <tr>
  +        <td>2001-11-13</td>
  +        <td>Tinny Ng</td>
  +        <td>Move root element check from XMLValidator to XMLScanner
  +            and deprecate XMLValidator::checkRootElement().
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-13</td>
  +        <td>Tinny Ng</td>
  +        <td>Update documentation for DefaultHandler and DOMParser.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-09</td>
  +        <td>Tinny Ng</td>
  +        <td>Regular Expression: Update the Block Names and Block Range to comply to the latest standard.
  +        </td>
  +    </tr>
  +
  +    <tr>
           <td>2001-11-09</td>
           <td>Carolyn Weiss</td>
  -        <td>DOMIdTest/MemParse fix: Pulled the hardcoded encoding out of the document
  +        <td>DOMIDTest/MemParse fix: Pulled the hardcoded encoding out of the document
               itself and made it a #define to make it easier to support other encodings.
           </td>
       </tr>
  @@ -23,21 +45,21 @@
           <td>2001-11-09</td>
           <td>Carolyn Weiss</td>
           <td>DOMMemTest fix: Changed some literal values to their equivalent hex values
  -            so they work correctly on both ascii and EBCDIC systems.
  +            so they work correctly on both ASCII and EBCDIC systems.
           </td>
       </tr>
   
       <tr>
           <td>2001-11-09</td>
           <td>Linda Swan</td>
  -        <td>Bug Fix: maxChars in copyNString is more related to the target than the src.
  +        <td>Bug Fix: maxChars in XMLString::copyNString is more related to the target than the src.
           </td>
       </tr>
   
       <tr>
           <td>2001-11-07</td>
           <td>Tinny Ng</td>
  -        <td>Performance: Create QName in ContentSpecNode only if it is a leaf/Any*/PCDataNode.
  +        <td>Performance: Create QName in ContentSpecNode only if it is a leaf/Any/PCDataNode.
           </td>
       </tr>
   
  @@ -63,7 +85,8 @@
                YearDatatypeValidator, <br/>
                YearMonthDatatypeValidator, <br/>
                DurationDatatypeValidator. <br/>
  -             Add XMLDateTime.
  +             Add SchemaDataTimeException, <br/>
  +             XMLDateTime.
           </td>
       </tr>
   
  @@ -125,7 +148,7 @@
       </tr>
   
       <tr>
  -        <td>2001-10-29</td>
  +        <td>2001/10/29</td>
           <td>Tinny Ng</td>
           <td>Update samples doc to reflect the latest changes.  Also update runConfigure usage
               in build doc to reflect the latest changes.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org