2004-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 20 Apr 2004 14:44:06 +0000 (14:44 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 20 Apr 2004 14:44:06 +0000 (14:44 -0000)
commit3cca8848f58f516d81f729e3e7781a0064c2011a
treede97216d34b0b3b9b90c8c71dee154d9c826482c
parent3d84d8709625a9a83fa1620d77655331eb758555
2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ConfigXmlDocument.cs: fixed overloaded Load and added a new one that
sets the file name.

* ConfigurationSettings.cs: use the new Load in ConfigXmlDocument when
loading sections.

* NameValueFileSectionHandler.cs: don't fails if the path for the 'file'
attribute doesn't have a directory.

Closes bug #57244.

svn path=/trunk/mcs/; revision=25728
mcs/class/System/System.Configuration/ChangeLog
mcs/class/System/System.Configuration/ConfigXmlDocument.cs
mcs/class/System/System.Configuration/ConfigurationSettings.cs
mcs/class/System/System.Configuration/NameValueFileSectionHandler.cs