ChangeLog 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. 2009-07-30 Raja R Harinath <[email protected]>
  2. * Makefile ($(build_lib)): Move cyclic dependencies onto this.
  3. 2009-05-26 Marek Habersack <[email protected]>
  4. * System.Design.dll.sources: added
  5. System.Web.UI.Design.WebControls/ListControlDesigner.cs
  6. 2008-07-24 Zoltan Varga <[email protected]>
  7. * System.Design_test.dll.sources: Fix CRLFs.
  8. 2008-07-24 Gert Driesen <[email protected]>
  9. * System.Design.dll.sources: Added StringValueConverter.cs.
  10. * System.Design_test.dll.sources: Added StringValueConverterTest.cs.
  11. 2007-10-09 Atsushi Enomoto <[email protected]>
  12. * Makefile: in 2.0 there is cyclic dep with Sys.Drawing.Design.dll.
  13. 2007-10-09 Atsushi Enomoto <[email protected]>
  14. * System.Design.dll.sources : more .NET 2.0 types.
  15. * System.Design_test.dll.sources :
  16. added Test/Sys.Win.Forms.Design/MenuCommandsTest.cs
  17. 2007-10-05 Atsushi Enomoto <[email protected]>
  18. * System.Design.dll.sources : more .NET 2.0 types.
  19. 2007-10-05 Atsushi Enomoto <[email protected]>
  20. * System.Design.dll.sources : more .NET 2.0 types.
  21. 2007-10-05 Atsushi Enomoto <[email protected]>
  22. * System.Design.dll.sources : more .NET 2.0 types.
  23. 2007-10-02 Atsushi Enomoto <[email protected]>
  24. * System.Design.dll.sources : more .NET 2.0 types.
  25. 2007-10-02 Atsushi Enomoto <[email protected]>
  26. * Makefile : added -r:System.Xml.dll
  27. * System.Design.dll.sources : added couple more of new .NET 2.0 types.
  28. 2007-10-01 Atsushi Enomoto <[email protected]>
  29. * System.Design.dll.sources : more new types:
  30. ContentDefinition.cs, ContentDesignerState.cs,
  31. ControlLocation.cs, DesignTimeResourceProviderFactory.cs,
  32. IControlDesignerTag.cs, IControlDesignerView.cs,
  33. IDesignTimeResourceWriter.cs, ViewEvent.cs, ViewEventArgs.cs,
  34. ViewEventHandler.cs and WebFormsReferenceManager.cs and
  35. WebFormsRootDesigner.cs in Sys.Web.UI.Design.
  36. DataSourceGroupCollection.cs, DataSourceProviderService.cs,
  37. DataSourceGroup.cs and DesignerDataColumn.cs in Sys.CM.Design.Data.
  38. 2007-09-28 Atsushi Enomoto <[email protected]>
  39. * System.Design.dll.sources : more new types:
  40. DataSourceDescriptor.cs, DataSourceDescriptorCollection.cs,
  41. DesignerDataConnection.cs in System.ComponentModel.Design.Data,
  42. and ClientScriptItem.cs, ClientScriptItemCollection.cs,
  43. ConnectionStringEditor.cs, ContainerControlDesigner.cs,
  44. DesignerAutoFormat.cs, DesignerAutoFormatCollection.cs,
  45. DesignerAutoFormatStyle.cs in System.Web.UI.Design.
  46. 2007-09-28 Atsushi Enomoto <[email protected]>
  47. * System.Design.dll.sources : more new types:
  48. IComponentDesignerStateService.cs, MenuCommandsChangedEventArgs.cs,
  49. MenuCommandsChangedType.cs, ExceptionCollection.cs,
  50. IComponentDesignerDebugService.cs, MenuCommandService.cs,
  51. UndoEngine.cs, MenuCommandsChangedEventHandler.cs.
  52. 2007-09-28 Atsushi Enomoto <[email protected]>
  53. * System.Design.dll.sources : more new types:
  54. DesignerActionUIService.cs, DesignerCommandSet.cs,
  55. DesignerActionUIStateChangeEventArgs.cs,
  56. DesignerActionUIStateChangeEventHandler.cs,
  57. DesignerActionUIStateChangeType.cs.
  58. 2007-09-28 Atsushi Enomoto <[email protected]>
  59. * Makefile : removed NO_TEST.
  60. * System.Design.dll.sources : added DesignerActionService.cs,
  61. ComponentActionsType.cs, DesignerActionListsChangedType.cs,
  62. DesignerActionListsChangedEventArgs.cs and
  63. DesignerActionListsChangedEventHandler.cs.
  64. * System.Design_test.dll.sources : new.
  65. 2007-09-27 Marek Habersack <[email protected]>
  66. * System.Design.dll.sources: added
  67. System.Web.UI.Design/ControlDesignerState.cs,
  68. System.Web.UI.Design/ViewFlags.cs
  69. 2007-09-25 Marek Habersack <[email protected]>
  70. * System.Design.dll.sources: added
  71. System.Web.UI.Design/TemplateDefinition.cs,
  72. System.Web.UI.Design/TemplatedEditableDesignerRegion.cs,
  73. System.Web.UI.Design.WebControls/DataBoundControlDesigner.cs,
  74. System.Web.UI.Design.WebControls/BaseDataBoundControlDesigner.cs,
  75. System.Web.UI.Design/IDataBindingSchemaProvider.cs,
  76. System.Web.UI.Design/IDataSourceDesigner.cs,
  77. System.Web.UI.Design/DesignerDataSourceView.cs,
  78. System.Web.UI.Design/TemplateGroupCollection.cs,
  79. System.Web.UI.Design/DesignerRegionMouseEventArgs.cs
  80. 2007-09-25 Marek Habersack <[email protected]>
  81. * System.Design.dll.sources: added
  82. System.Web.UI.Design.Util/DummyClass.cs
  83. 2007-09-13 Marek Habersack <[email protected]>
  84. * System.Design.dll.sources: added System.Design/DummyClass.cs
  85. 2007-08-24 Ivan N. Zlatev <[email protected]>
  86. * System.Design.dll.sources: add MultilineStringEditor.cs.
  87. 2006-12-19 Chris Toshok <[email protected]>
  88. * System.Design.dll.sources: add DataSourceConverter.cs and
  89. DataMemberFieldConverter.
  90. 2006-12-06 Chris Toshok <[email protected]>
  91. * System.Design.dll.sources: add
  92. System.Windows.Forms.Design/ImageCollectionEditor.cs
  93. 2006-04-28 Peter Dennis Bartok <[email protected]>
  94. * System.Design.dll.sources: Put back two accidentally deleted lines
  95. 2006-04-28 Peter Dennis Bartok <[email protected]>
  96. * System.Design.dll.sources: Added ControlBindingsConverter.cs
  97. 2006-03-10 Raja R Harinath <[email protected]>
  98. * System.ComponentModel.Design.Serialization/CodeDomSerializerException.cs:
  99. Moved new-ish implementation here from System.dll.
  100. 2006-01-22 Chris Toshok <[email protected]>
  101. * System.Design.dll.sources: add in all the stubbed/partially
  102. implemented stuff.
  103. * Makefile (LIB_MCS_FLAGS): in the 2.0 case include a reference to
  104. System.Configuration.dll.
  105. 2005-06-15 Atsushi Enomoto <[email protected]>
  106. * System.Design.dll.sources :
  107. remove duplicate MonoTODOAttribute.cs
  108. 2004-10-26 Gonzalo Paniagua Javier <[email protected]>
  109. * System.Design.dll.sources: added files in
  110. System.Web.UI.Design.WebControls.
  111. 2004-06-11 Gert Driesen <[email protected]>
  112. * System.Design.dll.sources: added more stub for classes
  113. in System.Windows.Forms.Design
  114. 2004-06-11 Gert Driesen <[email protected]>
  115. * System.Design.dll.sources: added more stubs for classes
  116. in System.Diagnostics.Design, System.Messaging.Design and
  117. System.ServiceProcess.Design
  118. 2004-06-11 Gert Driesen <[email protected]>
  119. * Makefile: added reference to System.Data assembly
  120. * System.Design.dll.sources: added new stubbed classes
  121. 2004-05-16 Gert Driesen ([email protected])
  122. * System.Windows.Forms.Design/IMenuEditorService.cs:
  123. fixed signature
  124. 2004-05-16 Gert Driesen ([email protected])
  125. * System.Windows.Forms.Design/DocumentDesigner.cs:
  126. stubbed
  127. * System.Windows.Forms.Design/ParentControlDesigner.cs:
  128. stubbed
  129. * System.Windows.Forms.Design/ScrollableControlDesigner.cs:
  130. stubbed
  131. 2004-05-16 Gert Driesen ([email protected])
  132. * System.Windows.Forms.Design/ControlDesigner.cs:
  133. stubbed
  134. 2004-05-16 Gert Driesen ([email protected])
  135. * System.Windows.Forms.Design/ISelectionUIHandler.cs:
  136. converted linefeeds to unix
  137. 2004-05-16 Gert Driesen ([email protected])
  138. * System.Design.dll.sources: added ISelectionUIHandler
  139. * System.Windows.Forms.Design/ISelectionUIHandler.cs:
  140. added
  141. * System.Windows.Forms.Design/ComponentTray.cs: stubbed
  142. 2004-05-15 Gert Driesen ([email protected])
  143. * Makefile: add reference to Accessibility assembly, needed
  144. to check CLS compliance
  145. * Assembly/AssemblyInfo.cs: System.Design is CLS Compliant
  146. 2004-05-15 Gert Driesen ([email protected])
  147. * System.Design.dll.sources: remove DataBindingCollection
  148. * System.Web.UI.Design/DataBindingCollection.cs: removed
  149. * System.Web.UI.Design/WebControlToolboxItem.cs: fixed
  150. public API
  151. * System.Web.UI.Design/UrlBuilderOptions.cs: added Flags
  152. attribute
  153. 2004-05-15 Gert Driesen ([email protected])
  154. * System.Design.dll.sources: added IOleDragClient
  155. * System.ComponentModel.Design/ComponentDesigner.cs: fixed
  156. public API
  157. * System.Web.UI.Design/ControlDesigner.cs: fixed public API
  158. * System.Web.UI.Design/HtmlControlDesigner: fixed public API
  159. * System.Windows.Forms.Design/AnchorEditor.cs: fixed public
  160. API, converted to unix linefeeds
  161. * System.Windows.Forms.Design/AxImporter.cs: fixed public
  162. API, converted to unix linefeeds
  163. * System.Windows.Forms.Design/ComponentDocumentDesigner.cs:
  164. fixed public API, converted to unix linefeeds
  165. * System.Windows.Forms.Design/SelectionRules.cs: implementation
  166. 2004-05-15 Gert Driesen ([email protected])
  167. * System.Windows.Forms.Design/FileNameEditor.cs: code formatting
  168. * System.Windows.Forms.Design/FolderNameEditor.cs: code formatting
  169. * System.Windows.Forms.Design/MenuCommands.cs: code formatting
  170. 2004-05-15 Gert Driesen ([email protected])
  171. * System.Design.dll.sources: remove MenusCommands, added
  172. MenuCommands
  173. * System.Web.UI.Design/ImageUrlEditor.cs: fixed warnings
  174. * System.Windows.Forms.Design/MenuCommands.cs: added impl
  175. * System.Windows.Forms.Design/MenusCommands.cs: removed,
  176. wrong name
  177. 2004-05-15 Gert Driesen ([email protected])
  178. * System.Windows.Forms.Design/FolderNameEditor.cs:
  179. converted to unix linefeeds, marked class TODO, added Flags
  180. attribute to FolderBrowserStyles enum
  181. * System.Windows.Forms.Design/FileNameEditor.cs:
  182. completed stubs
  183. 2004-05-15 Gert Driesen ([email protected])
  184. * System.Windows.Forms.Design/FolderNameEditor.cs: added
  185. stub
  186. 2003-12-15 Jackson Harper <[email protected]>
  187. * System.Design.dll.sources: Add *UrlEditor files to build
  188. 2003-10-20 Ben Maurer <[email protected]>
  189. * .sources: lots-o-files
  190. 2003-07-07 Martin Willemoes Hansen <[email protected]>
  191. * System.Windows.Forms.Design/AnchorEditor.cs
  192. System.Windows.Forms.Design/AxImporter.cs
  193. System.Windows.Forms.Design/ComponentDocumentDesigner.cs
  194. System.Windows.Forms.Design/ComponentTray.cs
  195. System.Windows.Forms.Design/ControlDesigner.cs
  196. System.Windows.Forms.Design/DocumentDesigner.cs
  197. System.Windows.Forms.Design/FileNameEditor.cs
  198. System.Windows.Forms.Design/IMenuEditorService.cs
  199. System.Windows.Forms.Design/MenusCommands.cs
  200. System.Windows.Forms.Design/ParentControlDesigner.cs
  201. System.Windows.Forms.Design/ScrollableControlDesigner.cs
  202. System.Windows.Forms.Design/SelectionRules.cs: Moved here
  203. from System.Windows.Forms assembly
  204. 2003-03-31 Alan Tam <[email protected]>
  205. * System.Design.build: added reference to System.Windows.Forms
  206. and System.Drawing assemblies
  207. 2003-03-29 Martin Willemoes Hansen
  208. * Stubed System.ComponentModel.Design
  209. 2003-03-27 Martin Willemoes Hansen
  210. * Added unix build environment
  211. 2002-12-11 Jeroen Janssen <[email protected]>
  212. * removed set for RootDesignerSerializerAttribute.TypeId
  213. * fixed .build file to include reference to System.dll
  214. 2002-09-16 Gaurav Vaish <[email protected]>
  215. * System.Web.UI.Design : Added directory.
  216. 2002-12-09 Gaurav Vaish <[email protected]>
  217. * System.Design : Added directory.
  218. 2002-12-04 Alejandro Sánchez Acosta <[email protected]>
  219. * System.ComponentModel.Design.Serialization: Added directory
  220. 2002-10-07 Gaurav Vaish <[email protected]>
  221. * System.Design.build : Bug fix. Attribute is "basedir"
  222. and not "bardir".
  223. 2002-09-16 Gaurav Vaish <[email protected]>
  224. * System.Web.UI.Design.WebControls : Added directory.