ChangeLog 450 B

12345678910111213
  1. 2001-08-21 Nick Drochak <[email protected]>
  2. * Component.cs: Eliminated compile errors by removing redundant fields and
  3. using the ISite member instead. Also raised the Disposed event, but not
  4. sure if it's correct now. Look for FIXME in the comments.
  5. 2001-08-02 Miguel de Icaza <[email protected]>
  6. * EventHandlerList.cs: New file.
  7. * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
  8. ComponentCollection.cs, ISite.cs: New classes