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