------------------------------------------------------------------------
r1382 | nevcairiel | 2025-12-05 08:44:39 +0000 (Fri, 05 Dec 2025) | 11 lines
Changed paths:
   M /trunk
   M /trunk/.luacheckrc
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Preserve the original ID for BlizzOptions categories

In Midnight, the ID must be numeric, so we can no longer use the name,
and this may prevent taint spread by the ID field, since the
automatically generated value is assigned securely.

To open the settings panel through Settings.OpenToCategory, the ID needs
to be passed, which is returned as the second value from :AddToBlizzOptions

This change becomes effective when the new C_SettingsUtil API is added
to the various clients, currently in 12.0
------------------------------------------------------------------------
r1381 | nevcairiel | 2025-12-05 08:43:15 +0000 (Fri, 05 Dec 2025) | 4 lines
Changed paths:
   M /trunk
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Remove InterfaceOptions_AddCategory support

All supported WoW versions have moved on to the new Settings interface,
so this was unused.
------------------------------------------------------------------------
r1380 | funkehdude | 2025-12-03 00:09:20 +0000 (Wed, 03 Dec 2025) | 1 line
Changed paths:
   M /trunk/Ace3.toc

Bump toc
------------------------------------------------------------------------
r1379 | nevcairiel | 2025-11-27 18:58:03 +0000 (Thu, 27 Nov 2025) | 3 lines
Changed paths:
   M /trunk
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua

AceGUI-3.0: TreeGroup: Pass an explicit alpha value to SetText

Fixes CF-#685
------------------------------------------------------------------------
r1378 | funkehdude | 2025-11-19 19:46:34 +0000 (Wed, 19 Nov 2025) | 1 line
Changed paths:
   M /trunk/Ace3.toc

Bump toc
------------------------------------------------------------------------

