-------------------- AmigaOS 3.1.4(.1) project ----------------------- Changes for release 45.1 (26.5.2018): - Updated to the new locale inclusion mechanism. - Uses now a minimalistic startup code. - Recompiled with SAS/C. ---------------------- AmigaOS 3.2 project --------------------------- Changes for release 47.1 (15.6.2019): - Made the GUI scalable. Changes for release 47.2 (20.6.2019): - In case the default font changed while the commodity was hidden, the window re-opens now with the new font. Changes for release 47.3 (4.8.2019): - No longer depends on the amiga.lib functions that use different calling conventions. Changes for release 47.4 (17.5.2020): - Replaced custom sprintf() with utility.library's version - Replaced strcpy() with utility.library's Strncpy() - Added Help-key / Help menu with AmigaGuide support - Changed major version in GNUMakefile to 47 to keep make version happy Changes for release 47.5 (11.6.2020): - The signal mask was set up outside the main loop hence it would ignore signals from the IDCMP port if the Commodity was started with CX_POPUP=NO and the window openend later. (Fixes bug #1595) Changes for release 47.6 (6.7.2020): - Arguments supplied to commands such as RUN were cut short by 1 byte when leaving the argument gadget which caused those programs that were supposed to be executed by "Run Command" to fail. Fixed. Changes for release 47.7 (31.8.2020): - AmigaGuide stuff is now initialized/disposed when the window is being created or closed (moved code to CreateWindow() / back to DisposeWindow())