ChangeLog 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. 2005-10-04 Sebastien Pouliot <[email protected]>
  2. * ComponentDesigner.cs: Added a call to GC.SuppressFinalize in Dispose
  3. method (even if we throw an NotImplementedException afterward). This
  4. will remove warnings from gendarme.
  5. 2004-06-13 Gert Driesen <[email protected]>
  6. * DisplayMode.cs: changed enum field values to match MS.NET
  7. 2004-06-11 Gert Driesen <[email protected]>
  8. * ArrayEditor.cs: removed extra finalizer
  9. * BinaryEditor.cs: stubbed
  10. * ByteViewer.cs: removed extra finalizer, added missing method
  11. * CollectionEditor.cs: removed extra finalizer
  12. * DateTimeEditor.cs: stubbed
  13. * InheritanceService.cs: removedd extra finalizer
  14. * LocalizationExtenderProvider.cs: added missing attributes,
  15. removed extra finalizer
  16. * ObjectSelectorEditor.cs: stubbed
  17. 2004-05-16 Gert Driesen ([email protected])
  18. * ByteViewer.cs: removed Site property, added GetBytes sub,
  19. added missing attributes
  20. * LocalizationExtenderProvider.cs: added missing attributes
  21. 2003-03-31 Alan Tam <[email protected]
  22. * CollectionEditor.cs: Fixed compilation errors.
  23. * ComponentDesigner.cs: Fixed compilation errors.