tng 2002/08/21 12:49:03
Modified: c/doc dom3.xml Doxyfile migration.xml releases.xml
Log:
Documentation update.
Revision Changes Path
1.8 +1 -1 xml-xerces/c/doc/dom3.xml
Index: dom3.xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/dom3.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dom3.xml 16 Aug 2002 19:24:50 -0000 1.7
+++ dom3.xml 21 Aug 2002 19:49:03 -0000 1.8
@@ -44,7 +44,7 @@
<code>DOMErrorHandler</code>, <code>DOMError</code>, <code>DOMLocator</code>
</li>
<li>
- <code>DOMNode</code>: set/getUserData, isSameNode, isEqualNode,
compareTreePosition, lookupNamespaceURI, lookupNamespacePrefix
+ <code>DOMNode</code>: set/getUserData, isSameNode, isEqualNode,
compareTreePosition, lookupNamespaceURI, lookupNamespacePrefix, isDefaultNamespace
</li>
<li>
<code>DOMText</code>: getIsWhitespaceInElementContent
1.24 +3 -3 xml-xerces/c/doc/Doxyfile
Index: Doxyfile
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/Doxyfile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Doxyfile 8 Aug 2002 19:24:54 -0000 1.23
+++ Doxyfile 21 Aug 2002 19:49:03 -0000 1.24
@@ -236,11 +236,11 @@
DOMCasts.hpp DOMChildNode.hpp DOMDeepNodeListPool.hpp \
DOMNodeIDMap.hpp DOMNodeVector.hpp DOMParentNode.hpp DOMStringPool.hpp \
NameIdPool.hpp KVStringPair.hpp Janitor.hpp BitOps.hpp BitSet.hpp \
-CountedPointer.hpp TransENameMap.hpp \
-FlagJanitor.hpp HashBase.hpp HashPtr.hpp HashXMLCh.hpp KeyValuePair.hpp
KeyRefPair.hpp \
+CountedPointer.hpp TransENameMap.hpp EncodingValidator.hpp \
+FlagJanitor.hpp HashCMStateSet.hpp HashBase.hpp HashPtr.hpp HashXMLCh.hpp
KeyValuePair.hpp KeyRefPair.hpp \
KVStringPair.hpp NameIdPool.hpp NodeIDMap.hpp NameNodeFilter.hpp NodeVector.hpp \
RefArrayOf.hpp RefHash*.hpp RefStackOf.hpp \
-RefVectorOf.hpp ValueArrayOf.hpp ValueStackOf.hpp ValueVectorOf.hpp \
+RefVectorOf.hpp ValueHashTableOf.hpp ValueArrayOf.hpp ValueStackOf.hpp
ValueVectorOf.hpp \
XML256TableTranscoder.hpp XML88591Transcoder.hpp XMLASCIITranscoder.hpp \
XMLBufferMgr.hpp XMLBuffer.hpp XMLChTranscoder.hpp XMLEBCDICTranscoder.hpp \
XMLEnumerator.hpp XMLExceptMsgs.hpp XMLIBM1140Transcoder.hpp XMLMsgLoader.hpp \
1.34 +3 -2 xml-xerces/c/doc/migration.xml
Index: migration.xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/migration.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- migration.xml 16 Aug 2002 19:24:50 -0000 1.33
+++ migration.xml 21 Aug 2002 19:49:03 -0000 1.34
@@ -28,7 +28,8 @@
<s3 title="New features in &XercesCName; &XercesCVersion;">
<ul>
<li>64 bit binaries distribution on Windows IA64 and Linux IA64</li>
- <li>DOM Level 3 DOMNode::compareTreePosition, DOMNode::lookupNamespaceURI,
DOMNode::lookupNamespacePrefix </li>
+ <li>Support for Cygwin environment</li>
+ <li>DOM Level 3 DOMNode: compareTreePosition, lookupNamespaceURI,
lookupNamespacePrefix and isDefaultNamespace</li>
<li>plus many more bug fixes</li>
</ul>
</s3>
@@ -43,7 +44,7 @@
<anchor name="NewAPI210"/>
<s4 title="New Public API">
<ul>
- <li>No new public API is introduced in this release.</li>
+ <li>To fix bug 7087, XMLEnumerator is added a virtual destructor.</li>
</ul>
</s4>
1.77 +135 -1 xml-xerces/c/doc/releases.xml
Index: releases.xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/releases.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- releases.xml 9 Aug 2002 20:26:05 -0000 1.76
+++ releases.xml 21 Aug 2002 19:49:03 -0000 1.77
@@ -17,12 +17,146 @@
</p>
</s2>
-<s2 title="Release Information of &XercesCName; &XercesCVersion;: August 23, 2002">
+<s2 title="Release Information of &XercesCName; &XercesCVersion;: August 26, 2002">
<table>
<tr>
<td>Date</td>
<td>Contributor</td>
<td>Description</td>
+ </tr>
+
+ <tr>
+ <td>2002-08-21</td>
+ <td>Tinny Ng</td>
+ <td>[Bug 11869] Add the const modifier (XMLBuffer.hpp).
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-21</td>
+ <td>Tinny Ng</td>
+ <td>[Bug 7087] compiler warnings when using gcc.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-20</td>
+ <td>Benjamin Piwowarski</td>
+ <td>[Bug 11515] Exponential time using DOMTreeWalker.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-20</td>
+ <td>Tinny Ng</td>
+ <td>[Bug 6251] Info during compilation.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-19</td>
+ <td>Vasily Tchekalkin</td>
+ <td>[Bug 11771] Linux specific IconvGNU transcoder.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-19</td>
+ <td>Derek Harmon</td>
+ <td>[Bug 6467] Installing Xerces C++ on cygwin environment.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-19</td>
+ <td>Tinny Ng</td>
+ <td>[Bug 11229] bogus -I statements order in CXXFLAGS.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-19</td>
+ <td>Tinny Ng</td>
+ <td>[Bug 1471] getInternalSubset returns NDATA with quote.
+ Also fix internalsubset to include notation.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-19</td>
+ <td>Khaled Noaman</td>
+ <td>[Bug 11770] - Xerces does not validate the XMLSchema's root element
name.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-16</td>
+ <td>Khaled Noaman</td>
+ <td>[Bug 7698] Filenames with embedded spaces in schemaLocation strings not
handled properly.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-16</td>
+ <td>PeiYong Zhang</td>
+ <td>New Configure: Win64 Debug for samples Project / Makefiles.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-16</td>
+ <td>Gareth Reakes</td>
+ <td>DOM L3: support lookupNamespacePrefix, lookupNamespaceURL,
isDefaultNamespace.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-16</td>
+ <td>Tinny Ng</td>
+ <td>[Bug 11360] Release user data using handler.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-14</td>
+ <td>Khaled Noaman</td>
+ <td>[Bug 3111] Problem with LexicalHandler::startDTD() and
LexicalHandler::endDTD().
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-14</td>
+ <td>Maxim Volkonovsky</td>
+ <td>[Bug 7763] Final memory cleanup for ICU transcoder.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-13</td>
+ <td>PeiYong Zhang</td>
+ <td>[Bug 9442] minInclusive factet validation alters value.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-13</td>
+ <td>Khaled Noaman</td>
+ <td>Recognize UTF16.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-12</td>
+ <td>PeiYong Zhang</td>
+ <td>[Bug 11462] MemBufFormatTarget issues (2) - const-ness, thread-safety.
+ </td>
+ </tr>
+
+ <tr>
+ <td>2002-08-12</td>
+ <td>Tinny Ng</td>
+ <td>Support Intel IA32 C++ Compiler, icc.
+ </td>
</tr>
<tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]