2009-10-21 Carlo Kok * RuntimeLicenseContext.cs: Support for the resourceAssembly parameter. 2009-10-12 Carlo Kok * DesigntimeLicenseContextSerializer.cs: Properly serialize licenses. * RuntimeLicenseContext.cs: Properly deserialize licenses. 2008-06-18 Ivan N. Zlatev * ServiceContainer.cs: Lazy initialize the services hashtable so that we handle disposed state on 2.0 nicely. 2008-06-07 Gert Driesen * ServiceContainer.cs: In AddService, first check parent and end flow after adding service to parent, throw ArgumentNullException when serviceInstance or callback is null. In RemoveService, when promote is false the service must be removed from current container. Fixes bug #397824. On 1.0 profile, IServiceContainer is a default service offered by containers. Minor code formatting. 2008-01-06 Ivan N. Zlatev * ServiceContainer.cs: Check DefaultServices in GetService in 2.0. * MenuCommand.cs: Invoke (args) should call Invoke () and leave args handling for subclasses. 2007-12-24 Gert Driesen * CheckoutException.cs: Provide customized message and error code (2.0 only) for Canceled. Call base ctor in default ctor. 2007-12-24 Arina Itkes * CheckoutException.cs: CheckoutException should not be initialized with ErrorCode = 0 by default. 2007-12-04 Arina Itkes * HelpKeywordAttribute.cs: Changes for SOAP serialization compatibility with .NET. 2007-09-27 Atsushi Enomoto * ITypeDiscoveryService.cs : new. * DesignerTransactionCloseEventArgs.cs : added [Obsolete]. * DesignerVerb.cs : added Description. ToString() contains " : ". * StandardCommands.cs : added DocumentOutline and ViewCode. * HelpKeywordAttribute.cs : implemented .ctor(Type). * ComponentChangedEventHandler.cs, ComponentRenameEventHandler.cs, ActiveDesignerEventHandler.cs, HelpKeywordType.cs, DesignerEventHandler.cs, ComponentEventHandler.cs, DesignerTransactionCloseEventHandler.cs, HelpContextType.cs ComponentChangingEventHandler.cs : [Serializable] is extra in 2.0. * ServiceContainer.cs : some members became virtual in 2.0. Removed finalizer. Added DefaultServices. * DesignerOptionService.cs : it is abstract. Added attributes. * CheckoutException.cs : added more 2.0 constructors. * MenuCommand.cs : added Properties property. * DesignerTransaction.cs : Fixed .ctor() (public->protected) 2007-08-29 Ivan N. Zlatev * DefaultSerializationProviderAttribute.cs: implemented. * ComponentSerializationService.cs: implemented. * MemberRelationship.cs: implemented. * SerializationStore.cs: implemented. 2007-06-06 Ivan N. Zlatev * IComponentInitialization.cs: New 2.0 interface 2007-05-30 Sebastien Pouliot * IComponentDiscoveryService.cs: New 2.0 interface (required by SDD) 2007-05-15 Adar Wesley * MenuCommand.cs: added missing method overload Invoke 2006-09-11 Gonzalo Paniagua Javier * ViewTechnology.cs: update for 2.0. Patch by Ivan N. Zlatev. 2006-09-11 Gonzalo Paniagua Javier * SelectionTypes.cs: updates for 2.0. Patch by Ivan N. Zlatev. 2006-09-11 Gonzalo Paniagua Javier * ServiceContainer.cs: update for 2.0. Patch by Ivan N. Zlatev. 2006-05-31 Gert Driesen * DesignerCollection.cs: Added explicit interface implemenation for ICollection.Count and IEnumerable.GetEnumerator. Fixes corcompare warnings. 2005-10-04 Sebastien Pouliot * DesignerTransaction.cs: Added a call to GC.SuppressFinalize in Dispose. 2004-03-17 Ivan Hamilton * RuntimeLicenseContext.cs: Implemented. 2003-08-31 Alexandre Pigolkine * ServiceContainer.cs: implemented 2003-07-07 Andreas Nahr * DesignerTransaction.cs: Fixed signature 2003-07-05 Andreas Nahr * CheckoutException.cs: Removed unneeded member * DesignerTransaction.cs: Added destruction code, corrected interface signature 2003-06-12 Andreas Nahr * ActiveDesignerEventArgs.cs: Fixed property access * CheckoutException.cs * CommandID.cs * ComponentChangedEventArgs.cs * ComponentChangingEventArgs.cs * ComponentEventArgs.cs * ComponentRenameEventArgs.cs * DesignerEventArgs.cs: Implemented * StandardCommands.cs * StandardToolWindows.cs: Implemented and removed unneeded MonoTODOs * DesignerCollection.cs * DesignerVerbCollection.cs: Collections implemented * DesignerTransaction.cs * DesignerVerb.cs: Implemented * MenuCommand.cs: Most members implemented * IDesignerHost.cs: Completed interface * IInheritanceService.cs: Hopefully fixed interface * ITypeResolutionService.cs: Completed interface * ISelectionService.cs: Completed interface * DesigntimeLicenseContext.cs: Added member, implemented * DesigntimeLicenseContextSerializer.cs: Added private constructor, removed unneeded members * SelectionTypes.cs * HelpContextType.cs * HelpKeywordType.cs: Hopefully fixed enums * ServiceContainer.cs: implementation added 2002-12-05 Alejandro Sánchez Acosta * ActiveDesignerEventArgs.cs, ActiveDesignerEventHandler.cs: Added 2002-11-30 Alejandro Sánchez Acosta * System.ComponentModel.Design/CommandID.cs System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs System.ComponentModel.Design/DesignerTransactionCloseEventHandler.cs System.ComponentModel.Design/DesignerTransaction.cs System.ComponentModel.Design/DesignerVerbCollection.cs System.ComponentModel.Design/DesignerVerb.cs System.ComponentModel.Design/IDesigner.cs System.ComponentModel.Design/IDesignerHost.cs System.ComponentModel.Design/IResourceService.cs System.ComponentModel.Design/ISelectionService.cs System.ComponentModel.Design/IServiceContainer.cs System.ComponentModel.Design/MenuCommand.cs System.ComponentModel.Design/ServiceCreatorCallback.cs : Added.