ChangeLog 8.8 KB

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