X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Xaml%2FSystem.Windows.Markup%2FChangeLog;h=510a2b890b28a7e054e796d117225e6099dcdf9b;hb=10fa44a5e6ab5b6cc4c4a79da9a2a032d0901af5;hp=1256e703a36b52644ca40e598f0bf89ad805db21;hpb=6d9958eda65fb4aa97be78fae106a109369d6225;p=mono.git diff --git a/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog b/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog index 1256e703a36..510a2b890b2 100644 --- a/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog +++ b/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog @@ -1,3 +1,85 @@ +2010-04-22 Atsushi Enomoto + + * XamlObjectReader.cs, TypeExtensionMethods.cs : now it can return + Type name correctly, with INamespacePrefixLookup implementation. + +2010-04-20 Atsushi Enomoto + + * ArrayExtension.cs : remove MonoTODO. + +2010-04-16 Atsushi Enomoto + + * DateTimeValueSerializer.cs, NameReferenceConverter.cs : + implement. + +2010-04-15 Atsushi Enomoto + + * XmlnsCompatibleWithAttribute.cs + IComponentConnector.cs + XmlLangPropertyAttribute.cs + XamlSetMarkupExtensionEventArgs.cs + PropertyDefinition.cs + XmlnsDefinitionAttribute.cs + XmlnsPrefixAttribute.cs : another corcompare fix. + +2010-04-15 Atsushi Enomoto + + * XData.cs : actual implementation. + +2010-04-15 Atsushi Enomoto + + * 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 + + * TypeExtensionConverter.cs : implement. + +2010-04-14 Atsushi Enomoto + + * ValueSerializer.cs : implement most of them. + +2010-04-12 Atsushi Enomoto + + * TypeExtension.cs, StaticExtension.cs : add [TypeConverter]. + +2010-04-09 Atsushi Enomoto + + * StaticExtensionConverter.cs, TypeExtensionConverter.cs : + new internal converter types (almost dummy yet). + +2010-04-09 Atsushi Enomoto + + * ArrayExtension.cs + TypeExtension.cs + StaticExtension.cs + PropertyDefinition.cs : implemented. + 2010-04-09 Atsushi Enomoto * ArrayExtension.cs, TypeExtension.cs : add missing members.