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