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>2003-12-03 21:54:09 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-12-03 21:54:09 +0300
commit012ba810dbe6264d38b0b889fd628bb69df58b89 (patch)
tree71a29c7c2b245c5669de0398b93953c5df2dc97e /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent3d5f46ed19d2a93db4e9b45f74147b0a4f6029f3 (diff)
2003-12-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* HtmlContainerControl.cs: encode/decode InnerText. Fixes bug #51653. svn path=/trunk/mcs/; revision=20750
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 4df947a907b..61af3988cb5 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,5 +1,9 @@
2003-12-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+ * HtmlContainerControl.cs: encode/decode InnerText. Fixes bug #51653.
+
+2003-12-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
* HtmlSelect.cs: with the new LosFormatter, we get array types right, so
remove the code used to workaround that.