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/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/PresentationFramework/ChangeLog b/mcs/class/PresentationFramework/ChangeLog
index a718caf9fdd..3b7e6c28f0e 100644
--- a/mcs/class/PresentationFramework/ChangeLog
+++ b/mcs/class/PresentationFramework/ChangeLog
@@ -1,3 +1,14 @@
+2005-07-25 Iain McCoy <iain@mccoy.id.au>
+
+ * Test/XamlParser.cs: added tests for correct catching of non-existent
+ processing instructions, attempting to set a dependency property on an
+ object that is not a dependency object and for code elements.
+ * Test/CodeWriter.cs: added tests for partial class generation and for
+ giving a specific name to an object to be stored as a property value
+ * Mono.Windows.Serialization/XamlParser.cs: be more paranoid about
+ children of code elements, have better punctuation if objecting to an
+ incorrect mapping and throw exceptions on unknown property types.
+
2005-07-24 Iain McCoy <iain@mccoy.id.au>
* Test/XamlParser.cs,