From cce996356af2659f9e1757340a9d9afa9aa3cb1b Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 10 Oct 2021 01:02:32 -0700 Subject: [PATCH] Doc'ing Shin-Ichi removing mtw() from OSK code See https://sourceforge.net/p/tuxpaint/bugs/235/ --- docs/CHANGES.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 9f85ae39c..c8a1e3fb3 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -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 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.