ChangeLog 5.5 KB

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