------------------------------------------------------------------------
r126 | chaoslux | 2015-08-14 08:49:39 +0000 (Fri, 14 Aug 2015) | 3 lines
Changed paths:
   M /trunk/LUI.xml
   M /trunk/api/modapi.lua
   M /trunk/api/strings.lua
   A /trunk/media/buttons
   A /trunk/media/buttons/Border.tga
   A /trunk/media/buttons/Gloss.tga
   A /trunk/media/buttons/Normal.tga
   A /trunk/modules/aura.lua
   A /trunk/modules/aura.xml
   M /trunk/modules/layout.lua

- API: Added module:RefreshFontString(fontstring, str) to quickly setup a fontstring with one of the module's fonts.
- API: Due to being a huge table, do not generate it unless we call for it, similar to option tables.
- New Module: Auras. Most of it is implemented except for options, weapon buffs and new consolidate frame.
------------------------------------------------------------------------
r125 | chaoslux | 2015-08-07 21:43:53 +0000 (Fri, 07 Aug 2015) | 4 lines
Changed paths:
   M /trunk/modules/bags/bags.lua
   M /trunk/modules/bags/bank.lua
   M /trunk/modules/bags/container.lua
   M /trunk/modules/bags/templates.lua

- Bags: BagsBar now uses default :SetAnchors, no longer need its own function.
- Bags: Added new function to toolbars, :AddNewButton to facilitate adding new ones.
- Bags-Bank: Now has a CleanUp button
- Bags-Bank: Fixed an issue with the initial 28 slots not updating when moved.
------------------------------------------------------------------------
r124 | chaoslux | 2015-07-31 09:23:38 +0000 (Fri, 31 Jul 2015) | 1 line
Changed paths:
   M /trunk/modules/bags/bags.lua
   M /trunk/modules/bags/bank.lua
   M /trunk/modules/bags/container.lua

- Bags: Refactored some code and did some cleanup.
------------------------------------------------------------------------
r123 | chaoslux | 2015-07-30 03:28:38 +0000 (Thu, 30 Jul 2015) | 3 lines
Changed paths:
   M /trunk/modules/bags/bags.lua
   M /trunk/modules/bags/bank.lua
   M /trunk/modules/bags/container.lua

- Bags: Added Utility Bar with Clean Up Button (Blizzard Sorting)
- Bags: Fixed accidental global variable.

------------------------------------------------------------------------
r122 | chaoslux | 2015-07-26 08:59:58 +0000 (Sun, 26 Jul 2015) | 1 line
Changed paths:
   M /trunk/modules/tooltip.lua

- Tooltip: Changed default tooltip background to a darker one.
------------------------------------------------------------------------
r121 | chaoslux | 2015-07-07 08:11:01 +0000 (Tue, 07 Jul 2015) | 1 line
Changed paths:
   M /trunk/locale/enUS.lua
   M /trunk/modules/infotext/clock.lua

- Infotext: Clock: Removed PVP Timers from the tooltip. The methods of acquiring those timers is sketchy at best and causes errors in other parts of the UI. Such as the world map. 
------------------------------------------------------------------------
