diff --git a/doc/fixes5-0-1.txt b/doc/fixes5-0-1.txt index 9c3acac1f..3832e4f35 100644 --- a/doc/fixes5-0-1.txt +++ b/doc/fixes5-0-1.txt @@ -161,6 +161,15 @@ Linux: add WANT_SYSTEM_LUA=1 support to the linux.500 hints files and step and the subsequent compiling of Lua; it tries to use use the Lua5.4 package that is already installed on the system macOS: fix ncurses build with Homebrew +MS-DOS: Fix custom colors in VESA BIOS mode (pr #1577 by chasonr) +MS-DOS: VESA mode: set the viewport size correctly so the position bar + does not overlap the map; correctly set the size to which tiles are + stretched when overview mode (F4) is selected (pr #1579 by chasonr) +MS-DOS: VESA and 16 color modes: Pass correct parameters to vga_userpan + and vesa_userpan, so the pan keys (CTRL+arrow) work correctly. Some + emulations don't report CTRL with up or down arrows, so accept + CTRL-home, CTRL-page up, CTRL page down and CTRL-end + (pr #1579 by chasonr) musl: musl libc does not have __sighandler_t so don't use it in the macro definition for SIG_RET_TYPE with musl WASM: resolve some build failures in 'make CROSS_TO_WASM=1'