CHANGES.txt for Tux Paint Configuration Tool

Tux Paint Configuration Tool - A GUI-based configurator for
                               Tux Paint, a simple drawing program for children.

Copyright (c) 2005 by:

Torsten Giebl <wizard@turricane.org>
Jan Wynholds
Bill Kendrick <bill@newbreedsoftware.com>

http://www.newbreedsoftware.com/tuxpaint/

2005.Nov.25 (0.0.6)
  * Added "release" target, for building tarball.

  * Displays friendly notice about missing FLTK headers during compilation
    (like Tux Paint does about SDL)

  * Added basic "INSTALL.txt" documentation.

  * Added "[Alt]+Print command" ("altprintcommand=...") support to
    "Printing" tab.

  * Added support for "altprintalways", "altprintnever" and "altprintmod"
    options (to show the print dialog always, never, or only when [Alt] is
    pressed).  In the "Printing" tab.

  * Added 'win32' target to Makefile, for use on Windows with MinGW/MSYS.
    John Popplewell <john@johnnypops.demon.co.uk>

  * "Apply" button would not become clickable ('active') after "Defaults"
    was clicked!  Fixed.

  * Changed Window Size / Resolution from radio buttons to a pulldown
    containing a variety of supported window sizes.

  * Added "Load System Fonts" checkbox (to set "nosysfonts=yes") to the
    "Languages" tab.

  * Added "No Button Distinction" checkbox (to set "nobuttondistinction="yes")
    to the "Mouse & Keyboard" tab.
    
  * Packed some widgets in the "Saving" tab.

  * Added "Disable 'Save' Button" ("nosave=yes") support to "Saving" tab.

  * Updated version number in title bar; now uses "VER_VERSION" from version.h

  * Added Tux Paint 0.9.15's new languages to the pulldown menu
    (Albanian, Bulgarian, Gaelic, Galician, Georgian, Gronings, Kinyarwanda,
    Swahili, Thai)

  * Removed rectangular borders around option descriptions
    (it looked cluttered).

  * Reduced font size of option descriptions (to reduce clutter and
    improve division between options, since rect. boxes are now gone).


2004.Oct.02 (0.0.5)
  * Added Mac OS X project stuff.
    Jeffrey Drake <tuxpaint@divinecode.org>
    
  * Added VisualC project stuff.
    John Popplewell <john@johnnypops.demon.co.uk>

  * Activated --help, --usage and --copying command-line arguments.

  * Reads all values in.

  * Increased vertical size for the print command descriptions.

  * Writes to ~/.tuxpaintrc under Linux/Unix, and tuxpaint.cfg under Windows.
    (This needs more work, and should stay standardized with Tux Paint!)

  * Language pulldown items include values appropriate for "tuxpaint --lang"
    option.
    (e.g., "Chinese (Simplified)" results in "lang=chinese-simplified")
    
  * Writes all values out.

  * Made sure all changes cause "Apply" button to become active.

  * Added some "About" text.
    Made "About" tab the default.

2004.April.1
  * Bill updated Fluid interface based on his suggestions for labels
    and changed option locations.

  * Added "About" tab.

  * Changed some interfaces (e.g., "File Input" with "Browse..." button for
    "savedir" option).

2004.???.??
  * Torsten updated FLTK code.

2004.January.30
  * Cleaned up skeleton to introduce Torsten's FLTK code.

2002.November.12
  * Initial code skeleton 
