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/System.Xml.XPath/ChangeLog')
-rw-r--r--mcs/class/System.XML/System.Xml.XPath/ChangeLog31
1 files changed, 0 insertions, 31 deletions
diff --git a/mcs/class/System.XML/System.Xml.XPath/ChangeLog b/mcs/class/System.XML/System.Xml.XPath/ChangeLog
index f320844f952..b33e228bf3b 100644
--- a/mcs/class/System.XML/System.Xml.XPath/ChangeLog
+++ b/mcs/class/System.XML/System.Xml.XPath/ChangeLog
@@ -1,34 +1,3 @@
-2006-02-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * Iterator.cs : seems like MS XPathNodeIterator.MoveNext() itself does
- not handle XsltContext.PreserveWhitespace() unlike ours. It results
- in not a small performance improvement. (just removed it since it
- didn't cause any errors in XSLT standalone tests.)
-
-2006-02-21 Atsushi Enomoto <atsushi@ximian.com>
-
- * Iterator.cs : removed extra field from AxisIterator.
-
-2006-02-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * Iterator.cs : tiny message fix (thanks to alp).
-
-2006-01-25 Atsushi Enomoto <atsushi@ximian.com>
-
- * XPathNavigator.cs : fixed IsNode signature found by updated
- corcompare.
-
-2006-01-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * Iterator.cs : Nowadays removal of cloning of the argument list
- in ListIterator is safe. Thanks to Joshua Tauberer for the hint.
-
-2006-01-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * Iterator.cs : (DescendantOrSelfIterator/DescendantIterator) the
- error message is for blaming custom XPathNavigator
- implementation, not us ;-) (see also #77194)
-
2006-01-06 Atsushi Enomoto <atsushi@ximian.com>
* XPathNavigator.cs : use WriteNode(XPathNavigator, bool)