From 8667c29650e84859e4de47cb10149b2d1cf77399 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 25 Sep 2019 22:50:22 -0700 Subject: [PATCH] Doc'ing Pere's bugfix w/ SVG & PNG Starters Mentioning Pere's bugfix for starters/templates PNG vs SVG confusion, in changelog. --- docs/CHANGES.txt | 48 +++++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 91cfb47bc..e73cc8833 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,7 +8,7 @@ http://www.tuxpaint.org/ $Id$ -2019.Sep.21 (0.9.24) +2019.Sep.25 (0.9.24) * New tools --------- * Fill @@ -23,26 +23,6 @@ $Id$ * Updates to build on Haiku. Luc 'Begasus' Schrijvers - * Bug Fixes - --------- - * Correct issue that prevented Tux Paint from lauching on Mac OS X 10.7. - (See https://sourceforge.net/p/tuxpaint/tuxpaint/ci/d2ef2e17d1962111d0f6f91394dce81e8706d48b/ - and https://stackoverflow.com/questions/20206985/xcode-linking-against-applicationservices-framework-with-sdk-10-9-causes-10-7) - Mark K. Kim - - * Reduce launch time by calling progress bar less frequently - while loading stamps. - Mark K. Kim - - * Ability to bring up the print dialog from the macOS build was - removed in Tux Paint 0.9.23 to support the new build mechanism. - It has been re-added. To access it, option-click the print icon, - or configure Tux Paint to always bring up the dialog upon print. - Mark K. Kim - - * Made sure "New" dialog created correct thumbnail subdirectories - for personal Starters & Templates (e.g., ~/.tuxpaint/starters/thumbs/) - * Other Improvements ------------------ * Added ability to move color palette options to the end of @@ -84,6 +64,32 @@ $Id$ the new "SIGUSR1" & "SIGUSR2") added to a new doc file, "SIGNALS.txt". + * Bug Fixes + --------- + * Correct issue that prevented Tux Paint from lauching on Mac OS X 10.7. + (See https://sourceforge.net/p/tuxpaint/tuxpaint/ci/d2ef2e17d1962111d0f6f91394dce81e8706d48b/ + and https://stackoverflow.com/questions/20206985/xcode-linking-against-applicationservices-framework-with-sdk-10-9-causes-10-7) + Mark K. Kim + + * Reduce launch time by calling progress bar less frequently + while loading stamps. + Mark K. Kim + + * Ability to bring up the print dialog from the macOS build was + removed in Tux Paint 0.9.23 to support the new build mechanism. + It has been re-added. To access it, option-click the print icon, + or configure Tux Paint to always bring up the dialog upon print. + Mark K. Kim + + * Made sure "New" dialog created correct thumbnail subdirectories + for personal Starters & Templates (e.g., ~/.tuxpaint/starters/thumbs/) + + * Ensure that similarly-named (but not identically-named) PNG & SVG + Starters & Templates don't get confused with each other + (e.g., "frame_heart.png" being ignored, because we find + "frame_hearts.svg") + Pere Pujal i Carabantes + * Misc ---- * Verbose debugging, and "DEBUG_PRINTF()" macro now available;