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