ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. 2002-04-04 Dick Porter <[email protected]>
  2. * ISynchronizeInvoke.cs: Needed by Process
  3. 2002-01-23 Dick Porter <[email protected]>
  4. * Win32Exception.cs: implement, with support for looking up
  5. runtime errors.
  6. 2002-01-17 Miguel de Icaza <[email protected]>
  7. * Win32Exception.cs: Add.
  8. 2002-01-05 Ravi Pratap <[email protected]>
  9. * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
  10. * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
  11. 2001-10-27 Miguel de Icaza <[email protected]>
  12. * DesignerSerializationVisibilityAttribute.cs: Implemented.
  13. * DesignerSerializationVisibility.cs: New enumeration.
  14. * LocalizableAttribute.cs: Implemented.
  15. * BrowsableAttribute.cs: Implemented.
  16. * DesignOnlyAttribute.cs: Implemented.
  17. * DescriptionAttribute.cs: Implement.
  18. * MemberDescriptor.cs: Implemented.
  19. * CategoryAttribute.cs: implemented.
  20. 2001-08-21 Nick Drochak <[email protected]>
  21. * Component.cs: Eliminated compile errors by removing redundant fields and
  22. using the ISite member instead. Also raised the Disposed event, but not
  23. sure if it's correct now. Look for FIXME in the comments.
  24. 2001-08-02 Miguel de Icaza <[email protected]>
  25. * EventHandlerList.cs: New file.
  26. * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
  27. ComponentCollection.cs, ISite.cs: New classes