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