ChangeLog 1.1 KB

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