Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
index f8351b2edbf..adc7e4b2b14 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-29 Alon Gazit <along@mainsoft.com>
+ * HtmlInputButton.cs: update the implementation of RenderAttributes().
+ Change the if statement that determines if the onclick script is rendered.
+
2003-12-28 Alon Gazit <along@mainsoft.com>
* HtmlSelect.cs: add parentheses to if statement.
Currently the else statement refers to the inner if statement.