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