Doc'ing Shin-Ichi removing mtw() from OSK code

See https://sourceforge.net/p/tuxpaint/bugs/235/
This commit is contained in:
Bill Kendrick 2021-10-10 01:02:32 -07:00
parent bedc2b43ad
commit cce996356a

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2021.September.29 (0.9.28)
2021.October.10 (0.9.27)
* New Magic Tools:
----------------
* "Lightning" - Draws a bolt of lightning striking between
@ -150,6 +150,16 @@ $Id$
as the drawing surface, if buttonsize was adjusted.
(Adversely affected "Shift" magic tool.)
* Remove some old Win32-specific code to handle multibyte
characters, which could cause a crash bug when using the
on-screen keyboard under Windows. (Older mingw/msys did
not supply a needed function.)
* h/t @Miyagi_Andel on Twitter for reporting the crash
* h/t Pere Pujal i Carabantes for confirming how to reproduce it
* TOYAMA Shin-ichi <shin1@wmail.plala.or.jp> dropped the old
code and rebuilt Tux Paint 0.9.26 for Win32 as 0.9.26-1
* Note: This means dropping support for Windows 2000 & XP
* Ports & Building
----------------
* Fix compilation error on Linux with HOST environment variable set.