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
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')
-rw-r--r--mcs/class/System.Xaml/Assembly/ChangeLog3
-rw-r--r--mcs/class/System.Xaml/ChangeLog68
-rw-r--r--mcs/class/System.Xaml/System.Windows.Markup/ChangeLog137
-rw-r--r--mcs/class/System.Xaml/System.Xaml.Permissions/ChangeLog7
-rw-r--r--mcs/class/System.Xaml/System.Xaml.Schema/ChangeLog48
-rw-r--r--mcs/class/System.Xaml/System.Xaml/ChangeLog355
-rw-r--r--mcs/class/System.Xaml/Test/System.Windows.Markup/ChangeLog13
-rwxr-xr-xmcs/class/System.Xaml/Test/System.Xaml.Schema/ChangeLog31
-rw-r--r--mcs/class/System.Xaml/Test/System.Xaml/ChangeLog199
-rw-r--r--mcs/class/System.Xaml/Test/XmlFiles/ChangeLog20
10 files changed, 0 insertions, 881 deletions
diff --git a/mcs/class/System.Xaml/Assembly/ChangeLog b/mcs/class/System.Xaml/Assembly/ChangeLog
deleted file mode 100644
index bea57bcc671..00000000000
--- a/mcs/class/System.Xaml/Assembly/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * AssemblyInfo.cs : initial checkin.
diff --git a/mcs/class/System.Xaml/ChangeLog b/mcs/class/System.Xaml/ChangeLog
deleted file mode 100644
index bbd519f7f01..00000000000
--- a/mcs/class/System.Xaml/ChangeLog
+++ /dev/null
@@ -1,68 +0,0 @@
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add XDataTest.cs.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add XamlTypeNameTest.cs.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add XamlXmlReaderTest.cs.
- * Makefile: added test files as EXTRA_DISTFILES.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add ValueSerializerTest.cs.
-
-2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add XamlObjectWriterTest.cs.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml.dll.sources : add new internal type.
-
-2010-04-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add XamlObjectReaderTest.cs.
-
-2010-04-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add XamlXmlWriterTest.cs.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml.dll.sources : add new internal types.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add more tests.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add more tests.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml.dll.sources : renamed TypeExtension.cs.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml_test.dll.sources : add XamlLanguageTest.cs.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml.dll.sources
- System.Xaml_test.dll.sources : more new types.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xaml.dll.sources
- System.Xaml_test.dll.sources : add a lot of new types.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile
- System.Xaml.dll.sources
- System.Xaml_test.dll.sources : initial checkin.
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).
diff --git a/mcs/class/System.Xaml/System.Xaml.Permissions/ChangeLog b/mcs/class/System.Xaml/System.Xaml.Permissions/ChangeLog
deleted file mode 100644
index 38dc8e72a89..00000000000
--- a/mcs/class/System.Xaml/System.Xaml.Permissions/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlAccessLevel.cs : add missing methods.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlAccessLevel.cs XamlLoadPermission.cs : initial checkin.
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.
diff --git a/mcs/class/System.Xaml/System.Xaml/ChangeLog b/mcs/class/System.Xaml/System.Xaml/ChangeLog
deleted file mode 100644
index ef12e8ffb08..00000000000
--- a/mcs/class/System.Xaml/System.Xaml/ChangeLog
+++ /dev/null
@@ -1,355 +0,0 @@
-2010-05-17 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlWriterStateManager.cs : on object writer, reject more write
- namespace order. (I should really unuse it for object writer.)
- * XamlObjectWriter.cs : result is set at end object. Do not reject
- non-collection in this writer. I'm totally no idea why it should
- not do so though.
-
-2010-04-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMember.cs : hack GetHashCode().
-
-2010-04-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs : now it can look into values and pick up
- more required namespace prefixes.
-
-2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs, TypeExtensionMethods.cs : handle System.Type
- as predefined type that returns Value instead of StartObject.
- Rename some member getter methods to explicitly limit the scope to
- object readers so far.
-
-2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs
- XamlMember.cs
- TypeExtensionMethods.cs
- XamlType.cs : handle PositionalParameters, for Type type support.
-
-2010-04-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * TypeExtensionMethods.cs : add IsContentValue() for member and
- return true for "_Initialization".
- * XamlObjectReader.cs : use above.
-
-2010-04-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : implement LookupPositionalParameters().
-
-2010-04-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs : use Type, not TargetType.
-
-2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : do not return index property.
- * TypeExtensionMethods.cs : return Initialization only for value nodes.
- * XamlObjectReader.cs : member content can be either a value or a new
- object. Fix certain EndObject transition to become EndMember, not
- EndObject twice.
-
-2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs, XamlSchemaContext.cs, XamlLanguage.cs:
- collect namespace declarations first. Remove extra [XmlnsPrefix]
- on the assembly, and handle it specially in GetPreferredPrefix(),
-
-2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs : check constructible type. Remove extra ns node.
-
-2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : ignore ReferenceConverter which is used for IList<T>.
-
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : cache member lookup.
-
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMember.cs : cosmetic equivalence change.
-
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReader.cs : Resolve generic type names. Process attribute
- members.
- * XamlLanguage.cs : add XamlTypeName-to-ClrType method.
- * XmlSchemaContext.cs : extracted special type name handling to above.
-
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : sort of reverted AllowedContentTypes.
- msdn explanation is so wrong.
-
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlSchemaContext.cs : implement GetXamlDirective().
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : implement AllowedContentTypes and ContentWrappers.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReader.cs : handle types in clr-namespace.
- * XamlType.cs : replaced Type-to-typename hack with better-working one.
- * XamlLanguage,cs : add internal clr type name resolver method.
- * XamlXmlWriter.cs : for Initialization, value is passed as a string,
- so don't try to verify it with the object type.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReader.cs : ongoing bugfixes to pass start object.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs, TypeExtensionMethods.cs :
- Value serialization improvements. Improved namespace handling.
- Remove unused code.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReader.cs : Return Member. Remove NIE.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlWriter.cs : use TypeConverter to get string value to write.
- (TimeSpan shows the difference; the type's ValueSerializer is null,
- while TypeConverter is not, and gives the expected non-xsd output.)
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlSchemaContext.cs, TypeExtensionMethods.cs : reimplement some
- GetXamlType() overloads. Protected one should be the actual
- implementation.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : fixed ToString() to ignore UnderlyingType.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMember.cs : implemented ToString().
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReader.cs :
- Skip irrelevant nodes. Remove extra member (Dispose).
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReader.cs : basic implementation.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs : Type is consumed as TypeExtension.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlServices.cs : fix Transform implementation.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlServices.cs : added a couple of missing methods.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs
- XamlSchemaContext.cs
- XamlObjectReaderException.cs
- XamlXmlWriterException.cs
- XamlXmlWriterSettings.cs
- XamlObjectWriterException.cs
- XamlParseException.cs
- XamlInternalException.cs
- XamlException.cs
- XamlSchemaException.cs
- XamlDuplicateMemberException.cs : a handful of corcompare fixes.
-
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMember.cs
- XamlDirective.cs
- XamlType.cs
- XamlLanguage.cs : implement (Lookup)ValueSerializer.
-
-2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlWriter.cs :
- Do not write element or attribute for Initialization.
-
-2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlWriter.cs
- XamlObjectWriter.cs
- XamlWriterStateManager.cs : basic object writer implementation.
- Needed non-trivial changes to state manager, as it turned out that
- the state transition does not seem to be well designed to be common.
-
-2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : IsArray, IsCollection and IsGeneric are based on
- LookupCollectionKind(). Removed buggy documented behavior from the
- lookup method too.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlWriter.cs : check null args.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlWriterStateManager.cs, XamlXmlWriter.cs : extracted former
- from latter, to reuse it in XamlObjectWriter too.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlSchemaContext.cs
- TypeExtensionMethods.cs
- XamlType.cs : implement type lookup by name in schema context.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs
- XamlSchemaContext.cs
- XamlMember.cs
- XamlType.cs
- XamlLanguage.cs : more type system implementation. Now it creates
- XamlType indirectly all around.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : make implementation a bit cleaner.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlLanguage.cs : implement namespaces properties.
- * XamlType.cs : implement member lookup methods and IsConstructible.
- * XamlMember.cs : do not use PropertyInfo's CanRead and CanWrite
- which both return True for private getter and setter.
- * TypeExtensionMethods.cs : add member retriever method that convers
- Initialization (for XamlXmlWriter).
- * XamlObjectReader.cs : use above.
-
-2010-04-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlSchemaContext.cs : implement some methods.
- * XamlLanguage.cs : add assembly attributes.
-
-2010-04-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReader.cs : implemented cosmetic members.
- * XamlSchemaContext.cs : looks like I missed all methods here.
-
-2010-04-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReader.cs : basic implementation.
- * XamlReader.cs : implemented Skip().
- * XamlType.cs : hacked GetAllMembers() for XamlObjectReader work.
- * TypeExtensionMethods.cs : added an extension to get member value.
-
-2010-04-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlWriter.cs : Process closing only once (disposing).
- Close output only when required.
-
-2010-04-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * TypeExtensionMethods.cs, XamlType.cs :
- implement LookupCustomAttributeProvider() and use it.
- * XamlLanguage.cs : add internal const for xmlns ns.
- * XamlServices.cs : implement some.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMember.cs
- XamlDirective.cs
- XamlType.cs : implement TypeConverter support.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * TypeExtension.cs, TypeExtensionMethods.cs : renamed to avoid
- confusion between Sys.Win.Markup.TypeExtension.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * TypeExtension.cs
- XamlMember.cs
- XamlDirective.cs
- XamlType.cs
- XamlLanguage.cs : ongoing implementation.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlType.cs : implemented lots of members.
- * TypeExtension.cs : split out from above.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMember.cs, XamlDirective.cs :
- Implemented lots of directive members.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlDirective.cs
- XamlLanguage.cs
- XamlMember.cs
- XamlType.cs : add more members and implement some.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * AmbientPropertyValue.cs
- AttachableMemberIdentifier.cs
- AttachablePropertyServices.cs
- ChangeLog
- IAmbientProvider.cs
- IAttachedPropertyStore.cs
- IDestinationTypeProvider.cs
- INamespacePrefixLookup.cs
- IRootObjectProvider.cs
- IXamlIndexingReader.cs
- IXamlLineInfo.cs
- IXamlLineInfoConsumer.cs
- IXamlNameProvider.cs
- IXamlNameResolver.cs
- IXamlNamespaceResolver.cs
- IXamlObjectWriterFactory.cs
- IXamlSchemaContextProvider.cs
- NamespaceDeclaration.cs
- XamlBackgroundReader.cs
- XamlDeferringLoader.cs
- XamlDirective.cs
- XamlDuplicateMemberException.cs
- XamlException.cs
- XamlInternalException.cs
- XamlLanguage.cs
- XamlMember.cs
- XamlNodeList.cs
- XamlNodeQueue.cs
- XamlNodeType.cs
- XamlObjectEventArgs.cs
- XamlObjectReader.cs
- XamlObjectReaderException.cs
- XamlObjectReaderSettings.cs
- XamlObjectWriter.cs
- XamlObjectWriterException.cs
- XamlObjectWriterSettings.cs
- XamlParseException.cs
- XamlReader.cs
- XamlReaderSettings.cs
- XamlSchemaContext.cs
- XamlSchemaContextSettings.cs
- XamlSchemaException.cs
- XamlServices.cs
- XamlType.cs
- XamlWriter.cs
- XamlWriterSettings.cs
- XamlXmlReader.cs
- XamlXmlReaderSettings.cs
- XamlXmlWriter.cs
- XamlXmlWriterException.cs
- XamlXmlWriterSettings.cs : initial checkin.
diff --git a/mcs/class/System.Xaml/Test/System.Windows.Markup/ChangeLog b/mcs/class/System.Xaml/Test/System.Windows.Markup/ChangeLog
deleted file mode 100644
index 932743f5132..00000000000
--- a/mcs/class/System.Xaml/Test/System.Windows.Markup/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XDataTest.cs : new test.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * ValueSerializerTest.cs : new test.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * ArrayExtensionTest.cs
- StaticExtensionTest.cs
- TypeExtensionTest.cs : new tests.
diff --git a/mcs/class/System.Xaml/Test/System.Xaml.Schema/ChangeLog b/mcs/class/System.Xaml/Test/System.Xaml.Schema/ChangeLog
deleted file mode 100755
index df73ea280b8..00000000000
--- a/mcs/class/System.Xaml/Test/System.Xaml.Schema/ChangeLog
+++ /dev/null
@@ -1,31 +0,0 @@
-2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberInvokerTest.cs : make sure GetValue() is not supported
- on directives.
-
-2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberInvokerTest.cs : make sure that the invoker returns Type
- for Type member here. (XamlObjectReader returns string for some
- cases, so I wanted to make sure it is *not* here.)
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTypeConverterTest.cs : more conversion tests.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeNameTest.cs : new test.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTypeConverterTest.cs, XamlValueConverterTest.cs :
- new tests.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeInvokerTest.cs : new test.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberInvokerTest.cs : new test.
diff --git a/mcs/class/System.Xaml/Test/System.Xaml/ChangeLog b/mcs/class/System.Xaml/Test/System.Xaml/ChangeLog
deleted file mode 100644
index 568a0c69dbe..00000000000
--- a/mcs/class/System.Xaml/Test/System.Xaml/ChangeLog
+++ /dev/null
@@ -1,199 +0,0 @@
-2010-06-29 Raja R Harinath <harinath@hurrynot.org>
-
- * XamlLanguageTest.cs (CategoryAttribute): Use a slightly more
- portable way to resolve the CategoryAttribute ambiguity.
- * XamlObjectReaderTest.cs, XamlObjectWriterTest.cs: Likewise.
- * XamlTypeTest.cs, XamlXmlReaderTest.cs, XamlXmlWriterTest.cs: Likewise.
- * XamlDirectiveTest.cs: Likewise.
-
-2010-05-17 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectWriterTest.cs : fix and enable some tests.
-
-2010-04-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : more test use cases.
-
-2010-04-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : enable working tests.
- * XamlTypeTest.cs : added a test for GetAliasedProperty().
-
-2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : enabled working tests. Add decent
- namespace declaration node assertions in the next tests.
-
-2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : add another MarkupExtension test.
-
-2010-04-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : added a bunch of read detail tests (lots
- on not-working ones).
-
-2010-04-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTest.cs : added tests for GetPositionalParameters().
-
-2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : enable working test.
-
-2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : enable working tests and remove invalid
- comment.
-
-2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : add simple read tests for some types.
-
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberTest.cs, XamlXmlReaderTest.cs :
- a few correction and additions on member equality.
-
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberTest.cs, XamlXmlReaderTest.cs : some member equivalence
- tests. Commented out some assertions that won't work for a while.
-
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReaderTest.cs : add more detailed read tests, and more
- file-based tests (not working yet).
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTest.cs, XamlLanguageTest.cs : enable AllowedContentTypes
- and ContentWrappers tests.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReaderTest.cs : enable DateTime tests.
- * XamlSchemaContextTest.cs : add a type name resolver test.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReaderTest.cs : added a couple more of read and load tests.
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : add more read tests (lots of them are
- not fully working yet).
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReaderTest.cs : add primitive TimeSpan reader test.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTest.cs : add more TypeConverter and ToString() tests.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberTest.cs : remove extra type that I wrote when I thought
- there were no public UnderlyingMember.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberTest.cs : added ToStringTest().
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlReaderTest.cs : new, too insufficient yet.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs
- XamlSchemaContextTest.cs
- XamlTypeTest.cs : a couple of Type/TypeExtension-related tests.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTest.cs, XamlLanguageTest.cs : enable ValueSerializer tests.
-
-2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlWriterTest.cs : enable WriteNode() tests.
-
-2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectWriterTest.cs : new test.
- * XamlXmlWriterTest.cs : added some not-working tests.
-
-2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTest.cs : assert that dictionary types are *not* collection.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlSchemaContextTest.cs, XamlTypeTest.cs : more type system tests.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlSchemaContextTest.cs, XamlTypeTest.cs : more type system tests.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTest.cs : add a few more TypeConverter assertions.
-
-2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlLanguageTest.cs : add member lookup tests and properties tests
- on those members.
- * XamlTypeTest.cs : add GetAllAttachableMembers() test.
- Enable IsConstructible().
-
-2010-04-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlSchemaContextTest.cs : add some tests for methods.
-
-2010-04-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlObjectReaderTest.cs : new test.
-
-2010-04-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlXmlWriterTest.cs : new test.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTest.cs, XamlLanguageTest.cs : enable TypeConverter tests.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlLanguageTest.cs : new test.
- * XamlDirectiveTest.cs : add another ns test.
-
-2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlTypeTest.cs : added a lot of new tests.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlMemberTest.cs, XamlDirectiveTest.cs :
- Add more tests. Enable working tests.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * XamlDirectiveTest.cs
- XamlMemberTest.cs : new tests.
-
-2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * AmbientPropertyValueTest.cs
- XamlObjectWriterSettingsTest.cs
- AttachableMemberIdentifierTest.cs
- XamlReaderSettingsTest.cs
- XamlSchemaContextSettingsTest.cs
- NamespaceDeclarationTest.cs
- XamlSchemaContextTest.cs
- XamlDuplicateMemberExceptionTest.cs
- XamlTypeTest.cs
- XamlObjectEventArgsTest.cs
- XamlXmlReaderSettingsTest.cs
- XamlObjectReaderSettingsTest.cs
- XamlXmlWriterSettingsTest.cs : initial checkin.
diff --git a/mcs/class/System.Xaml/Test/XmlFiles/ChangeLog b/mcs/class/System.Xaml/Test/XmlFiles/ChangeLog
deleted file mode 100644
index a4a430c80c4..00000000000
--- a/mcs/class/System.Xaml/Test/XmlFiles/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * Dictionary_Int32_String.xml, Dictionary_String_Type.xml :
- add more test files (not working though).
-
-2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * DateTime.xml : new test file. (not working though)
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * TimeSpan.xml : new test file.
-
-2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * Type.xml
- String.xml
- List_Int32.xml
- Array_Int32.xml
- Int32.xml : New, example reader test xml files.