Changelog:
r45965 | gpz | 2026-02-04 18:52:31 +0000 (Wed, 04 Feb 2026) | 1 line
do not try to read the ffmpeg console output on Windows - it doesn't work for some reason. Makes capturing using ffmpeg work again
------------------------------------------------------------------------
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
------------------------------------------------------------------------