ChangeLog 2.9 KB

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