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