Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.XPath/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.XPath/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog b/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog
index 053dc02ede2..c7d9e126328 100644
--- a/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-30 Atsushi Enomoto <atsushi@ximian.com>
+
+ * DTMXPathNavigator.cs :
+ Fixed IsSamePosition(). currentAttr is not always the same as
+ that of other when current is not attribute. Ditto for currentNS
+ (when current is not namespace).
+
2004-06-06 Atsushi Enomoto <atsushi@ximian.com>
* DTMXPathDocumentBuilder.cs : Close XmlTextReader strictly. It might