2002-05-03 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System / System.ComponentModel / ChangeLog
1 2002-05-03  Rodrigo Moya <rodrigo@ximian.com>
2
3         * AttributeCollection.cs:
4         * EventDescriptor.cs:
5         * EventDescriptorCollection.cs:
6         * ICustomTypeDescriptor.cs: new files.
7
8 2002-05-01  Duncan Mak  <duncan@ximian.com>
9
10         * ListChangedType.cs: 
11         * ListChangedEventHandler.cs: 
12         * ListChangedEventArgs.cs: Added to fix build.
13
14 2002-05-01  Miguel de Icaza  <miguel@ximian.com>
15
16         * PropertyDescriptorCollection.cs: Added the IList explicit
17         implementation methods. 
18
19         lots of bug fixes to get the build to compile again.
20
21 2002-05-01  Duncan Mak  <duncan@ximian.com>
22
23         * ListSortDirection.cs: EnumChecked.
24
25 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
26
27         * ListSortDirection.cs: new enumeration. Please, somebody run
28         EnumCheck on it, as I don't have a windows machine.
29
30         * PropertyDescriptorCollection.cs: new class.
31
32         * ITypedList.cs:
33         * IBindingList.cs: new interfaces.
34
35 2002-04-28  Duncan Mak  <duncan@ximian.com>
36
37         * CollectionChangeAction.cs: Changed enum layout to fit the MS
38         implementation. Please use EnumCheck!
39
40 2002-04-28  Rodrigo Moya <rodrigo@ximian.com>
41
42         * CollectionChangeAction.cs: new enumeration.
43
44         * CategoryAttribute.cs: moved the 'return' keyword to the
45         end of the method, to avoid compilation errors on Linux for
46         all CategoryAttribute properties.
47
48 2002-04-28  Rodrigo Moya <rodrigo@ximian.com>
49
50         * IListSource.cs:
51         * ISupportInitialize.cs:
52         * MarshalByValueComponent.cs: new stubs, needed for System.Data
53         compilation.
54
55         * PropertyChangedEventArgs.cs:
56         * CollectionChangeEventHandler.cs:
57         * CollectionChangeEventArgs.cs: implemented.
58
59 2002-04-28  Lawrence Pit <loz@cable.a2000.nl>
60
61         * Added error code 11001 to Win32Exception, used by Dns.c
62
63 2002-04-04  Dick Porter  <dick@ximian.com>
64
65         * ISynchronizeInvoke.cs: Needed by Process
66
67 2002-01-23  Dick Porter  <dick@ximian.com>
68
69         * Win32Exception.cs: implement, with support for looking up
70         runtime errors.
71
72 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
73
74         * Win32Exception.cs: Add.
75
76 2002-01-05  Ravi Pratap  <ravi@ximian.com>
77
78         * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
79
80         * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
81
82 2001-10-27  Miguel de Icaza  <miguel@ximian.com>
83
84         * DesignerSerializationVisibilityAttribute.cs: Implemented.
85
86         * DesignerSerializationVisibility.cs: New enumeration.
87
88         * LocalizableAttribute.cs: Implemented.
89
90         * BrowsableAttribute.cs: Implemented.
91
92         * DesignOnlyAttribute.cs: Implemented.
93
94         * DescriptionAttribute.cs: Implement.
95
96         * MemberDescriptor.cs: Implemented.
97
98         * CategoryAttribute.cs: implemented.
99
100 2001-08-21  Nick Drochak <ndrochak@gol.com>
101
102         * Component.cs: Eliminated compile errors by removing redundant fields and
103         using the ISite member instead.  Also raised the Disposed event, but not
104         sure if it's correct now.  Look for FIXME in the comments.
105
106 2001-08-02  Miguel de Icaza  <miguel@ximian.com>
107
108         * EventHandlerList.cs: New file.
109
110         * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
111         ComponentCollection.cs, ISite.cs: New classes
112