Changelog:
r45964 | compyx | 2026-02-03 10:59:01 +0000 (Tue, 03 Feb 2026) | 10 lines
Gtk3: Fix bug with `--with-mpg123 --without-libcurl`
Enabling mpg123 and disabling libcurl triggered a bug in the userport settings
code: the "funmp3" widget code was contained within a `#ifdef HAVE_LIBCURL`
guard, while the call to `create_funmp3dir_widget()` wasn't inside such a guard,
leading to bug #2200.
Since the funmp3 code doesn't appear to use libcurl, I've moved the widget code
outside the `HAVE_LIBCURL` guard, which solves the bug.
------------------------------------------------------------------------
r45962 | gpz | 2026-01-26 14:54:06 +0000 (Mon, 26 Jan 2026) | 1 line
remove special case handling for directories, whatever the usecase was for this. Emit control codes for spaces right after the line number, which would otherwise be removed by the parser when tokenizing again. Spaces at the end of the line still needs to be fixed - this will require more involved rewrite :/
------------------------------------------------------------------------
r45960 | gpz | 2026-01-23 23:39:00 +0000 (Fri, 23 Jan 2026) | 1 line
improve handling of some literals, that normally don't occur in a BASIC program, when detokenizing. Remove special DATA/REM mode when tokenizing. Should fix complete round trip for many 'strange' cases
------------------------------------------------------------------------
r45959 | gpz | 2026-01-22 19:32:28 +0000 (Thu, 22 Jan 2026) | 1 line
updated for whoever makes the next release
------------------------------------------------------------------------
r45957 | rhialto | 2026-01-18 14:22:32 +0000 (Sun, 18 Jan 2026) | 8 lines
CIA SDR IRC fix for "old" CIAs.
In strange_extra_sdr_flags(), the code for the "old" cia was actually correct
for the 4485 subtype.
Patch is a mix of the one from Dag Lem and me.
https://sourceforge.net/p/vice-emu/bugs/1219/?page=1#d27d/7f92
------------------------------------------------------------------------