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