ChangeLog 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. 2003-06-23 Andreas Nahr <[email protected]>
  2. * DesignerAttribute.cs: Fixed AttributeUsage, implementation errors,
  3. better Hashcode generation
  4. * EditorAttribute.cs: Fixed AttributeUsage, implementation errors,
  5. better Hashcode generation
  6. * LicenseContext.cs: Added and implemented missing property
  7. * ListBindableAttribute.cs: Simplified implementation, removed
  8. unneccessary data.
  9. * ReadOnlyAttribute.cs: Better Hashcode generation
  10. * RunInstallerAttribute.cs: Better Hashcode generation, more robust
  11. Equals check.
  12. * LicenseProviderAttribute.cs: Fixed AttributeUsage, indentation
  13. * ProvidePropertyAttribute.cs: Fixed AttributeUsage
  14. * ToolboxItemFilterAttribute.cs: Fixed AttributeUsage
  15. * MarshalByValueComponent.cs:
  16. * IContainer.cs:
  17. * IComponent.cs: Added missing attribute(s)
  18. 2003-06-24 Gonzalo Paniagua Javier <[email protected]>
  19. * AmbientValueAttribute.cs:
  20. * ArrayConverter.cs:
  21. * BaseNumberConverter.cs:
  22. * BindableAttribute.cs:
  23. * BooleanConverter.cs:
  24. * BrowsableAttribute.cs:
  25. * ByteConverter.cs:
  26. * CategoryAttribute.cs:
  27. * CharConverter.cs:
  28. * CollectionConverter.cs:
  29. * Component.cs:
  30. * ComponentCollection.cs:
  31. * ComponentEditor.cs:
  32. * Container.cs:
  33. * CultureInfoConverter.cs:
  34. * DateTimeConverter.cs:
  35. * DecimalConverter.cs:
  36. * DefaultEventAttribute.cs:
  37. * DefaultPropertyAttribute.cs:
  38. * DefaultValueAttribute.cs:
  39. * DescriptionAttribute.cs:
  40. * DesignOnlyAttribute.cs:
  41. * DesignTimeVisibleAttribute.cs:
  42. * DesignerCategoryAttribute.cs:
  43. * DesignerSerializationVisibilityAttribute.cs:
  44. * DoubleConverter.cs:
  45. * EditorBrowsableAttribute.cs:
  46. * EventDescriptor.cs:
  47. * EventDescriptorCollection.cs:
  48. * ExpandableObjectConverter.cs:
  49. * ExtenderProvidedPropertyAttribute.cs: New file.
  50. * GuidConverter.cs:
  51. * IComNativeDescriptorHandler.cs:
  52. * IComponent.cs:
  53. * ImmutableObjectAttribute.cs:
  54. * InheritanceAttribute.cs:
  55. * InheritanceLevel.cs:
  56. * InstallerTypeAttribute.cs:
  57. * Int16Converter.cs:
  58. * Int32Converter.cs:
  59. * Int64Converter.cs:
  60. * InvalidEnumArgumentException.cs:
  61. * LicenseProviderAttribute.cs:
  62. * LocalizableAttribute.cs:
  63. * MarshalByValueComponent.cs:
  64. * MemberDescriptor.cs:
  65. * MergablePropertyAttribute.cs:
  66. * NotifyParentPropertyAttribute.cs:
  67. * ParenthesizePropertyNameAttribute.cs:
  68. * PropertyDescriptor.cs:
  69. * PropertyDescriptorCollection.cs:
  70. * PropertyTabAttribute.cs:
  71. * ProvidePropertyAttribute.cs:
  72. * RecommendedAsConfigurableAttribute.cs:
  73. * RefreshPropertiesAttribute.cs:
  74. * SByteConverter.cs:
  75. * SingleConverter.cs:
  76. * TimeSpanConverter.cs:
  77. * ToolboxItemFilterAttribute.cs:
  78. * TypeConverter.cs:
  79. * TypeConverterAttribute.cs:
  80. * TypeDescriptor.cs:
  81. * TypeListConverter.cs:
  82. * UInt16Converter.cs:
  83. * UInt32Converter.cs:
  84. * UInt64Converter.cs: implementation and fixes by Andreas Nahr
  85. ([email protected]).
  86. 2003-06-23 Gonzalo Paniagua Javier <[email protected]>
  87. * IExtenderProvider.cs: mono-stylized.
  88. * IComNativeDescriptorHandler.cs:
  89. * SyntaxCheck.cs: new files from Andreas Nahr.
  90. 2003-03-20 Dick Porter <[email protected]>
  91. * Win32Exception.cs: Made the fallback error more useful by
  92. reporting the error number
  93. 2003-03-14 Gonzalo Paniagua Javier <[email protected]>
  94. * MarshalByValueComponent.cs: removed a monotodo.
  95. 2003-03-13 Gonzalo Paniagua Javier <[email protected]>
  96. * Win32Exception.cs: added error code 2.
  97. 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
  98. * Win32Exception.cs: implemented GetObjectData ().
  99. 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
  100. * RunInstallerAttribute.cs: New file.
  101. 2003-02-06 Gonzalo Paniagua Javier <[email protected]>
  102. * Win32Exception.cs: added 10065 (WSA_EHOSTUNREACH).
  103. 2003-02-05 Alan Tam <[email protected]>
  104. * DesignedCategoryAttribute.cs: Implemented DesignerCategoryAttribute
  105. 2003-01-30 Gonzalo Paniagua Javier <[email protected]>
  106. * BrowsableAttribute.cs: this attribute applies to All. Since the fix
  107. to bug #37380, mcs complained about this when compiling System.Data.
  108. 2003-01-08 Dick Porter <[email protected]>
  109. * Win32Exception.cs (ComponentModel): Added EWOULDBLOCK
  110. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  111. * TypeDescriptor.cs: use ICustomTypeDescriptor if the component
  112. implements it. It's done for GetProperties and should be done for the
  113. rest of methods present in ICustomTypeDescriptor.
  114. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  115. * TypeDescriptor.cs: moved code from GetProperties (object) to (Type).
  116. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  117. * DefaultValueAttribute.cs: the attribute applies to All.
  118. 2002-11-19 Duncan Mak <[email protected]>
  119. * DesignerAttribute.cs:
  120. * EditorAttribute: Style changes. Gonzalo committed the build
  121. fixes before I did.
  122. 2002-11-19 Gonzalo Paniagua Javier <[email protected]>
  123. * DesignerAttribute.cs:
  124. * EditorAttribute.cs: fixed the build.
  125. 2002-11-19 Alejandro Sánchez Acosta <[email protected]>
  126. * EditorAttribute: implemented.
  127. * DesignerAttribute: implemented.
  128. 2002-11-11 Gonzalo Paniagua Javier <[email protected]>
  129. * Win32Exception.cs: added 10107 -> WASSYSCALLFAILURE.
  130. 2002-11-04 Gonzalo Paniagua Javier <[email protected]>
  131. * ListBindableAttribute.cs: implemented.
  132. 2002-11-02 Duncan Mak <[email protected]>
  133. * InvalidEnumArgumentException.cs: Added.
  134. 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
  135. * EventHandlerList.cs: fixed bug #29535.
  136. 2002-10-03 Dick Porter <[email protected]>
  137. * Win32Exception.cs: Added ETIMEDOUT
  138. 2002-09-30 Dick Porter <[email protected]>
  139. * Win32Exception.cs: Sorted the errors, added EINPROGRESS
  140. 2002-09-17 Asier Llano Palacios <[email protected]>
  141. * CancelEventArgs.cs
  142. * WarningException.cs
  143. * CancelEventHandler.cs
  144. * PropertyChangedEventHandler.cs
  145. * IExtenderProvider.cs: Implemented
  146. 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
  147. * Component.cs:
  148. * ComponentCollection.cs:
  149. * Container.cs:
  150. * MarshalByValueComponent.cs: IDisposable fixes.
  151. 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
  152. * BindableSupport.cs:
  153. * Component.cs:
  154. * EventDescriptorCollection.cs:
  155. * ITypeDescriptorContext.cs:
  156. * TypeConverter.cs:
  157. * TypeDescriptor.cs: class status based fixes.
  158. * StringConverter.cs: implemented a couple of methods.
  159. 2002-07-29 Gonzalo Paniagua Javier <[email protected]>
  160. * EnumConverter.cs: new file.
  161. * TypeConverter.cs: implemented a few simple methods.
  162. * TypeDescriptor.cs:
  163. (GetConverter): initial support for converters of well-known types.
  164. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  165. * DerivedPropertyDescriptor.cs: New file. Internal class.
  166. * PropertyDescriptorCollection.cs: almost fully implemented.
  167. * TypeDescriptor.cs: implemented a couple of GetProperties ().
  168. Wed Jul 24 13:14:30 CEST 2002 Paolo Molaro <[email protected]>
  169. * Component.cs: don't die if Disposed is null.
  170. 2002-07-22 Tim Coleman <[email protected]>
  171. * RecommendedAsConfigurableAttribute.cs: new file added
  172. for System.Web.Services build
  173. 2002-07-22 Tim Coleman <[email protected]>
  174. * ExpandableObjectConverter.cs: Fix error with constructor
  175. 2002-07-22 Tim Coleman <[email protected]>
  176. * TypeConverter.cs: Fixed bad stubb function
  177. GetConvertToException ()
  178. 2002-07-22 Tim Coleman <[email protected]>
  179. * ComponentCollection.cs: Added reference to
  180. ReadOnlyCollectionBase to make sure
  181. that we inherit the appropriate methods.
  182. Not sure why the Dispose() method is
  183. required, but left for now.
  184. 2002-07-22 Tim Coleman <[email protected]>
  185. * TypeConverter.cs: Added new stubbs
  186. * BindableAttribute.cs: Added
  187. * BindableSupport.cs: Added
  188. * NotifyParentPropertyAttribute.cs: Added
  189. * ExpandableObjectConverter.cs: Added
  190. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  191. * MemberDescriptor.cs: implemented Attributes and Category.
  192. * PropertyDescriptor.cs: implemented Converter. Declared GetValue ().
  193. * PropertyDescriptorCollection.cs: fixed indexers declaration.
  194. * ReadOnlyAttribute.cs: GetHashCoder (), Equals (), IsDefault () and
  195. fixed value for Yes.
  196. * ToolboxItemAttribute.cs: fixed declaration of IsDefaultAttribute.
  197. * TypeConverter.cs: added SimplePropertyDescriptor class.
  198. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  199. * ToolboxItemAttribute.cs: New file.
  200. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  201. * DefaultEventAttribute.cs: new file.
  202. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  203. * AttributeCollection.cs: fixlet.
  204. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  205. * AttributeCollection.cs: finished implementation.
  206. * TypeDescriptor.cs: implemented GetAttributes (object).
  207. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  208. * AttributeCollection.cs: initialize member variables.
  209. * RefreshEventArgs.cs: implemented.
  210. * RefreshEventHandler.cs: New file.
  211. * TypeDescriptor.cs: fully stubbed out the remaining method.
  212. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  213. * DefaultPropertyAttribute.cs: New file.
  214. 2002-06-23 Gonzalo Paniagua Javier <[email protected]>
  215. * TypeConverter.cs: flushed local changes.
  216. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  217. * StringConverter.cs: stubbed out.
  218. * TypeConverter.cs: stubbed the rest out and added some implementation.
  219. Five errors left when compiling System.Web in linux.
  220. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  221. * TypeConverterAttribute.cs: attribute used by
  222. TypeDescriptor.Getconverter ().
  223. * TypeDescriptor.cs: implemented GetConverter in the right way.
  224. 2002-06-15 Gonzalo Paniagua Javier <[email protected]>
  225. * TypeConverter.cs:
  226. * ITypeDescriptorContext.cs:
  227. * TypeDescriptor.cs: implemented minimal set of features needed by xsp,
  228. which uses ColorConverter.
  229. 2002-05-12 Daniel Morgan <[email protected]>
  230. * IComponent.cs
  231. * ISite.cs: added using System
  232. * MarshalByValueComponent.cs: changed all throwing of Not ImplementedException
  233. to // TODOs and added using System. The throwing of the exceptions prevented
  234. System.Data from running.
  235. 2002-05-10 Rodrigo Moya <[email protected]>
  236. * EventDescriptorCollection.cs (this[index]): call eventList[index],
  237. not this[index], which issues an 'ambigous call' error on Linux.
  238. 2002-05-07 Rodrigo Moya <[email protected]>
  239. * EventDescriptor.cs: added missing constructors.
  240. * EventDescriptorCollection.cs: fixed interface methods implementation
  241. * IDataErrorInfo.cs:
  242. * IEditableObject.cs: new interfaces.
  243. 2002-05-05 Gonzalo Paniagua Javier <[email protected]>
  244. * System.ComponentModel/AttributeCollection.cs: added a cast to make
  245. it compile.
  246. 2002-05-03 Rodrigo Moya <[email protected]>
  247. * AttributeCollection.cs:
  248. * EventDescriptor.cs:
  249. * EventDescriptorCollection.cs:
  250. * ICustomTypeDescriptor.cs: new files.
  251. 2002-05-01 Duncan Mak <[email protected]>
  252. * ListChangedType.cs:
  253. * ListChangedEventHandler.cs:
  254. * ListChangedEventArgs.cs: Added to fix build.
  255. 2002-05-01 Miguel de Icaza <[email protected]>
  256. * PropertyDescriptorCollection.cs: Added the IList explicit
  257. implementation methods.
  258. lots of bug fixes to get the build to compile again.
  259. 2002-05-01 Duncan Mak <[email protected]>
  260. * ListSortDirection.cs: EnumChecked.
  261. 2002-05-01 Rodrigo Moya <[email protected]>
  262. * ListSortDirection.cs: new enumeration. Please, somebody run
  263. EnumCheck on it, as I don't have a windows machine.
  264. * PropertyDescriptorCollection.cs: new class.
  265. * ITypedList.cs:
  266. * IBindingList.cs: new interfaces.
  267. 2002-04-28 Duncan Mak <[email protected]>
  268. * CollectionChangeAction.cs: Changed enum layout to fit the MS
  269. implementation. Please use EnumCheck!
  270. 2002-04-28 Rodrigo Moya <[email protected]>
  271. * CollectionChangeAction.cs: new enumeration.
  272. * CategoryAttribute.cs: moved the 'return' keyword to the
  273. end of the method, to avoid compilation errors on Linux for
  274. all CategoryAttribute properties.
  275. 2002-04-28 Rodrigo Moya <[email protected]>
  276. * IListSource.cs:
  277. * ISupportInitialize.cs:
  278. * MarshalByValueComponent.cs: new stubs, needed for System.Data
  279. compilation.
  280. * PropertyChangedEventArgs.cs:
  281. * CollectionChangeEventHandler.cs:
  282. * CollectionChangeEventArgs.cs: implemented.
  283. 2002-04-28 Lawrence Pit <[email protected]>
  284. * Added error code 11001 to Win32Exception, used by Dns.c
  285. 2002-04-04 Dick Porter <[email protected]>
  286. * ISynchronizeInvoke.cs: Needed by Process
  287. 2002-01-23 Dick Porter <[email protected]>
  288. * Win32Exception.cs: implement, with support for looking up
  289. runtime errors.
  290. 2002-01-17 Miguel de Icaza <[email protected]>
  291. * Win32Exception.cs: Add.
  292. 2002-01-05 Ravi Pratap <[email protected]>
  293. * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
  294. * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
  295. 2001-10-27 Miguel de Icaza <[email protected]>
  296. * DesignerSerializationVisibilityAttribute.cs: Implemented.
  297. * DesignerSerializationVisibility.cs: New enumeration.
  298. * LocalizableAttribute.cs: Implemented.
  299. * BrowsableAttribute.cs: Implemented.
  300. * DesignOnlyAttribute.cs: Implemented.
  301. * DescriptionAttribute.cs: Implement.
  302. * MemberDescriptor.cs: Implemented.
  303. * CategoryAttribute.cs: implemented.
  304. 2001-08-21 Nick Drochak <[email protected]>
  305. * Component.cs: Eliminated compile errors by removing redundant fields and
  306. using the ISite member instead. Also raised the Disposed event, but not
  307. sure if it's correct now. Look for FIXME in the comments.
  308. 2001-08-02 Miguel de Icaza <[email protected]>
  309. * EventHandlerList.cs: New file.
  310. * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
  311. ComponentCollection.cs, ISite.cs: New classes