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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:06 +0300
commitb03e60628764d66654147bfc7a7e1a3242559888 (patch)
tree3599b29c7f180a5cb3e8cea3e875d26b8ecdeeb4 /mcs/class/System.Xaml/System.Windows.Markup
parentbf5947a0fd2b523c30833605ee69b2b041aa43f4 (diff)
Remove ChangeLog files from the repo
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
Diffstat (limited to 'mcs/class/System.Xaml/System.Windows.Markup')
-rw-r--r--mcs/class/System.Xaml/System.Windows.Markup/ChangeLog137
1 files changed, 0 insertions, 137 deletions
diff --git a/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog b/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog
deleted file mode 100644
index 510a2b890b2..00000000000
--- a/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog
+++ /dev/null
@@ -1,137 +0,0 @@
-2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs, TypeExtensionMethods.cs : now it can return
- Type name correctly, with INamespacePrefixLookup implementation.
-
-2010-04-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * ArrayExtension.cs : remove MonoTODO.
-
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * DateTimeValueSerializer.cs, NameReferenceConverter.cs :
- implement.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XmlnsCompatibleWithAttribute.cs
- IComponentConnector.cs
- XmlLangPropertyAttribute.cs
- XamlSetMarkupExtensionEventArgs.cs
- PropertyDefinition.cs
- XmlnsDefinitionAttribute.cs
- XmlnsPrefixAttribute.cs : another corcompare fix.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XData.cs : actual implementation.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * ArrayExtension.cs
- TrimSurroundingWhitespaceAttribute.cs
- RuntimeNamePropertyAttribute.cs
- TypeExtension.cs
- MarkupExtensionReturnTypeAttribute.cs
- DateTimeValueSerializer.cs
- IValueSerializerContext.cs
- RootNamespaceAttribute.cs
- MarkupExtension.cs
- Reference.cs
- AmbientAttribute.cs
- NameScopePropertyAttribute.cs
- ValueSerializer.cs
- DictionaryKeyPropertyAttribute.cs
- WhitespaceSignificantCollectionAttribute.cs
- ConstructorArgumentAttribute.cs
- IUriContext.cs
- INameScope.cs
- StaticExtension.cs
- IProvideValueTarget.cs
- ValueSerializerAttribute.cs
- IXamlTypeResolver.cs
- ContentWrapperAttribute.cs
- ContentPropertyAttribute.cs
- DependsOnAttribute.cs
- NullExtension.cs
- UidPropertyAttribute.cs : several corcompare fixes.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * TypeExtensionConverter.cs : implement.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * ValueSerializer.cs : implement most of them.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * TypeExtension.cs, StaticExtension.cs : add [TypeConverter].
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * StaticExtensionConverter.cs, TypeExtensionConverter.cs :
- new internal converter types (almost dummy yet).
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * ArrayExtension.cs
- TypeExtension.cs
- StaticExtension.cs
- PropertyDefinition.cs : implemented.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * ArrayExtension.cs, TypeExtension.cs : add missing members.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * ValueSerializer.cs : add missing members.
- * AmbientAttribute.cs
- ArrayExtension.cs
- ConstructorArgumentAttribute.cs
- ContentPropertyAttribute.cs
- ContentWrapperAttribute.cs
- DateTimeValueSerializer.cs
- DependsOnAttribute.cs
- DictionaryKeyPropertyAttribute.cs
- IComponentConnector.cs
- INameScopeDictionary.cs
- IProvideValueTarget.cs
- IQueryAmbient.cs
- IUriContext.cs
- IXamlTypeResolver.cs
- MarkupExtensionReturnTypeAttribute.cs
- MemberDefinition.cs
- NameReferenceConverter.cs
- NameScopePropertyAttribute.cs
- NullExtension.cs
- PropertyDefinition.cs
- Reference.cs
- RootNamespaceAttribute.cs
- RuntimeNamePropertyAttribute.cs
- StaticExtension.cs
- TrimSurroundingWhitespaceAttribute.cs
- TypeExtension.cs
- UidPropertyAttribute.cs
- UsableDuringInitializationAttribute.cs
- ValueSerializerAttribute.cs
- WhitespaceSignificantCollectionAttribute.cs
- XData.cs
- XamlDeferLoadAttribute.cs
- XamlSetMarkupExtensionAttribute.cs
- XamlSetTypeConverterAttribute.cs
- XmlLangPropertyAttribute.cs
- XmlnsCompatibleWithAttribute.cs
- XmlnsDefinitionAttribute.cs
- XmlnsPrefixAttribute.cs : new types.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * ValueSerializer.cs
- INameScope.cs
- XamlSetMarkupExtensionEventArgs.cs
- IValueSerializerContext.cs
- XamlSetTypeConverterEventArgs.cs
- MarkupExtension.cs
- XamlSetValueEventArgs.cs : initial checkin (incomplete here).