In System.Runtime.Serialization/System.Xml:
[mono-project/dkf.git] / mcs / class / System.XML / Mono.Xml / ChangeLog
blob39e04c5129f369acb49782441e8461348f1b9de1
1 2009-03-02  Chris Toshok  <toshok@ximian.com>
3         * SubtreeXmlReader.cs, XmlFilterReader.cs: 2.1 has HasValue.
5 2008-09-17  Atsushi Enomoto <atsushi@ximian.com>
7         * SubtreeXmlReader.cs : Close() should correctly skip empty element.
8           In Read(), make sure to move from Element state.
10 2008-09-17  Atsushi Enomoto <atsushi@ximian.com>
12         * SubtreeXmlReader.cs : make sure to set eof for empty element after
13           Read().
15 2008-09-17  Atsushi Enomoto <atsushi@ximian.com>
17         * SubtreeXmlReader.cs : return appropriate property values for EOF.
19 2008-08-21  Stephane Delcroix  <sdelcroix@novell.com>
21         * SubtreeXmlReader.cs
22         * XmlFilterReader.cs: re-enable ResolveEntity for 2.1
24 2008-05-07  Atsushi Enomoto <atsushi@ximian.com>
26         * XmlFilterReader.cs : clone settings so that it does not depend on
27           inconsistent settings after creation. Fixed bug #385638.
29 2007-10-19  Atsushi Enomoto <atsushi@ximian.com>
31         * SubtreeXmlReader.cs : when a subtree reader is closed, the original
32           reader moves to the end of the subtree. Fixed bug #334752, patch by
33           Scott Peterson.
35 2007-08-09  Atsushi Enomoto <atsushi@ximian.com>
37         * SubtreeXmlReader.cs XmlFilterReader.cs : further dependent changes.
39 2007-08-09  Atsushi Enomoto <atsushi@ximian.com>
41         * SubtreeXmlReader.cs XmlFilterReader.cs : dependent changes due to
42           XmlReader.cs changes for 2.1 profile.
44 2007-07-04  Atsushi Enomoto <atsushi@ximian.com>
46         * SubtreeXmlReader.cs XmlFilterReader.cs :
47           exclude xsd stuff from NET_2_1 profile.
49 2007-05-03  Atsushi Enomoto <atsushi@ximian.com>
51         * XmlFilterReader.cs : do not close input when CloseInput is true.
53 2005-11-07  Atsushi Enomoto <atsushi@ximian.com>
55         * SubtreeXmlReader.cs : XmlReader.IsEmptyElement is not virtual
56           anymore, so added it.
58 2005-08-03  Gert Driesen <drieseng@users.sourceforge.net>
60         * SubtreeXmlReader.cs: GetNamespacesInScope now returns generic
61         IDictionary.
63 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
65         * SubtreeXmlReader.cs :
66           removed atomizedName related 2.0 member (deprecated).
68 2004-12-17  Atsushi Enomoto <atsushi@ximian.com>
70         * SubtreeXmlReader.cs, XmlFilterReader.cs :
71           added CanReadBinaryContent and CanReadValueChunk.
72           Call Binary.Reset() to enable them.
74 2004-12-16  Atsushi Enomoto <atsushi@ximian.com>
76         * SubtreeXmlReader.cs, XmlFilterReader.cs :
77           Override SchemaInfo to return input reader's SchemaInfo.
79 2004-12-15  Atsushi Enomoto <atsushi@ximian.com>
81         * XmlFilterReader.cs : don't expect XmlReaderSettings of its source.
83 2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
85         * XmlFilterReader.cs : ReadInnerXml() and ReadOuterXml() should not
86           invoke those of argument reader. It causes unfiltered results like
87           XmlValidatingReader bug in MS.NET 1.0. Just don't implement it.
89 2004-10-28  Atsushi Enomoto <atsushi@ximian.com>
91         * SubtreeXmlReader.cs, XmlFilterReader.cs : internal.
93 2004-08-30  Atsushi Enomoto <atsushi@ximian.com>
95         * SubtreeXmlReader.cs : need to set EOF when input reader reached to
96           the end.
98 2004-07-29  Atsushi Enomoto <atsushi@ximian.com>
100         * Added SubtreeXmlReader.cs.
102 2004-07-13  Atsushi Enomoto <atsushi@ximian.com>
104         * Added XmlFilterReader.cs.
106 2004-06-11  Atsushi Enomoto <atsushi@ximian.com>
108         * IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal.
110 2004-06-10  Atsushi Enomoto <atsushi@ximian.com>
112         * XmlNodeWriter.cs : it's internal.
114 2003-08-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
116         * XmlNodeWriter.cs : Extended to support for non-document entity.
118 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
120         * added IHasXmlSchemaInfo.cs.
122 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
124         * added IHasXmlParserContext.cs.
126 2003-07-29 Ben Maurer  <bmaurer@users.sourceforge.net>
128         * Initial Checkin