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