[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Xaml / System.Xaml.Schema / ChangeLog
1 2010-04-22  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XamlMemberInvoker.cs : make sure GetValue() is not supported
4           on directives.
5
6 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * XamlTypeTypeConverter.cs : this prefers UnderlyingType.ToString()
9           unlike XamlType.ToString().
10
11 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * XamlTypeName.cs : corcompare shows I was missing useful two.
14
15 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * XamlTypeName.cs : implemented.
18
19 2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * XamlTypeInvoker.cs : implement AddToCollection and AddToDictionary.
22
23 2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * XamlTypeInvoker.cs : implement CreateInstance() for object writer.
26
27 2010-04-12  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * XamlTypeName.cs : methods were missing.
30
31 2010-04-09  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * XamlTypeTypeConverter.cs, XamlValueConverter.cs : implemented.
34
35 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * XamlMemberInvoker.cs : implement most of it.
38
39 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
40
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.