2005-01-10 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
index 2bc872e89451e7ae765ae8fc11f4d9a9797cc9a8..ee27c519c77d2c640072bcf744d8fcb97f7c1313 100644 (file)
@@ -1,3 +1,29 @@
+2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
+       
+       * TemplateBuilder.cs: Added a special constructor that takes an
+       attribute provider as parameter. The container type for the template
+       may be defined in a TemplateContainerAttribute.
+       * ControlBuilder.cs: Create the TemplateBuilder using that special
+       constructor.
+       * TemplateContainerAttribute.cs: Added 2.0 property and ctor.
+
+2004-12-20 Lluis Sanchez Gual  <lluis@novell.com>
+
+       * IStyleSheet.cs: Added missing "using".
+       * Page.cs: Implemented Header property.
+       * CssStyleCollection.cs: Made BagToString method internal.
+       * RootBuilder.cs: Register HtmlHead control.
+       
+2004-12-17 Lluis Sanchez Gual  <lluis@novell.com>
+
+       * CssStyleCollection.cs: Minor (!) fix.
+       * HtmlTextWriter.cs: Register names for new 2.0 styles.
+
+2004-12-17 Lluis Sanchez Gual <lluis@novell.com>
+
+       * CssStyleCollection.cs: Make it work as a standalone collection.
+       * HtmlTextWriter.cs: Added static method for getting style names.
+
 2004-12-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * ControlCollection.cs: fix off-by-one and store a null at the end to