2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sun, 2 Oct 2005 22:30:45 +0000 (22:30 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sun, 2 Oct 2005 22:30:45 +0000 (22:30 -0000)
commitdd2bbcbd2d8f42aeb1dd1c190d2630c51a794651
treee660305eeab1b3913aff14baa66dfa25a93f6441
parentf493781687a58cee58d052d0b573c30fe643826d
2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* FontInfo.cs: removed useless ctor.
* Style.cs: keep here some commented out debugging code.
* DataGrid.cs: the Items property does not create a new arraylist if
the items_list was already initialized. Add case for Separator.
* DataGridColumn.cs: when sorting is enabled, the linkbutton rendered
in the header columns has a special ForeColor handling.

svn path=/trunk/mcs/; revision=51095
mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
mcs/class/System.Web/System.Web.UI.WebControls/DataGrid.cs
mcs/class/System.Web/System.Web.UI.WebControls/DataGridColumn.cs
mcs/class/System.Web/System.Web.UI.WebControls/FontInfo.cs
mcs/class/System.Web/System.Web.UI.WebControls/Style.cs