printcommand env var parsing will need add'l work.

This commit is contained in:
William Kendrick 2008-10-14 06:13:57 +00:00
parent cdb3659086
commit 34b41a3f31
2 changed files with 18 additions and 5 deletions

View file

@ -70,11 +70,14 @@ $Id$
* System-Related Improvements:
----------------------------
* 'savedir', 'datadir', 'printcommand' and 'altprintcommand' options in
configuration files (e.g., ~/.tuxpaintrc) now expand environment
variables and tildes (e.g., "~" for $HOME, or "~username" for 'username's
home directory) on Linux. (Using 'wordexp()')
NOTE: Environment variable expansion not yet supported on other platforms.
* 'savedir' and 'datadir' paths given in configuration files
(e.g., ~/.tuxpaintrc) now have any environment variables and tildes
(e.g., "~" for $HOME, or "~username" for 'username's home directory)
expanded.
NOTE: Environment variable expansion via 'wordexp()' -- currently
Linux-only.
NOTE: 'printcommand' and 'altprintcommand' options not currently parsed
for env. vars.
* Build System Improvements
-------------------------