X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FChangeLog;h=ee27c519c77d2c640072bcf744d8fcb97f7c1313;hb=bf4c99d6a6aef814e7e8730499e463b70aaffa3f;hp=2bc872e89451e7ae765ae8fc11f4d9a9797cc9a8;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/ChangeLog b/mcs/class/System.Web/System.Web.UI/ChangeLog index 2bc872e8945..ee27c519c77 100644 --- a/mcs/class/System.Web/System.Web.UI/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI/ChangeLog @@ -1,3 +1,29 @@ +2005-01-10 Lluis Sanchez Gual + + * 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 + + * 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 + + * CssStyleCollection.cs: Minor (!) fix. + * HtmlTextWriter.cs: Register names for new 2.0 styles. + +2004-12-17 Lluis Sanchez Gual + + * CssStyleCollection.cs: Make it work as a standalone collection. + * HtmlTextWriter.cs: Added static method for getting style names. + 2004-12-14 Gonzalo Paniagua Javier * ControlCollection.cs: fix off-by-one and store a null at the end to