svn path=/branches/mono-1-1-9/mono/; revision=51217
[mono.git] / mcs / class / System.Design / System.ComponentModel.Design / ChangeLog
1 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
2
3         * DisplayMode.cs: changed enum field values to match MS.NET
4
5 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
6
7         * ArrayEditor.cs: removed extra finalizer
8         * BinaryEditor.cs: stubbed
9         * ByteViewer.cs: removed extra finalizer, added missing method
10         * CollectionEditor.cs: removed extra finalizer
11         * DateTimeEditor.cs: stubbed
12         * InheritanceService.cs: removedd extra finalizer
13         * LocalizationExtenderProvider.cs: added missing attributes,
14         removed extra finalizer
15         * ObjectSelectorEditor.cs: stubbed
16
17 2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)
18
19         * ByteViewer.cs: removed Site property, added GetBytes sub,
20         added missing attributes
21         * LocalizationExtenderProvider.cs: added missing attributes
22
23 2003-03-31  Alan Tam <Tam@SiuLung.com
24
25         * CollectionEditor.cs: Fixed compilation errors.
26         * ComponentDesigner.cs: Fixed compilation errors.