Split PostScript printing code (for Linux/Unix/etc.) into its own source file.

This commit is contained in:
William Kendrick 2007-06-24 23:06:24 +00:00
parent 9dda121e92
commit 4b642d53d5
5 changed files with 206 additions and 123 deletions

View file

@ -9,7 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/
$Id$
2007.June.21 (0.9.17)
2007.June.24 (0.9.17)
* Interface Improvements:
-----------------------
@ -107,6 +107,9 @@ $Id$
resolution. Either use both "fullscreen=yes" and "native=yes" in the
config file, or "--fullscreen --native" on the command-line.
* Split PostScript printing code (for Linux/Unix/etc.) into its own
source file. (Mac OS X, Windows and BeOS all had their own.)
* Documentation Improvements:
---------------------------
* Discussed SVG Stamps in "Extending Tux Paint."