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