Control.cs: Figured out some undocumented API.
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
1 2001-08-28  Bob Smith  <bob@thestuff.net>
2         * Control.cs: Figured out some undocumented API.
3         * Added TODO.
4         * BuildMethod.cs: Initial implementation.
5         * BuildTemplateMethod.cs: Initial implementation.
6         * HtmlTextWriterAttribute.cs: Initial implementation.
7         * HtmlTextWriterStyle.cs: Initial implementation.
8         * HtmlTextWriterTag.cs: Initial implementation.
9         * IAttributeAccessor.cs: Initial implementation.
10         * IDataBindingsAccessor.cs: Initial implementation.
11         * ImageClickEventHandler.cs: Initial implementation.
12         * INamingContainer.cs: Initial implementation.
13         * IParserAccessor.cs: Initial implementation.
14         * IPostBackDataHandler.cs: Initial implementation.
15         * IPostBackEventHandler.cs: Initial implementation.
16         * IStateManager.cs: Initial implementation.
17         * ITagNameToTypeMapper.cs: Initial implementation.
18         * ITemplate.cs: Initial implementation.
19         * IValidator.cs: Initial implementation.
20         * OutputCacheLocation.cs: Initial implementation.
21         * PersistanceMode.cs: Initial implementation.
22         * StateItem.cs: Initial implementation.
23
24 2001-08-27  Bob Smith  <bob@thestuff.net>
25
26         * Control.cs: Bug fixes and implementations.
27
28 2001-08-24  Bob Smith  <bob@thestuff.net>
29
30         * Control.cs: Bug fixes.
31
32 2001-08-23  Bob Smith  <bob@thestuff.net>
33
34         * Control.cs: More implementation. Events reworked for performance.
35
36 2001-08-22  Bob Smith  <bob@thestuff.net>
37
38         * LiteralControl.cs: Implemented.
39         * Control.cs: Even more implementation (Events). What a beast.
40
41 2001-08-20  Bob Smith  <bob@thestuff.net>
42
43         * Control.cs: More implementation. Not done yet. Shutter.
44
45 2001-08-17  Bob Smith  <bob@thestuff.net>
46
47         * Control.cs: Partial implementation.