2010-04-10 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Xaml / System.Xaml / ChangeLog
1 2010-04-10  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XamlXmlWriter.cs : Process closing only once (disposing).
4           Close output only when required.
5
6 2010-04-10  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * TypeExtensionMethods.cs, XamlType.cs :
9           implement LookupCustomAttributeProvider() and use it.
10         * XamlLanguage.cs : add internal const for xmlns ns.
11         * XamlServices.cs : implement some.
12
13 2010-04-09  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * XamlMember.cs
16           XamlDirective.cs
17           XamlType.cs : implement TypeConverter support.
18
19 2010-04-09  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * TypeExtension.cs, TypeExtensionMethods.cs : renamed to avoid
22           confusion between Sys.Win.Markup.TypeExtension.
23
24 2010-04-09  Atsushi Enomoto  <atsushi@ximian.com>
25
26         * TypeExtension.cs
27           XamlMember.cs
28           XamlDirective.cs
29           XamlType.cs
30           XamlLanguage.cs : ongoing implementation.
31
32 2010-04-09  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * XamlType.cs : implemented lots of members.
35         * TypeExtension.cs : split out from above.
36
37 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * XamlMember.cs, XamlDirective.cs :
40           Implemented lots of directive members.
41
42 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * XamlDirective.cs
45           XamlLanguage.cs
46           XamlMember.cs
47           XamlType.cs : add more members and implement some.
48
49 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * AmbientPropertyValue.cs
52           AttachableMemberIdentifier.cs
53           AttachablePropertyServices.cs
54           ChangeLog
55           IAmbientProvider.cs
56           IAttachedPropertyStore.cs
57           IDestinationTypeProvider.cs
58           INamespacePrefixLookup.cs
59           IRootObjectProvider.cs
60           IXamlIndexingReader.cs
61           IXamlLineInfo.cs
62           IXamlLineInfoConsumer.cs
63           IXamlNameProvider.cs
64           IXamlNameResolver.cs
65           IXamlNamespaceResolver.cs
66           IXamlObjectWriterFactory.cs
67           IXamlSchemaContextProvider.cs
68           NamespaceDeclaration.cs
69           XamlBackgroundReader.cs
70           XamlDeferringLoader.cs
71           XamlDirective.cs
72           XamlDuplicateMemberException.cs
73           XamlException.cs
74           XamlInternalException.cs
75           XamlLanguage.cs
76           XamlMember.cs
77           XamlNodeList.cs
78           XamlNodeQueue.cs
79           XamlNodeType.cs
80           XamlObjectEventArgs.cs
81           XamlObjectReader.cs
82           XamlObjectReaderException.cs
83           XamlObjectReaderSettings.cs
84           XamlObjectWriter.cs
85           XamlObjectWriterException.cs
86           XamlObjectWriterSettings.cs
87           XamlParseException.cs
88           XamlReader.cs
89           XamlReaderSettings.cs
90           XamlSchemaContext.cs
91           XamlSchemaContextSettings.cs
92           XamlSchemaException.cs
93           XamlServices.cs
94           XamlType.cs
95           XamlWriter.cs
96           XamlWriterSettings.cs
97           XamlXmlReader.cs
98           XamlXmlReaderSettings.cs
99           XamlXmlWriter.cs
100           XamlXmlWriterException.cs
101           XamlXmlWriterSettings.cs : initial checkin.