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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2002-06-04 20:49:33 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2002-06-04 20:49:33 +0400
commitf1b29831f994a09249fb041c9894d5caabe1fdf5 (patch)
tree2f6b402a765b9850e7b5d4fb7601c7b249c5b36e /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent22f23b9995e6170eeadd6bfce4278ebc22651119 (diff)
2002-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* System.Web.UI/Control.cs: don't throw exception in ControlID. By now, it returns ID. * System.Web.UI/Page.cs: (ProcessRequest): implemented. * System.Web.UI.HtmlControls/HtmlAnchor.cs: (RenderAttributes): new -> override and fixed little bug that made it cause an stack overflow. * System.Web.UI.HtmlControls/HtmlContainerControl.cs: reformatted and added tag and its attributes rendering. * System.Web.UI.HtmlControls/HtmlGenericControl.cs: removed TagName, which is already in HtmlControl. * System.Web.UI.HtmlControls/HtmlTable.cs: (RenderEndTag): new -> override. svn path=/trunk/mcs/; revision=5117
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog15
1 files changed, 15 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 df1e190fbcf..237b9ca1571 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,18 @@
+2002-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * HtmlAnchor.cs:
+ (RenderAttributes): new -> override and fixed little bug that made
+ it cause an stack overflow.
+
+ * HtmlContainerControl.cs: reformatted and added tag and attributes
+ rendering.
+
+ * HtmlGenericControl.cs: removed TagName, which is already in
+ HtmlControl.
+
+ * HtmlTable.cs:
+ (RenderEndTag): new -> override.
+
2002-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* System.Web.UI.HtmlControls/HtmlForm.cs: