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