* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Configuration / ChangeLog
index 46f48fbf3ff29f2006638eb0056a79525e781ab0..da1c643b56886060119cfa144f7b726e8bcc28fe 100644 (file)
@@ -1,3 +1,84 @@
+2006-01-09  Chris Toshok  <toshok@ximian.com>
+
+       * SoapEnvelopeProcessingElement.cs: fix dumper output.
+
+       * SoapExtensionTypeElement.cs: same.
+
+       * ProtocolElement.cs: same.
+
+       * WsiProfilesElement.cs: same.
+
+       * WebServicesSection.cs: same.
+
+2006-01-06  Raja R Harinath  <rharinath@novell.com>
+
+       * TypeElement.cs (TypeElement) [string variant]: Use Type.GetType.
+       * SoapExtensionTypeElement.cs (SoapExtensionTypeElement) [string variant]:
+       Likewise.
+
+2006-01-05  Chris Toshok  <toshok@ximian.com>
+
+       * ProtocolElementCollection.cs,
+       SoapExtensionTypeElementCollection.cs,
+       WsiProfilesElementCollection.cs, TypeElementCollection.cs: Flesh
+       out these classes.  Untested at the moment, but no more
+       NotImplementedExceptions.
+       
+       * WebServicesSection.cs (Diagnostics): add TODO.
+
+       * WsdlHelpGeneratorElement.cs: add TODO on DeserializeElement and
+       Reset.
+
+       * TypeElement.cs (.ctor): fill in the Type overload, and add a
+       comment and TODO for the string overload.
+
+       * DiagnosticsElement.cs: some cleanup.
+
+       * SoapExtensionTypeElement.cs (GetKey): new internal method, used
+       by SoapExtensionTypeElementCollection.
+
+2006-01-04  Chris Toshok  <toshok@ximian.com>
+
+       * WebServicesSection.cs (EnabledProtocols): implement.
+
+2006-01-04  Chris Toshok  <toshok@ximian.com>
+
+       * WebServiceProtocols.cs: use 1 << n instead of explicit numbers.
+
+       * WebServicesSection.cs (Instance): new property to make it easier
+       to port over the existing configuration code.
+       (IsSupported): new method, same rationale.
+
+2006-01-03  Chris Toshok  <toshok@ximian.com>
+
+       * DiagnosticsElement.cs: new implementation.
+       
+       * PriorityGroup.cs: new implementation.
+       
+       * ProtocolElementCollection.cs: new implementation.
+       
+       * ProtocolElement.cs: new implementation.
+       
+       * SoapEnvelopeProcessingElement.cs: new implementation.
+       
+       * SoapExtensionTypeElementCollection.cs: new implementation.
+       
+       * SoapExtensionTypeElement.cs: new implementation.
+       
+       * TypeElementCollection.cs: new implementation.
+       
+       * TypeElement.cs: new implementation.
+       
+       * WebServiceProtocols.cs: new implementation.
+       
+       * WebServicesSection.cs: new implementation.
+       
+       * WsdlHelpGeneratorElement.cs: new implementation.
+       
+       * WsiProfilesElementCollection.cs: new implementation.
+       
+       * WsiProfilesElement.cs: new implementation.
+       
 2005-08-15  Gert Driesen <drieseng@users.sourceforge.net>
 
        * XmlFormatExtensionPointAttribute.cs: AllowElements is true by