2002-02-25 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml / ChangeLog
index 588bc84f9ba96d69997896c006515eac26bfd910..c9ef085e97387e280e62c0fc5889ecdeac340d1a 100644 (file)
@@ -1,3 +1,36 @@
+2002-02-25  Jason Diamond <jason@injektilo.org>
+
+       * XmlDocument.cs, XmlElement.cs, XmlNode.xs, XmlNodeList.cs,
+       XmlNodeListAsArrayList.cs: Multiple fixes necessary to get
+       simple test to pass. The existing code is really shitty so I'll
+       probably start writing tests and refactoring before much else 
+       can get done.
+
+2002-02-25  Duncan Mak  <duncan@ximian.com>
+
+       * NameTable.cs: Implemented.
+
+       * XmlDeclaration.cs: It should inherit from XmlLinkedNode, not XmlNode.
+
+2002-02-24  Duncan Mak  <duncan@ximian.com>
+       
+       * XmlNodeOrder.cs: Added to CVS.
+
+       * XmlQualifiedName.cs: Fixed a warning from Equals ().
+
+       * XmlTokenizedType.cs: Added to CVS.
+
+       * XmlUrlResolver.cs: Added to CVS with one TODO task.
+
+2002-02-23  Duncan Mak  <duncan@ximian.com>
+
+       * XmlQualifiedName.cs: Fixed ToString () and added the operators
+       (== and !=).
+
+2002-02-23  Jason Diamond <jason@injektilo.org>
+
+       * XmlTextReader.cs: Added support for qualified attributes.
+
 2002-02-23  Jason Diamond <jason@injektilo.org>
 
        * XmlNamespaceManager.cs: Initial implementation.