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