Uri.OriginalString is a bit misleading since it's computed for merged URI
[mono.git] / mcs / class / System / System.ComponentModel.Design.Serialization / ChangeLog
old mode 100644 (file)
new mode 100755 (executable)
index 3fd1edf..3d9e9f9
@@ -1,3 +1,36 @@
+2009-06-06  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ContextStack.cs: Added argument check to Type indexer, avoiding a
+       NRE. Modify System.Int32 indexer to throw ArgumentOutOfRangeException
+       instead of ArgumentException. Reduce number of times that item count
+       must be obtained.
+
+2008-06-05  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * ContextStack.cs: Also check for subclasses in the Type-based
+       indexter property.
+       [Fixes bug #509151]
+
+2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ResolveNameEventHandler.cs, RootDesignerSerializerAttribute.cs,
+         DesignerLoader.cs, SerializationStore.cs : couple of 2.0 API fixes.
+
+2007-11-01  Ivan N. Zlatev <contact@i-nz.net>
+
+       * ResolveNameEventArgs.cs: Fix Value to not return and set Name.
+
+2007-08-18  Ivan N. Zlatev <contact@i-nz.net>
+
+       * ContextStack.cs: Update to 2.0.
+
+2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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 <contact@i-nz.net>
        
        * InstanceDescriptor.cs: Fix a NRE.