X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FSystem.Xml%2FChangeLog;h=35802d274427940dfa136d26b06da14cfcab1ed6;hb=ad41847caaa5fe7bc69771b0af206b235d24d339;hp=81e788b9c700eb9a10cf38287abe11626771d4ea;hpb=b5443be6efa3f6b8e7a242e5f66c8e69193c813e;p=mono.git diff --git a/mcs/class/System.XML/System.Xml/ChangeLog b/mcs/class/System.XML/System.Xml/ChangeLog index 81e788b9c70..35802d27442 100644 --- a/mcs/class/System.XML/System.Xml/ChangeLog +++ b/mcs/class/System.XML/System.Xml/ChangeLog @@ -1,3 +1,43 @@ +2002-08-25 Tim Coleman + * XmlNode.cs: + Change CreateNavigator to not be virtual. + * XmlElement.cs: + Add set_Prefix and InnerText accessors. + * XmlEntityReference.cs: + Add set_Value accessor. + * XmlTextWriter.cs: + Make objects which should be private private. + * XmlWriter.cs: + Remove WriteStartElementInternal abstract definition. + * XmlValidatingReader.cs: + New stubs added. + +2002-08-22 Jason Diamond + + * XmlAttributeCollection.cs, XmlElement.cs: Implementation of RemoveAll + and RemoveAllAttributes courtesy of Matt Hunter . + +2002-08-22 Jason Diamond + + * XmlElement.cs: Correction to previous GetElementsByTagName patch + courtesy of Matt Hunter . + +2002-08-22 Jason Diamond + + * XmlDocument.cs, XmlElement.cs: Added implementation of namepsace + qualified GetElementsByTagName courtesy of Matt Hunter + . + +2002-08-19 Jason Diamond + + * XmlDocument.cs, XmlElement.cs: Added implementation of + GetElementsByTagName courtesy of Matt Hunter . + +2002-08-16 Jason Diamond + + * XmlElement.cs: Fixed writing out qualified elements courtesy of + Marcus Bürgel . + 2002-08-13 Tim Coleman * XmlTextWriter.cs: Partial implementation of WriteQualifiedName ().