Fixed typo in XmlDocument.Load that was duplicating the LocalName in the Prefix.
[mono.git] / mcs / class / System.XML / System.Xml / ChangeLog
index a8c7a2f8596f989c6fa454ebf589ffdaeb1e2564..85d96ec8c3c852aff7f333a639311bd60d03aca8 100644 (file)
@@ -1,5 +1,109 @@
+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
+       InnerText once I know what they do.
+
+       * XmlDocumentType.cs (XmlDocumentType): Fix the constructor now
+       that we can properly chain constructors.
+       (CloneNode): implemented.
+       (WriteContentTo): Removed MonoTODO attribute as this method has no
+       effect in this class.
+
+       * XmlProcessingInstruction.cs (Value): Added the missing Set
+       block.
+       (InnerText): Added in, but not implemented.
+
+2002-03-14  Kral Ferch  <kral_ferch@hotmail.com>
+
+       * XmlTextWriter.cs: implemented constructors and 
+       WriteCData and WriteComment.
+
+2002-03-14  Duncan Mak  <duncan@ximian.com>
+
+       * XmlDocument.cs: Moved the NodeChanged EventHandler to its own
+       file, and updated the callbacks to reflect the change.
+       (XmlDocument): Added the NameTable constructor.
+       (NameTable): Also the NameTable property.
+
+       * XmlNodeChangedEventHandler.cs: Added, replacing the version that
+       was in XmlDocument.cs. It has two arguments now (object,
+       EventArgs) , instead of one (object).
+
+2002-03-14  Kral Ferch  <kral_ferch@hotmail.com>
+
+       * XmlWriter.cs: Formatting.
+       
+       * XmlTextWriter.cs: Initial checkin.
+       
+2002-03-14  Duncan Mak  <duncan@ximian.com>
+
+       * Validation.cs: Removed, replaced by ValidationType.cs.
+
+       * ValidationType.cs: Added.
+
 2002-03-13  Duncan Mak  <duncan@ximian.com>
 
+       * XmlException.cs: Made it [Serializable], implemented good ol'
+       GetObjectData, and the serialization constructor.
+
        * XmlNamedNodeMap.cs (SetNamedItem): Check for the Name property.
        (SetNamedItem): Reverted (added back in) the patch with the
        ReadOnly checks. "Don't doubt yourself, my son... you were right!"