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