New test.
[mono.git] / mcs / class / System / System.ComponentModel.Design.Serialization / ChangeLog
index 5d1c47de18f538d604125cc94d2c5280332d1ec9..41fe1e9c49cf2b14dc08c7fb1b66788d04594269 100644 (file)
@@ -1,3 +1,29 @@
+2006-03-10  Raja R Harinath  <rharinath@novell.com>
+
+       * CodeDomSerializerException.cs: Move to System.Design.dll.
+
+2006-03-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * CodeDomSerializerException.cs: New file.
+
+2005-10-18  Sebastien Pouliot  <sebastien@ximian.com> 
+       * InstanceDescriptor.cs: Added CAS permissions (unrestricted at class
+       level).
+
+2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors.
+
 2005-01-27  LLuis Sanchez Gual  <lluis@novell.com>
 
        * InstanceDescriptor.cs: Constructors don't need to be static.
+
+2003-06-28  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * ContextStack.cs: Redone based on a stack and completely implemented
+       * DesignerLoader.cs: Removed unneeded members
+       * DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
+       * ResolveNameEventArgs.cs: Visibility bug fixed
+       * RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
+       * InstanceDescriptor.cs: Completely Implemented