2005-10-18 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / System.ComponentModel.Design.Serialization / ChangeLog
1 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors.
4
5 2005-01-27  LLuis Sanchez Gual  <lluis@novell.com>
6
7         * InstanceDescriptor.cs: Constructors don't need to be static.
8
9 2003-06-28  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
10
11         * ContextStack.cs: Redone based on a stack and completely implemented
12         * DesignerLoader.cs: Removed unneeded members
13         * DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
14         * ResolveNameEventArgs.cs: Visibility bug fixed
15         * RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
16         * InstanceDescriptor.cs: Completely Implemented