ChangeLog 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 2006-11-30 Marek Habersack <[email protected]>
  2. * ComponentDesigner.cs: Add a missing 'verbs' variable and set the
  3. correct return value for Contains.
  4. 2006-11-29 Miguel de Icaza <[email protected]>
  5. * ComponentDesigner.cs: Remove a few exceptions being thrown from
  6. a few popular calls. This will just make code that is
  7. automatically generated to run, it will not actually provide any
  8. real designer functionality.
  9. 2005-10-04 Sebastien Pouliot <[email protected]>
  10. * ComponentDesigner.cs: Added a call to GC.SuppressFinalize in Dispose
  11. method (even if we throw an NotImplementedException afterward). This
  12. will remove warnings from gendarme.
  13. 2004-06-13 Gert Driesen <[email protected]>
  14. * DisplayMode.cs: changed enum field values to match MS.NET
  15. 2004-06-11 Gert Driesen <[email protected]>
  16. * ArrayEditor.cs: removed extra finalizer
  17. * BinaryEditor.cs: stubbed
  18. * ByteViewer.cs: removed extra finalizer, added missing method
  19. * CollectionEditor.cs: removed extra finalizer
  20. * DateTimeEditor.cs: stubbed
  21. * InheritanceService.cs: removedd extra finalizer
  22. * LocalizationExtenderProvider.cs: added missing attributes,
  23. removed extra finalizer
  24. * ObjectSelectorEditor.cs: stubbed
  25. 2004-05-16 Gert Driesen ([email protected])
  26. * ByteViewer.cs: removed Site property, added GetBytes sub,
  27. added missing attributes
  28. * LocalizationExtenderProvider.cs: added missing attributes
  29. 2003-03-31 Alan Tam <[email protected]
  30. * CollectionEditor.cs: Fixed compilation errors.
  31. * ComponentDesigner.cs: Fixed compilation errors.