diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 87779c705..d33190057 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -97,9 +97,9 @@ http://www.newbreedsoftware.com/tuxpaint/
* Now uses "AUDIO_S16SYS" when initializing audio system
(on Linux/Mac/BeOS); helps sound under Linux on Mac hardware.
Albert Cahalan
-
- * Other improvements:
- -------------------
+
+ * Interface improvements:
+ -----------------------
* Thumbnail of selected image now shown on "Erase this image?"
confirmation pop-up.
@@ -110,6 +110,20 @@ http://www.newbreedsoftware.com/tuxpaint/
* Improved 'rubber band line' and stamp outline colors ("XOR" code)
to make such lines easier to see on certain colors.
+ * The "noquit" option now prevents the [Escape] key from quitting
+ Tux Paint. ([Alt]+[F4] and the window close button still work.)
+
+ * Tux Paint can now be quit with [Shift]+[Control]+[Escape], as well.
+ (Useful for when "noquit" and "fullscreen" are set, and the
+ [Alt]+[F4] combination is not possible.)
+
+ * Other improvements:
+ -------------------
+ * Now printing directly via Postscript.
+ (So print command can change from "pngtopnm | pnmtops | lpr" to
+ simply "lpr").
+ Albert Cahalan
+
* Added beige and tan colors. Changed "Lime" to "Neon Green."
Renamed "Fuschia" to "Magenta." Tweaked some color values.
Moved grey/silver next to black/white.
@@ -129,13 +143,6 @@ http://www.newbreedsoftware.com/tuxpaint/
256 to 512.
Albert Cahalan
- * The "noquit" option now prevents the [Escape] key from quitting
- Tux Paint. ([Alt]+[F4] and the window close button still work.)
-
- * Tux Paint can now be quit with [Shift]+[Control]+[Escape], as well.
- (Useful for when "noquit" and "fullscreen" are set, and the
- [Alt]+[F4] combination is not possible.)
-
* Bug fixes:
-------------------
* Lockfile now cleared upon exit, allowing Tux Paint to be re-launched
diff --git a/docs/OPTIONS.txt b/docs/OPTIONS.txt
index eb7e27f53..7d810afce 100644
--- a/docs/OPTIONS.txt
+++ b/docs/OPTIONS.txt
@@ -9,7 +9,7 @@
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
- January 8, 2005
+ January 9, 2005
---------------------------------------------------------------------------
@@ -108,14 +108,17 @@ Windows Users
(Linux and Unix only)
- Use the command COMMAND to print a PNG file. If not set, the
- default command is:
+ Use the command COMMAND to print a PostScript format file. If
+ not set, the default command is:
- pngtopnm | pnmtops | lpr
+ lpr
- Which converts the PNG to a NetPBM 'portable anymap', then
- converts that to a PostScript file, and finally sends that to
- the printer, using the "lpr" command.
+ Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data
+ to the print command (which defaulted to
+ "pngtopnm | pnmtops | lpr").
+
+ If you set an alternative printcommand in the configuration file
+ prior to version 0.9.15, you will need to change it.
printcfg=yes
diff --git a/docs/README.txt b/docs/README.txt
index 1626701d2..1ff71fe62 100644
--- a/docs/README.txt
+++ b/docs/README.txt
@@ -551,11 +551,12 @@ Available Tools
(Linux and Unix only)
- The command used to print is actually a set of
- commands that convert a PNG to a PostScript and
- send it to the printer:
+ Tux Paint prints by generating a PostScript
+ representation of the drawing and sending it to
+ an external program. By default, the program
+ is:
- pngtopnm | pnmtops | lpr
+ lpr
This command can be changed by setting the
"printcommand" value in Tux Paint's
diff --git a/docs/html/OPTIONS.html b/docs/html/OPTIONS.html
index 051db4cb7..22c3485ec 100644
--- a/docs/html/OPTIONS.html
+++ b/docs/html/OPTIONS.html
@@ -22,7 +22,7 @@ New Breed Software
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
-January 8, 2005
+January 9, 2005
@@ -149,16 +149,19 @@ New Breed Software
(Linux and Unix only)
- Use the command COMMAND to print a PNG file.
+
Use the command COMMAND to print a PostScript format file.
If not set, the default command is:
- pngtopnm | pnmtops | lpr
+ lpr
- Which converts the PNG to a NetPBM 'portable anymap',
- then converts that to a PostScript file, and finally
- sends that to the printer, using the "lpr" command.
+ Note: Versions of Tux Paint prior to 0.9.15
+ sent PNG format data to the print command (which defaulted to
+ "pngtopnm | pnmtops | lpr").
+
+ If you set an alternative printcommand in the
+ configuration file prior to version 0.9.15, you will need to change it.
printcfg=yes
diff --git a/docs/html/README.html b/docs/html/README.html
index d8bd4cf40..f481daf11 100644
--- a/docs/html/README.html
+++ b/docs/html/README.html
@@ -747,11 +747,12 @@ New Breed Software
(Linux and Unix only)
- The command used to print is actually a set of commands that
- convert a PNG to a PostScript and send it to the printer:
+ Tux Paint prints by generating a PostScript
+ representation of the drawing and sending it to an external
+ program. By default, the program is:
- pngtopnm | pnmtops | lpr
+ lpr
This command can be changed by setting the "printcommand" value