CHANGES.txt updates

Crediting some changes, dropping a "WIP" label, typo fix.
This commit is contained in:
Bill Kendrick 2022-10-27 23:57:09 -07:00
parent 16839df8ba
commit 5bb70e6cff

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/ http://www.tuxpaint.org/
2022.October.25 (0.9.29) 2022.October.27 (0.9.29)
* Improvements to "Stamp" tool: * Improvements to "Stamp" tool:
----------------------------- -----------------------------
* Stamps may now be rotated. * Stamps may now be rotated.
@ -90,7 +90,7 @@ http://www.tuxpaint.org/
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
* Various Magic tools miscalculated which part of canvas * Various Magic tools miscalculated which part of canvas
needed updating in their paint mdoes; mended. needed updating in their paint modes; mended.
(Bricks, Cartoon, Clone, Distortion, Emboss, Glass Tile, (Bricks, Cartoon, Clone, Distortion, Emboss, Glass Tile,
Light, Metal Paint, Negative, and Pixels.) Light, Metal Paint, Negative, and Pixels.)
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
@ -107,6 +107,7 @@ http://www.tuxpaint.org/
* Processed PNG images through `pngout` to increase some compression * Processed PNG images through `pngout` to increase some compression
(also corrects some warnings being reported by libpng (via SDL_image); (also corrects some warnings being reported by libpng (via SDL_image);
h/t Tim Dickson, closes https://sourceforge.net/p/tuxpaint/bugs/252/) h/t Tim Dickson, closes https://sourceforge.net/p/tuxpaint/bugs/252/)
Bill Kendrick <bill@newbreedsoftware.com>
* Automatically update macOS build version from the command line * Automatically update macOS build version from the command line
at build time. at build time.
@ -160,6 +161,7 @@ http://www.tuxpaint.org/
cause Tux Paint (via SDL_image, in turn via libpng) to cause Tux Paint (via SDL_image, in turn via libpng) to
report back warnings to STDERR. report back warnings to STDERR.
h/t Tim Dickson, per https://sourceforge.net/p/tuxpaint/bugs/252/ h/t Tim Dickson, per https://sourceforge.net/p/tuxpaint/bugs/252/
Bill Kendrick <bill@newbreedsoftware.com>
* Updated `src/po/check_translations.sh` sanity-checking script * Updated `src/po/check_translations.sh` sanity-checking script
to check `src/po/LINGUAS` file. Also, OPTION docs and to check `src/po/LINGUAS` file. Also, OPTION docs and
@ -168,6 +170,7 @@ http://www.tuxpaint.org/
* Cleaned up .c and .h source files using `indent`: * Cleaned up .c and .h source files using `indent`:
find . -name "*.c" -or -name "*.h" -exec indent -nbfda -npcs -npsl -bli0 --no-tabs {} \; find . -name "*.c" -or -name "*.h" -exec indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;
Bill Kendrick <bill@newbreedsoftware.com>
* Documentation updates: * Documentation updates:
--------------------- ---------------------
@ -178,7 +181,7 @@ http://www.tuxpaint.org/
and allow for localization. (Maintained in "tuxpaint-docs" repo.) and allow for localization. (Maintained in "tuxpaint-docs" repo.)
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
* WIP - Example Magic tool source file ("tp_magic_example.c") * Example Magic tool source file ("tp_magic_example.c")
now allows for localization. (Maintained in "tuxpaint-docs" repo.) now allows for localization. (Maintained in "tuxpaint-docs" repo.)
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>