2005-10-04 Sebastien Pouliot * ComponentDesigner.cs: Added a call to GC.SuppressFinalize in Dispose method (even if we throw an NotImplementedException afterward). This will remove warnings from gendarme. 2004-06-13 Gert Driesen * DisplayMode.cs: changed enum field values to match MS.NET 2004-06-11 Gert Driesen * ArrayEditor.cs: removed extra finalizer * BinaryEditor.cs: stubbed * ByteViewer.cs: removed extra finalizer, added missing method * CollectionEditor.cs: removed extra finalizer * DateTimeEditor.cs: stubbed * InheritanceService.cs: removedd extra finalizer * LocalizationExtenderProvider.cs: added missing attributes, removed extra finalizer * ObjectSelectorEditor.cs: stubbed 2004-05-16 Gert Driesen (drieseng@users.sourceforge.net) * ByteViewer.cs: removed Site property, added GetBytes sub, added missing attributes * LocalizationExtenderProvider.cs: added missing attributes 2003-03-31 Alan Tam