2002-05-10 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
1 2002-05-10  Duncan Mak  <duncan@ximian.com>
2
3         * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection. 
4
5         * Page.cs (Validators): return type should be ValidatorCollection,
6         not ValidatedCollection.
7
8         * TagPrefixAttribute.cs: Added to CVS.
9
10 2002-05-07  Duncan Mak  <duncan@ximian.com>
11
12         * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
13
14 2002-03-26   Gaurav Vaish <gvaish@iitk.ac.in>
15
16         * DataBindingHandlerAttribute.cs
17                                    - Completed
18         * ToolboxDataAttribute.cs  - Completed
19
20 2002-01-03  Nick Drochak  <ndrochak@gol.com>
21
22         * DesignTimeParseData.cs: initialze static member to avoid compile
23         error
24         * PropertyConverter.cs: remove uneeded exception variables from
25         catch blocks.
26
27 2002-01-02  Nick Drochak  <ndrochak@gol.com>
28
29         * DesignTimeParseData.cs: fix header to show correct class name
30
31 2001-12-21   Gaurav Vaish <gvaish@iitk.ac.in>
32
33         * StateBag.cs             - Completed
34
35 2001-12-19   Gaurav Vaish <gvaish@iitk.ac.in>
36
37         * Pair.cs                 - Small undocumented class. Completed.
38
39 2001-12-18   Gaurav Vaish <gvaish@iitk.ac.in>
40
41         * DesignTimeParseData.cs  - Initial implementation
42         * StateBag.cs             - Initial implementation
43
44 2001-12-17   Gaurav Vaish <gvaish@iitk.ac.in>
45
46         * PropertyConverter.cs    - Undocumented class. Completed.
47         * Utils.cs                - Undocumented, private class.
48                                     Initial implementation
49
50 2001-08-28  Bob Smith  <bob@thestuff.net>
51         * Control.cs: Figured out some undocumented API.
52         * Added TODO.
53         * BuildMethod.cs: Initial implementation.
54         * BuildTemplateMethod.cs: Initial implementation.
55         * HtmlTextWriterAttribute.cs: Initial implementation.
56         * HtmlTextWriterStyle.cs: Initial implementation.
57         * HtmlTextWriterTag.cs: Initial implementation.
58         * IAttributeAccessor.cs: Initial implementation.
59         * IDataBindingsAccessor.cs: Initial implementation.
60         * ImageClickEventHandler.cs: Initial implementation.
61         * INamingContainer.cs: Initial implementation.
62         * IParserAccessor.cs: Initial implementation.
63         * IPostBackDataHandler.cs: Initial implementation.
64         * IPostBackEventHandler.cs: Initial implementation.
65         * IStateManager.cs: Initial implementation.
66         * ITagNameToTypeMapper.cs: Initial implementation.
67         * ITemplate.cs: Initial implementation.
68         * IValidator.cs: Initial implementation.
69         * OutputCacheLocation.cs: Initial implementation.
70         * PersistanceMode.cs: Initial implementation.
71         * StateItem.cs: Initial implementation.
72
73 2001-08-27  Bob Smith  <bob@thestuff.net>
74
75         * Control.cs: Bug fixes and implementations.
76
77 2001-08-24  Bob Smith  <bob@thestuff.net>
78
79         * Control.cs: Bug fixes.
80
81 2001-08-23  Bob Smith  <bob@thestuff.net>
82
83         * Control.cs: More implementation. Events reworked for performance.
84
85 2001-08-22  Bob Smith  <bob@thestuff.net>
86
87         * LiteralControl.cs: Implemented.
88         * Control.cs: Even more implementation (Events). What a beast.
89
90 2001-08-20  Bob Smith  <bob@thestuff.net>
91
92         * Control.cs: More implementation. Not done yet. Shutter.
93
94 2001-08-17  Bob Smith  <bob@thestuff.net>
95
96         * Control.cs: Partial implementation.