5ff56fea5d49412e0d9f14958dc665d50eac02fb
[mono.git] / mcs / class / System.ServiceModel / Mono.Xml.XPath / ChangeLog
1 2010-07-02  Atsushi Enomoto <atsushi@ximian.com>
2
3         * DTMXPathDocumentBuilder2.cs : update in sync with sys.xml.
4
5 2007-07-02  Atsushi Enomoto <atsushi@ximian.com>
6
7         * DTMXPathDocumentBuilder2.cs : do not bork at non-document element
8           in XmlReader. Fixed bug #81932.
9
10 2007-02-01  Atsushi Enomoto <atsushi@ximian.com>
11
12         * DTMXPathDocumentWriter2.cs : supply prefix when it was not passed.
13
14 2007-02-01  Atsushi Enomoto <atsushi@ximian.com>
15
16         * DTMXPathNavigator2.cs : apply r72076 to olive too.
17
18 2007-01-09  Atsushi Enomoto <atsushi@ximian.com>
19
20         * DTMXPathDocumentBuilder2.cs : fixed incorrect namespace node links
21           which happened to following siblings of a node with namespaces.
22
23 2006-12-07  Atsushi Enomoto <atsushi@ximian.com>
24
25         * DTMXPathDocumentWriter2.cs : implemented several members that threw
26           NotSupportedException. Unlike inside sys.xml they could be invoked.
27
28 2006-09-08  Atsushi Enomoto <atsushi@ximian.com>
29
30         * DTMXPathDocumentWriter2.cs : fill String.Empty for null ns in
31           WriteStartElement() and WriteStartAttribute().
32
33 2006-08-28  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * DTMXPathDocumentWriter2.cs : use String.Empty instead of null for
36           localName for those nodes which do not have own names.
37
38 2006-08-07  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * DTMXPathDocumentBuilder2.cs, DTMXPathNode2.cs,
41           DTMXPathNavigator2.cs, DTMXPathDocumentWriter2.cs,
42           DTMXPathDocument2.cs : initial import from System.XML and made
43           required changes to implement SeekableXPathNavigator.