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