Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog')
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog b/mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog
index 5d1c47de18f..0b30e46b38a 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog
@@ -1,3 +1,12 @@
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 \ No newline at end of file