2002-04-28 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System / System.ComponentModel / ChangeLog
1 2002-04-28  Rodrigo Moya <rodrigo@ximian.com>
2
3         * IListSource.cs:
4         * ISupportInitialize.cs:
5         * MarshalByValueComponent.cs: new stubs, needed for System.Data
6         compilation.
7
8         * PropertyChangedEventArgs.cs:
9         * CollectionChangeEventHandler.cs:
10         * CollectionChangeEventArgs.cs: implemented.
11
12 2002-04-28  Lawrence Pit <loz@cable.a2000.nl>
13
14         * Added error code 11001 to Win32Exception, used by Dns.c
15
16 2002-04-04  Dick Porter  <dick@ximian.com>
17
18         * ISynchronizeInvoke.cs: Needed by Process
19
20 2002-01-23  Dick Porter  <dick@ximian.com>
21
22         * Win32Exception.cs: implement, with support for looking up
23         runtime errors.
24
25 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
26
27         * Win32Exception.cs: Add.
28
29 2002-01-05  Ravi Pratap  <ravi@ximian.com>
30
31         * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
32
33         * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
34
35 2001-10-27  Miguel de Icaza  <miguel@ximian.com>
36
37         * DesignerSerializationVisibilityAttribute.cs: Implemented.
38
39         * DesignerSerializationVisibility.cs: New enumeration.
40
41         * LocalizableAttribute.cs: Implemented.
42
43         * BrowsableAttribute.cs: Implemented.
44
45         * DesignOnlyAttribute.cs: Implemented.
46
47         * DescriptionAttribute.cs: Implement.
48
49         * MemberDescriptor.cs: Implemented.
50
51         * CategoryAttribute.cs: implemented.
52
53 2001-08-21  Nick Drochak <ndrochak@gol.com>
54
55         * Component.cs: Eliminated compile errors by removing redundant fields and
56         using the ISite member instead.  Also raised the Disposed event, but not
57         sure if it's correct now.  Look for FIXME in the comments.
58
59 2001-08-02  Miguel de Icaza  <miguel@ximian.com>
60
61         * EventHandlerList.cs: New file.
62
63         * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
64         ComponentCollection.cs, ISite.cs: New classes
65