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