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