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.Xaml/System.Xaml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.Xaml/System.Xaml.Schema/ChangeLog48
1 files changed, 0 insertions, 48 deletions
diff --git a/mcs/class/System.Xaml/System.Xaml.Schema/ChangeLog b/mcs/class/System.Xaml/System.Xaml.Schema/ChangeLog
deleted file mode 100644
index 1d56e1203c5..00000000000
--- a/mcs/class/System.Xaml/System.Xaml.Schema/ChangeLog
+++ /dev/null
@@ -1,48 +0,0 @@
-2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberInvoker.cs : make sure GetValue() is not supported
- on directives.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTypeConverter.cs : this prefers UnderlyingType.ToString()
- unlike XamlType.ToString().
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeName.cs : corcompare shows I was missing useful two.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeName.cs : implemented.
-
-2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeInvoker.cs : implement AddToCollection and AddToDictionary.
-
-2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeInvoker.cs : implement CreateInstance() for object writer.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeName.cs : methods were missing.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTypeConverter.cs, XamlValueConverter.cs : implemented.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberInvoker.cs : implement most of it.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * AllowedMemberLocations.cs
- ShouldSerializeResult.cs
- XamlCollectionKind.cs
- XamlMemberInvoker.cs
- XamlTypeInvoker.cs
- XamlTypeName.cs
- XamlTypeTypeConverter.cs
- XamlValueConverter.cs : initial checkin.