2
0

ChangeLog 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. 2002-05-01 Duncan Mak <[email protected]>
  2. * ListChangedType.cs:
  3. * ListChangedEventHandler.cs:
  4. * ListChangedEventArgs.cs: Added to fix build.
  5. 2002-05-01 Miguel de Icaza <[email protected]>
  6. * PropertyDescriptorCollection.cs: Added the IList explicit
  7. implementation methods.
  8. lots of bug fixes to get the build to compile again.
  9. 2002-05-01 Duncan Mak <[email protected]>
  10. * ListSortDirection.cs: EnumChecked.
  11. 2002-05-01 Rodrigo Moya <[email protected]>
  12. * ListSortDirection.cs: new enumeration. Please, somebody run
  13. EnumCheck on it, as I don't have a windows machine.
  14. * PropertyDescriptorCollection.cs: new class.
  15. * ITypedList.cs:
  16. * IBindingList.cs: new interfaces.
  17. 2002-04-28 Duncan Mak <[email protected]>
  18. * CollectionChangeAction.cs: Changed enum layout to fit the MS
  19. implementation. Please use EnumCheck!
  20. 2002-04-28 Rodrigo Moya <[email protected]>
  21. * CollectionChangeAction.cs: new enumeration.
  22. * CategoryAttribute.cs: moved the 'return' keyword to the
  23. end of the method, to avoid compilation errors on Linux for
  24. all CategoryAttribute properties.
  25. 2002-04-28 Rodrigo Moya <[email protected]>
  26. * IListSource.cs:
  27. * ISupportInitialize.cs:
  28. * MarshalByValueComponent.cs: new stubs, needed for System.Data
  29. compilation.
  30. * PropertyChangedEventArgs.cs:
  31. * CollectionChangeEventHandler.cs:
  32. * CollectionChangeEventArgs.cs: implemented.
  33. 2002-04-28 Lawrence Pit <[email protected]>
  34. * Added error code 11001 to Win32Exception, used by Dns.c
  35. 2002-04-04 Dick Porter <[email protected]>
  36. * ISynchronizeInvoke.cs: Needed by Process
  37. 2002-01-23 Dick Porter <[email protected]>
  38. * Win32Exception.cs: implement, with support for looking up
  39. runtime errors.
  40. 2002-01-17 Miguel de Icaza <[email protected]>
  41. * Win32Exception.cs: Add.
  42. 2002-01-05 Ravi Pratap <[email protected]>
  43. * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
  44. * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
  45. 2001-10-27 Miguel de Icaza <[email protected]>
  46. * DesignerSerializationVisibilityAttribute.cs: Implemented.
  47. * DesignerSerializationVisibility.cs: New enumeration.
  48. * LocalizableAttribute.cs: Implemented.
  49. * BrowsableAttribute.cs: Implemented.
  50. * DesignOnlyAttribute.cs: Implemented.
  51. * DescriptionAttribute.cs: Implement.
  52. * MemberDescriptor.cs: Implemented.
  53. * CategoryAttribute.cs: implemented.
  54. 2001-08-21 Nick Drochak <[email protected]>
  55. * Component.cs: Eliminated compile errors by removing redundant fields and
  56. using the ISite member instead. Also raised the Disposed event, but not
  57. sure if it's correct now. Look for FIXME in the comments.
  58. 2001-08-02 Miguel de Icaza <[email protected]>
  59. * EventHandlerList.cs: New file.
  60. * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
  61. ComponentCollection.cs, ISite.cs: New classes