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