ChangeLog 11 KB

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