ChangeLog 4.0 KB

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