Clean-up to CHANGES.txt

This commit is contained in:
Bill Kendrick 2022-12-03 20:24:31 -08:00
parent 8a8ba0cb3f
commit a1ffaaa161

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/ http://www.tuxpaint.org/
2022.November.20 (0.9.29) 2022.December.3 (0.9.29)
* Improvements to "Stamp" tool: * Improvements to "Stamp" tool:
----------------------------- -----------------------------
* Stamps may now be rotated. * Stamps may now be rotated.
@ -181,19 +181,19 @@ http://www.tuxpaint.org/
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp> TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Pango loads Tux Paint-supplied fonts on macOS. * Pango loads Tux Paint-supplied fonts on macOS.
Previously Pango loaded system-supplied fonts instead, which could lead Previously Pango loaded system-supplied fonts instead, which
to fonts not rendering in a human-readable text. This change fixes could lead to fonts not rendering in a human-readable text.
https://sourceforge.net/p/tuxpaint/bugs/265/ This change fixes https://sourceforge.net/p/tuxpaint/bugs/265/
Mark Kim <markuskimius@gmail.com> Mark Kim <markuskimius@gmail.com>
* More fonts for the text and label tools on the macOS. * More fonts for the text and label tools on the macOS.
Enabled forked fonts so more fonts are available for use with the text Enabled forked fonts so more fonts are available for use with the
and label tools on the macOS. This is particularly noticible with text and label tools on the macOS. This is particularly noticible
localized fonts because only a few localized fonts may exist on the with localized fonts because only a few localized fonts may exist
system so missing even a single font can lead to inability to type in a on the system so missing even a single font can lead to inability to
localized language at all. It's unclear why forked fonts were disabled type in a localized language at all. It's unclear why forked fonts
to start on the macOS but it appears to be reliable now so it's now been were disabled to start on the macOS but it appears to be reliable
enabled to take advantage of its benefits. now so it's now been enabled to take advantage of its benefits.
Mark Kim <markuskimius@gmail.com> Mark Kim <markuskimius@gmail.com>
* Speed up macOS app bundle build time. * Speed up macOS app bundle build time.