2003-02-28 Alan Tam <Tam@SiuLung.com>
[mono.git] / mcs / class / System.XML / System.Xml / ChangeLog
index 4472f83e82ee0825391026b2c2eca362f1d03df1..f6bd22add029c34d68ac02e90c039d8cbb97c2a2 100644 (file)
@@ -1,3 +1,25 @@
+2003-02-28  Alan Tam <Tam@SiuLung.com>
+
+       * XmlConvert.cs: fixed the most ToXXX(string) and ToString(XXX)
+       methods to make them compatible with the XML Schema Spec from W3C
+       ToString(TimeSpan) is still outstanding
+
+2003-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * XmlDocument.cs:
+       (Load (string)): hack to workaround some issues with Uri.Parse. Once
+       Parse is fixed, remove the hack.
+
+2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlQualifiedName.cs : fixed GetHashCode() to avoid null reference
+       * XmlTextReader.cs : fixed ReadAttributeValue() to handle 
+               entity reference, and some refactory.
+
+2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlUrlResolver.cs : WebClient.Credentials was not implemented yet.
+
 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
 
        * XmlInputStream.cs : added (also contains internal XmlStreamReader).