Changelog:
r44756 | compyx | 2023-11-19 22:08:09 +0000 (Sun, 19 Nov 2023) | 2 lines
NEWS: Add note about using $XDG_STATE_HOME for vice.log and autostart disk images
------------------------------------------------------------------------
r44755 | compyx | 2023-11-19 18:25:53 +0000 (Sun, 19 Nov 2023) | 2 lines
Fix `-Wnon-literal-null-conversion` and `-Wshorten-64-to-32` warnings in WiC64 code
------------------------------------------------------------------------
r44754 | compyx | 2023-11-19 18:16:47 +0000 (Sun, 19 Nov 2023) | 2 lines
Fix `-Wshorten-64-to-32` warnings in portaudio driver
------------------------------------------------------------------------
r44753 | rhialto | 2023-11-19 14:46:25 +0000 (Sun, 19 Nov 2023) | 2 lines
Mention models with CRTC too (they were improved later than those without).
------------------------------------------------------------------------
r44752 | rhialto | 2023-11-19 13:28:52 +0000 (Sun, 19 Nov 2023) | 8 lines
Fix texi2html a bit.
It complained a lot about "*** unknown texi style: xref at ../../../vice/doc/html/texi2html line 1842, <FH001> line 35984" which is a really useless message because the first line number is from the script and the FH001 reference refers to the input file (which itt doesn't say) and the line number is that of the last line (probably because it reads in the whole file at once).
The complaint was because it tried to simplify style directives (looking like @style{text}) before processing @xref{text}, and was then indignant that xref isn't a style.
The solution is simple: swap the order of those two steps.
------------------------------------------------------------------------