From 81ff7d3ae0f756e67897894ed6884bac97b4853f Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 30 Sep 2018 19:55:43 -0700 Subject: [PATCH] Doc'ing return of Mac print dialog (See recent commit by Mark) --- docs/CHANGES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 46a00ce40..cb19354f7 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,13 +8,19 @@ http://www.tuxpaint.org/ $Id$ -2018.Sept.24 (0.9.23a) +2018.Sept.30 (0.9.23a) * Bug Fixes --------- * 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 + * Misc ---- * Verbose debugging, and "DEBUG_PRINTF()" macro now available;