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