X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem.XML%2FSystem.Xml%2FChangeLog;h=51b7e65868187774729725f4262f7126e356ff21;hb=86709d74f26dbf25062a83caabfcaa39159f5bee;hp=da5d70ebe5f915938a72baaa9a671de4a0058371;hpb=0aeb35899e855f3f44f834ef0e342a64d7c056a7;p=mono.git diff --git a/mcs/class/System.XML/System.Xml/ChangeLog b/mcs/class/System.XML/System.Xml/ChangeLog index da5d70ebe5f..51b7e658681 100644 --- a/mcs/class/System.XML/System.Xml/ChangeLog +++ b/mcs/class/System.XML/System.Xml/ChangeLog @@ -1,3 +1,30 @@ +2002-07-05 Gonzalo Paniagua Javier + + * XmlTextReader.cs: implemented .ctor (Stream). + +2002-06-26 Duncan Mak + + * XmlNodeReader.cs: Implementation of most of the properties, and + some of the related methods. + +2002-06-23 Piers Haken + + * XmlDocumentNavigator.cs: implement Clone() + * XmlElement.cs: remove bogus unimplemented override of InnerText + * XmlNode.cs: implment SelectNodes/SelectSingleNode + * XmlNodeArrayList.cs: new support class for SelectNodes + +2002-06-21 Ajay kumar Dwivedi + + * XmlQualifiedName: Name and Namespaces are never null. If null is passed + to the constructor, set them to empty strings. + Fixed the Operators. + +2002-06-18 Ajay kumar Dwivedi + + * XmlTextReader.cs: HasLineInfo returns false instead of throwing an + Exception. + 2002-06-14 Duncan Mak * XmlConvert.cs: Added CLSCompliant attributes to methods.