stub out things to get the beatles xbox site up and running
[moon.git] / class / System.Windows / System.Windows.Markup / ChangeLog
blob44f03df311b42bfc61add457c6028e131f6e112d
1 2009-08-05  Jackson Harper  <jackson@ximian.com>
3         * XamlReader.cs: Use the EntryAssembly when creating a managed
4         xaml loader.
6 2009-07-20  Chris Toshok  <toshok@ximian.com>
8         * XamlReader.cs: pass null for resourceBase in Load and
9         LoadWithTemplateValidation.
11 2009-07-13  Jackson Harper  <jackson@ximian.com>
13         * XamlParseException.cs: Add an internal error code
14         field/property/constructor.
16 2009-07-02  Jeffrey Stedfast  <fejj@novell.com>
18         * XmlLanguage.cs (GetLanguage): Validate the eitfLanguageTag
19         string and throw ArgumentExceptions if they are badly formatted.
21 2009-06-30  Jackson Harper  <jackson@ximian.com>
23         * XamlReader.cs: Implement LoadWithInitialTemplateValidation
25 2009-06-08  Jackson Harper  <jackson@ximian.com>
27         * XamlParseException.cs: Remove line/position info from the
28         exception method.
30 2009-04-30  Jackson Harper  <jackson@ximian.com>
32         * XamlReader.cs: loaded objects should be created in a discrete
33         namescope.
35 2009-04-09  Jackson Harper  <jackson@ximian.com>
37         * XamlReader.cs: Updated method name.
39 2009-02-04  Jackson Harper  <jackson@ximian.com>
41         * XamlReader.cs: Use the calling assembly as the loader assembly.
43 2009-01-26  Geoff Norton  <gnorton@novell.com>
45         * XamlReader.cs: Surface lives in Deployment now.
47 2009-01-21  Sebastien Pouliot  <sebastien@ximian.com>
49         * XmlLanguage.cs: Null is an invalid value. All strings needs to 
50         be converted to lower case. Removed SecuritySafeCritical
52 2008-12-22  Sebastien Pouliot  <sebastien@ximian.com>
54         * XamlReader.cs: Match SL2 when null or String.Empty is used as 
55         arguments for Load.
57 2008-11-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
59         * XamlReader.cs: Added InputMethod, ICommand,
60           HostingRenderTargetBitmap. Corcompare fixes.
62 2008-10-30  Jb Evain  <jbevain@novell.com>
64         * XmlnsPrefixAttribute.cs: add.
66 2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
68         * XmlnsDefinitionAttribute.cs, XmlLanguage.cs: Gui-compare fixes.