2004-07-21 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 21 Jul 2004 14:58:56 +0000 (14:58 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 21 Jul 2004 14:58:56 +0000 (14:58 -0000)
* 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.

svn path=/trunk/mcs/; revision=31336

mcs/class/System.XML/ChangeLog
mcs/class/System.XML/System.Xml.dll.sources

index d3dbd93f9a6196520fe0048a5dbeb7d09206c95b..e147413fe8d2bfa861cdcbe2db74daadf4f357f5 100644 (file)
@@ -1,3 +1,10 @@
+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
index fb727242042f1e88645951107c3e07030e4f783c..f57240b98e01e6c314db9811596e0f85815da680 100755 (executable)
@@ -101,7 +101,6 @@ System.Xml/XmlDocumentType.cs
 System.Xml/XmlElement.cs
 System.Xml/XmlEntityReference.cs
 System.Xml/XmlException.cs
-System.Xml/XmlFactory.cs
 System.Xml/XmlImplementation.cs
 System.Xml/XmlConvert.cs
 System.Xml/XmlConvertDateTimeOption.cs
@@ -122,7 +121,6 @@ System.Xml/XmlNodeType.cs
 System.Xml/XmlParserContext.cs
 System.Xml/XmlProcessingInstruction.cs
 System.Xml/XmlQualifiedName.cs
-System.Xml/XmlQualifiedNameTable.cs
 System.Xml/XmlQueryDialect.cs
 System.Xml/XmlReader.cs
 System.Xml/XmlReaderSettings.cs
@@ -142,7 +140,6 @@ System.Xml/XmlTextWriterOpenElement.cs
 System.Xml/XmlNodeArrayList.cs
 System.Xml/XmlInputStream.cs
 System.Xml/XmlParserInput.cs
-System.Xml.XPath/IXPathChangeNavigable.cs
 System.Xml.XPath/IXPathNavigable.cs
 System.Xml.XPath/IXPathEditable.cs
 System.Xml.XPath/NodeChangedEventArgs.cs
@@ -150,7 +147,6 @@ System.Xml.XPath/NodeChangedEventHandler.cs
 System.Xml.XPath/XmlChangeFilters.cs
 System.Xml.XPath/XmlNodeChangeType.cs
 System.Xml.XPath/XPathAtomicValue.cs
-System.Xml.XPath/XPathChangeNavigator.cs
 System.Xml.XPath/XPathDocumentNodeChangedAction.cs
 System.Xml.XPath/XPathEditableNavigator.cs
 System.Xml.XPath/XPathNavigator.cs
@@ -184,7 +180,6 @@ System.Xml.Xsl/XsltException.cs
 System.Xml.Schema/BuiltInDatatype.cs
 System.Xml.Schema/CustomSerializer.cs
 System.Xml.Schema/IXmlSchemaInfo.cs
-System.Xml.Schema/IXmlType.cs
 System.Xml.Schema/SchemaDataValueType.cs
 System.Xml.Schema/ValidationEventArgs.cs
 System.Xml.Schema/XmlSchema.cs
@@ -366,3 +361,4 @@ System.Xml.Query/XmlArgumentList.cs
 System.Xml.Query/XmlQueryCompileException.cs
 System.Xml.Query/XmlQueryException.cs
 System.Xml.Query/XsltCommand.cs
+System.Xml.Query/XQueryConvert.cs