* XmlSchemaInference.cs: Is sealed in Beta 2.
[mono.git] / mcs / class / System.XML / Mono.Xml / ChangeLog
1 2005-08-03  Gert Driesen <drieseng@users.sourceforge.net>
2
3         * SubtreeXmlReader.cs: GetNamespacesInScope now returns generic
4         IDictionary.
5
6 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
7
8         * SubtreeXmlReader.cs :
9           removed atomizedName related 2.0 member (deprecated).
10
11 2004-12-17  Atsushi Enomoto <atsushi@ximian.com>
12
13         * SubtreeXmlReader.cs, XmlFilterReader.cs :
14           added CanReadBinaryContent and CanReadValueChunk.
15           Call Binary.Reset() to enable them.
16
17 2004-12-16  Atsushi Enomoto <atsushi@ximian.com>
18
19         * SubtreeXmlReader.cs, XmlFilterReader.cs :
20           Override SchemaInfo to return input reader's SchemaInfo.
21
22 2004-12-15  Atsushi Enomoto <atsushi@ximian.com>
23
24         * XmlFilterReader.cs : don't expect XmlReaderSettings of its source.
25
26 2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
27
28         * XmlFilterReader.cs : ReadInnerXml() and ReadOuterXml() should not
29           invoke those of argument reader. It causes unfiltered results like
30           XmlValidatingReader bug in MS.NET 1.0. Just don't implement it.
31
32 2004-10-28  Atsushi Enomoto <atsushi@ximian.com>
33
34         * SubtreeXmlReader.cs, XmlFilterReader.cs : internal.
35
36 2004-08-30  Atsushi Enomoto <atsushi@ximian.com>
37
38         * SubtreeXmlReader.cs : need to set EOF when input reader reached to
39           the end.
40
41 2004-07-29  Atsushi Enomoto <atsushi@ximian.com>
42
43         * Added SubtreeXmlReader.cs.
44
45 2004-07-13  Atsushi Enomoto <atsushi@ximian.com>
46
47         * Added XmlFilterReader.cs.
48
49 2004-06-11  Atsushi Enomoto <atsushi@ximian.com>
50
51         * IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal.
52
53 2004-06-10  Atsushi Enomoto <atsushi@ximian.com>
54
55         * XmlNodeWriter.cs : it's internal.
56
57 2003-08-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
58
59         * XmlNodeWriter.cs : Extended to support for non-document entity.
60
61 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
62
63         * added IHasXmlSchemaInfo.cs.
64
65 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
66
67         * added IHasXmlParserContext.cs.
68
69 2003-07-29 Ben Maurer  <bmaurer@users.sourceforge.net>
70
71         * Initial Checkin
72