ChangeLog 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. 2006-01-22 Chris Toshok <[email protected]>
  2. * System.Design.dll.sources: add in all the stubbed/partially
  3. implemented stuff.
  4. * Makefile (LIB_MCS_FLAGS): in the 2.0 case include a reference to
  5. System.Configuration.dll.
  6. 2005-06-15 Atsushi Enomoto <[email protected]>
  7. * System.Design.dll.sources :
  8. remove duplicate MonoTODOAttribute.cs
  9. 2004-10-26 Gonzalo Paniagua Javier <[email protected]>
  10. * System.Design.dll.sources: added files in
  11. System.Web.UI.Design.WebControls.
  12. 2004-06-11 Gert Driesen <[email protected]>
  13. * System.Design.dll.sources: added more stub for classes
  14. in System.Windows.Forms.Design
  15. 2004-06-11 Gert Driesen <[email protected]>
  16. * System.Design.dll.sources: added more stubs for classes
  17. in System.Diagnostics.Design, System.Messaging.Design and
  18. System.ServiceProcess.Design
  19. 2004-06-11 Gert Driesen <[email protected]>
  20. * Makefile: added reference to System.Data assembly
  21. * System.Design.dll.sources: added new stubbed classes
  22. 2004-05-16 Gert Driesen ([email protected])
  23. * System.Windows.Forms.Design/IMenuEditorService.cs:
  24. fixed signature
  25. 2004-05-16 Gert Driesen ([email protected])
  26. * System.Windows.Forms.Design/DocumentDesigner.cs:
  27. stubbed
  28. * System.Windows.Forms.Design/ParentControlDesigner.cs:
  29. stubbed
  30. * System.Windows.Forms.Design/ScrollableControlDesigner.cs:
  31. stubbed
  32. 2004-05-16 Gert Driesen ([email protected])
  33. * System.Windows.Forms.Design/ControlDesigner.cs:
  34. stubbed
  35. 2004-05-16 Gert Driesen ([email protected])
  36. * System.Windows.Forms.Design/ISelectionUIHandler.cs:
  37. converted linefeeds to unix
  38. 2004-05-16 Gert Driesen ([email protected])
  39. * System.Design.dll.sources: added ISelectionUIHandler
  40. * System.Windows.Forms.Design/ISelectionUIHandler.cs:
  41. added
  42. * System.Windows.Forms.Design/ComponentTray.cs: stubbed
  43. 2004-05-15 Gert Driesen ([email protected])
  44. * Makefile: add reference to Accessibility assembly, needed
  45. to check CLS compliance
  46. * Assembly/AssemblyInfo.cs: System.Design is CLS Compliant
  47. 2004-05-15 Gert Driesen ([email protected])
  48. * System.Design.dll.sources: remove DataBindingCollection
  49. * System.Web.UI.Design/DataBindingCollection.cs: removed
  50. * System.Web.UI.Design/WebControlToolboxItem.cs: fixed
  51. public API
  52. * System.Web.UI.Design/UrlBuilderOptions.cs: added Flags
  53. attribute
  54. 2004-05-15 Gert Driesen ([email protected])
  55. * System.Design.dll.sources: added IOleDragClient
  56. * System.ComponentModel.Design/ComponentDesigner.cs: fixed
  57. public API
  58. * System.Web.UI.Design/ControlDesigner.cs: fixed public API
  59. * System.Web.UI.Design/HtmlControlDesigner: fixed public API
  60. * System.Windows.Forms.Design/AnchorEditor.cs: fixed public
  61. API, converted to unix linefeeds
  62. * System.Windows.Forms.Design/AxImporter.cs: fixed public
  63. API, converted to unix linefeeds
  64. * System.Windows.Forms.Design/ComponentDocumentDesigner.cs:
  65. fixed public API, converted to unix linefeeds
  66. * System.Windows.Forms.Design/SelectionRules.cs: implementation
  67. 2004-05-15 Gert Driesen ([email protected])
  68. * System.Windows.Forms.Design/FileNameEditor.cs: code formatting
  69. * System.Windows.Forms.Design/FolderNameEditor.cs: code formatting
  70. * System.Windows.Forms.Design/MenuCommands.cs: code formatting
  71. 2004-05-15 Gert Driesen ([email protected])
  72. * System.Design.dll.sources: remove MenusCommands, added
  73. MenuCommands
  74. * System.Web.UI.Design/ImageUrlEditor.cs: fixed warnings
  75. * System.Windows.Forms.Design/MenuCommands.cs: added impl
  76. * System.Windows.Forms.Design/MenusCommands.cs: removed,
  77. wrong name
  78. 2004-05-15 Gert Driesen ([email protected])
  79. * System.Windows.Forms.Design/FolderNameEditor.cs:
  80. converted to unix linefeeds, marked class TODO, added Flags
  81. attribute to FolderBrowserStyles enum
  82. * System.Windows.Forms.Design/FileNameEditor.cs:
  83. completed stubs
  84. 2004-05-15 Gert Driesen ([email protected])
  85. * System.Windows.Forms.Design/FolderNameEditor.cs: added
  86. stub
  87. 2003-12-15 Jackson Harper <[email protected]>
  88. * System.Design.dll.sources: Add *UrlEditor files to build
  89. 2003-10-20 Ben Maurer <[email protected]>
  90. * .sources: lots-o-files
  91. 2003-07-07 Martin Willemoes Hansen <[email protected]>
  92. * System.Windows.Forms.Design/AnchorEditor.cs
  93. System.Windows.Forms.Design/AxImporter.cs
  94. System.Windows.Forms.Design/ComponentDocumentDesigner.cs
  95. System.Windows.Forms.Design/ComponentTray.cs
  96. System.Windows.Forms.Design/ControlDesigner.cs
  97. System.Windows.Forms.Design/DocumentDesigner.cs
  98. System.Windows.Forms.Design/FileNameEditor.cs
  99. System.Windows.Forms.Design/IMenuEditorService.cs
  100. System.Windows.Forms.Design/MenusCommands.cs
  101. System.Windows.Forms.Design/ParentControlDesigner.cs
  102. System.Windows.Forms.Design/ScrollableControlDesigner.cs
  103. System.Windows.Forms.Design/SelectionRules.cs: Moved here
  104. from System.Windows.Forms assembly
  105. 2003-03-31 Alan Tam <[email protected]>
  106. * System.Design.build: added reference to System.Windows.Forms
  107. and System.Drawing assemblies
  108. 2003-03-29 Martin Willemoes Hansen
  109. * Stubed System.ComponentModel.Design
  110. 2003-03-27 Martin Willemoes Hansen
  111. * Added unix build environment
  112. 2002-12-11 Jeroen Janssen <[email protected]>
  113. * removed set for RootDesignerSerializerAttribute.TypeId
  114. * fixed .build file to include reference to System.dll
  115. 2002-09-16 Gaurav Vaish <[email protected]>
  116. * System.Web.UI.Design : Added directory.
  117. 2002-12-09 Gaurav Vaish <[email protected]>
  118. * System.Design : Added directory.
  119. 2002-12-04 Alejandro Sánchez Acosta <[email protected]>
  120. * System.ComponentModel.Design.Serialization: Added directory
  121. 2002-10-07 Gaurav Vaish <[email protected]>
  122. * System.Design.build : Bug fix. Attribute is "basedir"
  123. and not "bardir".
  124. 2002-09-16 Gaurav Vaish <[email protected]>
  125. * System.Web.UI.Design.WebControls : Added directory.