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:
authorMiguel de Icaza <miguel@gnome.org>2005-01-28 07:15:21 +0300
committerMiguel de Icaza <miguel@gnome.org>2005-01-28 07:15:21 +0300
commit121bf94ccce28b25db73c15e35787d296d4a0453 (patch)
treeeeb23737c018be832c0a3a1b6bacaac7b5c30343 /mcs/class/System/System.ComponentModel.Design.Serialization
parent48fcf680248e4621f35f9d3099c3cdfa52adc743 (diff)
Merge into ChangeLog
svn path=/trunk/mcs/; revision=39680
Diffstat (limited to 'mcs/class/System/System.ComponentModel.Design.Serialization')
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog9
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/Changelog8
2 files changed, 9 insertions, 8 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
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/Changelog b/mcs/class/System/System.ComponentModel.Design.Serialization/Changelog
deleted file mode 100644
index a573836fa4a..00000000000
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/Changelog
+++ /dev/null
@@ -1,8 +0,0 @@
-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