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