2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.XML / ChangeLog
blob366c0dd5810943b685507aa015dae25fca7cbdba
1 2010-03-16  Jb Evain  <jbevain@novell.com>
3         * Makefile: rename the net_2_1 profile to moonlight.
4         * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
6 2009-11-30  Jonathan Pryor  <jpryor@novell.com>
8         * monotouch_System.Xml.dll.sources: Add System.Xml/NamespaceHandling.cs 
9           to the MonoTouch build (fixed build break).
11 2009-11-27  Atsushi Enomoto  <atsushi@ximian.com>
13         * System.Xml.dll.sources : added NamespaceHandling which is kept
14           internal in 2.0 (to simplify its support in XmlTextWriter).
16 2009-08-01  Miguel de Icaza  <miguel@novell.com>
18         * Various changes to support the non-XAP XmlSchema resolution on
19         the Moonlight build.    
21         Major missing feature: WebRequest resolution.
23 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com> 
25         * net_2_1_raw_System.Xml.dll.sources: Remove XmlUrlResolver.cs 
26         and the associated [SecuritySafeCritical] that it required
28 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
30         * System.Xml_test.dll.sources: Add System.Xml/XmlResolverTest.cs to
31         the unit tests
33 2009-04-27  Sebastien Pouliot  <sebastien@ximian.com>
35         * Makefile: Add missing Test/XmlFiles/496192.x* files to dist
37 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
39         * net_2_1_raw_System.Xml.dll.sources: Remove MonoTODOAttribute.cs
40         since we can get it from mscorlib.dll
42 2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
44         * net_2_1_raw_System.Xml.dll.sources: Remove corlib's files since 
45         System.Xml can now access, for 2.1 (moonlight) corlib's internals.
47 2009-03-13  Atsushi Enomoto  <atsushi@ximian.com>
49         * System.Xml.dll.sources, net_2_1_raw_System.Xml.dll.sources :
50           added KeyHelper.cs.
52 2009-02-19  Geoff Norton  <gnorton@novell.com>
54         * net_2_1_raw_System.Xml.dll.sources: Add a bunch of missing attributes
56 2009-01-22  Atsushi Enomoto  <atsushi@ximian.com>
58         * net_2_1_raw_System.Xml.dll.sources: added XmlXapResolver.cs.
60 2009-01-14  Sebastien Pouliot  <sebastien@ximian.com>
62         * net_2_1_raw_System.Xml.dll.sources: Add NamespaceHandling
64 2008-08-19  Jb Evain  <jbevain@novell.com>
66         * net_2_1_raw_System.Xml.dll.sources: add new files.
68 2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
70         * Makefile : more simplification (and I forgot the syntax again :/)
72 2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
74         * Makefile : EXTRA_DISTFILES is becoming messy, so simplify it.
76 2008-04-13  Jb Evain  <jbevain@novell.com>
78         * Makefile, net_2_1_*.sources: SL 2.0 now has a System.Xml.
79         Merged from the Moonlight 2 branch.
81 2008-04-02  Atsushi Enomoto  <atsushi@ximian.com>
83         * Makefile : extra distfiles (376395.xml, 376395.xsd).
85 2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
87         * Makefile : extra distfiles (361818*.xsd).
89 2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
91         * System.Xml_test.dll.sources: added XmlSchemasTests.cs.
93 2008-02-04  Atsushi Enomoto  <atsushi@ximian.com>
95         * System.Xml_test.dll.sources : added XmlSchemaValidatorTests.cs.
96         * Makefile : extra distfiles (358408.xsd).
98 2008-01-15  Gert Driesen  <drieseng@users.sourceforge.net>
100         * System.Xml_test.dll.sources: added XmlParserContextTests.cs.
102 2007-10-31  Atsushi Enomoto  <atsushi@ximian.com>
104         * Makefile : extra distfiles (336625.xsd).
106 2007-09-21  Atsushi Enomoto  <atsushi@ximian.com>
108         * Makefile : extra distfiles (325482.xml / 325482.xsl).
110 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
112         * Makefile : extra distfiles (82078.xsd).
114 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
116         * Makefile : extra distfiles (82493.xml/.xsl).
118 2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
120         * Makefile : extra distfiles (82010.xml/.xsd).
122 2007-06-28  Atsushi Enomoto  <atsushi@ximian.com>
124         * System.Xml.dll.sources : added XsltDebuggerWrapper.cs, as initial
125           attempt to support external debugger.
127 2007-04-24  Atsushi Enomoto  <atsushi@ximian.com>
129         * Makefile : added distfiles.
131 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
133         * System.Xml_test.dll.sources : added following tests:
134           - XmlSerializerImplementationTests.cs
135           - SchemaImporterExtensionTests.cs
136           - SchemaImporterExtensionCollectionTests.cs
138 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
140         * Makefile : Now it supports (and expects) cyclic build. You need
141           another System.XML iteration in mcs/class/Makefile.
142         * System.Xml.dll.sources : moved extension classes, added config and
143           XmlSchemaEnumerator.cs and removed IXmlSerializerImplementation.cs.
145 2006-10-30  Wade Berrier  <wberrier@novell.com>
147         * Makefile: remove README, Mono.System.XML.csproj, 
148         Mono.System.XML.sln from EXTRA_DIST to fix make dist
150 2006-10-30  Atsushi Enomoto  <atsushi@ximian.com>
152         * README, Mono.System.XML.csproj, Mono.System.XML.sln :
153           remove old files.
155 2006-10-27  Atsushi Enomoto  <atsushi@ximian.com>
157         * Makefile : added 79650.xsd to dist file.
159 2006-10-27  Atsushi Enomoto  <atsushi@ximian.com>
161         * Makefile : added 79683.dtd to dist file.
163 2006-10-22  Zoltan Varga  <vargaz@gmail.com>
165         * Makefile (EXTRA_DISTFILES): Add some missing test files.
167 2006-09-26      Boris Kirzner <borisk@mainsoft.com>
169         * run-W3C-tests.bat, run-XSLT-tests.bat: log files naming fix.
171 2006-09-13      Boris Kirzner <borisk@mainsoft.com>
172         * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: 
173         reworked test scripts for TARGET_JVM.
175 2006-09-06  Merav Sudri  <meravs@mainsoft.com>
177         * run-W3C-tests.bat - Update nunit build and XMLTool actions
178         * run-XSLT-tests.bat - Update CLASSPATH,nunit build and XMLTool actions 
180 2006-07-24  Atsushi Enomoto  <atsushi@ximian.com>
182         * System.Xml.dll.sources : added XmlMappingAccess.
184 2006-05-16  Vladimir Krasnov  <vladimirk@mainsoft.com>
186         * run-W3C-tests.bat: skip nunit build if already done
187         * run-XSLT-tests.bat: skip nunit build if already done
189 2006-04-27  Gert Driesen  <drieseng@users.sourceforge.net>
191         * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
192         XmlSchemaCollectionTests.cs.
194 2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
196         * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
197         SoapAttributesTests.cs.
199 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
201         * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
202         XmlCodeExporterTests.cs.
204 2006-04-12  Atsushi Enomoto  <atsushi@ximian.com>
206         * System.Xml_test.dll.sources :
207           Added Test/System.Xml/XmlDefaultReader.cs.
209 2006-04-03  Andrew Skiba <andrews@mainsoft.com>
210         
211         * run-tests.bat, run-W3C-tests.bat: fix TARGET_JVM test scripts
213 2006-04-03  Andrew Skiba <andrews@mainsoft.com>
215         * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: batch files
216         for running tests with java
218 2006-04-03      Boris Kirzner <borisk@mainsoft.com>
219         * System.XML.vmwcsproj: fix project file for TARGET_JVM.
221 2006-03-15  Atsushi Enomoto  <atsushi@ximian.com>
223         * System.Xml.dll.sources : added XslSortEvaluator.cs.
225 2006-02-20  Atsushi Enomoto  <atsushi@ximian.com>
227         * System.Xml.dll.sources : removed XmlTextWriterOpenElement.cs and 
228           XmlTextWriter.cs. Added XmlTextWriter2.cs, to be renamed to
229           XmlTextWriter.cs in a few days or weeks.
231 2006-02-17  Atsushi Enomoto  <atsushi@ximian.com>
233         * System.Xml.dll.sources : removed DTDValidatingReader and added
234           DTDValidatingReader2.cs and EntityResolvingXmlReader.cs.
236 2006-02-16  Atsushi Enomoto  <atsushi@ximian.com>
238         * System.Xml.dll.sources : added IHasXmlChildNode.cs.
240 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
242         * System.Xml_test.dll.Sources: Added XmlSerializationReaderTests.cs.
244 2006-01-27  Atsushi Enomoto  <atsushi@ximian.com>
246         * System.Xml.dll.sources : added XmlIteratorNodeList.cs.
248 2006-01-10  Atsushi Enomoto  <atsushi@ximian.com>
250         * System.Xml_test.dll.sources : added XmlSchemaTypeTests.cs.
252 2006-01-10  Atsushi Enomoto  <atsushi@ximian.com>
254         * System.Xml_test.dll.sources : XmlSchemaDatatypeTests.cs was missing.
255           collected sys.xml.schema lines.
257 2006-01-07  Gert Driesen  <drieseng@users.sourceforge.net>
259         * System.Xml_test.dll.sources: Added SoapSchemaExporterTests.cs,
260         SoapReflectionImporterTests.cs, XmlSchemaImporterTests.cs.
262 2005-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
264         * System.Xml_test.dll.sources: Added XmlSchemaExporterTests.cs.
266 2005-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
268         * System.Xml_test.dll.sources: Added XsltCompilerExceptionTests.cs
269         and XsltExceptionTests.cs.
271 2005-12-14  Atsushi Enomoto  <atsushi@ximian.com>
273         * System.Xml_test.dll.sources: Added XPathNavigatorReaderTests.cs.
275 2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>
277         * System.Xml_test.dll.sources: Added XmlAssert.cs.
279 2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>
281         * System.Xml_test.dll.sources: Added XPathEditableNavigatorTests.cs.
283 2005-12-08  Andrew Skiba  <andrews@mainsoft.com>
285         * System.XML.vmwcsproj: update the project with recent changes
287 2005-12-08  Atsushi Enomoto  <atsushi@ximian.com>
289         * System.Xml.dll.sources : added XmlSchemaCompilationSettings.cs
291 2055-12-01  Konstantin Triger <kostat@mainsoft.com>
293         * Makefile: java profile reference change.
295 2005-11-30  Konstantin Triger <kostat@mainsoft.com>
297         * System.XML.vmwcsproj: reference to vmwutils replaced with reference to J2SE.Helpers.
298         * jay.bat: quoting passes
300 2005-11-22  Atsushi Enomoto  <atsushi@ximian.com>
302         * System.Xml.dll.sources : added dummy XslCompiledTransform.cs.
304 2005-11-14  Andrew Skiba  <andrews@mainsoft.com>
306         * net_1_1_java_System.Xml.dll.exclude.sources,
307         net_1_1_java_System.dll.sources: fix filename
309 2005-11-14  Andrew Skiba  <andrews@mainsoft.com>
311         * Makefile: add java build profile
312         * System.Xml.vmwcsproj: replace XmlNodeReader.cs with XmlNodeReader2.cs
313         and XslDecimalFormat.cs with XslDecimalFormat.jvm.cs
314         * net_1_1_java_System.Xml.dll.exclude.sources,
315         net_1_1_java_System.dll.sources: add source lists for java profile
317 2005-11-10 Vladimir Krasnov <vladimirk@mainsoft.com>
319         * System.XML.vmwcsproj: removed XmlSchemaBuiltInType.cs
321 2005-09-25  Atsushi Enomoto  <atsushi@ximian.com>
323         * System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs.
325 2005-09-21  Atsushi Enomoto  <atsushi@ximian.com>
327         * Makefile : shut down CS0642 noise.
328         * System.Xml.dll.sources : added XmlOutputMethod.
330 2005-09-20 Konstantin Triger <kostat@mainsoft.com>
332         * Added jay.bat to run jay in java prebuild step
333         * System.XML.vmwcsproj: added prebuild step
335 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
337         * Makefile: /unsafe isn't required to build System.Xml.
338         * System.Xml_test.dll.sources: Added new CAS unit tests.
340 2005-07-31  Gert Driesen  <drieseng@users.sourceforge.net>
342         * System.Xml_test.dll.sources: Added tests for default values of
343         Xml Serialization attribute classes.
345 2005-06-27  Raja R Harinath  <rharinath@novell.com>
347         * Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and
348         Test/System.Xml/nist_dom/.
350 2005-06-27  Atsushi Enomoto  <atsushi@ximian.com>
352         * System.Xml.dll.sources : removed XmlQueryDialect.
353           Added xslt message event stuff.
355 2005-06-20  Raja R Harinath  <rharinath@novell.com>
357         * Makefile (SCARY_LIB): Remove.
359 2005-05-25  Raja R Harinath  <rharinath@novell.com>
361         * Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.
363 2005-05-23  Atsushi Enomoto  <atsushi@ximian.com>
365         * System.Xml.Query : removed the whole directory (removed from .net 2.0)
367 2005-05-09  Atsushi Enomoto  <atsushi@ximian.com>
369         * System.Xml.dll.sources : removed obsolete TypeTableEntry.cs.
371 2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
373         * System.Xml.dll.sources : XPathAtomicValue.cs -> XmlAtomicValue.cs.
375 2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
377         * System.Xml.dll.sources : removed XmlValueConverter (obsoleted).
378         * System.Xml_test.dll.sources : removed XPathAtomicValue (obsoleted).
380 2005-05-04  Andrew Skiba  <andrews@mainsoft.com>
382         * System.XML.vmwcsproj: Added Visual MainWin C# project file for
383         building System.XML package for TARGET_JVM.
384         
385 2005-04-03  Ben Maurer  <bmaurer@ximian.com>
387         * System.Xml.dll.sources: Kill multiplexing hack.
389 2004-03-22  Atsushi Enomoto  <atsushi@ximian.com>
391         * Makefile : now it creates XSLT pattern parser files from
392           Parser.jay and Tokenizer.cs in System.Xml.XPath.
394 2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>
396         * System.Xml.dll.sources : Added XslNotSupportedOperation.cs.
398 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
400         * Makefile : /nowarn:0162 is back.
402 2004-01-20  Atsushi Enomoto  <atsushi@ximian.com>
404         * Makefile : amd64 build complains /nowarn:0162. It should not, but
405           now removing since it breaks the build.
407 2004-01-18  Atsushi Enomoto  <atsushi@ximian.com>
409         * System.Xml.dll.sources :
410           Added XmlNameEntry.cs and XmlNameEntryCache.cs.
412 2004-01-17  Atsushi Enomoto  <atsushi@ximian.com>
414         * System.Xml.dll.sources : replaced CustomSerializer with 
415           XmlSchemaSerializer.
416           Replaced XmlNodeReader with XmlNodeReaderImpl.cs and
417           XmlNodeReader2.cs. (dispatches entity reader and non-entity reader.)
419 2004-12-17  Atsushi Enomoto  <atsushi@ximian.com>
421         * System.Xml.dll.sources : added XmlReaderBinarySupport.cs.
423 2004-12-14  Atsushi Enomoto  <atsushi@ximian.com>
425         * System.Xml.dll.sources : added XmlSchemaValidatingReader.
427 2004-12-08  Atsushi Enomoto  <atsushi@ximian.com>
429         * System.Xml.dll.sources : added XmlSchemaValidator.cs,
430           XmlValueGetter.cs and XmlSchemaValidationFlags.cs.
432 2004-12-06  Raja R Harinath  <rharinath@novell.com>
434         * Makefile (lib_file): New autodetecting define.
435         (USE_BOOT_COMPILE, LIBRARY_COMPILE): Add support for using
436         bootstrap compiler.
437         (BUILT_SOURCES): Add ...XPath/Parser.cs.
438         (EXTRA_DISTFILES): Add ...Query/XQueryParser.jay.
439         (BOOTSTRAP_MCS) [PROFILE=net_2_0]: New.
440         * System.Xml.dll.sources: Remove ...XPath/Parser.cs.
442 2004-12-04  Atsushi Enomoto  <atsushi@ximian.com>
444         * System.Xml.dll.sources : added DTMXPathDocument2.cs,
445           DTMXPathDocumentBuilder2.cs, DTMXPathDocumentWriter2.cs,
446           DTMXPathDocumentWriter2.cs and DTMXPathNode2.cs.
448 2004-12-03  Raja R Harinath  <rharinath@novell.com>
450         * Makefile: Remove support for being in bootstrap build.
452 2004-12-01  Atsushi Enomoto  <atsushi@ximian.com>
454         * System.Xml.dll.sources: removed old IXPathChangeNavigable.cs,
455           XmlChangeFilters.cs, and XPathDocumentNodeChangedAction.cs.
457 2004-11-25  Atsushi Enomoto  <atsushi@ximian.com>
459         * Makefile : added LIBRARY_COMPILE condition for upcoming need to
460           be referenced in bootstrap.
462 2004-11-22  Atsushi Enomoto  <atsushi@ximian.com>
464         * System.Xml.dll.sources : added XmlSchemaInfo.cs.
466 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
468         * System.Xml.dll.sources : Moved XQueryConvert.cs from
469           System.Xml.Query to System.Xml.
471 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
473         * System.Xml.dll.sources : added XmlSchemaInference.cs,
474           XmlSchemaInferenceException.cs and XmlSchemaValidationException.cs.
476 2004-11-08  Atsushi Enomoto  <atsushi@ximian.com>
478         * System.Xml.dll.sources :
479           added XmlTextReader2.cs.
480           removed IXPathEditable.cs, XPathEditableNavigator.cs,
481           NodeChangedEventArgs.cs and NodeChangedEventHandler.cs.
483 2004-10-29  Atsushi Enomoto  <atsushi@ximian.com>
485         * Makefile : just ignore obsolete attribute warnings (those obsolete
486           members are widely used in obsolete code).
488 2004-10-28  Atsushi Enomoto  <atsushi@ximian.com>
490         * System.Xml.dll.sources : removed IXmlDataEvidence, fixed
491           XmlDateTimeSerializationMode, added NewLineHandling.
493 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
495         * System.Xml.dll.sources : removed all XQuery related classes, fixed
496           XmlConvertDateTimeSerializationMode, removed 2.0 XPathDocument
497           implementation classes.
499 2004-10-21  Atsushi Enomoto  <atsushi@ximian.com>
501         * Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.
503 2004-10-07  Atsushi Enomoto  <atsushi@ximian.com>
505         * System.Xml.dll.sources:
506           added System.Xml.Query/XQueryFunctionContextAttribute.cs.
508 2004-09-13  Atsushi Enomoto  <atsushi@ximian.com>
510         * System.Xml_test.dll.sources : Added XPathAtomicValueTests.cs.
512 2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>
514         * System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.
516 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
518         * System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs.
519           XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing.
521 2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>
523         * System.Xml.dll.sources:
524           added System.Xml.Query/XQueryComparisonOperator.cs.
526 2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>
528         * System.Xml.dll.sources:
529           added System.Xml.Query/XQueryArithmeticOperator.cs.
531 2004-08-20  Atsushi Enomoto  <atsushi@ximian.com>
533         * System.Xml.dll.sources:
534           added many XQuery implementation internal classes.
536 2004-08-02  Atsushi Enomoto  <atsushi@ximian.com>
538         * System.Xml.dll.sources: added those files:
539           - Mono.Xml.XPath/XPathDocument2.cs
540           - Mono.Xml.XPath/XPathDocument2Navigator.cs
541           - Mono.Xml.XPath/XPathDocument2Editable.cs
543 2004-07-29  Atsushi Enomoto  <atsushi@ximian.com>
545         * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
547 2004-07-28  Atsushi Enomoto  <atsushi@ximian.com>
549         * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
551 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
553         * Makefile : added call to jay for creating XQueryParser.cs.
554         * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
555           XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
557 2004-07-21  Atsushi Enomoto  <atsushi@ximian.com>
559         * System.Xml.dll.sources: Added XQueryConvert.cs. Removed 
560           XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
561           XPathChangeNavigator.cs and IXmlType.cs that are removed or going to 
562           be removed.
564 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
566         * System.Xml.dll.sources: Added MonoFIXAttribute.cs
568 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
570         * System.Xml.dll.sources:
571           Added XmlFilterReader.cs and XPathNavigatorReader.cs
573 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
575         * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
577 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
579         * System.Xml.dll.sources: removed XmlItemView.cs and
580           XmlItemViewCollection.cs (only in 1.2).
582 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
584         * System.Xml.dll.sources: removed one of ImportContext.cs
586 2004-07-08  Lluis Sanchez Gual <lluis@ximian.com>
588         * System.Xml.dll.sources: Added new files:
589                 System.Xml.Serialization/IXmlSerializerImplementation.cs
590                 System.Xml.Serialization/IXmlTextParser.cs
591                 System.Xml.Serialization/ImportContext.cs
592                 System.Xml.Serialization/SchemaImporter.cs
593                 System.Xml.Serialization/SchemaImporterExtension.cs
594                 System.Xml.Serialization/SchemaImporterExtensionCollection.cs
595                 System.Xml.Serialization/XmlDeserializationEvents.cs
596                 System.Xml.Serialization/XmlSchemaProviderAttribute.cs
597                 System.Xml.Serialization/XmlSerializationGeneratedCode.cs
598                 System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
599                 System.Xml.Serialization/XmlSerializerFactory.cs
600                 System.Xml.Serialization/XmlSerializerVersionAttribute.cs
602 2004-07-06  Raja R Harinath  <rharinath@novell.com>
604         * System.Xml.dll.sources: List newly added NET 2.0 stubs.
606 2004-07-02  Raja R Harinath  <rharinath@novell.com>
608         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
610 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
612         * Mono.System.XML.csproj : now contains new NET_2_0 files.
614 2004-05-22  Atsushi Enomoto  <atsushi@ximian.com>
616         * System.Xml.dll.sources : added/removed all NET_2_0 classes.
618 2004-05-19  Atsushi Enomoto  <atsushi@ximian.com>
620         * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
622 2004-03-31  Atsushi Enomoto  <atsushi@ximian.com>
624         * System.Xml_test.dll.sources :
625           Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
626           XmlSchemaAssertion.cs, MsxslScriptTests.cs.
628 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
630         * System.Xml_test.dll.sources: Added 
631                 System.Xml.Serialization/ComplexDataStructure.cs.
633 2004-02-24  Lluis Sanchez Gual <lluis@ximian.com>
635         * System.Xml.dll.sources: Added SerializationSource.cs.
637 2004-02-22  Nick Drochak <ndrochak@ieee.org>
639         * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
640         not seem to be in CVS.  This was breaking the build on windows.
642 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
644         * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
645           XmlDocumentEventTests.cs.
647 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
649         * System.Xml.dll.sources : Added XslFunctions.cs.
651 2004-02-15 Ben Maurer  <bmaurer@users.sourceforge.net>
653         * DTDValidatingReader.cs: simple optimization. there is only
654         one string, skip the string builder and just return the string.
656 2004-02-13  Atsushi Enomoto  <atsushi@ximian.com>
658         * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
660 2004-02-11  Atsushi Enomoto  <atsushi@ximian.com>
662         * Mono.System.XML.csproj : updated.
664 2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>
666         * System.Xml.dll.sources : added SchemaDataValueType.cs
668 2004-01-07  Nick Drochak <ndrochak@ieee.org>
670         * Makefile: Don't hide behind the /nowarns.  Fix them.
672 2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
674         * Makefile : use /noconfig like System.dll (to erase make test warning)
676 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
678   * System.Xml_test.dll.sources : Added test files
679                 System.Xml.Serialization/DeserializeTests.cs
680                 System.Xml.Serialization/XmlAttributesTests.cs
681                 System.Xml.Serialization/XmlReflectionImporterTests.cs
682                 System.Xml.Serialization/XmlSerializationWriterTests.cs
684 2003-12-17  David Sheldon <dave-mono@earth.li>
686   * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
688 2003-12-15  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
690         * System.Xml.dll.sources :
691           removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
693 2003-12-14  Tim Coleman <tim@timcoleman.com>
694         * System.Xml.dll.sources :
695                 Add files from new System.Xml.Query namespace.
697 2003-12-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
699         * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
701 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
703         * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
705 2003-11-25  Tim Coleman <tim@timcoleman.com>
706         * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
708 2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
710         * System.Xml.dll.sources: added XPathComparer.cs
712 2003-11-17  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
714         * System.Xml.dll.sources: added some new .NET 1.2 stuff,
715           and sorted some members of the list.
717 2003-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
719         * System.Xml.dll.sources: added HtmlEmitter.cs
721 2003-10-15  Lluis Sanchez Gual  <lluis@ximian.com>
723         * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
725 2003-10-09  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
727         * System.Xml.dll.sources: added DTDReader.cs.
729 2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
731         * System.Xml.dll.sources: added DTMXPathNode.cs.
733 2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
735         * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
736           and XsdWildcard.cs.
738 2003-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
740         * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
741           SerializationCodeGeneratorConfiguration.cs.
743 2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
745         * System.Xml.dll.sources : added XsdParticleValidationState.cs
746           and XsdValidatingReader.cs.
747         * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
748           and XsdValidatingReaderTests.cs.
750 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
752         * System.Xml.dll.sources: add files from Oleg.
754 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
756         * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
758 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
760         * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs 
761           and Mono.Xml/IHasXmlSchemaInfo.cs
763 2003-08-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
765         * System.Xml.dll.sources: Added Assembly/Locale.cs
767 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
769         * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
771 2003-07-28 Ben Maurer  <bmaurer@users.sourceforge.net>
773         * System.Xml.dll.sources: Add new files
775 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
777         * Mono.System.XML.csproj : caught up with current library.
779 2003-07-18  Peter Williams  <peter@newton.cx>
781         * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
782         distable file.
784 2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
786         * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
788 2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
790         * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
791           System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
793 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
795         * added Mono.Xml.XPath directory.
796         * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
797                 DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
799 2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
801         * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
803 2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>
805         * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
807 2003-05-27  Joshua Tauberer <tauberer@for.net>
809         * XslTransform.cs: Initial support for extension objects.
810                 Known issues:
811                         Extension method signatures must match exactly to the
812                         types of parameters that the method is called with from the stylesheet.
813                         Node set parameters are converted to an ArrayList of strings.
814         * makefule.gnu: Added -unsafe flag, required by the above stuff.
815         * System.XML.build: Added -unsafe flag.  Hope this is the right place.
817 2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
818         
819         * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
820           XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
821           XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
823 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
825         * added XmlSecureResolver.cs to list.unix.
827 2003-05-15  Nick Drochak  <ndrochak@gol.com>
829         * System.XML.build: exclude standalone tests from dll build.
831 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
833         * added TypeTableEntry.cs to list.unix.
835 2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
837         * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
838           Mono.System.Xml.csproj.
840 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
842         * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
844 2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
846         * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
848 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
849         
850         * updated .build file(s) to correctly contain required buildfile 
851           attribute for nant
853 2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
855         * makefile.gnu: added test target.
857 2002-08-22  Tim Coleman <tim@timcoleman.com>
858         * list.unix:
859                 Add System.Xml.Serialization/XmlCustomFormatter.cs
861 2002-08-19  Tim Coleman <tim@timcoleman.com>
862         * list.unix:
863                 Add System.Xml.Serialization/XmlSerializationWriter.cs
865 2002-07-24  Tim Coleman <tim@timcoleman.com>
866         * list.unix:
867                 Add some more classes to this build list.
869 2002-07-22  Tim Coleman <tim@timcoleman.com>
870         * list.unix:
871                 Add System.Xml.Serialization/SoapReflectionImporter.cs to build
872                 list.
874 2002-07-22  Tim Coleman <tim@timcoleman.com>
875         * list.unix: added new classes to build list.
877 2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
878         
879         * System.Xml.Serialization: Added to build target
881 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
883         * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
885 2002-03-06  Jason Diamond  <jason@injektilo.org>
887         * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
889 2002-02-23  Nick Drochak  <ndrochak@gol.com>
891         * System.XML.build: Change dll name to System.Xml.dll from 
892         System.XML.dll (not easy to notice, btw)
894 2001-12-07  Nick Drochak <ndrochak@gol.com>
896         * ChangeLog: Add the change log to this directory
898         * 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'.