2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index 607a3d792ce686e1d7c2bb7cadf8888c9b8b8806..33151580ff36e8d00e87209667f34acfd11e2406 100644 (file)
@@ -1,4 +1,27 @@
+2005-01-28  Lluis Sanchez Gual <lluis@novell.com>
+
+       * Table.cs: Added some 2.0 properties.
+       * FontUnitConverter.cs, UnitConverter.cs: Implemented conversion to
+       InstanceDescriptor.
+       * BaseValidator.cs: Fix warning.
+       * MultiView.cs, ViewCollection.cs, View.cs: Implemented.
+
+2005-01-26  Lluis Sanchez Gual <lluis@novell.com>
+
+       * Menu.cs: Rendering fixes.
+
+2005-01-21  Lluis Sanchez Gual <lluis@novell.com>
+
+       * Content.cs, ContentPlaceHolder.cs, ContentControlBuilder.cs
+       ContentPlaceHolderBuilder.cs: Implemented.
+
+2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * CheckBox.cs: when rendering the input tag inside a span tag, keep the
+       attributes that are meant to be in the input tag in their place.
+
 2005-01-10 Juraj Skripsky <juraj@hotfeet.ch>
+
        * RepeatInfo.cs: fixed bug #68927 (DataList with RepeatLayout='Flow'
        generates invalid html).