Merge pull request #2084 from joelmartinez/mdoc-deletetestfix
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index 75312bac638b3a629446d71550cf2706cb05beba..5ec923ec89aa091fbf230d01b9545f0dde81b68b 100644 (file)
@@ -1,3 +1,30 @@
+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,