New tests, update
[mono.git] / mcs / class / System / System.Configuration / ChangeLog
index 004e9142b1163b0cb1a0336ca8a4c43a0e366e59..a37a46fc3222ce806153c8d4abc20d7348af6e8a 100644 (file)
@@ -1,3 +1,37 @@
+2007-11-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CustomizableFileSettingsProvider.cs : Type.Namespace can be null.
+         MSDN documentation is kind of wrong here.
+
+2007-10-31 Arina Itkes <arinai@mainsoft.com>
+
+       * CustomizableFileSettingsProvider.cs,  LocalFileSettingsProvider.cs:
+       Return flow to the state before revision 80469 
+       for compilation with defined TARGET_JVM flag.
+
+2007-06-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SettingValueElement.cs : implement Reset().
+       * CustomizableFileSettingsProvider.cs : fixed company name getter
+         and product name getter.
+         LoadPropertyValue() should expect null ValueXml.
+       * LocalFileSettingsProvider.cs : time to switch. With a bit of
+         directory name difference, it should work.
+
+2007-06-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CustomizableLocalFileSettingsProvider.cs :
+         - added extern alias to avoid reference and I could enable
+           Initialize() again.
+         - Copied default user config path stuff (Company/Product/Version)
+           from MWF Application.cs.
+         - SaveProperties() and SavePropertiesNoRoaming() are unified, and
+           mostly rewritten to create userSettings, set value correctly, etc.
+         - GetPropertyValues() should collect default values as well.
+
+         It is not enabled yet, as Configuration.Save() seems to do wrong
+         and could overwrite application exe.config.
+
 2007-06-13  Atsushi Enomoto  <atsushi@ximian.com>
 
        * SettingsContext.cs : add internal CurrentSettings property to