Changelog:
r43939 | dqh | 2023-06-02 01:13:57 +0000 (Fri, 02 Jun 2023) | 1 line
Fixed not generating sources until after they're looked for
------------------------------------------------------------------------
r43938 | dqh | 2023-06-02 00:54:02 +0000 (Fri, 02 Jun 2023) | 1 line
Fixed cmake_bootstrap.sh when EXTRA_DIST lists files that don't exist
------------------------------------------------------------------------
r43937 | gpz | 2023-06-01 13:24:07 +0000 (Thu, 01 Jun 2023) | 1 line
filter tweaks, patch by leandro nini
------------------------------------------------------------------------
r43936 | compyx | 2023-06-01 08:45:42 +0000 (Thu, 01 Jun 2023) | 5 lines
Hotkeys: split genkeysymtable.awk into an awk part and a shell script
Remove dependency on asorti() being available in awk (apparently GNU-specific)
by moving the sorting of the input to sort(1), using a shell script.
------------------------------------------------------------------------
r43935 | compyx | 2023-06-01 07:07:26 +0000 (Thu, 01 Jun 2023) | 5 lines
Hotkeys: disable or remove debugging messages
Also change the hotkeys log prefix from "Hotkeys (new API)" to just "Hotkeys"
since there's no old API anymore.
------------------------------------------------------------------------