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