diff verbage.lua @ 125:a9cf9b2fbf9b

- Fix interactions with AddonLoader. - Plugins get a :Print with a clickable prefix, with overrideable behaviors. - 'Deactivate' event gets a [wrapper around] current raiders table. - Fix sorting bug in player history data. - Smarter status line text when viewing unfiltered history. - Do not disable history regeneration button when current history is empty. - :BuildMainDisplay can handle the CLI args now.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sun, 19 Aug 2012 21:08:59 -0400
parents fb4bda3ad05c
children 2731702567c4
line wrap: on
line diff
--- a/verbage.lua	Fri Aug 17 02:48:13 2012 -0400
+++ b/verbage.lua	Sun Aug 19 21:08:59 2012 -0400
@@ -9,6 +9,9 @@
 "near" another boss entry with nonzero duration, can we just safely assume
 that's the real entry and delete the zero entry altogether?
 
+- Loading enough plugin tabs to grow a second tab row causes the ST frames
+to be too large.
+
 - Rework candidate groups into the expiring caches.
 
 - Break more methods out into private routines.