2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Xaml / System.Xaml.Schema / ChangeLog
blob1d56e1203c5389315dfa460f718e26c606f10f87
1 2010-04-22  Atsushi Enomoto  <atsushi@ximian.com>
3         * XamlMemberInvoker.cs : make sure GetValue() is not supported
4           on directives.
6 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
8         * XamlTypeTypeConverter.cs : this prefers UnderlyingType.ToString()
9           unlike XamlType.ToString().
11 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
13         * XamlTypeName.cs : corcompare shows I was missing useful two.
15 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
17         * XamlTypeName.cs : implemented.
19 2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
21         * XamlTypeInvoker.cs : implement AddToCollection and AddToDictionary.
23 2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
25         * XamlTypeInvoker.cs : implement CreateInstance() for object writer.
27 2010-04-12  Atsushi Enomoto  <atsushi@ximian.com>
29         * XamlTypeName.cs : methods were missing.
31 2010-04-09  Atsushi Enomoto  <atsushi@ximian.com>
33         * XamlTypeTypeConverter.cs, XamlValueConverter.cs : implemented.
35 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
37         * XamlMemberInvoker.cs : implement most of it.
39 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
41         * AllowedMemberLocations.cs
42           ShouldSerializeResult.cs
43           XamlCollectionKind.cs
44           XamlMemberInvoker.cs
45           XamlTypeInvoker.cs
46           XamlTypeName.cs
47           XamlTypeTypeConverter.cs
48           XamlValueConverter.cs : initial checkin.