New test.
[mono.git] / mcs / class / System.Design / System.ComponentModel.Design / ChangeLog
1 2005-10-04  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * ComponentDesigner.cs: Added a call to GC.SuppressFinalize in Dispose
4         method (even if we throw an NotImplementedException afterward). This
5         will remove warnings from gendarme.
6
7 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
8
9         * DisplayMode.cs: changed enum field values to match MS.NET
10
11 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
12
13         * ArrayEditor.cs: removed extra finalizer
14         * BinaryEditor.cs: stubbed
15         * ByteViewer.cs: removed extra finalizer, added missing method
16         * CollectionEditor.cs: removed extra finalizer
17         * DateTimeEditor.cs: stubbed
18         * InheritanceService.cs: removedd extra finalizer
19         * LocalizationExtenderProvider.cs: added missing attributes,
20         removed extra finalizer
21         * ObjectSelectorEditor.cs: stubbed
22
23 2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)
24
25         * ByteViewer.cs: removed Site property, added GetBytes sub,
26         added missing attributes
27         * LocalizationExtenderProvider.cs: added missing attributes
28
29 2003-03-31  Alan Tam <Tam@SiuLung.com
30
31         * CollectionEditor.cs: Fixed compilation errors.
32         * ComponentDesigner.cs: Fixed compilation errors.