2004-08-31 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / ChangeLog
1 2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * System.Xml.dll.sources:
4           added System.Xml.Query/XQueryArithmeticOperator.cs.
5
6 2004-08-20  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * System.Xml.dll.sources:
9           added many XQuery implementation internal classes.
10
11 2004-08-02  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * System.Xml.dll.sources: added those files:
14           - Mono.Xml.XPath/XPathDocument2.cs
15           - Mono.Xml.XPath/XPathDocument2Navigator.cs
16           - Mono.Xml.XPath/XPathDocument2Editable.cs
17
18 2004-07-29  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
21
22 2004-07-28  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
25
26 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * Makefile : added call to jay for creating XQueryParser.cs.
29         * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
30           XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
31
32 2004-07-21  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * System.Xml.dll.sources: Added XQueryConvert.cs. Removed 
35           XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
36           XPathChangeNavigator.cs and IXmlType.cs that are removed or going to 
37           be removed.
38
39 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
40
41         * System.Xml.dll.sources: Added MonoFIXAttribute.cs
42
43 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * System.Xml.dll.sources:
46           Added XmlFilterReader.cs and XPathNavigatorReader.cs
47
48 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
51
52 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * System.Xml.dll.sources: removed XmlItemView.cs and
55           XmlItemViewCollection.cs (only in 1.2).
56
57 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
58
59         * System.Xml.dll.sources: removed one of ImportContext.cs
60
61 2004-07-08  Lluis Sanchez Gual <lluis@ximian.com>
62
63         * System.Xml.dll.sources: Added new files:
64                 System.Xml.Serialization/IXmlSerializerImplementation.cs
65                 System.Xml.Serialization/IXmlTextParser.cs
66                 System.Xml.Serialization/ImportContext.cs
67                 System.Xml.Serialization/SchemaImporter.cs
68                 System.Xml.Serialization/SchemaImporterExtension.cs
69                 System.Xml.Serialization/SchemaImporterExtensionCollection.cs
70                 System.Xml.Serialization/XmlDeserializationEvents.cs
71                 System.Xml.Serialization/XmlSchemaProviderAttribute.cs
72                 System.Xml.Serialization/XmlSerializationGeneratedCode.cs
73                 System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
74                 System.Xml.Serialization/XmlSerializerFactory.cs
75                 System.Xml.Serialization/XmlSerializerVersionAttribute.cs
76
77 2004-07-06  Raja R Harinath  <rharinath@novell.com>
78
79         * System.Xml.dll.sources: List newly added NET 2.0 stubs.
80
81 2004-07-02  Raja R Harinath  <rharinath@novell.com>
82
83         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
84
85 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
86
87         * Mono.System.XML.csproj : now contains new NET_2_0 files.
88
89 2004-05-22  Atsushi Enomoto  <atsushi@ximian.com>
90
91         * System.Xml.dll.sources : added/removed all NET_2_0 classes.
92
93 2004-05-19  Atsushi Enomoto  <atsushi@ximian.com>
94
95         * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
96
97 2004-03-31  Atsushi Enomoto  <atsushi@ximian.com>
98
99         * System.Xml_test.dll.sources :
100           Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
101           XmlSchemaAssertion.cs, MsxslScriptTests.cs.
102
103 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
104
105         * System.Xml_test.dll.sources: Added 
106                 System.Xml.Serialization/ComplexDataStructure.cs.
107
108 2004-02-24  Lluis Sanchez Gual <lluis@ximian.com>
109
110         * System.Xml.dll.sources: Added SerializationSource.cs.
111
112 2004-02-22  Nick Drochak <ndrochak@ieee.org>
113
114         * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
115         not seem to be in CVS.  This was breaking the build on windows.
116
117 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
118
119         * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
120           XmlDocumentEventTests.cs.
121
122 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * System.Xml.dll.sources : Added XslFunctions.cs.
125
126 2004-02-15 Ben Maurer  <bmaurer@users.sourceforge.net>
127
128         * DTDValidatingReader.cs: simple optimization. there is only
129         one string, skip the string builder and just return the string.
130
131 2004-02-13  Atsushi Enomoto  <atsushi@ximian.com>
132
133         * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
134
135 2004-02-11  Atsushi Enomoto  <atsushi@ximian.com>
136
137         * Mono.System.XML.csproj : updated.
138
139 2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>
140
141         * System.Xml.dll.sources : added SchemaDataValueType.cs
142
143 2004-01-07  Nick Drochak <ndrochak@ieee.org>
144
145         * Makefile: Don't hide behind the /nowarns.  Fix them.
146
147 2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
148
149         * Makefile : use /noconfig like System.dll (to erase make test warning)
150
151 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
152
153   * System.Xml_test.dll.sources : Added test files
154                 System.Xml.Serialization/DeserializeTests.cs
155                 System.Xml.Serialization/XmlAttributesTests.cs
156                 System.Xml.Serialization/XmlReflectionImporterTests.cs
157                 System.Xml.Serialization/XmlSerializationWriterTests.cs
158
159 2003-12-17  David Sheldon <dave-mono@earth.li>
160
161   * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
162
163 2003-12-15  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
164
165         * System.Xml.dll.sources :
166           removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
167
168 2003-12-14  Tim Coleman <tim@timcoleman.com>
169         * System.Xml.dll.sources :
170                 Add files from new System.Xml.Query namespace.
171
172 2003-12-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
173
174         * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
175
176 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
177
178         * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
179
180 2003-11-25  Tim Coleman <tim@timcoleman.com>
181         * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
182
183 2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
184
185         * System.Xml.dll.sources: added XPathComparer.cs
186
187 2003-11-17  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
188
189         * System.Xml.dll.sources: added some new .NET 1.2 stuff,
190           and sorted some members of the list.
191
192 2003-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
193
194         * System.Xml.dll.sources: added HtmlEmitter.cs
195
196 2003-10-15  Lluis Sanchez Gual  <lluis@ximian.com>
197
198         * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
199
200 2003-10-09  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
201
202         * System.Xml.dll.sources: added DTDReader.cs.
203
204 2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
205
206         * System.Xml.dll.sources: added DTMXPathNode.cs.
207
208 2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
209
210         * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
211           and XsdWildcard.cs.
212
213 2003-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
214
215         * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
216           SerializationCodeGeneratorConfiguration.cs.
217
218 2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
219
220         * System.Xml.dll.sources : added XsdParticleValidationState.cs
221           and XsdValidatingReader.cs.
222         * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
223           and XsdValidatingReaderTests.cs.
224
225 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
226
227         * System.Xml.dll.sources: add files from Oleg.
228
229 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
230
231         * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
232
233 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
234
235         * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs 
236           and Mono.Xml/IHasXmlSchemaInfo.cs
237
238 2003-08-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
239
240         * System.Xml.dll.sources: Added Assembly/Locale.cs
241
242 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
243
244         * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
245
246 2003-07-28 Ben Maurer  <bmaurer@users.sourceforge.net>
247
248         * System.Xml.dll.sources: Add new files
249
250 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
251
252         * Mono.System.XML.csproj : caught up with current library.
253
254 2003-07-18  Peter Williams  <peter@newton.cx>
255
256         * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
257         distable file.
258
259 2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
260
261         * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
262
263 2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
264
265         * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
266           System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
267
268 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
269
270         * added Mono.Xml.XPath directory.
271         * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
272                 DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
273
274 2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
275
276         * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
277
278 2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>
279
280         * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
281
282 2003-05-27  Joshua Tauberer <tauberer@for.net>
283
284         * XslTransform.cs: Initial support for extension objects.
285                 Known issues:
286                         Extension method signatures must match exactly to the
287                         types of parameters that the method is called with from the stylesheet.
288                         Node set parameters are converted to an ArrayList of strings.
289         * makefule.gnu: Added -unsafe flag, required by the above stuff.
290         * System.XML.build: Added -unsafe flag.  Hope this is the right place.
291
292 2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
293         
294         * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
295           XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
296           XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
297
298 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
299
300         * added XmlSecureResolver.cs to list.unix.
301
302 2003-05-15  Nick Drochak  <ndrochak@gol.com>
303
304         * System.XML.build: exclude standalone tests from dll build.
305
306 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
307
308         * added TypeTableEntry.cs to list.unix.
309
310 2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
311
312         * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
313           Mono.System.Xml.csproj.
314
315 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
316
317         * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
318
319 2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
320
321         * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
322
323 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
324         
325         * updated .build file(s) to correctly contain required buildfile 
326           attribute for nant
327
328 2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
329
330         * makefile.gnu: added test target.
331
332 2002-08-22  Tim Coleman <tim@timcoleman.com>
333         * list.unix:
334                 Add System.Xml.Serialization/XmlCustomFormatter.cs
335
336 2002-08-19  Tim Coleman <tim@timcoleman.com>
337         * list.unix:
338                 Add System.Xml.Serialization/XmlSerializationWriter.cs
339
340 2002-07-24  Tim Coleman <tim@timcoleman.com>
341         * list.unix:
342                 Add some more classes to this build list.
343
344 2002-07-22  Tim Coleman <tim@timcoleman.com>
345         * list.unix:
346                 Add System.Xml.Serialization/SoapReflectionImporter.cs to build
347                 list.
348
349 2002-07-22  Tim Coleman <tim@timcoleman.com>
350         * list.unix: added new classes to build list.
351
352 2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
353         
354         * System.Xml.Serialization: Added to build target
355
356 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
357
358         * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
359
360 2002-03-06  Jason Diamond  <jason@injektilo.org>
361
362         * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
363
364 2002-02-23  Nick Drochak  <ndrochak@gol.com>
365
366         * System.XML.build: Change dll name to System.Xml.dll from 
367         System.XML.dll (not easy to notice, btw)
368
369 2001-12-07  Nick Drochak <ndrochak@gol.com>
370
371         * ChangeLog: Add the change log to this directory
372
373         * 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'.