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/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/ChangeLog b/mcs/class/System.Web/System.Web.UI/ChangeLog
index edff25b99ef..8dcb2e2e3de 100644
--- a/mcs/class/System.Web/System.Web.UI/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI/ChangeLog
@@ -1,5 +1,13 @@
2004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+ * Control.cs:
+ * Html32TextWriter.cs:
+ * HtmlTextWriter.cs:
+ * SimpleWebHandlerParser.cs:
+ * TemplateControl.cs: Added protected missing members and attributes.
+
+2004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
* ObjectStateFormatter.cs: use ObjectFormatter methods instead of
calling a protected method of another object.