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