Doc'ing Windows Recycle Bin (Trash) support

...committed by Shin-ichi.

Also, re-arrange and re-group some CHANGES.txt changelog items.
This commit is contained in:
Bill Kendrick 2021-10-28 09:36:15 -07:00
parent 75d209e3f1
commit 311452acbd

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$ $Id$
2021.October.27 (0.9.27) 2021.October.28 (0.9.27)
* New Magic Tools: * New Magic Tools:
---------------- ----------------
* "Lightning" - Draws a bolt of lightning striking between * "Lightning" - Draws a bolt of lightning striking between
@ -44,23 +44,8 @@ $Id$
* "Blocks", "Cartoon", "Chalk", "Emboss", and "Halftone" can all now * "Blocks", "Cartoon", "Chalk", "Emboss", and "Halftone" can all now
affect the entire image at once. affect the entire image at once.
* Other Improvements: * Improvements to "Paint" and "Lines" tools:
------------------- ------------------------------------------
* 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.
* Rotational brushes now supported. Unlike "directional" * Rotational brushes now supported. Unlike "directional"
brushes, in which a 3x3 grid representing the 8 cardinal brushes, in which a 3x3 grid representing the 8 cardinal
directions (45 degree steps) is used, only a single brush image directions (45 degree steps) is used, only a single brush image
@ -81,18 +66,29 @@ $Id$
when the brush is animated and/or directional. when the brush is animated and/or directional.
(Closes https://sourceforge.net/p/tuxpaint/bugs/183/) (Closes https://sourceforge.net/p/tuxpaint/bugs/183/)
* Always show the appropriate instructions at the bottom when the * Other Improvements:
"Fill" (depends on which sub-tool chosen) and "Shapes" (depends -------------------
on whether "simpleshapes" option is set) tools are selected * New "Fill" tool mode: "Brush". Similar to classic flood fill,
(e.g., when returning from the "Open" dialog). but only fills as you move the brush within the area to be
(Closes https://sourceforge.net/p/tuxpaint/feature-requests/186/) 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 * When drawing lines or rotating a shape, the angle of rotation
is shown (in the instructions at the bottom). is shown (in the instructions at the bottom).
* Allowing Left [Alt] key for switching to Japanese input method.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
* Documentation updates: * Documentation updates:
--------------------- ---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"), * Ensured Tux Paint's built-in help ("tuxpaint --help"),
@ -129,28 +125,32 @@ $Id$
+ French translation + French translation
Jacques Chion <jacques.chion@orange.fr> Jacques Chion <jacques.chion@orange.fr>
* Translation Updates: * Localization Updates:
-------------------- ---------------------
* Ensure some locales have hints to find the best fonts * Allowing Left [Alt] key for switching to Japanese input method
for the Text and Label tools: (for keyboards that lack a Right [Alt] key).
+ Greek TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
+ Scottish Gaelic
* Catalan * Catalan translation
Pere Pujal i Carabantes <perepujal@gmail.com> Pere Pujal i Carabantes <perepujal@gmail.com>
* French * French translation
Jacques Chion <jacques.chion@orange.fr> Jacques Chion <jacques.chion@orange.fr>
* Icelandic * Icelandic translation
Sveinn í Felli <sv1@fellsnet.is> Sveinn í Felli <sv1@fellsnet.is>
* Japanese * Japanese translation
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp> TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
* Portuguese (Portugal) translation * Portuguese (Portugal) translation
Hugo Carvalho <hugokarvalho@hotmail.com> Hugo Carvalho <hugokarvalho@hotmail.com>
* Ensure some locales have hints to find the best fonts
for the Text and Label tools:
+ Greek
+ Scottish Gaelic
* Bug Fixes: * Bug Fixes:
---------- ----------
* "Negative" magic tool did not play its sound when using * "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. and avoid crashing if our `mysetenv()` receives any NULL pointers.
T. Shin-Ichi & Bill K.) 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 * Ports & Building
---------------- ----------------
* Fix compilation error on Linux with HOST environment variable set. * Fix compilation error on Linux with HOST environment variable set.