2007-09-27 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 27 Sep 2007 19:40:48 +0000 (19:40 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 27 Sep 2007 19:40:48 +0000 (19:40 -0000)
commit884e4acbfca85d4a12dbf44a808374dd66958d4e
tree1f372e23a0742efbefe51f24a5f59315085c8805
parent204df52b0a70f1c6f4b42b630565d7904cea7006
2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>

* System.dll.sources : added ITypeDiscoveryService.cs.

* 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)

svn path=/trunk/mcs/; revision=86532
22 files changed:
mcs/class/System/ChangeLog
mcs/class/System/System.ComponentModel.Design/ActiveDesignerEventHandler.cs
mcs/class/System/System.ComponentModel.Design/Changelog
mcs/class/System/System.ComponentModel.Design/CheckoutException.cs
mcs/class/System/System.ComponentModel.Design/ComponentChangedEventHandler.cs
mcs/class/System/System.ComponentModel.Design/ComponentChangingEventHandler.cs
mcs/class/System/System.ComponentModel.Design/ComponentEventHandler.cs
mcs/class/System/System.ComponentModel.Design/ComponentRenameEventHandler.cs
mcs/class/System/System.ComponentModel.Design/DesignerEventHandler.cs
mcs/class/System/System.ComponentModel.Design/DesignerOptionService.cs
mcs/class/System/System.ComponentModel.Design/DesignerTransaction.cs
mcs/class/System/System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs
mcs/class/System/System.ComponentModel.Design/DesignerTransactionCloseEventHandler.cs
mcs/class/System/System.ComponentModel.Design/DesignerVerb.cs
mcs/class/System/System.ComponentModel.Design/HelpContextType.cs
mcs/class/System/System.ComponentModel.Design/HelpKeywordAttribute.cs
mcs/class/System/System.ComponentModel.Design/HelpKeywordType.cs
mcs/class/System/System.ComponentModel.Design/ITypeDiscoveryService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/MenuCommand.cs
mcs/class/System/System.ComponentModel.Design/ServiceContainer.cs
mcs/class/System/System.ComponentModel.Design/StandardCommands.cs
mcs/class/System/System.dll.sources