2003-01-18 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / System.Xml / ChangeLog
index 601d0ca19d458d31a7ad1745d0c8618e24a49ce0..593efdd8861858b78b433900cc3ae7b5675c330e 100644 (file)
@@ -1,3 +1,17 @@
+2003-01-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlWriter.cs: modified WriteStartElement (see test for detail).
+       Added WriteNode.
+
+2003-01-13  Ville Palo <vi64pa@koti.soon.fi>
+
+       * XmlDocument.cs: Added CheckName () method to check names validity.
+       
+2003-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * XmlTextReader.cs:
+       (ReadOuterXml): use Depth property which return elementDepth, not depth.
+
 2003-01-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
 
        * XmlElement.cs : (by ville) XmlElement.set_InnerText event bugfix.