New tests, update
[mono.git] / mcs / class / System / System.ComponentModel.Design.Serialization / ChangeLog
1 2007-11-01  Ivan N. Zlatev <contact@i-nz.net>
2
3         * ResolveNameEventArgs.cs: Fix Value to not return and set Name.
4
5 2007-08-18  Ivan N. Zlatev <contact@i-nz.net>
6
7         * ContextStack.cs: Update to 2.0.
8
9 2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * InstanceDescriptor.cs: Allow null members. Fixed exception messages.
12         For properties, do not perform argument check. Fixed Invoke to return
13         null when member is null or when member is not ctor, method, field or
14         property (eg. a type). Removed obsolete HasThis method.
15
16 2007-07-18  Ivan N. Zlatev <contact@i-nz.net>
17         
18         * InstanceDescriptor.cs: Fix a NRE.
19
20 2007-05-15  Adar Wesley <adarw@mainsoft.com>
21
22         * ContextStack.cs: added missing method Append.
23
24 2006-03-10  Raja R Harinath  <rharinath@novell.com>
25
26         * CodeDomSerializerException.cs: Move to System.Design.dll.
27
28 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
29
30         * CodeDomSerializerException.cs: New file.
31
32 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com> 
33  
34         * InstanceDescriptor.cs: Added CAS permissions (unrestricted at class
35         level).
36
37 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors.
40
41 2005-01-27  LLuis Sanchez Gual  <lluis@novell.com>
42
43         * InstanceDescriptor.cs: Constructors don't need to be static.
44
45 2003-06-28  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
46
47         * ContextStack.cs: Redone based on a stack and completely implemented
48         * DesignerLoader.cs: Removed unneeded members
49         * DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
50         * ResolveNameEventArgs.cs: Visibility bug fixed
51         * RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
52         * InstanceDescriptor.cs: Completely Implemented