--==-- MobileSecondsClock Version History --==-- 1.0.3 (Jan 18, 2010): Fixes: - Now calls the original functions with all original arguments when using normal hooks. This should increase compatibility with other addons. Optimizations: - Updated to use the new addon loading method provided by Blizzard in 3.3, wherein a private namespace is provided to the addon. - Fully refactored into more module-like sub-namespaces and greater use of local functions. - Now uses specialized GUI widgets instead of inheriting from Blizzard's. 1.0.2 (Sep 10, 2009): Optimized: - Now uses a generic, shared architecture for initialization. 1.0.1 (Jul 14, 2009): Changed: - Relocated localization files to Localization directory for convenience of SVN privilege management. - Non-default localizations will now have any missing translations filled in from the default localization. Optimized: - Now uses the Blizzard animation system to handle updating the clock text. 1.0.0 (Jan 7, 2009): New: - Initial release.