[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / ChangeLog
index 25c1164fa9f6311554fa8ba55eada551e4e5154b..928ce70fce01dd66d9efa4ca805db2efd4a8a845 100644 (file)
@@ -1,3 +1,29 @@
+2010-07-09  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlInputButton.cs: if ServerClick handler is found, do NOT
+       attribute-encode the onclick attribute.
+
+2010-06-21  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlControl.cs: PreProcessRelativeReference deos not
+       atribute-encode the attribute value. Fixes bug #596430
+
+2010-06-01  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlHead.cs: added code to render description and keywords metas
+       if the corresponding HtmlMeta controls aren't found and the user
+       set either Description or Keywords properties.
+
+2009-12-22  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlForm.cs: RenderChildren is slightly more efficient now.
+
+2009-11-13  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlForm.cs: reverted part of the previous patch - action is not
+       set to the result of calling ResolveClientUrl(action)
+       anymore. Fixes bug #554324
+
 2009-10-30  Marek Habersack  <mhabersack@novell.com>
 
        * HtmlForm.cs: action is built using Request.ClientFilePath