* EnlistTest.cs: Add tests for bug #82423.
[mono.git] / mcs / class / System.XML / ChangeLog
1 2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * Makefile : extra distfiles (82010.xml/.xsd).
4
5 2007-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * System.Xml.dll.sources : added XsltDebuggerWrapper.cs, as initial
8           attempt to support external debugger.
9
10 2007-04-24  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * Makefile : added distfiles.
13
14 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * System.Xml_test.dll.sources : added following tests:
17           - XmlSerializerImplementationTests.cs
18           - SchemaImporterExtensionTests.cs
19           - SchemaImporterExtensionCollectionTests.cs
20
21 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * Makefile : Now it supports (and expects) cyclic build. You need
24           another System.XML iteration in mcs/class/Makefile.
25         * System.Xml.dll.sources : moved extension classes, added config and
26           XmlSchemaEnumerator.cs and removed IXmlSerializerImplementation.cs.
27
28 2006-10-30  Wade Berrier  <wberrier@novell.com>
29
30         * Makefile: remove README, Mono.System.XML.csproj, 
31         Mono.System.XML.sln from EXTRA_DIST to fix make dist
32
33 2006-10-30  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * README, Mono.System.XML.csproj, Mono.System.XML.sln :
36           remove old files.
37
38 2006-10-27  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * Makefile : added 79650.xsd to dist file.
41
42 2006-10-27  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * Makefile : added 79683.dtd to dist file.
45
46 2006-10-22  Zoltan Varga  <vargaz@gmail.com>
47
48         * Makefile (EXTRA_DISTFILES): Add some missing test files.
49
50 2006-09-26      Boris Kirzner <borisk@mainsoft.com>
51
52         * run-W3C-tests.bat, run-XSLT-tests.bat: log files naming fix.
53
54 2006-09-13      Boris Kirzner <borisk@mainsoft.com>
55         * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: 
56         reworked test scripts for TARGET_JVM.
57
58 2006-09-06  Merav Sudri  <meravs@mainsoft.com>
59
60         * run-W3C-tests.bat - Update nunit build and XMLTool actions
61         * run-XSLT-tests.bat - Update CLASSPATH,nunit build and XMLTool actions 
62  
63 2006-07-24  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * System.Xml.dll.sources : added XmlMappingAccess.
66
67 2006-05-16  Vladimir Krasnov  <vladimirk@mainsoft.com>
68
69         * run-W3C-tests.bat: skip nunit build if already done
70         * run-XSLT-tests.bat: skip nunit build if already done
71
72 2006-04-27  Gert Driesen  <drieseng@users.sourceforge.net>
73
74         * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
75         XmlSchemaCollectionTests.cs.
76
77 2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
78
79         * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
80         SoapAttributesTests.cs.
81
82 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
83
84         * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
85         XmlCodeExporterTests.cs.
86
87 2006-04-12  Atsushi Enomoto  <atsushi@ximian.com>
88
89         * System.Xml_test.dll.sources :
90           Added Test/System.Xml/XmlDefaultReader.cs.
91
92 2006-04-03  Andrew Skiba <andrews@mainsoft.com>
93         
94         * run-tests.bat, run-W3C-tests.bat: fix TARGET_JVM test scripts
95
96 2006-04-03  Andrew Skiba <andrews@mainsoft.com>
97
98         * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: batch files
99         for running tests with java
100
101 2006-04-03      Boris Kirzner <borisk@mainsoft.com>
102         * System.XML.vmwcsproj: fix project file for TARGET_JVM.
103
104 2006-03-15  Atsushi Enomoto  <atsushi@ximian.com>
105
106         * System.Xml.dll.sources : added XslSortEvaluator.cs.
107
108 2006-02-20  Atsushi Enomoto  <atsushi@ximian.com>
109
110         * System.Xml.dll.sources : removed XmlTextWriterOpenElement.cs and 
111           XmlTextWriter.cs. Added XmlTextWriter2.cs, to be renamed to
112           XmlTextWriter.cs in a few days or weeks.
113
114 2006-02-17  Atsushi Enomoto  <atsushi@ximian.com>
115
116         * System.Xml.dll.sources : removed DTDValidatingReader and added
117           DTDValidatingReader2.cs and EntityResolvingXmlReader.cs.
118
119 2006-02-16  Atsushi Enomoto  <atsushi@ximian.com>
120
121         * System.Xml.dll.sources : added IHasXmlChildNode.cs.
122
123 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
124
125         * System.Xml_test.dll.Sources: Added XmlSerializationReaderTests.cs.
126
127 2006-01-27  Atsushi Enomoto  <atsushi@ximian.com>
128
129         * System.Xml.dll.sources : added XmlIteratorNodeList.cs.
130
131 2006-01-10  Atsushi Enomoto  <atsushi@ximian.com>
132
133         * System.Xml_test.dll.sources : added XmlSchemaTypeTests.cs.
134
135 2006-01-10  Atsushi Enomoto  <atsushi@ximian.com>
136
137         * System.Xml_test.dll.sources : XmlSchemaDatatypeTests.cs was missing.
138           collected sys.xml.schema lines.
139
140 2006-01-07  Gert Driesen  <drieseng@users.sourceforge.net>
141
142         * System.Xml_test.dll.sources: Added SoapSchemaExporterTests.cs,
143         SoapReflectionImporterTests.cs, XmlSchemaImporterTests.cs.
144
145 2005-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
146
147         * System.Xml_test.dll.sources: Added XmlSchemaExporterTests.cs.
148
149 2005-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
150
151         * System.Xml_test.dll.sources: Added XsltCompilerExceptionTests.cs
152         and XsltExceptionTests.cs.
153
154 2005-12-14  Atsushi Enomoto  <atsushi@ximian.com>
155
156         * System.Xml_test.dll.sources: Added XPathNavigatorReaderTests.cs.
157
158 2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>
159
160         * System.Xml_test.dll.sources: Added XmlAssert.cs.
161
162 2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>
163
164         * System.Xml_test.dll.sources: Added XPathEditableNavigatorTests.cs.
165
166 2005-12-08  Andrew Skiba  <andrews@mainsoft.com>
167
168         * System.XML.vmwcsproj: update the project with recent changes
169
170 2005-12-08  Atsushi Enomoto  <atsushi@ximian.com>
171
172         * System.Xml.dll.sources : added XmlSchemaCompilationSettings.cs
173
174 2055-12-01  Konstantin Triger <kostat@mainsoft.com>
175
176         * Makefile: java profile reference change.
177
178 2005-11-30  Konstantin Triger <kostat@mainsoft.com>
179
180         * System.XML.vmwcsproj: reference to vmwutils replaced with reference to J2SE.Helpers.
181         * jay.bat: quoting passes
182
183 2005-11-22  Atsushi Enomoto  <atsushi@ximian.com>
184
185         * System.Xml.dll.sources : added dummy XslCompiledTransform.cs.
186
187 2005-11-14  Andrew Skiba  <andrews@mainsoft.com>
188
189         * net_1_1_java_System.Xml.dll.exclude.sources,
190         net_1_1_java_System.dll.sources: fix filename
191
192 2005-11-14  Andrew Skiba  <andrews@mainsoft.com>
193
194         * Makefile: add java build profile
195         * System.Xml.vmwcsproj: replace XmlNodeReader.cs with XmlNodeReader2.cs
196         and XslDecimalFormat.cs with XslDecimalFormat.jvm.cs
197         * net_1_1_java_System.Xml.dll.exclude.sources,
198         net_1_1_java_System.dll.sources: add source lists for java profile
199
200 2005-11-10 Vladimir Krasnov <vladimirk@mainsoft.com>
201
202         * System.XML.vmwcsproj: removed XmlSchemaBuiltInType.cs
203
204 2005-09-25  Atsushi Enomoto  <atsushi@ximian.com>
205
206         * System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs.
207
208 2005-09-21  Atsushi Enomoto  <atsushi@ximian.com>
209
210         * Makefile : shut down CS0642 noise.
211         * System.Xml.dll.sources : added XmlOutputMethod.
212
213 2005-09-20 Konstantin Triger <kostat@mainsoft.com>
214
215         * Added jay.bat to run jay in java prebuild step
216         * System.XML.vmwcsproj: added prebuild step
217
218 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
219
220         * Makefile: /unsafe isn't required to build System.Xml.
221         * System.Xml_test.dll.sources: Added new CAS unit tests.
222
223 2005-07-31  Gert Driesen  <drieseng@users.sourceforge.net>
224
225         * System.Xml_test.dll.sources: Added tests for default values of
226         Xml Serialization attribute classes.
227
228 2005-06-27  Raja R Harinath  <rharinath@novell.com>
229
230         * Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and
231         Test/System.Xml/nist_dom/.
232
233 2005-06-27  Atsushi Enomoto  <atsushi@ximian.com>
234
235         * System.Xml.dll.sources : removed XmlQueryDialect.
236           Added xslt message event stuff.
237
238 2005-06-20  Raja R Harinath  <rharinath@novell.com>
239
240         * Makefile (SCARY_LIB): Remove.
241
242 2005-05-25  Raja R Harinath  <rharinath@novell.com>
243
244         * Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.
245
246 2005-05-23  Atsushi Enomoto  <atsushi@ximian.com>
247
248         * System.Xml.Query : removed the whole directory (removed from .net 2.0)
249
250 2005-05-09  Atsushi Enomoto  <atsushi@ximian.com>
251
252         * System.Xml.dll.sources : removed obsolete TypeTableEntry.cs.
253
254 2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
255
256         * System.Xml.dll.sources : XPathAtomicValue.cs -> XmlAtomicValue.cs.
257
258 2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
259
260         * System.Xml.dll.sources : removed XmlValueConverter (obsoleted).
261         * System.Xml_test.dll.sources : removed XPathAtomicValue (obsoleted).
262
263 2005-05-04  Andrew Skiba  <andrews@mainsoft.com>
264
265         * System.XML.vmwcsproj: Added Visual MainWin C# project file for
266         building System.XML package for TARGET_JVM.
267         
268 2005-04-03  Ben Maurer  <bmaurer@ximian.com>
269
270         * System.Xml.dll.sources: Kill multiplexing hack.
271
272 2004-03-22  Atsushi Enomoto  <atsushi@ximian.com>
273
274         * Makefile : now it creates XSLT pattern parser files from
275           Parser.jay and Tokenizer.cs in System.Xml.XPath.
276
277 2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>
278
279         * System.Xml.dll.sources : Added XslNotSupportedOperation.cs.
280
281 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
282
283         * Makefile : /nowarn:0162 is back.
284
285 2004-01-20  Atsushi Enomoto  <atsushi@ximian.com>
286
287         * Makefile : amd64 build complains /nowarn:0162. It should not, but
288           now removing since it breaks the build.
289
290 2004-01-18  Atsushi Enomoto  <atsushi@ximian.com>
291
292         * System.Xml.dll.sources :
293           Added XmlNameEntry.cs and XmlNameEntryCache.cs.
294
295 2004-01-17  Atsushi Enomoto  <atsushi@ximian.com>
296
297         * System.Xml.dll.sources : replaced CustomSerializer with 
298           XmlSchemaSerializer.
299           Replaced XmlNodeReader with XmlNodeReaderImpl.cs and
300           XmlNodeReader2.cs. (dispatches entity reader and non-entity reader.)
301
302 2004-12-17  Atsushi Enomoto  <atsushi@ximian.com>
303
304         * System.Xml.dll.sources : added XmlReaderBinarySupport.cs.
305
306 2004-12-14  Atsushi Enomoto  <atsushi@ximian.com>
307
308         * System.Xml.dll.sources : added XmlSchemaValidatingReader.
309
310 2004-12-08  Atsushi Enomoto  <atsushi@ximian.com>
311
312         * System.Xml.dll.sources : added XmlSchemaValidator.cs,
313           XmlValueGetter.cs and XmlSchemaValidationFlags.cs.
314
315 2004-12-06  Raja R Harinath  <rharinath@novell.com>
316
317         * Makefile (lib_file): New autodetecting define.
318         (USE_BOOT_COMPILE, LIBRARY_COMPILE): Add support for using
319         bootstrap compiler.
320         (BUILT_SOURCES): Add ...XPath/Parser.cs.
321         (EXTRA_DISTFILES): Add ...Query/XQueryParser.jay.
322         (BOOTSTRAP_MCS) [PROFILE=net_2_0]: New.
323         * System.Xml.dll.sources: Remove ...XPath/Parser.cs.
324
325 2004-12-04  Atsushi Enomoto  <atsushi@ximian.com>
326
327         * System.Xml.dll.sources : added DTMXPathDocument2.cs,
328           DTMXPathDocumentBuilder2.cs, DTMXPathDocumentWriter2.cs,
329           DTMXPathDocumentWriter2.cs and DTMXPathNode2.cs.
330
331 2004-12-03  Raja R Harinath  <rharinath@novell.com>
332
333         * Makefile: Remove support for being in bootstrap build.
334
335 2004-12-01  Atsushi Enomoto  <atsushi@ximian.com>
336
337         * System.Xml.dll.sources: removed old IXPathChangeNavigable.cs,
338           XmlChangeFilters.cs, and XPathDocumentNodeChangedAction.cs.
339
340 2004-11-25  Atsushi Enomoto  <atsushi@ximian.com>
341
342         * Makefile : added LIBRARY_COMPILE condition for upcoming need to
343           be referenced in bootstrap.
344
345 2004-11-22  Atsushi Enomoto  <atsushi@ximian.com>
346
347         * System.Xml.dll.sources : added XmlSchemaInfo.cs.
348
349 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
350
351         * System.Xml.dll.sources : Moved XQueryConvert.cs from
352           System.Xml.Query to System.Xml.
353
354 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
355
356         * System.Xml.dll.sources : added XmlSchemaInference.cs,
357           XmlSchemaInferenceException.cs and XmlSchemaValidationException.cs.
358
359 2004-11-08  Atsushi Enomoto  <atsushi@ximian.com>
360
361         * System.Xml.dll.sources :
362           added XmlTextReader2.cs.
363           removed IXPathEditable.cs, XPathEditableNavigator.cs,
364           NodeChangedEventArgs.cs and NodeChangedEventHandler.cs.
365
366 2004-10-29  Atsushi Enomoto  <atsushi@ximian.com>
367
368         * Makefile : just ignore obsolete attribute warnings (those obsolete
369           members are widely used in obsolete code).
370
371 2004-10-28  Atsushi Enomoto  <atsushi@ximian.com>
372
373         * System.Xml.dll.sources : removed IXmlDataEvidence, fixed
374           XmlDateTimeSerializationMode, added NewLineHandling.
375
376 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
377
378         * System.Xml.dll.sources : removed all XQuery related classes, fixed
379           XmlConvertDateTimeSerializationMode, removed 2.0 XPathDocument
380           implementation classes.
381
382 2004-10-21  Atsushi Enomoto  <atsushi@ximian.com>
383
384         * Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.
385
386 2004-10-07  Atsushi Enomoto  <atsushi@ximian.com>
387
388         * System.Xml.dll.sources:
389           added System.Xml.Query/XQueryFunctionContextAttribute.cs.
390
391 2004-09-13  Atsushi Enomoto  <atsushi@ximian.com>
392
393         * System.Xml_test.dll.sources : Added XPathAtomicValueTests.cs.
394
395 2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>
396
397         * System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.
398
399 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
400
401         * System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs.
402           XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing.
403
404 2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>
405
406         * System.Xml.dll.sources:
407           added System.Xml.Query/XQueryComparisonOperator.cs.
408
409 2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>
410
411         * System.Xml.dll.sources:
412           added System.Xml.Query/XQueryArithmeticOperator.cs.
413
414 2004-08-20  Atsushi Enomoto  <atsushi@ximian.com>
415
416         * System.Xml.dll.sources:
417           added many XQuery implementation internal classes.
418
419 2004-08-02  Atsushi Enomoto  <atsushi@ximian.com>
420
421         * System.Xml.dll.sources: added those files:
422           - Mono.Xml.XPath/XPathDocument2.cs
423           - Mono.Xml.XPath/XPathDocument2Navigator.cs
424           - Mono.Xml.XPath/XPathDocument2Editable.cs
425
426 2004-07-29  Atsushi Enomoto  <atsushi@ximian.com>
427
428         * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
429
430 2004-07-28  Atsushi Enomoto  <atsushi@ximian.com>
431
432         * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
433
434 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
435
436         * Makefile : added call to jay for creating XQueryParser.cs.
437         * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
438           XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
439
440 2004-07-21  Atsushi Enomoto  <atsushi@ximian.com>
441
442         * System.Xml.dll.sources: Added XQueryConvert.cs. Removed 
443           XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
444           XPathChangeNavigator.cs and IXmlType.cs that are removed or going to 
445           be removed.
446
447 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
448
449         * System.Xml.dll.sources: Added MonoFIXAttribute.cs
450
451 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
452
453         * System.Xml.dll.sources:
454           Added XmlFilterReader.cs and XPathNavigatorReader.cs
455
456 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
457
458         * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
459
460 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
461
462         * System.Xml.dll.sources: removed XmlItemView.cs and
463           XmlItemViewCollection.cs (only in 1.2).
464
465 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
466
467         * System.Xml.dll.sources: removed one of ImportContext.cs
468
469 2004-07-08  Lluis Sanchez Gual <lluis@ximian.com>
470
471         * System.Xml.dll.sources: Added new files:
472                 System.Xml.Serialization/IXmlSerializerImplementation.cs
473                 System.Xml.Serialization/IXmlTextParser.cs
474                 System.Xml.Serialization/ImportContext.cs
475                 System.Xml.Serialization/SchemaImporter.cs
476                 System.Xml.Serialization/SchemaImporterExtension.cs
477                 System.Xml.Serialization/SchemaImporterExtensionCollection.cs
478                 System.Xml.Serialization/XmlDeserializationEvents.cs
479                 System.Xml.Serialization/XmlSchemaProviderAttribute.cs
480                 System.Xml.Serialization/XmlSerializationGeneratedCode.cs
481                 System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
482                 System.Xml.Serialization/XmlSerializerFactory.cs
483                 System.Xml.Serialization/XmlSerializerVersionAttribute.cs
484
485 2004-07-06  Raja R Harinath  <rharinath@novell.com>
486
487         * System.Xml.dll.sources: List newly added NET 2.0 stubs.
488
489 2004-07-02  Raja R Harinath  <rharinath@novell.com>
490
491         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
492
493 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
494
495         * Mono.System.XML.csproj : now contains new NET_2_0 files.
496
497 2004-05-22  Atsushi Enomoto  <atsushi@ximian.com>
498
499         * System.Xml.dll.sources : added/removed all NET_2_0 classes.
500
501 2004-05-19  Atsushi Enomoto  <atsushi@ximian.com>
502
503         * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
504
505 2004-03-31  Atsushi Enomoto  <atsushi@ximian.com>
506
507         * System.Xml_test.dll.sources :
508           Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
509           XmlSchemaAssertion.cs, MsxslScriptTests.cs.
510
511 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
512
513         * System.Xml_test.dll.sources: Added 
514                 System.Xml.Serialization/ComplexDataStructure.cs.
515
516 2004-02-24  Lluis Sanchez Gual <lluis@ximian.com>
517
518         * System.Xml.dll.sources: Added SerializationSource.cs.
519
520 2004-02-22  Nick Drochak <ndrochak@ieee.org>
521
522         * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
523         not seem to be in CVS.  This was breaking the build on windows.
524
525 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
526
527         * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
528           XmlDocumentEventTests.cs.
529
530 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
531
532         * System.Xml.dll.sources : Added XslFunctions.cs.
533
534 2004-02-15 Ben Maurer  <bmaurer@users.sourceforge.net>
535
536         * DTDValidatingReader.cs: simple optimization. there is only
537         one string, skip the string builder and just return the string.
538
539 2004-02-13  Atsushi Enomoto  <atsushi@ximian.com>
540
541         * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
542
543 2004-02-11  Atsushi Enomoto  <atsushi@ximian.com>
544
545         * Mono.System.XML.csproj : updated.
546
547 2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>
548
549         * System.Xml.dll.sources : added SchemaDataValueType.cs
550
551 2004-01-07  Nick Drochak <ndrochak@ieee.org>
552
553         * Makefile: Don't hide behind the /nowarns.  Fix them.
554
555 2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
556
557         * Makefile : use /noconfig like System.dll (to erase make test warning)
558
559 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
560
561   * System.Xml_test.dll.sources : Added test files
562                 System.Xml.Serialization/DeserializeTests.cs
563                 System.Xml.Serialization/XmlAttributesTests.cs
564                 System.Xml.Serialization/XmlReflectionImporterTests.cs
565                 System.Xml.Serialization/XmlSerializationWriterTests.cs
566
567 2003-12-17  David Sheldon <dave-mono@earth.li>
568
569   * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
570
571 2003-12-15  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
572
573         * System.Xml.dll.sources :
574           removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
575
576 2003-12-14  Tim Coleman <tim@timcoleman.com>
577         * System.Xml.dll.sources :
578                 Add files from new System.Xml.Query namespace.
579
580 2003-12-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
581
582         * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
583
584 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
585
586         * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
587
588 2003-11-25  Tim Coleman <tim@timcoleman.com>
589         * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
590
591 2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
592
593         * System.Xml.dll.sources: added XPathComparer.cs
594
595 2003-11-17  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
596
597         * System.Xml.dll.sources: added some new .NET 1.2 stuff,
598           and sorted some members of the list.
599
600 2003-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
601
602         * System.Xml.dll.sources: added HtmlEmitter.cs
603
604 2003-10-15  Lluis Sanchez Gual  <lluis@ximian.com>
605
606         * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
607
608 2003-10-09  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
609
610         * System.Xml.dll.sources: added DTDReader.cs.
611
612 2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
613
614         * System.Xml.dll.sources: added DTMXPathNode.cs.
615
616 2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
617
618         * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
619           and XsdWildcard.cs.
620
621 2003-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
622
623         * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
624           SerializationCodeGeneratorConfiguration.cs.
625
626 2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
627
628         * System.Xml.dll.sources : added XsdParticleValidationState.cs
629           and XsdValidatingReader.cs.
630         * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
631           and XsdValidatingReaderTests.cs.
632
633 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
634
635         * System.Xml.dll.sources: add files from Oleg.
636
637 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
638
639         * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
640
641 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
642
643         * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs 
644           and Mono.Xml/IHasXmlSchemaInfo.cs
645
646 2003-08-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
647
648         * System.Xml.dll.sources: Added Assembly/Locale.cs
649
650 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
651
652         * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
653
654 2003-07-28 Ben Maurer  <bmaurer@users.sourceforge.net>
655
656         * System.Xml.dll.sources: Add new files
657
658 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
659
660         * Mono.System.XML.csproj : caught up with current library.
661
662 2003-07-18  Peter Williams  <peter@newton.cx>
663
664         * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
665         distable file.
666
667 2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
668
669         * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
670
671 2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
672
673         * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
674           System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
675
676 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
677
678         * added Mono.Xml.XPath directory.
679         * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
680                 DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
681
682 2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
683
684         * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
685
686 2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>
687
688         * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
689
690 2003-05-27  Joshua Tauberer <tauberer@for.net>
691
692         * XslTransform.cs: Initial support for extension objects.
693                 Known issues:
694                         Extension method signatures must match exactly to the
695                         types of parameters that the method is called with from the stylesheet.
696                         Node set parameters are converted to an ArrayList of strings.
697         * makefule.gnu: Added -unsafe flag, required by the above stuff.
698         * System.XML.build: Added -unsafe flag.  Hope this is the right place.
699
700 2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
701         
702         * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
703           XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
704           XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
705
706 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
707
708         * added XmlSecureResolver.cs to list.unix.
709
710 2003-05-15  Nick Drochak  <ndrochak@gol.com>
711
712         * System.XML.build: exclude standalone tests from dll build.
713
714 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
715
716         * added TypeTableEntry.cs to list.unix.
717
718 2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
719
720         * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
721           Mono.System.Xml.csproj.
722
723 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
724
725         * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
726
727 2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
728
729         * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
730
731 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
732         
733         * updated .build file(s) to correctly contain required buildfile 
734           attribute for nant
735
736 2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
737
738         * makefile.gnu: added test target.
739
740 2002-08-22  Tim Coleman <tim@timcoleman.com>
741         * list.unix:
742                 Add System.Xml.Serialization/XmlCustomFormatter.cs
743
744 2002-08-19  Tim Coleman <tim@timcoleman.com>
745         * list.unix:
746                 Add System.Xml.Serialization/XmlSerializationWriter.cs
747
748 2002-07-24  Tim Coleman <tim@timcoleman.com>
749         * list.unix:
750                 Add some more classes to this build list.
751
752 2002-07-22  Tim Coleman <tim@timcoleman.com>
753         * list.unix:
754                 Add System.Xml.Serialization/SoapReflectionImporter.cs to build
755                 list.
756
757 2002-07-22  Tim Coleman <tim@timcoleman.com>
758         * list.unix: added new classes to build list.
759
760 2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
761         
762         * System.Xml.Serialization: Added to build target
763
764 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
765
766         * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
767
768 2002-03-06  Jason Diamond  <jason@injektilo.org>
769
770         * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
771
772 2002-02-23  Nick Drochak  <ndrochak@gol.com>
773
774         * System.XML.build: Change dll name to System.Xml.dll from 
775         System.XML.dll (not easy to notice, btw)
776
777 2001-12-07  Nick Drochak <ndrochak@gol.com>
778
779         * ChangeLog: Add the change log to this directory
780
781         * 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'.