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