[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index c85506384f73164758d661db8d826eae3242d223..5ec923ec89aa091fbf230d01b9545f0dde81b68b 100644 (file)
@@ -1,5 +1,59 @@
+2010-07-23  Marek Habersack  <mhabersack@novell.com>
+
+       * MenuItemBindingCollection.cs: added the OnClear,
+       OnRemoveComplete and OnValidate methods (2.0+)
+
+       * MenuItemStyleCollection.cs: added the OnInsert method (2.0+)
+
+       * TreeNodeStyleCollection.cs: added the OnInsert method (2.0+)
+
+       * TreeNodeBindingCollection.cs: added the OnClear,
+       OnRemoveComplete and OnValidate methods (2.0+)
+
+       * ValidationSummary.cs: implemented OnInit (4.0)
+
+       * WizardStepBase.cs: added the LoadViewState, OnLoad and
+       RenderChildren methods (2.0+)
+
+2010-07-22  Marek Habersack  <mhabersack@novell.com>
+
+       * MenuItemBinding.cs: made code a bit more compact.
+       Implemented ToString (4.0)
+
+       * MenuRenderingMode.cs: added (4.0)
+
+       * Menu.cs: added the IncludeStyleBlock and RenderingMode 4.0
+       properties (not used in the code yet).
+
+2010-07-21  Marek Habersack  <mhabersack@novell.com>
+
+       * Wizard.cs: made rendering 100% compliant with .NET (button IDs,
+       2.0+)
+       Implemented LayoutTemplate (4.0+)
+
+       * LinkButton.cs: render id first
+
+       * CreateUserWizard.cs: CreateUserNavigationContainer.UpdateState
+       doesn't add a previous button if we're on the first step.
+
+2010-07-20  Marek Habersack  <mhabersack@novell.com>
+
+       * StyleCollection.cs: added
+
 2010-07-19  Marek Habersack  <mhabersack@novell.com>
 
+       * SqlDataSourceView.cs: added the RaiseUnsupportedCapabilityError
+       method (2.0+)
+
+       * RoleGroupCollection.cs: added OnValidate (undocumented) overload
+
+       * ParameterCollection.cs: added missing Add method overload (2.0+)
+
+       * LiteralControlBuilder.cs: added the AppendLiteralString method
+       override (2.0+)
+
+       * DataKey.cs: implemented IEquatable interface methods (4.0)
+
        * XmlDataSource.cs: implemented CacheKeyContext property (4.0)
 
 2010-07-16  Marek Habersack  <mhabersack@novell.com>