X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FMono.Xml.XPath%2FChangeLog;h=724727e45011e259559583fc2a8ae02650117368;hb=2f674e84d8ba0308c9cd4c3de896ebc5ae3dcc47;hp=a6f28fc7e1d328c9adb9d7b91e6e4699dadad202;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog b/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog index a6f28fc7e1d..724727e4501 100644 --- a/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog +++ b/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog @@ -1,3 +1,33 @@ +2007-02-01 Atsushi Enomoto + + * DTMXPathDocumentWriter2.cs : supply prefix when it was not passed. + +2007-01-31 Atsushi Enomoto + + * DTMXPathNavigator2.cs : cosmetic performance improvement. + +2007-01-05 Atsushi Enomoto + + * DTMXPathDocumentBuilder2.cs : fixed incorrect namespace node links + which happened to following siblings of a node with namespaces. + +2006-12-05 Atsushi Enomoto + + * XPathEditableDocument.cs : those writers should lookup prefix when + WriteStartElement/WriteStartAttribute are passed null prefix. + Removed nodeStack in XmlDocumentInsertionWriter, since nodes are + always added to current node immediately. + +2006-11-10 Atsushi Enomoto + + * XPathNavigatorReader.cs : removed node type restriction on + initialization. Fixed bug #79874, when tied to XPathNavigator fix. + +2006-10-11 Atsushi Enomoto + + * XPathEditableDocument.cs : (XmlDocumentEditableNavigator) + implement CanEdit to return true. + 2006-09-11 Atsushi Enomoto * XPathEditableDocument.cs : DocumentFragment should also be allowed