2002-09-03 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / class / System / System.Configuration / ChangeLog
1 2002-09-03  Martin Baulig  <martin@gnome.org>
2
3         * ConfigurationSettings.cs (ConfigurationSettings.GetConfig): Use the
4         correct configuration filename, fixed the TODO.
5         (GetSectionHanderType): Renamed to GetSectionHandlerType.
6
7         * NameValueSectionHandler.cs (NameValueSectionHandler.Create): Allow
8         whitespaces in the configuration file.
9
10 2002-01-31  Duncan Mak  <duncan@ximian.com>
11
12         * ConfigurationException.cs: Rewrote most of the file and added
13         serialization bits.
14
15 2002-01-06  Ravi Pratap  <ravi@ximian.com>
16
17         * ConfigurationSettings.cs, IgnoreSectionHandler.cs : MonoTODO decoration
18
19         * SingleTagSectionHandler.cs, DictionarySectionHandler.cs, 
20         NameValueSectionHandler.cs : Ditto.
21
22 2001-08-28  Christopher Podurgiel <cpodurgiel@msn.com>
23         * IConfigurationSectionHandler.cs: Added reference to System.Xml.
24         
25         * SingleTagSectionHandler.cs: Added Implementation of Create() method.
26         
27         * NameValueSectionHandler.cs: Added Implementation of Create() method.
28         
29         * ConfigurationException.cs: Now returns proper message rather than "System Exception".
30
31 2001-08-26  Christopher Podurgiel <cpodurgiel@msn.com>
32
33         * ConfigurationSettings.cs: No longer references the NameValueSectionHandler      directly.  Instead it uses System.Reflection to call the Create() method                for the appropriate SectionHandler as defined in the .config file.
34