Fixed typo in XmlDocument.Load that was duplicating the LocalName in the Prefix.
[mono.git] / mcs / class / System.XML / System.Xml / ChangeLog
index 0236259bc39a89110ea5b2d20e4e306be240ba70..85d96ec8c3c852aff7f333a639311bd60d03aca8 100644 (file)
@@ -1,3 +1,61 @@
+2002-03-19  Jason Diamond <jason@injektilo.org>
+
+       * XmlDocument.cs: Fixed typo in Load that was duplicating the LocalName
+       in the prefix.
+
+2002-03-18  Jason Diamond <jason@injektilo.org>
+
+       * XmlTextReader.cs: Don't restore properties after reading last
+       attribute on an element.
+
+       * XmlDocument.cs: Move back to element after reading attributes
+       so that IsEmptyElement test succeeds.
+
+2002-03-18  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XmlNamespaceManager.cs: Implemented LookupPrefix.
+       
+       * XmlTextWriter.cs: Implemented namespace and prefix support.
+
+2002-03-18  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XmlTextReader.cs: Restores properties after
+       reading last attribute on an element.
+       
+       * XmlNode.cs: AppendChild sets the parent
+       on the child.
+
+2002-03-17  Kral Ferch  <kral_ferch@hotmail.com>
+
+       * XmlCDataSection.cs: Formatting, Implementation for WriteTo.
+
+       * XmlComment.cs: Implementations for WriteTo and WriteContentTo.
+       
+       * XmlElement.cs: Fixed bug in WriteTo.
+       
+       * XmlProcessingInstruction.cs: Formatting.
+       
+       * XmlTextWriter.cs: Implementations for Close, WriteCData, WriteComment,
+       fixes for WriteEndElement, WriteProcessingInstruction.
+
+2002-03-17  Kral Ferch  <kral_ferch@hotmail.com>
+
+       * XmlDocument.cs: Implementations for WriteTo() and WriteContentTo(),
+       had Load() add PIs to the document, moved onXXX methods to alphabetical
+       order in the file.
+       
+       * XmlElement.cs: Implementations for WriteTo() and WriteContentTo().
+       
+       * XmlNode.cs: Implementations for InnerXml Get and OuterXml.
+       
+       * XmlProcessingInstruction.cs: Implementations for WriteTo() and
+       WriteContentTo().
+       
+       * XmlTextWriter.cs: Implementations for WriteEndElement,
+       WriteProcessingInstruction, WriteStartElement, and WriteString.
+       
+       * XmlWriter.cs: Implemented WriteStartElement() methods.
+
 2002-03-15  Duncan Mak  <duncan@ximian.com>
 
        * XmlEntity.cs: Added to CVS. Need to implement BaseURI and