ChangeLog 10 KB

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