2004-03-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / ChangeLog
index 5c5d54a1d22cc033d3d5bc8747a3a1399b1695e6..45e446219c1fcc6b03db73609e8012b1a62da6b2 100644 (file)
@@ -1,3 +1,251 @@
+2004-02-24  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Xml.dll.sources: Added SerializationSource.cs.
+
+2004-02-22  Nick Drochak <ndrochak@ieee.org>
+
+       * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
+       not seem to be in CVS.  This was breaking the build on windows.
+
+2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
+         XmlDocumentEventTests.cs.
+
+2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : Added XslFunctions.cs.
+
+2004-02-15 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * DTDValidatingReader.cs: simple optimization. there is only
+       one string, skip the string builder and just return the string.
+
+2004-02-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
+
+2004-02-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Mono.System.XML.csproj : updated.
+
+2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added SchemaDataValueType.cs
+
+2004-01-07  Nick Drochak <ndrochak@ieee.org>
+
+       * Makefile: Don't hide behind the /nowarns.  Fix them.
+
+2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : use /noconfig like System.dll (to erase make test warning)
+
+2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
+
+  * System.Xml_test.dll.sources : Added test files
+               System.Xml.Serialization/DeserializeTests.cs
+               System.Xml.Serialization/XmlAttributesTests.cs
+               System.Xml.Serialization/XmlReflectionImporterTests.cs
+               System.Xml.Serialization/XmlSerializationWriterTests.cs
+
+2003-12-17  David Sheldon <dave-mono@earth.li>
+
+  * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
+
+2003-12-15  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources :
+         removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
+
+2003-12-14  Tim Coleman <tim@timcoleman.com>
+       * System.Xml.dll.sources :
+               Add files from new System.Xml.Query namespace.
+
+2003-12-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
+
+2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
+
+2003-11-25  Tim Coleman <tim@timcoleman.com>
+       * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
+
+2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: added XPathComparer.cs
+
+2003-11-17  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: added some new .NET 1.2 stuff,
+         and sorted some members of the list.
+
+2003-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: added HtmlEmitter.cs
+
+2003-10-15  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
+
+2003-10-09  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: added DTDReader.cs.
+
+2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: added DTMXPathNode.cs.
+
+2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
+         and XsdWildcard.cs.
+
+2003-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
+         SerializationCodeGeneratorConfiguration.cs.
+
+2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources : added XsdParticleValidationState.cs
+         and XsdValidatingReader.cs.
+       * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
+         and XsdValidatingReaderTests.cs.
+
+2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * System.Xml.dll.sources: add files from Oleg.
+
+2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
+
+2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs 
+         and Mono.Xml/IHasXmlSchemaInfo.cs
+
+2003-08-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * System.Xml.dll.sources: Added Assembly/Locale.cs
+
+2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
+
+2003-07-28 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * System.Xml.dll.sources: Add new files
+
+2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * Mono.System.XML.csproj : caught up with current library.
+
+2003-07-18  Peter Williams  <peter@newton.cx>
+
+       * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
+       distable file.
+
+2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
+
+2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
+         System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
+
+2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added Mono.Xml.XPath directory.
+       * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
+               DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
+
+2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
+
+2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
+
+2003-05-27  Joshua Tauberer <tauberer@for.net>
+
+       * XslTransform.cs: Initial support for extension objects.
+               Known issues:
+                       Extension method signatures must match exactly to the
+                       types of parameters that the method is called with from the stylesheet.
+                       Node set parameters are converted to an ArrayList of strings.
+       * makefule.gnu: Added -unsafe flag, required by the above stuff.
+       * System.XML.build: Added -unsafe flag.  Hope this is the right place.
+
+2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
+       
+       * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
+         XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
+         XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
+
+2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added XmlSecureResolver.cs to list.unix.
+
+2003-05-15  Nick Drochak  <ndrochak@gol.com>
+
+       * System.XML.build: exclude standalone tests from dll build.
+
+2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added TypeTableEntry.cs to list.unix.
+
+2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
+         Mono.System.Xml.csproj.
+
+2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
+
+2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
+
+2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
+       
+       * updated .build file(s) to correctly contain required buildfile 
+         attribute for nant
+
+2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * makefile.gnu: added test target.
+
+2002-08-22  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add System.Xml.Serialization/XmlCustomFormatter.cs
+
+2002-08-19  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add System.Xml.Serialization/XmlSerializationWriter.cs
+
+2002-07-24  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add some more classes to this build list.
+
+2002-07-22  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add System.Xml.Serialization/SoapReflectionImporter.cs to build
+               list.
+
+2002-07-22  Tim Coleman <tim@timcoleman.com>
+       * list.unix: added new classes to build list.
+
+2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
+       
+       * System.Xml.Serialization: Added to build target
+
 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
 
        * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
        * ChangeLog: Add the change log to this directory
 
        * 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'.
-