diff --git a/Makefile b/Makefile index 0259d1e31..851c1b57e 100644 --- a/Makefile +++ b/Makefile @@ -7,12 +7,12 @@ # bill@newbreedsoftware.com # http://www.tuxpaint.org/ -# June 14, 2002 - June 24, 2007 +# June 14, 2002 - June 27, 2007 # The version number, for release: -VER_VERSION=0.9.17 +VER_VERSION=0.9.17rc1 VER_DATE=`date +"%Y-%m-%d"` diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 1fabc72be..81e6da9be 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -9,7 +9,7 @@ http://www.tuxpaint.org/ $Id$ -2007.June.26 (0.9.17) +2007.June.27 (0.9.17) * Interface Improvements: ----------------------- @@ -144,6 +144,8 @@ $Id$ * Briefly documented alternative input methods (IM character map files) in "Extending..." + + * Cleaned up FAQ a little. Added info on "Where are my pictures?" * Bug Fixes: ---------- diff --git a/docs/FAQ.txt b/docs/FAQ.txt index 4bfe2b496..eaad42f4d 100644 --- a/docs/FAQ.txt +++ b/docs/FAQ.txt @@ -8,7 +8,7 @@ bill@newbreedsoftware.com http://www.tuxpaint.org/ - September 14, 2002 - April 26, 2007 + September 14, 2002 - June 27, 2007 Drawing-related @@ -31,11 +31,12 @@ Drawing-related of example stamps.) If you don't want to install the default collection of stamps, you can - just create your own. See the README documentation for more on - creating PNG image files, TXT text description files, WAV sound files, - and DAT text data files that make up stamps. + just create your own. See the EXTENDING TUX PAINT documentation for + more on creating PNG and SVG image files, TXT text description files, + Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make + up stamps. - Finally, if you install the stamps, and think they should be loading, + Finally, if you installed stamps, and think they should be loading, check to see that the "nostamps" option isn't being set. (Either via a "--nostamps" option to Tux Paint's command line, or "nostamps=yes" in the configuration file.) @@ -47,9 +48,9 @@ Drawing-related * The Magic "Fill" Tool Looks Bad Tux Paint is probably comparing exact pixel colors when filling. - This is faster, but looks worse. Run the command "tuxpaint - --version" from a command line, and you should see, amongst the - other output: "Low Quality Flood Fill enabled". + This is faster, but looks worse. Run the command + "tuxpaint --version" from a command line, and you should see, + amongst the other output: "Low Quality Flood Fill enabled". To change this, you must rebuild Tux Paint from source. Be sure to remove or comment out any line that says: @@ -135,7 +136,7 @@ Interface Problems * Linux and Unix users: Make sure the locale is available Make sure the locale you want is available. Check your - "/etc/locale.gen" file. See the README documentation for the + "/etc/locale.gen" file. See the OPTIONS documentation for the locales Tux Paint uses (especially when using the "--lang" option). @@ -209,7 +210,7 @@ Printing "printdelay=...". Either remove that line, set the delay value to 0 (no delay), or - decrease the delay to a value you prefer. (See the README + decrease the delay to a value you prefer. (See the OPTIONS documentation). Or, you can simply run Tux Paint with the command-line argument: @@ -243,6 +244,27 @@ Printing Saving + * Where are my pictures? + + Unless you asked Tux Paint to save into a specific location (using the + 'savedir' option), Tux Paint saves into a standard location on your + local drive: + + * Windows + In the user's "Application Data" folder: + e.g., C:\Documents and Settings\Username\Application + Data\TuxPaint\saved + * Mac OS X + In the user's "Application Support" folder: + e.g., /Users/Username/Library/Applicaton Support/TuxPaint/saved/ + * Linux / Unix + In the user's $HOME directory, under a ".tuxpaint" subfolder: + e.g., /home/username/.tuxpaint/saved/ + + The images are stored as PNG bitmaps, which most modern programs + should be able to load (image editors, word processors, web browsers, + etc.) + * Tux Paint always saves over my old picture! The "save over" option is enabled. (This disables the prompt that @@ -446,7 +468,7 @@ Other Probelms seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder - where TuxPaint.exe resides (e.g., C:\Program Files\TuxPaint). + where TuxPaint.exe resides (e.g., in C:\Program Files\TuxPaint). A lockfile ("~/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint diff --git a/docs/OPTIONS.txt b/docs/OPTIONS.txt index 2aeafda56..809488de6 100644 --- a/docs/OPTIONS.txt +++ b/docs/OPTIONS.txt @@ -9,7 +9,7 @@ bill@newbreedsoftware.com http://www.tuxpaint.org/ - June 25, 2007 + June 27, 2007 -------------------------------------------------------------------------- diff --git a/docs/README.txt b/docs/README.txt index e65d86af6..f242c60d9 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -9,7 +9,7 @@ bill@newbreedsoftware.com http://www.tuxpaint.org/ - June 14, 2002 - June 7, 2007 + June 14, 2002 - June 27, 2007 -------------------------------------------------------------------------- diff --git a/docs/html/FAQ.html b/docs/html/FAQ.html index 03e75c199..f95d188ab 100644 --- a/docs/html/FAQ.html +++ b/docs/html/FAQ.html @@ -22,7 +22,7 @@ New Breed Software

bill@newbreedsoftware.com
http://www.tuxpaint.org/

-

September 14, 2002 - April 26, 2007

+

September 14, 2002 - June 27, 2007

Drawing-related

@@ -47,27 +47,29 @@ New Breed Software

comes with a small collection of example stamps.)

If you don't want to install the default collection of stamps, - you can just create your own. See the README - documentation for more on creating PNG image files, TXT text - description files, WAV sound files, and DAT text data files that - make up stamps.

+ you can just create your own. See the EXTENDING + TUX PAINT documentation for more on creating PNG and SVG image files, + TXT text description files, Ogg Vorbis, MP3 or WAV sound files, + and DAT text data files that make up stamps.

-

Finally, if you install the stamps, and think they should be loading, +

Finally, if you installed stamps, and think they should be loading, check to see that the "nostamps" option isn't being set. - (Either via a "--nostamps" option to Tux Paint's command line, or - "nostamps=yes" in the configuration file.)

+ (Either via a "--nostamps" option to Tux Paint's + command line, or "nostamps=yes" in the configuration file.)

If so, either change/remove the "nostamps" option, or you can - override it with "--stamps" on the command line or - "nostamps=no" or "stamps=yes" in a configuration file.

+ override it with "--stamps" on the command line or + "nostamps=no" or "stamps=yes" in a + configuration file.