Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Xml « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d2ed974355483e36ec21af87c675be167f4f64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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