2008-09-17  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs : Close() should correctly skip empty element.
	  In Read(), make sure to move from Element state.

2008-09-17  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs : make sure to set eof for empty element after
	  Read().

2008-09-17  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs : return appropriate property values for EOF.

2008-08-21  Stephane Delcroix  <sdelcroix@novell.com>

	* SubtreeXmlReader.cs
	* XmlFilterReader.cs: re-enable ResolveEntity for 2.1

2008-05-07  Atsushi Enomoto <atsushi@ximian.com>

	* XmlFilterReader.cs : clone settings so that it does not depend on
	  inconsistent settings after creation. Fixed bug #385638.

2007-10-19  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs : when a subtree reader is closed, the original
	  reader moves to the end of the subtree. Fixed bug #334752, patch by
	  Scott Peterson.

2007-08-09  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs XmlFilterReader.cs : further dependent changes.

2007-08-09  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs XmlFilterReader.cs : dependent changes due to
	  XmlReader.cs changes for 2.1 profile.

2007-07-04  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs XmlFilterReader.cs :
	  exclude xsd stuff from NET_2_1 profile.

2007-05-03  Atsushi Enomoto <atsushi@ximian.com>

	* XmlFilterReader.cs : do not close input when CloseInput is true.

2005-11-07  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs : XmlReader.IsEmptyElement is not virtual
	  anymore, so added it.

2005-08-03  Gert Driesen <drieseng@users.sourceforge.net>

	* SubtreeXmlReader.cs: GetNamespacesInScope now returns generic
	IDictionary.

2004-05-05  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs :
	  removed atomizedName related 2.0 member (deprecated).

2004-12-17  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs, XmlFilterReader.cs :
	  added CanReadBinaryContent and CanReadValueChunk.
	  Call Binary.Reset() to enable them.

2004-12-16  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs, XmlFilterReader.cs :
	  Override SchemaInfo to return input reader's SchemaInfo.

2004-12-15  Atsushi Enomoto <atsushi@ximian.com>

	* XmlFilterReader.cs : don't expect XmlReaderSettings of its source.

2004-11-08  Atsushi Enomoto <atsushi@ximian.com>

	* XmlFilterReader.cs : ReadInnerXml() and ReadOuterXml() should not
	  invoke those of argument reader. It causes unfiltered results like
	  XmlValidatingReader bug in MS.NET 1.0. Just don't implement it.

2004-10-28  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs, XmlFilterReader.cs : internal.

2004-08-30  Atsushi Enomoto <atsushi@ximian.com>

	* SubtreeXmlReader.cs : need to set EOF when input reader reached to
	  the end.

2004-07-29  Atsushi Enomoto <atsushi@ximian.com>

	* Added SubtreeXmlReader.cs.

2004-07-13  Atsushi Enomoto <atsushi@ximian.com>

	* Added XmlFilterReader.cs.

2004-06-11  Atsushi Enomoto <atsushi@ximian.com>

	* IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal.

2004-06-10  Atsushi Enomoto <atsushi@ximian.com>

	* XmlNodeWriter.cs : it's internal.

2003-08-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlNodeWriter.cs : Extended to support for non-document entity.

2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added IHasXmlSchemaInfo.cs.

2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added IHasXmlParserContext.cs.

2003-07-29 Ben Maurer  <bmaurer@users.sourceforge.net>

	* Initial Checkin

