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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2002-05-10 19:02:22 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2002-05-10 19:02:22 +0400
commitbab5fdb7f4c3502e21a98b153c05fe629dea6599 (patch)
treeafec65cbcf2b1bce2228113d8af2c00412b245f6 /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent4ba17360619f4193c961334aa426c7b0b7e6dbc5 (diff)
2002-05-10 Duncan Mak <duncan@ximian.com>
* System.Web.build: Include the System.Web.UI.HtmlControls namespace. * Page.cs: * ValidatorCollection.cs: Stubs to make things compile for now. Added one dummy method (RegisterClientScriptFile) that's used in the existing codebase, but not in MS docs. * HtmlInputImage.cs (OnServerClick): Commented out parts that won't compile. * HtmlForm.cs (RenderAttributes): (RenderChildren): Commented out code that doesn't compile. svn path=/trunk/mcs/; revision=4488
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog8
1 files changed, 8 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 e112d3be38a..92478d12eda 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,11 @@
+2002-05-10 Duncan Mak <duncan@ximian.com>
+
+ * HtmlInputImage.cs (OnServerClick): Commented out parts that
+ won't compile.
+
+ * HtmlForm.cs (RenderAttributes):
+ (RenderChildren): Commented out code that doesn't compile.
+
2002-05-07 Duncan Mak <duncan@ximian.com>
* HtmlSelect.cs (TrackViewState): Added 'new' keyword to avoid