2002-08-14 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / corlib / System.Resources / ChangeLog
index 624dc5a482e0eb73d344d0d98e111ab35d70a502..a9694e3ca471471d18273d71047c28844a0e56bb 100644 (file)
@@ -1,3 +1,43 @@
+2002-08-14  Dick Porter  <dick@ximian.com>
+
+       * ResourceSet.cs: Throw the correct exceptions
+
+       * ResourceManager.cs: Implemented all unfinished methods
+
+2002-03-12  Duncan Mak  <duncan@ximian.com>
+
+       * MissingManifestResourceException.cs: This should inherit from
+       SystemException, not Exception.
+
+2002-01-26  Nick Drochak  <ndrochak@gol.com>
+
+       * ResourceReader.cs: Finsished reading resource files with just strings
+       in them.  Need to figure out other types, and also resources with
+       multiple types in the same file.
+
+2002-01-24  Nick Drochak  <ndrochak@gol.com>
+
+       * ResourceReader.cs: Implemented constructors. Started on the 
+       GetEnumerator() method.  Not done yet, but comitting for 
+       'disaster recovery' purposes.
+
+2002-01-19  Duncan Mak  <duncan@ximian.com>
+
+       * *.cs: Fixed indentation. There was a stupid bug in my .emacs file.
+
+2002-1-17  Duncan Mak  <duncan@duncan@ximian.com>
+
+       * ResourceSet.cs: Implemented GetObject (string, bool) and GetString
+       (string, bool). ResourceSet has no more MonoTODOs! Also added in the
+       Serializable attribute.
+       
+       * *.cs: convert to Miguel's brace style.
+
+2002-01-17  Duncan Mak  <duncan@ximian.com>
+
+       * ResourceManager.cs: Fixed GetNeutralResourcesLanguage () and added
+       new attributes documented in 1.0 SDK.
+
 2002-01-17  Duncan Mak  <duncan@ximian.com>
 
        * ResourceWriter.cs: Added MonoTODO decorations.