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 2002-2024 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/


2024.January.27 (0.0.23)
 * Option for new Tux Paint 0.9.32 feature:
   + "Complexity" level control added to "Simplification".
     Bill Kendrick <bill@newbreedsoftware.com>
     w/ help from TOYAMA Shin-ichi

 * Other Improvements:
   + Simplify macOS building by signing macOS app bundle anonymously by
     default.
     Mark Kim <markuskimius@gmail.com>

 * Translation updates:
   + Albanian translation
     Besnik Bleta <besnik@programeshqip.org>

   + Japanese
     TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

   + Portuguese
     Hugo Carvalho <hugokarvalho@hotmail.com>

2023.July.20 (0.0.22)
 * Options for new Tux Paint 0.9.31 features:
   + "Disable 'Make Template'" added to "Simplification".
     Bill Kendrick <bill@newbreedsoftware.com>

   + "Disable 'Erase' (file deletion)" added to "Simplification".
     Bill Kendrick <bill@newbreedsoftware.com>

   + "UI Font" added to "Locale".  (Queries system, via Pango, for
     available fonts and presents them in a selection list.)
     Bill Kendrick <bill@newbreedsoftware.com>

 * Bug fixes:
   + Activate "Apply" & "Reset" buttons immediately upon editing type-in
     and spinner fields; don't require focus to change first.
     Bill Kendrick <bill@newbreedsoftware.com>

   + Make sure to remove up generated gettext '.mo' files during
     "make uninstall" process.
     TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

   + Options that may contain spaces (directory paths, like "savedir",
     or shell comamnds like "printcommand") now have their values wrapped
     in double quotes (").
     - On Linux, use of `wordexp()` to handle shell expansion
       (e.g., "$HOME" or "~") requires things be wrapped in quotes
       if they contain spaces.
     - On other platforms, quotes will be trimmed by Tux Paint itself.
     - Affected options as of 0.9.31: "uifont", "colorfile",
       "savedir", "exportdir", "datadir",
       "printcommand", and "altprintcommand".
     Bill Kendrick <bill@newbreedsoftware.com>
     TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

   + Ensure UI Font list includes fonts bundled with Tux Paint but may not be
     visible to Tux Paint Config.
     Mark Kim <markuskimius@gmail.com>

 * Other changes:
   + Improvements to debugging output options.
     Mark Kim <markuskimius@gmail.com>

 * Translation updates:
   + Catalan
     Pere Pujal i Carabantes <perepujal@gmail.com>

   + French
     Chion Jacques <jacques.chion@orange.fr>

   + Icelandic
     Sveinn í Felli <sv1@fellsnet.is>

   + Japanese
     TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

 * Build updates
   + macOS
     - Update for Tux Paint Config to find the same set of fonts found
       by Tux Paint on macOS.
     - Auto update version when building on macOS.
     Mark Kim <markuskimius@gmail.com>

   + Dropping old GNOME and KDE specific icon/launcher installers,
     having Makefile replicate more closely what `tuxpaint` does.
     h/t Tim Dickson
     Bill Kendrick <bill@newbreedsoftware.com>

   + Default spec file for rpmbuild.
     TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

 * Miscellaneous:
   + Option to enable debugging (see debug.h)
     Mark Kim <markuskimius@gmail.com>

2023.May.19 (0.0.21)
  * "Disable Magic Sizes" added to "Simplification",
    to match new setting in Tux Paint 0.9.30.
    Bill Kendrick <bill@newbreedsoftware.com>

  * Canvas size calculation appears, based on window size,
    orientation, button size, and color rows.
    Closes https://sourceforge.net/p/tuxpaint/feature-requests/106/
    Bill Kendrick <bill@newbreedsoftware.com>

  * Created "src/indent.sh", to run 'indent' against source files.
    Ran it during 0.0.21 development.
    Bill Kendrick <bill@newbreedsoftware.com>

  * New "haiku" Makefile target that builds with "-lintl"
    Luc 'Begasus' Schrijvers <begasus@gmail.com>
    and Bill Kendrick <bill@newbreedsoftware.com>

  * Fix path for tuxpaint.cfg on Haiku
    Luc 'Begasus' Schrijvers <begasus@gmail.com>

  * Translation updates:
    + Chinese (Simplified)
      臧传明 <qdeduos@163.com>

    + Dutch
      Luc 'Begasus' Schrijvers <begasus@gmail.com>

    + Icelandic
      Sveinn í Felli <sv1@fellsnet.is>

    + Japanese
      TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>


2023.April.2 (0.0.20)
  * "Disable Stamp Rotation" added to "Simplification",
    to match new setting in Tux Paint 0.9.29.
    Bill Kendrick <bill@newbreedsoftware.com>

  * "Button Size: Auto" added to "Video/Sound",
    to match new setting option in Tux Paint 0.9.29.
    Bill Kendrick <bill@newbreedsoftware.com>

  * Option to set joystick button to activate "Fill" tool
    (Closes https://sourceforge.net/p/tuxpaint/feature-requests/199/)
    Bill Kendrick <bill@newbreedsoftware.com>

  * [WIN32] Require "administrator" privileges
    to enable saving changes for "All Users" to the file in the system directory.
    TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

  * Added additional headings, some recently-added options
    (and older, missing ones), and fleshed out the Joystick
    section of Tux Paint Config.'s README.
    Bill Kendrick <bill@newbreedsoftware.com>

  * Translation updates:
    + Catalan
      Pere Pujal i Carabantes <perepujal@gmail.com>

    + French
      Chion Jacques <jacques.chion@orange.fr>

    + Georgian
      Gia Shervashidze <giasher@gmail.com>

    + Icelandic
      Sveinn í Felli <sv1@fellsnet.is>

    + Japanese
      TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

    + Portuguese
      Hugo Carvalho <hugokarvalho@hotmail.com>

    + Ukrainian
      Yuri Chornoivan <yurchor@ukr.net> 

2022.June.3 (0.0.19)
  * "Reverse Sort" option added to "Saving",
    to match new setting in Tux Paint 0.9.28.

  * "Disable Brush spacing" option added to "Simplification",
    to match new setting in Tux Paint 0.9.28.

  * Improved layout to Saving tab
    TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
    Bill Kendrick <bill@newbreedsoftware.com>

  * Build updates:
    * macOS
      Mark Kim <markuskimius@gmail.com>
      * Applying to Tux Paint Config the same changes already made to the main
        Tux Paint application:
        * build-app.sh uses character class [[:space:]] instead of \t for
          compatibility with newer tools.
        * Add macos/build-universal.sh for building the universal binary.
        * Provide universal binary build instructions.
        * Small tweaks to the Makefile to better guide the user on the next
          steps and make the universal binary build instructions clearer.
      * Remove the `--openfolder` option when calling `bless` from Apple
        Silicon.  This option is no longer valid on Apple Silicon as of the
        March 2022 release of Xcode.

  * Translation updates:
    + Albanian translation
      Besnik Bleta <besnik@programeshqip.org>

    + Japanese translation
      TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

    + Portuguese translation
      Hugo Carvalho <hugokarvalho@hotmail.com>

2021.November.25 (0.0.18)
  * Interface improvements:
    + Scaling up the Tux Paint Config. window size and
      font size of text shown in the UI, when the screen has
      a high DPI (>= 120) and sufficienlty high resolution
      (>= 1280 wide x >= 900 high).
 
      (Set an environment variable "TPC_SIZE=small" to
      override this, and use the smaller window & font sizes.
      "TCP_SIZE=large" can be supplied to force a larger UI.)

    + Made widget and label spacing and positioning more dynamic, to
      help with both high-DPI support (above) as well as better
      handling of UI when running in locales that have longer strings.

    + Allow window to be resized.

    Bill Kendrick <bill@newbreedsoftware.com>
    TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
    Pere Pujal i Carabantes <perepujal@gmail.com>

  * New features:
    + "Use 'All Users' Settings" checkbox replaced with a
      3-way selection dialog that allows the local config
      to either (a) ignore system-wide configurations,
      and ONLY use the local config's, (b) merge the
      system-wide configuration with the local one
      (the previous default behavior) or (c) use only
      the system-wide one (deletes the local config file).
      (https://sourceforge.net/p/tuxpaint/bugs/201/)
      - MD Ekramul Ansari <https://sourceforge.net/u/ekramula2>
        (h/t Pere Pujal i Carabantes for 'rebasing' Erkamul's
        original patch from 2015(!); some bugfixing by Bill K.)

  * Localization updates:
    + Catalan translation
      Pere Pujal i Carabantes <perepujal@gmail.com>

    + French translation
      Chion Jacques <jacques.chion@orange.fr>

    + Galician translation
      Miguel Bouzada <mbouzada@gmail.com>

    + Icelandic translation
      Sveinn í Felli <sv1@fellsnet.is>

    + Japanese translation
      TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

    + Portugues translatione
      Hugo Carvalho <hugokarvalho@hotmail.com>

    + Allowing translations which fail to word-wrap naturally
      in FLTK due to lack of explicit whitespace (e.g. Japanese)
      to wrap (without resorting to including "\n" linebreaks
      within the translated strings), as FLTK doesn't handle
      this itself (as of v.1.3.4).  Utilizes `unibreak` library.

    + Default language option is now localizable (had always
      appeared in English).
      (Shin-ichi with tweaks by Bill)

 * Bug fixes
   * Some settings could not be reset to their defaults; mended.
     ("Button size", "Color palette rows", "Colors last in 'New' dialog",
     "Disable Magic Controls", "Disable Shape Controls", and
     "Disable 'Label' Tool")


2021.June.28 (0.0.17)
  * Moved "Alternative Color Palette" option from
    "Video/Sound" to "Data".

  * Added an "Interface Size" section to "Video/Sound", with
    sliders to control:
    + interface button size ("buttonsize")
    + number of color palette rows ("colorsrows")

  * macOS support for All Users
    macOS can once again save settings for All Users on modern macOS that
    requires authentication before writing to a global settings directory.
    The user, assuming one is of an admin user type, is prompted for their
    password when saving to the All Users directory.
    Mark K. Kim <markuskimius@gmail.com>

  * Documentation updates:
    * Added macOS installation instructions.
      Mark K. Kim <markuskimius@gmail.com>

  * Build updates:
    * Fix -Wexpansion-to-defined warning
      Mark K. Kim <markuskimius@gmail.com>

  * New translation:
    * Albanian
      Besnik Bleta <besnik@programeshqip.org>

  * Translation updates:
    * Icelandic
      Sveinn í Felli <sv1@fellsnet.is>


2020.December.27 (0.0.16)
  * Added "User Alternative Export Direction" option,
    under "Saving" section, to match option provided for
    new Tux Paint features (export image and export animated GIF).

  * Added "Disable Shape Controls" option,
    under "Simplification" section, to match new Tux Paint option.

  * Build updates:
    * Support for Mingw64 for 64-bit builds
      TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

  * Added option for the Sardinian language.

  * Added to README the descriptions of some options which
    were previously missing.

  * Updated translations:
    + Catalan
      Pere Pujal i Carabantes <perepujal@gmail.com>

    + French translation
      Chion Jacques <jacques.chion@orange.fr>

    + Galician
      Miguel Bouzada <mbouzada@gmail.com>

    + Icelandic
      Sveinn í Felli <sv1@fellsnet.is>

    + Japanese translation
      TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

2020.May.29 (0.0.15)
  * Added "'New' colors last", to match new Tux Paint feature.
    (Also, renamed "Start Blank" group to "Starting Out".)

  * Added "Stereo" option, to match new Tux Paint feature.

  * Build updates:
    + Allow DESTDIR to be used to specify a packaging directory.
      Tim Dickson <dickson.tim@googlemail.com>
      (Reflected for macOS: Mark K. Kim <markuskimius@gmail.com>)

  * Updated translations:
    + Basque
      Alexander Gabilondo <alexgabi@disroot.org>

    + Catalan
      Pere Pujal i Carabantes <perepujal@gmail.com>

    + French
      Jacques Chion <jacques.chion@orange.fr>

    + Fula
      Ibrahima SARR <ibrahima.sarr@pulaagu.com>

    + Galician
      Miguel Bouzada <mbouzada@gmail.com>

    + Norwegian Nynorsk
      Karl Ove Hufthammer <karl@huftis.org>

2018.August.18 (0.0.14)
  * Updated translations:
    + Catalan
      Robert Buj Gelonch <rbuj@users.sf.net>

    + British English translation
      Caroline Ford <caroline.ford.work@googlemail.com>

    + Dutch
      William Heppe <heppew@yahoo.com>

    + Fula
      Ibrahima SARR <ibrahima.sarr@pulaagu.com>

    + Portuguese
      Sérgio Marques (smarquespt@gmail.com) (via Joe)

    + Scottish gaelic
      Michael Bauer <fios@akerbeltz.org>
      Fòram na Gàidhlig

    + Slovak
      Jaroslav Rynik <jrynik@yahoo.co.uk>

    + Spanish
      Matías Bellone <matiasbellone+debian@gmail.com>

  * New translations:
    + Kabyle
      Yacine Bouklif <yacine_tizi2003@yahoo.fr>

  * Added options for "Bengali', "Bodo", "Dogri", "Kabyle",
    "Kashmiri" (both Devanagari and Perso-Arabic),
    "Sindhi" (both Devanagari and Perso-Arabic), and "Urdu" languages
    (added to Tux Paint in v. 0.9.23).

  * Building:
    * Avoid using "install -D" to mkdir
      Thomas Klausner <tk@giga.or.at>

    * Update macOS build files for macOS 10.7 and later.
      Mark K. Kim <mkkim214@gmail.com>

    * Allow to override build date (in order to make builds reproducible)
      by Chris Lamb, pushed by Bernhard M. Wiedemann

2014.June.29 (0.0.13)
  * Enabled using gettext() with UTF-8.
    Shin-ichi TOYAMA <dolphin6k@users.sourceforge.net>

  * Created a Makefile for static-linking.
    Shin-ichi TOYAMA <dolphin6k@users.sourceforge.net>

  * Added "Disable Label tool" option, to match new Tux Paint feature.

  * Added options for "Acholi", "Akan", "Amharic", "Fula", "Kiga", "Luganda",
    "Luxembourgish", "Malayalam", "Mongolian", "Northern Sotho", "Persian",
    "Serbian (latin)" and "Venetian" languages (added to Tux Paint recently).

  * Added "Accessibility" tab, with options for sticky mouse clicks,
    keyboard-based mouse movement, and on-screen keyboard
    (new features in Tux Paint).
    Pere Pujal i Carabantes <pere@fornol.no-ip.org>

  * Added "Joystick" tab, with options for configuring joystick controls
    (another new feature in Tux Paint).
    Pere Pujal i Carabantes <pere@fornol.no-ip.org>

  * Fixed bug where hitting [Cancel] in file/directory chooser dialogs would
    cause Tux Paint Config. to crash.

  * Modularized some of the UI layout code.

  * New translations:
    + Acholi
      Alfred John <agwanta2004@yahoo.co.uk>

    + Arabic
      Mohammed <ab.kareem026@gmail.com>

    + Basque
      Juan Irigoien <juanirigoien@gmail.com>
      Ander Elortondo <ander.elor@gmail.com>

    + Bulgarian
      Todor Stoyanov

    + Czech
      Zdenìk Chalupský <chalzd@gmail.com>

    + Finnish
      Olli <ollinpostit@gmail.com>
      Tarmo Toikkanen <tarmo.toikkanen@iki.fi>

    + Fula
      Fula Localization Project, http://www.pulaar-fulfulde.org/
      Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>

    + German
      Markus Hinkelmann <markus@mhinkelmann.de>

    + Hindi
      Gautam <gautam.2011@gmail.com>

    + Inuktitut
      Harvey Ginter <harveyginter@gmail.com>

    + Latvian
      Raivis Strogonovs <raivucis@gmail.com>

    + Malay
      Muhammad Najmi Ahmad Zabidi <najmi.zabidi@gmail.com>

    + Mongolian
      Batkhuu Ichinkhorloo <batkhu_i@yahoo.com>

    + Polish
      Piotr Kwiliński <euvcp@hotmail.com>

    + Romanian
      Vlad Ungureanu <ungureanuvladvictor@gmail.com>

    + Scottish gaelic
      Michael Bauer <fios@akerbeltz.org>

    + Serbian cyrillic
      Ivana <reci.ne.silvesteru@gmail.com> as a work in GCI

    + Serbian latin
      Ivana <reci.ne.silvesteru@gmail.com> as a work in GCI

    + Venetian
      Fabio Lazarin, El Galepìn <mistro@elgalepin.com>

    + Vietnamese
      Clytie Siddall <clytie@riverland.net.au>

    + Zulu
      sipho <sipho@translate.org.za>

  * Translation Updates:
    + French
      Jacques Chion <jacques.chion@orange.fr>

    + Greek
      Kiriaki SERAFEIM <pse04178@rhodes.aegean.gr>

    + Italian
      Flavio Pastore <ironbishop@fsfe.org>

    + Japanese
      Shin-ichi TOYAMA <dolphin6k@users.sourceforge.net>

    + Portuguese
      Sergio Marques <smarquespt@gmail.com>
      
    + Russian
      Nikolay Parukhin <parukhin@gmail.com>

    + Slovak
      Jaroslav Rynik <jrynik@yahoo.co.uk>

    + Songhay
      Abdoul Cisse <abdoulseydou@hotmail.com>
      Mohomodou Houssouba <mh@bollag-areal.ch>

    + Spanish
      Lantz Gomez de Segura <lantzgs@yahoo.com>

    + Swedish
      Henrik Holst <henrik.holst@millistream.com>

    + Turkish
      Enes Burhan KURAN


2009.June.28 (0.0.12)
  * Added some missing descriptions of options to README documentation.

  * Added "Disable Magic controls" option, to match new Tux Paint feature.

  * Added "Load all locale fonts" option, to match new Tux Paint feature.

  * Added "Save Printer Configuration" option, to expose the 'printcfg'
    option Tux Paint has had (on Windows and Mac OS X) for some time.

  * Added system to update translation template file (POT), and to
    build and install translation files.  (Based on what's in tuxpaint)

  * Added options for "Asturian", "Shuswap" and "Songhay" languages
    (added to Tux Paint recently).

  * Translated Tux Paint Config.
    + Brazilian Portuguese
      Frederico Goncalves Guimaraes <frederico@teia.bio.br>

    + Chinese (Traditional)
      Song Huang <songhuang.tw@gmail.com>

    + Danish
      Joe Dalton <joedalton2@yahoo.dk>

    + Dutch
      Bert Saal <bertsaal@gmail.com>

    + French
      Arnaud Champollion <arnaud.champollion@laposte.net>

    + Greek
      Serafeim Kyriaki <pse04178@rhodes.aegean.gr>

    + Italian
      Simona Riva <simona.riva@tiscali.it>

    + Portuguese
      Sergio Marques <smarquespt@gmail.com>

    + Russian
      Sergei Popov <skein@rambler.ru>
      Nikolay Parukhin <parukhin@gmail.com>

    + Slovak
      Jaroslav Rynik <jrynik@yahoo.co.uk>

    + Slovenian
      Matej Urban <matej.urban@gmail.com>

    + Songhay
      Abdoul Cisse <abdoulseydou@hotmail.com>
      Mohomodou Houssouba <mh@bollag-areal.ch>

    + Spanish
      Gabriel Gazzan <gabcorreo@gmail.com>

    + Swedish
      Daniel Nylander <po@danielnylander.se>

    + Ukrainian
      Serhij Dubyk <serhijdubyk@gmail.com>


2008.April.28 (0.0.11)
  * Desktop icon now gets installed in GNOME desktops on Linux/Unix.
    Nicolas Valcárcel <nvalcarcel@ubuntu-pe.org>, via Ubuntu bug tracker

  * "Ojibwe" is the proper spelling of the language; changed option in TPC.

2008.February.26 (0.0.10)
  * Mac OS X updates
    Martin Fuhrer <mfuhrer@gmail.com>

  * Added "Allow screensaver" option, to match new Tux Paint feature.

  * Added newly supported Tux Paint locales:
    - Australian English
    - Azerbaijani
    - Canadian English
    - Khmer
    - Macedonian
    - Occitan
    - Zapoteco

2007.October.26 (0.0.9)
  * Adeded newly supported Tux Paint locales:
    - Esperanto
    - Ojibway
    - Wolof

  * Added "Data" tab, with checkbox and directory browser for
    Tux Paint 0.9.18's new "datadir" option.

  * Added "nolockfile" option (to "Data" tab).
    ("nolockfile" config. is now accessible via config file,
    as of Tux Paint 0.9.18)

  * Added a slider to control default stamp sizes (to "Simplification" tab).

2007.June.25 (0.0.8)
  * Added a LOT of missing info to the README documentation.

  * Native Cocoa file dialog boxes are now used for selecting files or
    folders on Mac OS X.
    Martin Fuhrer <mfuhrer@gmail.com>

  * All widgets have been offset vertically to close the gap where the menu
    bar would be found on other operating systems (e.g., Mac OS X).
    Martin Fuhrer <mfuhrer@gmail.com>

  * Writes to "~/Library/Application Support/TuxPaint/tuxpaint.cfg" on
    Mac OS X (matches Tux Paint 0.9.17 update for Mac OS X).
    Martin Fuhrer <mfuhrer@gmail.com>

  * Tux Paint Config. can now configure Tux Paint for all users
    (i.e., change system-wide settings) via a new "Settings for..."
    drop-down menu.
    Martin Fuhrer <mfuhrer@gmail.com>

  * A new "Use All Users Settings" checkbox tells Tux Paint Config. to
    delete the current user's settings file (and greys out all config. options
    in Tux Paint Config.), causing Tux Paint to use the system-wide settings.
    Martin Fuhrer <mfuhrer@gmail.com>

  * When "Save Over Existing Pictures" was set to "Never", Tux Paint
    was incorrectly storing option as "saveover=no" instead of
    "saveover=new" in the config file. Fixed.
  
  * Added more screen resolution possibilities, and broke them up into
    separate width and height pull-downs.  Sizes based on this diagram:
    http://en.wikipedia.org/wiki/Image:Video_Standards.png

  * Added checkbox for new "native" fullscreen resoltuion option in
    Tux Paint 0.9.17.

  * Added checkbox for new "autosave" option in Tux Paint 0.9.17.

  * Added checkbox for new "hidecursor" option in Tux Paint 0.9.17.
    Split mouse (input device) and cursor (on-screen representation of mouse)
    into separate groups in "Mouse & Keyboard" tab.

  * Added a 'Rotate' checkbox to enable a new "orient" option in Tux Paint.
    (So we don't have to list all width/heights in both width and height
    fields, to allow for portrait screen sizes; e.g., 768x1024.)

  * Added Tux Paint 0.9.17's new languages to the pulldown menu
    (Latvian, Telugu, Twi)

  * Installs Tux Paint Config launcher into 3rd-party "Settings" menu in KDE.

  * Made build output less verbose.

  * Replaced fl_ask() call with fl_choice(), wrapping "Yes"/"No" options
    in gettext() calls.

  * Cleaned up copyright, URLs, etc. in code and docs.

  * 'About' text is word-wrapped (78 chars) in "--help" output.

  * "obj" directory no longer a Makefile target, and hence no longer
    confusing 'make' into thinking things always need rebuilding.

  * Added papersize support; pulling papersizes from libpaper
    (via paperfirst() and papernext()).


2006.September.9 (0.0.7)
  * Updated "Info.plist" file for Mac OS X so that Tux Paint Config doesn't
    conflict with Tux Paint (which was preventing Tux Paint from being managed
    via "Parental Controls").

  * Added support for compilation under Cygwin.  The same 'win32' target used
    to compile under MinG/MSYS may be used.
    Mark K. Kim <mkkim214@gmail.com>

  * Added resolution entries for some portrait screen sizes
    (e.g., for tablet-style laptops): 768x1024 & 1024x1280.

  * Added checkbox to enable new "startblank" option, in Saving tab.

  * Added option for enabling and picking "colorfile" option,
    in Video/Sound tab.

  * Updated docs with new version and new website URL.
    Added Makefile to run Links to generate plaintext version of HTML README.


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