ChangeLog 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. 2002-11-11 Gonzalo Paniagua Javier <[email protected]>
  2. * Win32Exception.cs: added 10107 -> WASSYSCALLFAILURE.
  3. 2002-11-04 Gonzalo Paniagua Javier <[email protected]>
  4. * ListBindableAttribute.cs: implemented.
  5. 2002-11-02 Duncan Mak <[email protected]>
  6. * InvalidEnumArgumentException.cs: Added.
  7. 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
  8. * EventHandlerList.cs: fixed bug #29535.
  9. 2002-10-03 Dick Porter <[email protected]>
  10. * Win32Exception.cs: Added ETIMEDOUT
  11. 2002-09-30 Dick Porter <[email protected]>
  12. * Win32Exception.cs: Sorted the errors, added EINPROGRESS
  13. 2002-09-17 Asier Llano Palacios <[email protected]>
  14. * CancelEventArgs.cs
  15. * WarningException.cs
  16. * CancelEventHandler.cs
  17. * PropertyChangedEventHandler.cs
  18. * IExtenderProvider.cs: Implemented
  19. 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
  20. * Component.cs:
  21. * ComponentCollection.cs:
  22. * Container.cs:
  23. * MarshalByValueComponent.cs: IDisposable fixes.
  24. 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
  25. * BindableSupport.cs:
  26. * Component.cs:
  27. * EventDescriptorCollection.cs:
  28. * ITypeDescriptorContext.cs:
  29. * TypeConverter.cs:
  30. * TypeDescriptor.cs: class status based fixes.
  31. * StringConverter.cs: implemented a couple of methods.
  32. 2002-07-29 Gonzalo Paniagua Javier <[email protected]>
  33. * EnumConverter.cs: new file.
  34. * TypeConverter.cs: implemented a few simple methods.
  35. * TypeDescriptor.cs:
  36. (GetConverter): initial support for converters of well-known types.
  37. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  38. * DerivedPropertyDescriptor.cs: New file. Internal class.
  39. * PropertyDescriptorCollection.cs: almost fully implemented.
  40. * TypeDescriptor.cs: implemented a couple of GetProperties ().
  41. Wed Jul 24 13:14:30 CEST 2002 Paolo Molaro <[email protected]>
  42. * Component.cs: don't die if Disposed is null.
  43. 2002-07-22 Tim Coleman <[email protected]>
  44. * RecommendedAsConfigurableAttribute.cs: new file added
  45. for System.Web.Services build
  46. 2002-07-22 Tim Coleman <[email protected]>
  47. * ExpandableObjectConverter.cs: Fix error with constructor
  48. 2002-07-22 Tim Coleman <[email protected]>
  49. * TypeConverter.cs: Fixed bad stubb function
  50. GetConvertToException ()
  51. 2002-07-22 Tim Coleman <[email protected]>
  52. * ComponentCollection.cs: Added reference to
  53. ReadOnlyCollectionBase to make sure
  54. that we inherit the appropriate methods.
  55. Not sure why the Dispose() method is
  56. required, but left for now.
  57. 2002-07-22 Tim Coleman <[email protected]>
  58. * TypeConverter.cs: Added new stubbs
  59. * BindableAttribute.cs: Added
  60. * BindableSupport.cs: Added
  61. * NotifyParentPropertyAttribute.cs: Added
  62. * ExpandableObjectConverter.cs: Added
  63. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  64. * MemberDescriptor.cs: implemented Attributes and Category.
  65. * PropertyDescriptor.cs: implemented Converter. Declared GetValue ().
  66. * PropertyDescriptorCollection.cs: fixed indexers declaration.
  67. * ReadOnlyAttribute.cs: GetHashCoder (), Equals (), IsDefault () and
  68. fixed value for Yes.
  69. * ToolboxItemAttribute.cs: fixed declaration of IsDefaultAttribute.
  70. * TypeConverter.cs: added SimplePropertyDescriptor class.
  71. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  72. * ToolboxItemAttribute.cs: New file.
  73. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  74. * DefaultEventAttribute.cs: new file.
  75. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  76. * AttributeCollection.cs: fixlet.
  77. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  78. * AttributeCollection.cs: finished implementation.
  79. * TypeDescriptor.cs: implemented GetAttributes (object).
  80. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  81. * AttributeCollection.cs: initialize member variables.
  82. * RefreshEventArgs.cs: implemented.
  83. * RefreshEventHandler.cs: New file.
  84. * TypeDescriptor.cs: fully stubbed out the remaining method.
  85. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  86. * DefaultPropertyAttribute.cs: New file.
  87. 2002-06-23 Gonzalo Paniagua Javier <[email protected]>
  88. * TypeConverter.cs: flushed local changes.
  89. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  90. * StringConverter.cs: stubbed out.
  91. * TypeConverter.cs: stubbed the rest out and added some implementation.
  92. Five errors left when compiling System.Web in linux.
  93. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  94. * TypeConverterAttribute.cs: attribute used by
  95. TypeDescriptor.Getconverter ().
  96. * TypeDescriptor.cs: implemented GetConverter in the right way.
  97. 2002-06-15 Gonzalo Paniagua Javier <[email protected]>
  98. * TypeConverter.cs:
  99. * ITypeDescriptorContext.cs:
  100. * TypeDescriptor.cs: implemented minimal set of features needed by xsp,
  101. which uses ColorConverter.
  102. 2002-05-12 Daniel Morgan <[email protected]>
  103. * IComponent.cs
  104. * ISite.cs: added using System
  105. * MarshalByValueComponent.cs: changed all throwing of Not ImplementedException
  106. to // TODOs and added using System. The throwing of the exceptions prevented
  107. System.Data from running.
  108. 2002-05-10 Rodrigo Moya <[email protected]>
  109. * EventDescriptorCollection.cs (this[index]): call eventList[index],
  110. not this[index], which issues an 'ambigous call' error on Linux.
  111. 2002-05-07 Rodrigo Moya <[email protected]>
  112. * EventDescriptor.cs: added missing constructors.
  113. * EventDescriptorCollection.cs: fixed interface methods implementation
  114. * IDataErrorInfo.cs:
  115. * IEditableObject.cs: new interfaces.
  116. 2002-05-05 Gonzalo Paniagua Javier <[email protected]>
  117. * System.ComponentModel/AttributeCollection.cs: added a cast to make
  118. it compile.
  119. 2002-05-03 Rodrigo Moya <[email protected]>
  120. * AttributeCollection.cs:
  121. * EventDescriptor.cs:
  122. * EventDescriptorCollection.cs:
  123. * ICustomTypeDescriptor.cs: new files.
  124. 2002-05-01 Duncan Mak <[email protected]>
  125. * ListChangedType.cs:
  126. * ListChangedEventHandler.cs:
  127. * ListChangedEventArgs.cs: Added to fix build.
  128. 2002-05-01 Miguel de Icaza <[email protected]>
  129. * PropertyDescriptorCollection.cs: Added the IList explicit
  130. implementation methods.
  131. lots of bug fixes to get the build to compile again.
  132. 2002-05-01 Duncan Mak <[email protected]>
  133. * ListSortDirection.cs: EnumChecked.
  134. 2002-05-01 Rodrigo Moya <[email protected]>
  135. * ListSortDirection.cs: new enumeration. Please, somebody run
  136. EnumCheck on it, as I don't have a windows machine.
  137. * PropertyDescriptorCollection.cs: new class.
  138. * ITypedList.cs:
  139. * IBindingList.cs: new interfaces.
  140. 2002-04-28 Duncan Mak <[email protected]>
  141. * CollectionChangeAction.cs: Changed enum layout to fit the MS
  142. implementation. Please use EnumCheck!
  143. 2002-04-28 Rodrigo Moya <[email protected]>
  144. * CollectionChangeAction.cs: new enumeration.
  145. * CategoryAttribute.cs: moved the 'return' keyword to the
  146. end of the method, to avoid compilation errors on Linux for
  147. all CategoryAttribute properties.
  148. 2002-04-28 Rodrigo Moya <[email protected]>
  149. * IListSource.cs:
  150. * ISupportInitialize.cs:
  151. * MarshalByValueComponent.cs: new stubs, needed for System.Data
  152. compilation.
  153. * PropertyChangedEventArgs.cs:
  154. * CollectionChangeEventHandler.cs:
  155. * CollectionChangeEventArgs.cs: implemented.
  156. 2002-04-28 Lawrence Pit <[email protected]>
  157. * Added error code 11001 to Win32Exception, used by Dns.c
  158. 2002-04-04 Dick Porter <[email protected]>
  159. * ISynchronizeInvoke.cs: Needed by Process
  160. 2002-01-23 Dick Porter <[email protected]>
  161. * Win32Exception.cs: implement, with support for looking up
  162. runtime errors.
  163. 2002-01-17 Miguel de Icaza <[email protected]>
  164. * Win32Exception.cs: Add.
  165. 2002-01-05 Ravi Pratap <[email protected]>
  166. * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
  167. * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
  168. 2001-10-27 Miguel de Icaza <[email protected]>
  169. * DesignerSerializationVisibilityAttribute.cs: Implemented.
  170. * DesignerSerializationVisibility.cs: New enumeration.
  171. * LocalizableAttribute.cs: Implemented.
  172. * BrowsableAttribute.cs: Implemented.
  173. * DesignOnlyAttribute.cs: Implemented.
  174. * DescriptionAttribute.cs: Implement.
  175. * MemberDescriptor.cs: Implemented.
  176. * CategoryAttribute.cs: implemented.
  177. 2001-08-21 Nick Drochak <[email protected]>
  178. * Component.cs: Eliminated compile errors by removing redundant fields and
  179. using the ISite member instead. Also raised the Disposed event, but not
  180. sure if it's correct now. Look for FIXME in the comments.
  181. 2001-08-02 Miguel de Icaza <[email protected]>
  182. * EventHandlerList.cs: New file.
  183. * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
  184. ComponentCollection.cs, ISite.cs: New classes