Restructure how we look for Read files slightly.
commit59627d72e7a21e40b67a9c4848b893b777ca1e37
authortadam <tadam>
Thu, 7 Jan 2010 22:23:24 +0000 (7 22:23 +0000)
committertadam <tadam>
Thu, 7 Jan 2010 22:23:24 +0000 (7 22:23 +0000)
tree91c6d75a1e502700bd2b2cf7728cfd6edce31ceb
parent1eba90b4c8c8b4cf5949a462928e1576ad79fddd
Restructure how we look for Read files slightly.

When searching for files with the Read command, check to see if the file
first of all has an absolute path and if so open it.  If it's relative
then search for it in either FVWM_USERDIR or FVWM_DATADIR as before.  If
the file still can't be found, try and open it outright.  This will
allow therefore:

../../some_file

as a valid filename -- of course this really only makes sense when
invoking fvwm with "-f" on the command-line, as relative paths to config
files in this way should be built up using "$."
ChangeLog
fvwm/read.c