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