Using wordexp() instead of replace_tilde(), to pick up homedir and other
enviornment variables (under Linux only). All C++-style comments replaced with C-style.
This commit is contained in:
parent
4af40c75d8
commit
a44e103f5a
2 changed files with 478 additions and 446 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
2008.October.7 (0.9.21)
|
2008.October.8 (0.9.21)
|
||||||
* New Starters:
|
* New Starters:
|
||||||
-------------
|
-------------
|
||||||
* Silver Frame
|
* Silver Frame
|
||||||
|
|
@ -68,6 +68,14 @@ $Id$
|
||||||
* "Negative", "Tint", "Glass Tile", "Darken" and "Lighten" tools
|
* "Negative", "Tint", "Glass Tile", "Darken" and "Lighten" tools
|
||||||
can all now affect the entire image.
|
can all now affect the entire image.
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
* Build System Improvements
|
* Build System Improvements
|
||||||
-------------------------
|
-------------------------
|
||||||
* Adhering to Debian & FreeDesktop.org standards regarding .desktop file.
|
* Adhering to Debian & FreeDesktop.org standards regarding .desktop file.
|
||||||
|
|
|
||||||
914
src/tuxpaint.c
914
src/tuxpaint.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue