2005-08-26 Iain McCoy <iain@mccoy.id.au>
authorIain McCoy <iainmc@mono-cvs.ximian.com>
Fri, 26 Aug 2005 11:15:34 +0000 (11:15 -0000)
committerIain McCoy <iainmc@mono-cvs.ximian.com>
Fri, 26 Aug 2005 11:15:34 +0000 (11:15 -0000)
commitffb845b352dadf2a085b2b58aa3cb6c5d5ae4464
treef0ddba31d0b847558ebeff6987331c461d544321
parent4c35581a7e457b0efa9afd466d25e01736568433
parent19538fbb905817793415b08ce15aea3894a75eb9
2005-08-26  Iain McCoy  <iain@mccoy.id.au>

        * demo/runtimetest.cs: use the newly-renamed Parser class instead of
        the interim ObjectWriter

2005-08-24  Iain McCoy  <iain@mccoy.id.au>

        * Mono.Windows.Serialization/ObjectWriter.cs,
        System.Windows.Serialization/Parser.cs: renamed ObjectWriter to
        Parser, made interface more similar
        * Test/ObjectWriter.cs: changed to test the new Parser class

2005-08-24  Iain McCoy  <iain@mccoy.id.au>

        * Mono.Windows.Serialization/XamlParser.cs: make internal
        * Mono.Windows.Serialization/CodeWriter.cs: add private member so that
        the tests can get at the type for XamlParser
        * Test/XamlParser.cs: use reflection to get the XamlParser type out of
        CodeWriter, create an instance of it and get nodes from it

svn path=/trunk/mcs/; revision=48885
mcs/class/PresentationFramework/ChangeLog
mcs/class/PresentationFramework/Mono.Windows.Serialization/CodeWriter.cs
mcs/class/PresentationFramework/Mono.Windows.Serialization/ObjectWriter.cs
mcs/class/PresentationFramework/Mono.Windows.Serialization/XamlParser.cs
mcs/class/PresentationFramework/PresentationFramework.dll.sources
mcs/class/PresentationFramework/System.Windows.Serialization/Parser.cs
mcs/class/PresentationFramework/Test/ObjectWriter.cs
mcs/class/PresentationFramework/Test/XamlParser.cs
mcs/tools/xamlc/ChangeLog
mcs/tools/xamlc/demo/runtimetest.cs