2002-1-17 Duncan Mak <duncan@duncan@ximian.com>
[mono.git] / mcs / class / corlib / System.Resources / ChangeLog
1 2002-1-17  Duncan Mak  <duncan@duncan@ximian.com>
2
3         * ResourceSet.cs: Implemented GetObject (string, bool) and GetString
4         (string, bool). ResourceSet has no more MonoTODOs! Also added in the
5         Serializable attribute.
6         
7         * *.cs: convert to Miguel's brace style.
8
9 2002-01-17  Duncan Mak  <duncan@ximian.com>
10
11         * ResourceManager.cs: Fixed GetNeutralResourcesLanguage () and added
12         new attributes documented in 1.0 SDK.
13
14 2002-01-17  Duncan Mak  <duncan@ximian.com>
15
16         * ResourceWriter.cs: Added MonoTODO decorations.
17
18         * SatelliteContractVersionAttribute.cs: added new attributes in 1.0 SDK.
19
20         * NeutralResoucesLanguageAttribute.cs: added new attributes in 1.0 SDK
21         
22 2002-01-16  Duncan Mak  <duncan@ximian.com>
23
24         * ResourceReader.cs: Fixed some typos.
25
26         * ResourceManager.cs: After reading the tutorial from the SDK,
27         finished all the ResourceManager constructors and removed those
28         MonoTODO tags.
29         
30         Removed MonoTODO from GetNeutralResourcesLanguage (Assembly)
31         because Miguel just implemented the whole class, including the
32         constructor that I needed (CultureInfo (string)).
33
34         Updated fields after reading the new docs from the final SDK.
35
36         * ResXFileRef.cs, ResXResourceReader.cs: Removed. They are part of
37         Windows.Forms and require System.Xml, which we don't have access to.
38
39 2002-01-13  Duncan Mak  <duncan@ximian.com>
40
41         * ResourceManager.cs: Added more MonoTODOs and cleaned up some 
42         indenting.
43
44 2002-01-09  Duncan Mak  <duncan@ximian.com>
45
46         * ResourceManager.cs: Fixed the GetSatelliteContractVersion()
47         method. It was missing a cast before. Removed MonoTODO
48         attribute. ;-) It was tested by John Barnette, so this shouldn't break
49         the build.
50
51         * ResourceManager.cs: Removed MonoTODO attribute on GetString
52         (string), as I believe it's correct. However, GetString
53         (string, CultureInfo) is definitely broken, so I'm marking it with
54         MonoTODO there. I also added MonoTODO to IntenalGetResourceSet().
55
56 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
57         * Finalizing IResourceReader and IResourceWriter interfaces: 
58           Added "new"-modifier to IResourceReader.GetEnumerator
59         * Fixed compilation issues in other *.cs, so that the 
60           System.Resources namespaces can be included in the corlib build.
61
62 2002-01-05  Ravi Pratap  <ravi@ximian.com>
63
64         * ResourceManager.cs : MonoTODO attribute decoration.
65         
66 Tue Dec 18 13:18:32 CET 2001 Paolo Molaro <lupus@ximian.com>
67
68         * *.cs: fixed some of the compilation issues: missing
69         using directives, typos.
70
71 2001-12-11  Duncan Mak  <duncan@ximian.com>
72
73         * Checked in to CVS.
74
75 2001-12-10  Duncan Mak  <duncan@ximian.com>
76
77         * ResourceManager.cs (GetNeutralResourcesLanguage):
78         (GetSatelliteContractVersion): Implemented.
79         
80 2001-12-09  Duncan Mak  <duncan@ximian.com>
81
82         * ResXResourceReader.cs: Initial attempt.
83
84         * ResXFileRef.cs: Initial attempt.
85
86         * ResourceWriter.cs: Initial attempt.
87
88         * ResourceSet.cs (ReadResources): Implemented, with help from Radek Doulik.
89
90 2001-11-28  Duncan Mak <duncan@ximian.com>      
91
92         * ResourceManager.cs: First attempt.
93
94 2001-11-27  Duncan Mak <duncan@ximian.com>
95
96         * ResourceSet.cs:
97         First attempt, can't continue until ResourceReader and ResourceWriter are implemented.
98                 
99         * SatelliteContractVersionAttribute.cs: First attempt. The spec is quite amibiguous here.
100
101         * NeutralResoucesLanguageAttribute.cs: Complete.
102
103         * MissingManifestResourceException.cs: Complete.
104
105         * IResourceReader.cs: Complete.
106
107         * IResourceWriter.cs: Complete.