ChangeLog 3.8 KB

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