2007-11-01 Ivan N. Zlatev * ResolveNameEventArgs.cs: Fix Value to not return and set Name. 2007-08-18 Ivan N. Zlatev * ContextStack.cs: Update to 2.0. 2007-07-21 Gert Driesen * InstanceDescriptor.cs: Allow null members. Fixed exception messages. For properties, do not perform argument check. Fixed Invoke to return null when member is null or when member is not ctor, method, field or property (eg. a type). Removed obsolete HasThis method. 2007-07-18 Ivan N. Zlatev * InstanceDescriptor.cs: Fix a NRE. 2007-05-15 Adar Wesley * ContextStack.cs: added missing method Append. 2006-03-10 Raja R Harinath * CodeDomSerializerException.cs: Move to System.Design.dll. 2006-03-09 Zoltan Varga * CodeDomSerializerException.cs: New file. 2005-10-18 Sebastien Pouliot * InstanceDescriptor.cs: Added CAS permissions (unrestricted at class level). 2005-10-18 Sebastien Pouliot * InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors. 2005-01-27 LLuis Sanchez Gual * InstanceDescriptor.cs: Constructors don't need to be static. 2003-06-28 Andreas Nahr * 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