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:
authorAtsushi Eno <atsushieno@gmail.com>2010-04-22 15:54:12 +0400
committerAtsushi Eno <atsushieno@gmail.com>2010-04-22 15:54:12 +0400
commit07fbb342c4a762bdeee68872ccac968017c6d0fc (patch)
treee95df22b6e568ed84d8a4a6e2d5615887ea319c8 /mcs/class/System.Xaml/System.Windows.Markup
parentde0d9d0986519f06396402de89354b48850b3e70 (diff)
2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
* XamlObjectReader.cs, TypeExtensionMethods.cs : now it can return Type name correctly, with INamespacePrefixLookup implementation. * XamlObjectReaderTest.cs : enabled working tests. Add decent namespace declaration node assertions in the next tests. svn path=/trunk/mcs/; revision=155945
Diffstat (limited to 'mcs/class/System.Xaml/System.Windows.Markup')
-rw-r--r--mcs/class/System.Xaml/System.Windows.Markup/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog b/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog
index 99f5a2e8f1d..510a2b890b2 100644
--- a/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog
+++ b/mcs/class/System.Xaml/System.Windows.Markup/ChangeLog
@@ -1,3 +1,8 @@
+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.