2005-12-05 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / class / System.XML / ChangeLog
index 4531b406dd462139e8eab1b54abd724965275cb5..a51bd00c911a0b8b7a8e89504017d89e888a9f85 100644 (file)
@@ -1,3 +1,285 @@
+2055-12-01  Konstantin Triger <kostat@mainsoft.com>
+
+       * Makefile: java profile reference change.
+
+2005-11-30  Konstantin Triger <kostat@mainsoft.com>
+
+       * System.XML.vmwcsproj: reference to vmwutils replaced with reference to J2SE.Helpers.
+       * jay.bat: quoting passes
+
+2005-11-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added dummy XslCompiledTransform.cs.
+
+2005-11-14  Andrew Skiba  <andrews@mainsoft.com>
+
+       * net_1_1_java_System.Xml.dll.exclude.sources,
+       net_1_1_java_System.dll.sources: fix filename
+
+2005-11-14  Andrew Skiba  <andrews@mainsoft.com>
+
+       * Makefile: add java build profile
+       * System.Xml.vmwcsproj: replace XmlNodeReader.cs with XmlNodeReader2.cs
+       and XslDecimalFormat.cs with XslDecimalFormat.jvm.cs
+       * net_1_1_java_System.Xml.dll.exclude.sources,
+       net_1_1_java_System.dll.sources: add source lists for java profile
+
+2005-11-10 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * System.XML.vmwcsproj: removed XmlSchemaBuiltInType.cs
+
+2005-09-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs.
+
+2005-09-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : shut down CS0642 noise.
+       * System.Xml.dll.sources : added XmlOutputMethod.
+
+2005-09-20 Konstantin Triger <kostat@mainsoft.com>
+
+        * Added jay.bat to run jay in java prebuild step
+        * System.XML.vmwcsproj: added prebuild step
+
+2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: /unsafe isn't required to build System.Xml.
+       * System.Xml_test.dll.sources: Added new CAS unit tests.
+
+2005-07-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Xml_test.dll.sources: Added tests for default values of
+       Xml Serialization attribute classes.
+
+2005-06-27  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and
+       Test/System.Xml/nist_dom/.
+
+2005-06-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : removed XmlQueryDialect.
+         Added xslt message event stuff.
+
+2005-06-20  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (SCARY_LIB): Remove.
+
+2005-05-25  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.
+
+2005-05-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.Query : removed the whole directory (removed from .net 2.0)
+
+2005-05-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : removed obsolete TypeTableEntry.cs.
+
+2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : XPathAtomicValue.cs -> XmlAtomicValue.cs.
+
+2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : removed XmlValueConverter (obsoleted).
+       * System.Xml_test.dll.sources : removed XPathAtomicValue (obsoleted).
+
+2005-05-04  Andrew Skiba  <andrews@mainsoft.com>
+
+       * System.XML.vmwcsproj: Added Visual MainWin C# project file for
+       building System.XML package for TARGET_JVM.
+       
+2005-04-03  Ben Maurer  <bmaurer@ximian.com>
+
+       * System.Xml.dll.sources: Kill multiplexing hack.
+
+2004-03-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : now it creates XSLT pattern parser files from
+         Parser.jay and Tokenizer.cs in System.Xml.XPath.
+
+2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : Added XslNotSupportedOperation.cs.
+
+2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : /nowarn:0162 is back.
+
+2004-01-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : amd64 build complains /nowarn:0162. It should not, but
+         now removing since it breaks the build.
+
+2004-01-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources :
+         Added XmlNameEntry.cs and XmlNameEntryCache.cs.
+
+2004-01-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : replaced CustomSerializer with 
+         XmlSchemaSerializer.
+         Replaced XmlNodeReader with XmlNodeReaderImpl.cs and
+         XmlNodeReader2.cs. (dispatches entity reader and non-entity reader.)
+
+2004-12-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added XmlReaderBinarySupport.cs.
+
+2004-12-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added XmlSchemaValidatingReader.
+
+2004-12-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added XmlSchemaValidator.cs,
+         XmlValueGetter.cs and XmlSchemaValidationFlags.cs.
+
+2004-12-06  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (lib_file): New autodetecting define.
+       (USE_BOOT_COMPILE, LIBRARY_COMPILE): Add support for using
+       bootstrap compiler.
+       (BUILT_SOURCES): Add ...XPath/Parser.cs.
+       (EXTRA_DISTFILES): Add ...Query/XQueryParser.jay.
+       (BOOTSTRAP_MCS) [PROFILE=net_2_0]: New.
+       * System.Xml.dll.sources: Remove ...XPath/Parser.cs.
+
+2004-12-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added DTMXPathDocument2.cs,
+         DTMXPathDocumentBuilder2.cs, DTMXPathDocumentWriter2.cs,
+         DTMXPathDocumentWriter2.cs and DTMXPathNode2.cs.
+
+2004-12-03  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile: Remove support for being in bootstrap build.
+
+2004-12-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources: removed old IXPathChangeNavigable.cs,
+         XmlChangeFilters.cs, and XPathDocumentNodeChangedAction.cs.
+
+2004-11-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added LIBRARY_COMPILE condition for upcoming need to
+         be referenced in bootstrap.
+
+2004-11-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added XmlSchemaInfo.cs.
+
+2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : Moved XQueryConvert.cs from
+         System.Xml.Query to System.Xml.
+
+2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added XmlSchemaInference.cs,
+         XmlSchemaInferenceException.cs and XmlSchemaValidationException.cs.
+
+2004-11-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources :
+         added XmlTextReader2.cs.
+         removed IXPathEditable.cs, XPathEditableNavigator.cs,
+         NodeChangedEventArgs.cs and NodeChangedEventHandler.cs.
+
+2004-10-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : just ignore obsolete attribute warnings (those obsolete
+         members are widely used in obsolete code).
+
+2004-10-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : removed IXmlDataEvidence, fixed
+         XmlDateTimeSerializationMode, added NewLineHandling.
+
+2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : removed all XQuery related classes, fixed
+         XmlConvertDateTimeSerializationMode, removed 2.0 XPathDocument
+         implementation classes.
+
+2004-10-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.
+
+2004-10-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources:
+         added System.Xml.Query/XQueryFunctionContextAttribute.cs.
+
+2004-09-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml_test.dll.sources : Added XPathAtomicValueTests.cs.
+
+2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.
+
+2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs.
+         XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing.
+
+2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources:
+         added System.Xml.Query/XQueryComparisonOperator.cs.
+
+2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources:
+         added System.Xml.Query/XQueryArithmeticOperator.cs.
+
+2004-08-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources:
+         added many XQuery implementation internal classes.
+
+2004-08-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources: added those files:
+         - Mono.Xml.XPath/XPathDocument2.cs
+         - Mono.Xml.XPath/XPathDocument2Navigator.cs
+         - Mono.Xml.XPath/XPathDocument2Editable.cs
+
+2004-07-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
+
+2004-07-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
+
+2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added call to jay for creating XQueryParser.cs.
+       * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
+         XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
+
+2004-07-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources: Added XQueryConvert.cs. Removed 
+         XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
+         XPathChangeNavigator.cs and IXmlType.cs that are removed or going to 
+         be removed.
+
+2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources: Added MonoFIXAttribute.cs
+
+2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources:
+         Added XmlFilterReader.cs and XPathNavigatorReader.cs
+
 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
 
        * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.