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=a19e5b8fb8eb1b1a430320769565149b3c7d7cb4;hpb=93040683dcf8f492a71bbc402a47ddb8f907cd8a;p=mono.git diff --git a/mcs/class/System.XML/System.Xml/ChangeLog b/mcs/class/System.XML/System.Xml/ChangeLog index a19e5b8fb8e..51b7e658681 100644 --- a/mcs/class/System.XML/System.Xml/ChangeLog +++ b/mcs/class/System.XML/System.Xml/ChangeLog @@ -1,3 +1,39 @@ +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. + +2002-06-12 Duncan Mak + + * XmlCharacterData.cs (Value): Throw an ArgumentException in the + set block if the node is read-only. + 2002-06-10 Ajay kumar Dwivedi * XmlConstruct.cs : New Internal class with Helper methods for Checking XmlConstructs