move FrameworkName from corlib to System
[mcs.git] / class / System / System.ComponentModel.Design.Serialization / ChangeLog
blob3d9e9f98d355d87075fb254438d3ffe3e7f580ce
1 2009-06-06  Gert Driesen  <drieseng@users.sourceforge.net>
3         * ContextStack.cs: Added argument check to Type indexer, avoiding a
4         NRE. Modify System.Int32 indexer to throw ArgumentOutOfRangeException
5         instead of ArgumentException. Reduce number of times that item count
6         must be obtained.
8 2008-06-05  Ivan N. Zlatev  <contact@i-nz.net>
10         * ContextStack.cs: Also check for subclasses in the Type-based
11         indexter property.
12         [Fixes bug #509151]
14 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
16         * ResolveNameEventHandler.cs, RootDesignerSerializerAttribute.cs,
17           DesignerLoader.cs, SerializationStore.cs : couple of 2.0 API fixes.
19 2007-11-01  Ivan N. Zlatev <contact@i-nz.net>
21         * ResolveNameEventArgs.cs: Fix Value to not return and set Name.
23 2007-08-18  Ivan N. Zlatev <contact@i-nz.net>
25         * ContextStack.cs: Update to 2.0.
27 2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>
29         * InstanceDescriptor.cs: Allow null members. Fixed exception messages.
30         For properties, do not perform argument check. Fixed Invoke to return
31         null when member is null or when member is not ctor, method, field or
32         property (eg. a type). Removed obsolete HasThis method.
34 2007-07-18  Ivan N. Zlatev <contact@i-nz.net>
35         
36         * InstanceDescriptor.cs: Fix a NRE.
38 2007-05-15  Adar Wesley <adarw@mainsoft.com>
40         * ContextStack.cs: added missing method Append.
42 2006-03-10  Raja R Harinath  <rharinath@novell.com>
44         * CodeDomSerializerException.cs: Move to System.Design.dll.
46 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
48         * CodeDomSerializerException.cs: New file.
50 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com> 
52         * InstanceDescriptor.cs: Added CAS permissions (unrestricted at class
53         level).
55 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
57         * InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors.
59 2005-01-27  LLuis Sanchez Gual  <lluis@novell.com>
61         * InstanceDescriptor.cs: Constructors don't need to be static.
63 2003-06-28  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
65         * ContextStack.cs: Redone based on a stack and completely implemented
66         * DesignerLoader.cs: Removed unneeded members
67         * DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
68         * ResolveNameEventArgs.cs: Visibility bug fixed
69         * RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
70         * InstanceDescriptor.cs: Completely Implemented