--==-- AutoFocusCast Version History --==-- 2.0.4 (Dec 24, 2009): Fixes: - Now builds the state driver macro text dynamically, based on the NUM_ACTIONBAR_PAGES constant. This is just future-proofing, in case that value ever changes. Optimizations: - Collapsed into a single file with just local functions, for simplicity. - No longer sets attributes on buttons unless the new attribute is different from the existing one, in order to ensure that no unneeded work is done by the OnAttributeChanged handler (which, in fact, fires regardless of whether the attribute value has actually changed). 2.0.3 (Sep 10, 2009): Optimized: - Now uses a generic, shared architecture for initialization. 2.0.2 (Jul 14, 2009): Optimized: - Cleaned up ability type detection code to not use so many literals. 2.0.1 (Apr 25, 2009): Fixed: - Now properly accounts for action pages other than 1 and 2. 2.0.0 (Feb 21, 2009): New: - Updated for WotLK. 1.0.0 (Jul 23, 2008): - Initial release.