Changelog:
r44557 | gpz | 2023-09-26 01:12:55 +0000 (Tue, 26 Sep 2023) | 1 line
tweak danish symbolic keymap, patch by uffe jakobsen
------------------------------------------------------------------------
r44556 | compyx | 2023-09-25 17:53:55 +0000 (Mon, 25 Sep 2023) | 2 lines
Buildsystem: unconditionally add *.vhk files to EXTRA_DIST
------------------------------------------------------------------------
r44555 | compyx | 2023-09-24 14:31:28 +0000 (Sun, 24 Sep 2023) | 6 lines
Hotkeys: use sysfile_locate() again, might fix bug #1947
Try to locate a .vhk file using `sysfile_locate()`, which should make abusing
a bug in said function to specify relative paths for the "HotkeyFile" resource
"work" again.
------------------------------------------------------------------------
r44554 | compyx | 2023-09-22 04:01:09 +0000 (Fri, 22 Sep 2023) | 5 lines
Gtk3: palette widget: properly check "${CHIP}PaletteFile" resource
An unset resource will not be NULL, but rather "", so we need to check for an
empty string along with checking for NULL.
------------------------------------------------------------------------
r44553 | compyx | 2023-09-22 03:38:30 +0000 (Fri, 22 Sep 2023) | 2 lines
Fix accidental removal of 'D' from `USE_VICE_THREAD` =)
------------------------------------------------------------------------