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