Changelog 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. 2008-06-07 Gert Driesen <[email protected]>
  2. * ServiceContainer.cs: In AddService, first check parent and end flow
  3. after adding service to parent, throw ArgumentNullException when
  4. serviceInstance or callback is null. In RemoveService, when promote is
  5. false the service must be removed from current container. Fixes bug
  6. #397824. On 1.0 profile, IServiceContainer is a default service offered
  7. by containers. Minor code formatting.
  8. 2008-01-06 Ivan N. Zlatev <[email protected]>
  9. * ServiceContainer.cs: Check DefaultServices in GetService in 2.0.
  10. * MenuCommand.cs: Invoke (args) should call Invoke () and leave
  11. args handling for subclasses.
  12. 2007-12-24 Gert Driesen <[email protected]>
  13. * CheckoutException.cs: Provide customized message and error code
  14. (2.0 only) for Canceled. Call base ctor in default ctor.
  15. 2007-12-24 Arina Itkes <[email protected]>
  16. * CheckoutException.cs:
  17. CheckoutException should not be initialized with ErrorCode = 0 by default.
  18. 2007-12-04 Arina Itkes <[email protected]>
  19. * HelpKeywordAttribute.cs:
  20. Changes for SOAP serialization compatibility with .NET.
  21. 2007-09-27 Atsushi Enomoto <[email protected]>
  22. * ITypeDiscoveryService.cs : new.
  23. * DesignerTransactionCloseEventArgs.cs : added [Obsolete].
  24. * DesignerVerb.cs : added Description. ToString() contains " : ".
  25. * StandardCommands.cs : added DocumentOutline and ViewCode.
  26. * HelpKeywordAttribute.cs : implemented .ctor(Type).
  27. * ComponentChangedEventHandler.cs, ComponentRenameEventHandler.cs,
  28. ActiveDesignerEventHandler.cs, HelpKeywordType.cs,
  29. DesignerEventHandler.cs, ComponentEventHandler.cs,
  30. DesignerTransactionCloseEventHandler.cs, HelpContextType.cs
  31. ComponentChangingEventHandler.cs : [Serializable] is extra in 2.0.
  32. * ServiceContainer.cs : some members became virtual in 2.0.
  33. Removed finalizer. Added DefaultServices.
  34. * DesignerOptionService.cs : it is abstract. Added attributes.
  35. * CheckoutException.cs : added more 2.0 constructors.
  36. * MenuCommand.cs : added Properties property.
  37. * DesignerTransaction.cs : Fixed .ctor() (public->protected)
  38. 2007-08-29 Ivan N. Zlatev <[email protected]>
  39. * DefaultSerializationProviderAttribute.cs: implemented.
  40. * ComponentSerializationService.cs: implemented.
  41. * MemberRelationship.cs: implemented.
  42. * SerializationStore.cs: implemented.
  43. 2007-06-06 Ivan N. Zlatev <[email protected]>
  44. * IComponentInitialization.cs: New 2.0 interface
  45. 2007-05-30 Sebastien Pouliot <[email protected]>
  46. * IComponentDiscoveryService.cs: New 2.0 interface (required by SDD)
  47. 2007-05-15 Adar Wesley <[email protected]>
  48. * MenuCommand.cs: added missing method overload Invoke
  49. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  50. * ViewTechnology.cs: update for 2.0. Patch by Ivan N. Zlatev.
  51. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  52. * SelectionTypes.cs: updates for 2.0. Patch by Ivan N. Zlatev.
  53. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  54. * ServiceContainer.cs: update for 2.0. Patch by Ivan N. Zlatev.
  55. 2006-05-31 Gert Driesen <[email protected]>
  56. * DesignerCollection.cs: Added explicit interface implemenation for
  57. ICollection.Count and IEnumerable.GetEnumerator. Fixes corcompare
  58. warnings.
  59. 2005-10-04 Sebastien Pouliot <[email protected]>
  60. * DesignerTransaction.cs: Added a call to GC.SuppressFinalize in
  61. Dispose.
  62. 2004-03-17 Ivan Hamilton <[email protected]>
  63. * RuntimeLicenseContext.cs: Implemented.
  64. 2003-08-31 Alexandre Pigolkine <[email protected]>
  65. * ServiceContainer.cs: implemented
  66. 2003-07-07 Andreas Nahr <[email protected]>
  67. * DesignerTransaction.cs: Fixed signature
  68. 2003-07-05 Andreas Nahr <[email protected]>
  69. * CheckoutException.cs: Removed unneeded member
  70. * DesignerTransaction.cs: Added destruction code, corrected interface signature
  71. 2003-06-12 Andreas Nahr <[email protected]>
  72. * ActiveDesignerEventArgs.cs: Fixed property access
  73. * CheckoutException.cs
  74. * CommandID.cs
  75. * ComponentChangedEventArgs.cs
  76. * ComponentChangingEventArgs.cs
  77. * ComponentEventArgs.cs
  78. * ComponentRenameEventArgs.cs
  79. * DesignerEventArgs.cs: Implemented
  80. * StandardCommands.cs
  81. * StandardToolWindows.cs: Implemented and removed unneeded MonoTODOs
  82. * DesignerCollection.cs
  83. * DesignerVerbCollection.cs: Collections implemented
  84. * DesignerTransaction.cs
  85. * DesignerVerb.cs: Implemented
  86. * MenuCommand.cs: Most members implemented
  87. * IDesignerHost.cs: Completed interface
  88. * IInheritanceService.cs: Hopefully fixed interface
  89. * ITypeResolutionService.cs: Completed interface
  90. * ISelectionService.cs: Completed interface
  91. * DesigntimeLicenseContext.cs: Added member, implemented
  92. * DesigntimeLicenseContextSerializer.cs: Added private constructor, removed unneeded members
  93. * SelectionTypes.cs
  94. * HelpContextType.cs
  95. * HelpKeywordType.cs: Hopefully fixed enums
  96. * ServiceContainer.cs: implementation added
  97. 2002-12-05 Alejandro Sánchez Acosta <[email protected]>
  98. * ActiveDesignerEventArgs.cs,
  99. ActiveDesignerEventHandler.cs: Added
  100. 2002-11-30 Alejandro Sánchez Acosta <[email protected]>
  101. * System.ComponentModel.Design/CommandID.cs
  102. System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs
  103. System.ComponentModel.Design/DesignerTransactionCloseEventHandler.cs
  104. System.ComponentModel.Design/DesignerTransaction.cs
  105. System.ComponentModel.Design/DesignerVerbCollection.cs
  106. System.ComponentModel.Design/DesignerVerb.cs
  107. System.ComponentModel.Design/IDesigner.cs
  108. System.ComponentModel.Design/IDesignerHost.cs
  109. System.ComponentModel.Design/IResourceService.cs
  110. System.ComponentModel.Design/ISelectionService.cs
  111. System.ComponentModel.Design/IServiceContainer.cs
  112. System.ComponentModel.Design/MenuCommand.cs
  113. System.ComponentModel.Design/ServiceCreatorCallback.cs : Added.