ChangeLog 4.4 KB

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