2004-10-18 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml / ChangeLog
index a03f94bf03cfeccfe4a6fa8afe3f8eb3dab545f3..2e9d2662689ad6bc60deb231d8ed1a6fc1f30eae 100644 (file)
@@ -1,3 +1,53 @@
+2004-10-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextReader.cs :
+         Fixed CheckCharacters setter that always set false.
+         CheckCharacters check is also required for ReadText(). This fixes
+         bug #68449.
+
+2004-10-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextReader.cs : Inside DTD, '<' character inside XML comment 
+         is regatded as invalid. This fixes bug #68410. (Error message was
+         also not correct.)
+
+2004-10-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlWriter.cs : CreateTextWriter() is private.
+
+2004-10-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlNodeReader.cs : LookupPrefix() was only after 2.0.
+
+2004-10-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlNamespaceManager.cs : GetNamespacesInScope() caused
+         IndexOutOfRangeException (miscounted indexes).
+
+2004-10-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlWriter.cs : WriteNode(XPathNavigator,bool) should check null arg.
+         For attribute nodes, it should not use WriteSubtree() which does not
+         support attribute nodes.
+
+2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
+       
+       * XmlValidatingReader.cs: Added deprecation message.
+
+2004-09-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextWriter.cs : Close() should not Flush() when the output is
+         already closed. bug #65918 is fixed.
+
+2004-09-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextWriter.cs : CloseOutput must be true by default.
+
+2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlWriter.cs, XmlTextWriter.cs, XmlWriterSettings.cs :
+         Implemented CheckCharacters and CloseOutput support.
+
 2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XmlReader.cs : evidence is always provided.