From 311452acbdb5ee6567b06d238f23ce664d578eb5 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Thu, 28 Oct 2021 09:36:15 -0700 Subject: [PATCH] Doc'ing Windows Recycle Bin (Trash) support ...committed by Shin-ichi. Also, re-arrange and re-group some CHANGES.txt changelog items. --- docs/CHANGES.txt | 78 ++++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 36 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 76da4d921..416e145f1 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,7 +8,7 @@ http://www.tuxpaint.org/ $Id$ -2021.October.27 (0.9.27) +2021.October.28 (0.9.27) * New Magic Tools: ---------------- * "Lightning" - Draws a bolt of lightning striking between @@ -44,23 +44,8 @@ $Id$ * "Blocks", "Cartoon", "Chalk", "Emboss", and "Halftone" can all now affect the entire image at once. - * Other Improvements: - ------------------- - * New "Fill" tool mode: "Brush". Similar to classic flood fill, - but only fills as you move the brush within the area to be - filled. - - * Grouped similar Magic tools into sections. - (e.g., all of the distortions, versus painting tools, versus - full-image effects, etc.) - - Use the left/right pagination buttons that now appear at the - bottom of the selector (similar to those used with Stamps tool) - to switch between groups. - - Closes https://sourceforge.net/p/tuxpaint/feature-requests/201/ - Note: Bumps `TP_MAGIC_API_VERSION` to 0x00000005. - + * Improvements to "Paint" and "Lines" tools: + ------------------------------------------ * Rotational brushes now supported. Unlike "directional" brushes, in which a 3x3 grid representing the 8 cardinal directions (45 degree steps) is used, only a single brush image @@ -81,18 +66,29 @@ $Id$ when the brush is animated and/or directional. (Closes https://sourceforge.net/p/tuxpaint/bugs/183/) - * Always show the appropriate instructions at the bottom when the - "Fill" (depends on which sub-tool chosen) and "Shapes" (depends - on whether "simpleshapes" option is set) tools are selected - (e.g., when returning from the "Open" dialog). - (Closes https://sourceforge.net/p/tuxpaint/feature-requests/186/) + * Other Improvements: + ------------------- + * New "Fill" tool mode: "Brush". Similar to classic flood fill, + but only fills as you move the brush within the area to be + filled. + + * Grouped similar Magic tools into sections. + (e.g., all of the distortions, versus painting tools, versus + full-image effects, etc.) + + Use the left/right pagination buttons that now appear at the + bottom of the selector (similar to those used with Stamps tool) + to switch between groups. + + Closes https://sourceforge.net/p/tuxpaint/feature-requests/201/ + Note: Bumps `TP_MAGIC_API_VERSION` to 0x00000005. + + * Initial support to place pictures deleted from the "Open" dialog + into the "Recycle Bin" on Windows. * When drawing lines or rotating a shape, the angle of rotation is shown (in the instructions at the bottom). - * Allowing Left [Alt] key for switching to Japanese input method. - TOYAMA Shin-ichi - * Documentation updates: --------------------- * Ensured Tux Paint's built-in help ("tuxpaint --help"), @@ -129,28 +125,32 @@ $Id$ + French translation Jacques Chion - * Translation Updates: - -------------------- - * Ensure some locales have hints to find the best fonts - for the Text and Label tools: - + Greek - + Scottish Gaelic + * Localization Updates: + --------------------- + * Allowing Left [Alt] key for switching to Japanese input method + (for keyboards that lack a Right [Alt] key). + TOYAMA Shin-ichi - * Catalan + * Catalan translation Pere Pujal i Carabantes - * French + * French translation Jacques Chion - * Icelandic + * Icelandic translation Sveinn í Felli - * Japanese + * Japanese translation TOYAMA Shin-ichi * Portuguese (Portugal) translation Hugo Carvalho + * Ensure some locales have hints to find the best fonts + for the Text and Label tools: + + Greek + + Scottish Gaelic + * Bug Fixes: ---------- * "Negative" magic tool did not play its sound when using @@ -177,6 +177,12 @@ $Id$ and avoid crashing if our `mysetenv()` receives any NULL pointers. T. Shin-Ichi & Bill K.) + * Always show the appropriate instructions at the bottom when the + "Fill" (depends on which sub-tool chosen) and "Shapes" (depends + on whether "simpleshapes" option is set) tools are selected + (e.g., when returning from the "Open" dialog). + (Closes https://sourceforge.net/p/tuxpaint/feature-requests/186/) + * Ports & Building ---------------- * Fix compilation error on Linux with HOST environment variable set.