2004-10-18 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml / ChangeLog
index a0657f71485b16145c0623c74b467f64b8b302a6..2e9d2662689ad6bc60deb231d8ed1a6fc1f30eae 100644 (file)
@@ -1,3 +1,29 @@
+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.