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:
Diffstat (limited to 'mcs/class/PresentationFramework/ChangeLog')
-rw-r--r--mcs/class/PresentationFramework/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/PresentationFramework/ChangeLog b/mcs/class/PresentationFramework/ChangeLog
index 1cb6f0dca3f..e45700bbf06 100644
--- a/mcs/class/PresentationFramework/ChangeLog
+++ b/mcs/class/PresentationFramework/ChangeLog
@@ -1,5 +1,13 @@
2005-08-26 Iain McCoy <iain@mccoy.id.au>
+ * System.Windows.Serialization/data-classes-builder.pl: tighten up
+ access controls for members that don't exist in microsoft's impl
+ (internal access only is appropriate for these members)
+ * Test/XamlParser.cs: use reflection to access the newly tightened-up
+ members
+
+2005-08-26 Iain McCoy <iain@mccoy.id.au>
+
* Mono.Windows.Serialization/CodeWriter.cs,
Mono.Windows.Serialization/ParserToCode.cs: renamed CodeWriter to
ParserToCode in order to more closely parallel