From 2c9600713ddc7ae54652325b9523478cdb62b0fe Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 9 Sep 2026 11:17:42 -0400 Subject: [PATCH] X11: several bug fixes pr #1668 by chasonr --- doc/fixes5-0-1.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/fixes5-0-1.txt b/doc/fixes5-0-1.txt index 05606c5d1..19b4ecb43 100644 --- a/doc/fixes5-0-1.txt +++ b/doc/fixes5-0-1.txt @@ -267,6 +267,11 @@ X11: implement all text attributes for menus X11: fix crash when loading a nonexistent font X11: use xft to render fonts X11: support tab-separated menu columns +X11: Remove the limit on the number of widgets managed in winlabel.c; it was + possible, though difficult, to exceed the limit; tabify the + #wizcustom menu and fix X11's handling of that menu; correctly + display tabs produced by the unpaid inventory command + (pr #1668 by chasonr) Unix: don't complain about MAXPLAYERS with unknown command line param