a9af6c9eafa63ef96166542dbd232ef54eddf527
[mono.git] / mcs / class / System.XML / Mono.Xml / ChangeLog
1 2007-08-09  Atsushi Enomoto <atsushi@ximian.com>
2
3         * SubtreeXmlReader.cs XmlFilterReader.cs : further dependent changes.
4
5 2007-08-09  Atsushi Enomoto <atsushi@ximian.com>
6
7         * SubtreeXmlReader.cs XmlFilterReader.cs : dependent changes due to
8           XmlReader.cs changes for 2.1 profile.
9
10 2007-07-04  Atsushi Enomoto <atsushi@ximian.com>
11
12         * SubtreeXmlReader.cs XmlFilterReader.cs :
13           exclude xsd stuff from NET_2_1 profile.
14
15 2007-05-03  Atsushi Enomoto <atsushi@ximian.com>
16
17         * XmlFilterReader.cs : do not close input when CloseInput is true.
18
19 2005-11-07  Atsushi Enomoto <atsushi@ximian.com>
20
21         * SubtreeXmlReader.cs : XmlReader.IsEmptyElement is not virtual
22           anymore, so added it.
23
24 2005-08-03  Gert Driesen <drieseng@users.sourceforge.net>
25
26         * SubtreeXmlReader.cs: GetNamespacesInScope now returns generic
27         IDictionary.
28
29 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
30
31         * SubtreeXmlReader.cs :
32           removed atomizedName related 2.0 member (deprecated).
33
34 2004-12-17  Atsushi Enomoto <atsushi@ximian.com>
35
36         * SubtreeXmlReader.cs, XmlFilterReader.cs :
37           added CanReadBinaryContent and CanReadValueChunk.
38           Call Binary.Reset() to enable them.
39
40 2004-12-16  Atsushi Enomoto <atsushi@ximian.com>
41
42         * SubtreeXmlReader.cs, XmlFilterReader.cs :
43           Override SchemaInfo to return input reader's SchemaInfo.
44
45 2004-12-15  Atsushi Enomoto <atsushi@ximian.com>
46
47         * XmlFilterReader.cs : don't expect XmlReaderSettings of its source.
48
49 2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
50
51         * XmlFilterReader.cs : ReadInnerXml() and ReadOuterXml() should not
52           invoke those of argument reader. It causes unfiltered results like
53           XmlValidatingReader bug in MS.NET 1.0. Just don't implement it.
54
55 2004-10-28  Atsushi Enomoto <atsushi@ximian.com>
56
57         * SubtreeXmlReader.cs, XmlFilterReader.cs : internal.
58
59 2004-08-30  Atsushi Enomoto <atsushi@ximian.com>
60
61         * SubtreeXmlReader.cs : need to set EOF when input reader reached to
62           the end.
63
64 2004-07-29  Atsushi Enomoto <atsushi@ximian.com>
65
66         * Added SubtreeXmlReader.cs.
67
68 2004-07-13  Atsushi Enomoto <atsushi@ximian.com>
69
70         * Added XmlFilterReader.cs.
71
72 2004-06-11  Atsushi Enomoto <atsushi@ximian.com>
73
74         * IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal.
75
76 2004-06-10  Atsushi Enomoto <atsushi@ximian.com>
77
78         * XmlNodeWriter.cs : it's internal.
79
80 2003-08-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
81
82         * XmlNodeWriter.cs : Extended to support for non-document entity.
83
84 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
85
86         * added IHasXmlSchemaInfo.cs.
87
88 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
89
90         * added IHasXmlParserContext.cs.
91
92 2003-07-29 Ben Maurer  <bmaurer@users.sourceforge.net>
93
94         * Initial Checkin
95