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$
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 <shin1@wmail.plala.or.jp>
* Documentation updates:
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
@ -129,28 +125,32 @@ $Id$
+ French translation
Jacques Chion <jacques.chion@orange.fr>
* 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 <shin1@wmail.plala.or.jp>
* Catalan
* Catalan translation
Pere Pujal i Carabantes <perepujal@gmail.com>
* French
* French translation
Jacques Chion <jacques.chion@orange.fr>
* Icelandic
* Icelandic translation
Sveinn í Felli <sv1@fellsnet.is>
* Japanese
* Japanese translation
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
* Portuguese (Portugal) translation
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:
----------
* "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.