Author: atsushi
Date: 2005-06-27 04:39:15 -0400 (Mon, 27 Jun 2005)
New Revision: 46539

Removed:
   trunk/mcs/class/System.XML/System.Xml/XmlQueryDialect.cs
Modified:
   trunk/mcs/class/System.XML/ChangeLog
   trunk/mcs/class/System.XML/System.Xml.dll.sources
   trunk/mcs/class/System.XML/System.Xml/ChangeLog
Log:
2005-06-27  Atsushi Enomoto <[EMAIL PROTECTED]>

        * XmlQueryDialect.cs : removed.

        * System.Xml.dll.sources : removed XmlQueryDialect.
          Added xslt message event stuff.



Modified: trunk/mcs/class/System.XML/ChangeLog
===================================================================
--- trunk/mcs/class/System.XML/ChangeLog        2005-06-27 08:36:29 UTC (rev 
46538)
+++ trunk/mcs/class/System.XML/ChangeLog        2005-06-27 08:39:15 UTC (rev 
46539)
@@ -1,3 +1,8 @@
+2005-06-27  Atsushi Enomoto  <[EMAIL PROTECTED]>
+
+       * System.Xml.dll.sources : removed XmlQueryDialect.
+         Added xslt message event stuff.
+
 2005-06-20  Raja R Harinath  <[EMAIL PROTECTED]>
 
        * Makefile (SCARY_LIB): Remove.

Modified: trunk/mcs/class/System.XML/System.Xml/ChangeLog
===================================================================
--- trunk/mcs/class/System.XML/System.Xml/ChangeLog     2005-06-27 08:36:29 UTC 
(rev 46538)
+++ trunk/mcs/class/System.XML/System.Xml/ChangeLog     2005-06-27 08:39:15 UTC 
(rev 46539)
@@ -1,5 +1,9 @@
 2005-06-27  Atsushi Enomoto <[EMAIL PROTECTED]>
 
+       * XmlQueryDialect.cs : removed.
+
+2005-06-27  Atsushi Enomoto <[EMAIL PROTECTED]>
+
        * XmlWriter.cs : added Create(XmlWriter).
        * XmlValidatingReader.cs : added Read*AsBase64/BinHex().
        * XmlReaderSettings.cs : added obsolete annoyances to hush corcompare.

Deleted: trunk/mcs/class/System.XML/System.Xml/XmlQueryDialect.cs
===================================================================
--- trunk/mcs/class/System.XML/System.Xml/XmlQueryDialect.cs    2005-06-27 
08:36:29 UTC (rev 46538)
+++ trunk/mcs/class/System.XML/System.Xml/XmlQueryDialect.cs    2005-06-27 
08:39:15 UTC (rev 46539)
@@ -1,38 +0,0 @@
-//
-// XmlQueryDialect.cs
-//
-// Author:
-//     Atsushi Enomoto <[EMAIL PROTECTED]>
-//
-
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-#if NET_2_0
-
-namespace System.Xml
-{
-       public enum XmlQueryDialect
-       {
-               XPath1,
-               XQuery
-       }
-}
-#endif

Modified: trunk/mcs/class/System.XML/System.Xml.dll.sources
===================================================================
--- trunk/mcs/class/System.XML/System.Xml.dll.sources   2005-06-27 08:36:29 UTC 
(rev 46538)
+++ trunk/mcs/class/System.XML/System.Xml.dll.sources   2005-06-27 08:39:15 UTC 
(rev 46539)
@@ -133,7 +133,6 @@
 System.Xml/XmlParserContext.cs
 System.Xml/XmlProcessingInstruction.cs
 System.Xml/XmlQualifiedName.cs
-System.Xml/XmlQueryDialect.cs
 System.Xml/XmlReader.cs
 System.Xml/XmlReaderBinarySupport.cs
 System.Xml/XmlReaderSettings.cs
@@ -179,6 +178,9 @@
 System.Xml.Xsl/XsltCompileException.cs
 System.Xml.Xsl/XsltContext.cs
 System.Xml.Xsl/XsltException.cs
+System.Xml.Xsl/XsltMessageEncounteredEventArgs.cs
+System.Xml.Xsl/XsltMessageEncounteredEventHandler.cs
+System.Xml.Xsl/XsltSettings.cs
 System.Xml.Schema/BuiltInDatatype.cs
 System.Xml.Schema/IXmlSchemaInfo.cs
 System.Xml.Schema/SchemaDataValueType.cs

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to