2004-05-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / ChangeLog
1 2004-05-22  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * System.Xml.dll.sources : added/removed all NET_2_0 classes.
4
5 2004-05-19  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
8
9 2004-03-31  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * System.Xml_test.dll.sources :
12           Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
13           XmlSchemaAssertion.cs, MsxslScriptTests.cs.
14
15 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
16
17         * System.Xml_test.dll.sources: Added 
18                 System.Xml.Serialization/ComplexDataStructure.cs.
19
20 2004-02-24  Lluis Sanchez Gual <lluis@ximian.com>
21
22         * System.Xml.dll.sources: Added SerializationSource.cs.
23
24 2004-02-22  Nick Drochak <ndrochak@ieee.org>
25
26         * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
27         not seem to be in CVS.  This was breaking the build on windows.
28
29 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
32           XmlDocumentEventTests.cs.
33
34 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * System.Xml.dll.sources : Added XslFunctions.cs.
37
38 2004-02-15 Ben Maurer  <bmaurer@users.sourceforge.net>
39
40         * DTDValidatingReader.cs: simple optimization. there is only
41         one string, skip the string builder and just return the string.
42
43 2004-02-13  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
46
47 2004-02-11  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * Mono.System.XML.csproj : updated.
50
51 2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * System.Xml.dll.sources : added SchemaDataValueType.cs
54
55 2004-01-07  Nick Drochak <ndrochak@ieee.org>
56
57         * Makefile: Don't hide behind the /nowarns.  Fix them.
58
59 2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * Makefile : use /noconfig like System.dll (to erase make test warning)
62
63 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
64
65   * System.Xml_test.dll.sources : Added test files
66                 System.Xml.Serialization/DeserializeTests.cs
67                 System.Xml.Serialization/XmlAttributesTests.cs
68                 System.Xml.Serialization/XmlReflectionImporterTests.cs
69                 System.Xml.Serialization/XmlSerializationWriterTests.cs
70
71 2003-12-17  David Sheldon <dave-mono@earth.li>
72
73   * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
74
75 2003-12-15  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
76
77         * System.Xml.dll.sources :
78           removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
79
80 2003-12-14  Tim Coleman <tim@timcoleman.com>
81         * System.Xml.dll.sources :
82                 Add files from new System.Xml.Query namespace.
83
84 2003-12-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
85
86         * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
87
88 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
89
90         * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
91
92 2003-11-25  Tim Coleman <tim@timcoleman.com>
93         * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
94
95 2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
96
97         * System.Xml.dll.sources: added XPathComparer.cs
98
99 2003-11-17  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
100
101         * System.Xml.dll.sources: added some new .NET 1.2 stuff,
102           and sorted some members of the list.
103
104 2003-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
105
106         * System.Xml.dll.sources: added HtmlEmitter.cs
107
108 2003-10-15  Lluis Sanchez Gual  <lluis@ximian.com>
109
110         * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
111
112 2003-10-09  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
113
114         * System.Xml.dll.sources: added DTDReader.cs.
115
116 2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
117
118         * System.Xml.dll.sources: added DTMXPathNode.cs.
119
120 2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
121
122         * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
123           and XsdWildcard.cs.
124
125 2003-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
126
127         * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
128           SerializationCodeGeneratorConfiguration.cs.
129
130 2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
131
132         * System.Xml.dll.sources : added XsdParticleValidationState.cs
133           and XsdValidatingReader.cs.
134         * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
135           and XsdValidatingReaderTests.cs.
136
137 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
138
139         * System.Xml.dll.sources: add files from Oleg.
140
141 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
142
143         * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
144
145 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
146
147         * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs 
148           and Mono.Xml/IHasXmlSchemaInfo.cs
149
150 2003-08-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
151
152         * System.Xml.dll.sources: Added Assembly/Locale.cs
153
154 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
155
156         * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
157
158 2003-07-28 Ben Maurer  <bmaurer@users.sourceforge.net>
159
160         * System.Xml.dll.sources: Add new files
161
162 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
163
164         * Mono.System.XML.csproj : caught up with current library.
165
166 2003-07-18  Peter Williams  <peter@newton.cx>
167
168         * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
169         distable file.
170
171 2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
172
173         * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
174
175 2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
176
177         * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
178           System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
179
180 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
181
182         * added Mono.Xml.XPath directory.
183         * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
184                 DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
185
186 2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
187
188         * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
189
190 2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>
191
192         * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
193
194 2003-05-27  Joshua Tauberer <tauberer@for.net>
195
196         * XslTransform.cs: Initial support for extension objects.
197                 Known issues:
198                         Extension method signatures must match exactly to the
199                         types of parameters that the method is called with from the stylesheet.
200                         Node set parameters are converted to an ArrayList of strings.
201         * makefule.gnu: Added -unsafe flag, required by the above stuff.
202         * System.XML.build: Added -unsafe flag.  Hope this is the right place.
203
204 2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
205         
206         * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
207           XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
208           XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
209
210 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
211
212         * added XmlSecureResolver.cs to list.unix.
213
214 2003-05-15  Nick Drochak  <ndrochak@gol.com>
215
216         * System.XML.build: exclude standalone tests from dll build.
217
218 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
219
220         * added TypeTableEntry.cs to list.unix.
221
222 2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
223
224         * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
225           Mono.System.Xml.csproj.
226
227 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
228
229         * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
230
231 2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
232
233         * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
234
235 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
236         
237         * updated .build file(s) to correctly contain required buildfile 
238           attribute for nant
239
240 2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
241
242         * makefile.gnu: added test target.
243
244 2002-08-22  Tim Coleman <tim@timcoleman.com>
245         * list.unix:
246                 Add System.Xml.Serialization/XmlCustomFormatter.cs
247
248 2002-08-19  Tim Coleman <tim@timcoleman.com>
249         * list.unix:
250                 Add System.Xml.Serialization/XmlSerializationWriter.cs
251
252 2002-07-24  Tim Coleman <tim@timcoleman.com>
253         * list.unix:
254                 Add some more classes to this build list.
255
256 2002-07-22  Tim Coleman <tim@timcoleman.com>
257         * list.unix:
258                 Add System.Xml.Serialization/SoapReflectionImporter.cs to build
259                 list.
260
261 2002-07-22  Tim Coleman <tim@timcoleman.com>
262         * list.unix: added new classes to build list.
263
264 2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
265         
266         * System.Xml.Serialization: Added to build target
267
268 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
269
270         * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
271
272 2002-03-06  Jason Diamond  <jason@injektilo.org>
273
274         * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
275
276 2002-02-23  Nick Drochak  <ndrochak@gol.com>
277
278         * System.XML.build: Change dll name to System.Xml.dll from 
279         System.XML.dll (not easy to notice, btw)
280
281 2001-12-07  Nick Drochak <ndrochak@gol.com>
282
283         * ChangeLog: Add the change log to this directory
284
285         * System.XML.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right?  Plus is encourages other to try 'make test'.