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