2002-09-03 Martin Baulig * ConfigurationSettings.cs (ConfigurationSettings.GetConfig): Use the correct configuration filename, fixed the TODO. (GetSectionHanderType): Renamed to GetSectionHandlerType. * NameValueSectionHandler.cs (NameValueSectionHandler.Create): Allow whitespaces in the configuration file. 2002-01-31 Duncan Mak * ConfigurationException.cs: Rewrote most of the file and added serialization bits. 2002-01-06 Ravi Pratap * ConfigurationSettings.cs, IgnoreSectionHandler.cs : MonoTODO decoration * SingleTagSectionHandler.cs, DictionarySectionHandler.cs, NameValueSectionHandler.cs : Ditto. 2001-08-28 Christopher Podurgiel * IConfigurationSectionHandler.cs: Added reference to System.Xml. * SingleTagSectionHandler.cs: Added Implementation of Create() method. * NameValueSectionHandler.cs: Added Implementation of Create() method. * ConfigurationException.cs: Now returns proper message rather than "System Exception". 2001-08-26 Christopher Podurgiel * 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.