<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://my.curse.com/utility/FeedStylesheets/rss.xsl" media="screen"?><?xml-stylesheet type="text/xsl" href="http://my.curse.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>nyxtyr's Favorite Addons</title><link>http://my.curse.com/members/nyxtyr.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Ackis Recipe List</title><link>http://wow.curse.com/downloads/wow-addons/details/arl.aspx</link><pubDate>Fri, 27 Nov 2009 04:46:09 GMT</pubDate><dc:creator>Ackis</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2696 | ackis | 2009-11-26 22:41:31 +0000 (Thu, 26 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/r2696 (from /trunk:2695)&lt;/p&gt;

&lt;p&gt;Tagging as r2696&lt;br&gt;
Tagging for Pompy.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2695 | torhal | 2009-11-26 15:54:17 +0000 (Thu, 26 Nov 2009) | 6 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Changed addon.Flyaway to MainPanel.filter_menu&lt;br&gt;
Changed addon.Fly_Rep_WHATEVER to MainPanel.filter_menu.Rep.WHATEVER&lt;br&gt;
Changed FLYAWAY_WHATEVER to FILTERMENU_WHATEVER&lt;br&gt;
DoFlyaway() is now ToggleFilterMenu()&lt;br&gt;
Moved the setting of the scroll frame's attributes to just after its creation - was in addon:InitializeFrame()&lt;br&gt;
Various other syntax and name changes for clarity.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2694 | pompachomp | 2009-11-24 20:36:28 +0000 (Tue, 24 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Some minor comment cleanup&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2693 | torhal | 2009-11-24 06:08:06 +0000 (Tue, 24 Nov 2009) | 31 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLConfig.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locals/testenUS.lua&lt;/p&gt;

&lt;p&gt;Doubled the width of the Obtain panel, and replaced the following localization strings with their counterparts in GlobalStrings.lua&lt;br&gt;
Replaced L[&amp;#34;Display&amp;#34;] with _G.DISPLAY&lt;br&gt;
Replaced L[&amp;#34;Ok&amp;#34;] with _G.OKAY&lt;br&gt;
Replaced L[&amp;#34;Filter&amp;#34;] with _G.FILTER&lt;br&gt;
Replaced L[&amp;#34;Filters&amp;#34;] with _G.FILTERS&lt;br&gt;
Replaced L[&amp;#34;Version&amp;#34;] with _G.GAME_VERSION_LABEL&lt;br&gt;
Replaced L[&amp;#34;Name&amp;#34;] with _G.NAME&lt;br&gt;
Replaced L[&amp;#34;World Map&amp;#34;] with _G.WORLD_MAP&lt;br&gt;
Replaced L[&amp;#34;Font Size&amp;#34;] with _G.FONT_SIZE&lt;br&gt;
Replaced L[&amp;#34;Off&amp;#34;] with _G.OFF&lt;br&gt;
Replaced L[&amp;#34;Mouse&amp;#34;] with _G.MOUSE_LABEL&lt;br&gt;
Replaced L[&amp;#34;Reputation&amp;#34;] with _G.REPUTATION&lt;br&gt;
Replaced L[&amp;#34;General&amp;#34;] with _G.GENERAL&lt;br&gt;
Replaced L[&amp;#34;Player Type&amp;#34;] with _G.ROLE&lt;br&gt;
Replaced L[&amp;#34;Misc&amp;#34;] and L[&amp;#34;Miscellaneous&amp;#34;] with _G.MISCELLANEOUS&lt;br&gt;
Replaced L[&amp;#34;Search&amp;#34;] with _G.SEARCH&lt;br&gt;
Replaced L[&amp;#34;Reset&amp;#34;] with _G.RESET&lt;br&gt;
Replaced L[&amp;#34;Skill&amp;#34;] with _G.SKILL&lt;br&gt;
Replaced L[&amp;#34;Faction&amp;#34;] with _G.FACTION&lt;br&gt;
Replaced L[&amp;#34;Instance&amp;#34;] with _G.INSTANCE&lt;br&gt;
Replaced L[&amp;#34;Raid&amp;#34;] with _G.RAID&lt;br&gt;
Replaced L[&amp;#34;PVP&amp;#34;] with _G.PVP&lt;br&gt;
Replaced L[&amp;#34;Old World&amp;#34;] with _G.EXPANSION_NAME0&lt;br&gt;
Replaced L[&amp;#34;Burning Crusade&amp;#34;] with _G.EXPANSION_NAME1&lt;br&gt;
Replaced L[&amp;#34;Lich King&amp;#34;] with _G.EXPANSION_NAME2&lt;br&gt;
Replaced L[&amp;#34;Armor&amp;#34;] with _G.ARMOR and _G.ARMOR_COLON&lt;br&gt;
Replaced L[&amp;#34;Tanks&amp;#34;] with _G.TANK&lt;br&gt;
Replaced L[&amp;#34;Melee DPS&amp;#34;] with _G.MELEE&lt;br&gt;
Replaced L[&amp;#34;Caster DPS&amp;#34;] with _G.DAMAGER&lt;br&gt;
Replaced L[&amp;#34;Healers&amp;#34;] with _G.HEALER&lt;br&gt;
Removed the unused localizations L[&amp;#34;Apply&amp;#34;] and L[&amp;#34;APPLY_DESC&amp;#34;], and L[&amp;#34;Wrath of the Lich King&amp;#34;].&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2692 | torhal | 2009-11-23 23:53:19 +0000 (Mon, 23 Nov 2009) | 10 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLConfig.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locals/testenUS.lua&lt;/p&gt;

&lt;p&gt;Moved creation of arlSpellTooltip from addon:InitializeFrame() into the main file body, and changed its parent from MainPanel to UIParent.&lt;br&gt;
In SetSpellTooltip(): Copy GameTooltip's main settings over to arlSpellTooltip so AddOns which modify GameTooltip will work on it.&lt;br&gt;
Moved the setting of arlSpellTooltip's scale from addon:DisplayFrame() to SetSpellTooltip(), where the config option will actually work.&lt;br&gt;
Moved the setting of arlTooltip's scale to after its anchor points have been cleared then set so the config option will actually work.&lt;br&gt;
Moved TipTac skinning of arlSpellTooltip from addon:InitializeFrame() to SetSpellTooltip().&lt;br&gt;
In giveDisplay(): Change L[&amp;#34;UI Scale&amp;#34;] to _G.UI_SCALE, removed check for addon.Frame's existence, and removed the attempt to set the scale of arlTooltip and arlSpellTooltip.&lt;br&gt;
Removed &amp;#34;UI Scale&amp;#34; from the localization table.&lt;br&gt;
Removed some comments for which their code was obvious in function.&lt;br&gt;
Removed global references to arlTooltip and arlSpellTooltip.&lt;br&gt;
Added file-local arlTooltip, as there is no reason for it to be global.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2691 | pompachomp | 2009-11-23 15:10:29 +0000 (Mon, 23 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Cook.lua&lt;/p&gt;

&lt;p&gt;Since Blizzard made specific spellid's for a specific faction for the Thanksgiving food, fixed that.&amp;nbsp;&amp;nbsp;You'll see the correct Thanksgiving food depending on your faction.&amp;nbsp;&amp;nbsp;Previously only the Alliance ones were in the database.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2690 | torhal | 2009-11-23 00:03:26 +0000 (Mon, 23 Nov 2009) | 7 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Removed all of the localized Blizzard API from ARLFrame.lua - none of it was needed.&lt;br&gt;
Added constants for the Flyaway frame's height and widths.&lt;br&gt;
Renamed &lt;a href="http://addon.DoFlyaway()" rel="nofollow"&gt;addon.DoFlyaway()&lt;/a&gt; to DoFlyaway(), moved it into the do block with CreateExpandedPanelCheckButton(), and removed the calls to addon.Flyaway:SetHeight() as unnecessary.&lt;br&gt;
Moved recursiveReset() to just before addon:InitializeFrame().&lt;br&gt;
Moved ExpButtonTT into a do block with CreateExpandedPanelCheckButton().&lt;br&gt;
Moved ExpButtonText to just before HideARL_ExpOptCB().&lt;br&gt;
Moved the font code to just above the tooltip code, where it is used.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2689 | pompachomp | 2009-11-22 21:54:14 +0000 (Sun, 22 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/CHANGES.txt&lt;/p&gt;

&lt;p&gt;changelog update.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2688 | torhal | 2009-11-22 09:56:15 +0000 (Sun, 22 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Moved some code out of the OnClick script for ARL_FilterButton, cleaned it up a bit, and turned it into MainPanel:ToggleState().&lt;br&gt;
Moved some of the frame creation/initialization out of addon:InitializeFrame() and into the main file body.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2687 | torhal | 2009-11-22 06:16:09 +0000 (Sun, 22 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Meh. Actually commit the ScrollFrame fix this time.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2686 | torhal | 2009-11-22 06:16:08 +0000 (Sun, 22 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;In addon:Scan(): Change the existence/visibility check for TradeSkillFrame to be a a check on the scan button's parent instead - TradeSkillFrame will not be visible when using a replacement AddOn.&lt;br&gt;
The ScrollFrame will no longer refresh its contents when scrolling.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2685 | torhal | 2009-11-21 21:14:47 +0000 (Sat, 21 Nov 2009) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Removed addon:ToggleFrame() - its code is now the OnClick handler for the scan button, since that was its primary function - toggling the visibility of the frame was only a side-effect. Also, no longer set the player's profession here, since that is done in addon:Scan().&lt;br&gt;
Changed the OnClick handler for ARL_ArmorButton to toggle armor filters iteratively rather than individually.&lt;br&gt;
Changed the OnClick handler for ARL_WeaponButton to toggle weapon filters iteratively rather than individually.&lt;br&gt;
Renamed addon:GenericMakeCB() to Generic_MakeCheckButton().&lt;br&gt;
Renamed addon:CreateExpCB() to CreateExpandedPanelCheckButton().&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2684 | pompachomp | 2009-11-21 19:10:10 +0000 (Sat, 21 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/Wowwiki.txt&lt;/p&gt;

&lt;p&gt;doc updates&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2683 | torhal | 2009-11-21 11:42:01 +0000 (Sat, 21 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Removed some localized globals that didn't really need to be.&lt;br&gt;
In the OnClick script for ARL_ResetButton: Replaced individual class toggles with iterative toggles, and a call to UnitClass(&amp;#34;player&amp;#34;) with Player[&amp;#34;Class&amp;#34;]. Also removed the setting of a non-existent filter.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2682 | torhal | 2009-11-21 10:00:51 +0000 (Sat, 21 Nov 2009) | 6 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Fixed the First Aid display by altering the number of lines to display in the FauxScrollFrame if the number of entries is less then NUM_RECIPE_LINES.&lt;br&gt;
ARL_ProgressBar is now MainPanel.progress_bar - yay for not polluting the global namespace!&lt;br&gt;
SetProgressBar() is now MainPanel:UpdateProgressBar()&lt;br&gt;
Renamed MainPanel:ResetTitle() to MainPanel:UpdateTitle()&lt;br&gt;
Re-worked ARL_ClassButton's OnClick script to iteratively toggle class filters rather than doing them individually, and replaced a call to UnitClass(&amp;#34;player&amp;#34;) with Player[&amp;#34;Class&amp;#34;].&lt;br&gt;
Moved assignment of MainPanel to addon.Frame from addon:InitializeFrame() to the file body.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2681 | torhal | 2009-11-21 07:06:31 +0000 (Sat, 21 Nov 2009) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Player.lua&lt;/p&gt;

&lt;p&gt;In MainPanel:ResetTitle() - Changed to use SetFormattedText() to help curb garbage-generation.&lt;br&gt;
In Player:SetProfessions() - Explicitly check for false, since a nil table entry will set spell names we don't care about.&lt;br&gt;
When generating a new entry for the ScrollFrame list, set its is_header member to true if it actually is a header, otherwise ignore it - nil &amp;gt; false&lt;br&gt;
Changed DEBUG() to addon:DEBUG().&lt;br&gt;
Made miscellaneous syntax changes and variable/member renames for clarity.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2680 | torhal | 2009-11-21 04:20:38 +0000 (Sat, 21 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Added a debug function while I continue this overhaul - incidentally, last commit fixed the issue where clicking a list entry did not expand it.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2679 | torhal | 2009-11-21 04:20:37 +0000 (Sat, 21 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Replaced all occurrences of recipeDB, and made GenerateTooltipContent() more clear in the process.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2678 | torhal | 2009-11-21 04:20:35 +0000 (Sat, 21 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Moved DisplayStrings to MainPanel.scroll_frame.entries and changed expandEntry() to MainPanel.scroll_frame:ExpandEntry()&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2677 | pompachomp | 2009-11-20 23:32:26 +0000 (Fri, 20 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Fixed bug where if you had a search filter set when you close ARL and open it up again the search box text wouldn't show the search filter still in progress.&amp;nbsp;&amp;nbsp;Fixes ticket 833&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2676 | pompachomp | 2009-11-20 15:07:03 +0000 (Fri, 20 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/CHANGES.txt&lt;/p&gt;

&lt;p&gt;changelog update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2675 | torhal | 2009-11-20 14:48:03 +0000 (Fri, 20 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Check to see if TradeSkillFrame exists before checking to see if it's visible.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2674 | torhal | 2009-11-20 13:22:39 +0000 (Fri, 20 Nov 2009) | 10 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;ARL_RecipeScrollFrame is now MainPanel.scroll_frame and is created at the top of the file instead of in addon:InitializeFrame()&lt;br&gt;
RecipeList_Update() is now MainPanel.scroll_frame:Update() - it and all associated code has been re-factored for clarity/efficiency.&lt;br&gt;
Removed WipeDisplayStrings() and initDisplayStrings() - their code now resides in MainPanel.scroll_frame:Update()&lt;br&gt;
&lt;a href="http://addon.RecipeItem_OnClick()" rel="nofollow"&gt;addon.RecipeItem_OnClick()&lt;/a&gt; is now RecipeItem_OnClick(), is defined within a do block in addon:InitializeFrame(), and now utilizes a &amp;#34;self&amp;#34; parameter so it no longer needs to be set as a script from a closure.&lt;br&gt;
RepFilterSwitch() is now a local function within a do block in addon:InitializeFrame().&lt;br&gt;
ARL_ProgressBarText now uses :SetFormattedText() rather than :SetText() to help reduce garbage generation.&lt;br&gt;
Removed the check for the old &amp;#34;Skill&amp;#34; sort type - certainly, nobody is still running a version of ARL that has it.&lt;br&gt;
Renamed most of the DisplayString members.&lt;br&gt;
Removed a plethora of whitespace.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2673 | torhal | 2009-11-20 01:24:30 +0000 (Fri, 20 Nov 2009) | 9 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Yanked some code from addon:DisplayFrame() and turned it into MainPanel:SetProfession().&lt;br&gt;
Removed a large portion of code from MainPanel.mode_button's OnClick script - everything it was doing is handled by the cascade of events initiated by addon:Scan().&lt;br&gt;
Removed SaveFramePosition() - its code now resides in MainPanel's OnMouseUp script.&lt;br&gt;
Moved faction_strings and CheckDisplayFaction() into a do block with expandEntry(), since they are both only used there.&lt;br&gt;
CheckDisplayFactions() now has one parameter, down from two.&lt;br&gt;
Removed file-local variable currentProfIndex - we now use MainPanel.profession&lt;br&gt;
Moved SortedProfessions and NUM_PROFESSIONS to the Constants section in the file.&lt;br&gt;
Removed MainPanel:Close() - calling MainPanel:Hide() does the same thing.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2672 | torhal | 2009-11-19 22:41:14 +0000 (Thu, 19 Nov 2009) | 10 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;addon:DisplayFrame() no longer uses function parameters.&lt;br&gt;
Removed allSpecTable - it was never used.&lt;br&gt;
Removed sortedRecipeIndex - addon.sorted_recipes is used now.&lt;br&gt;
Renamed dungeonlocationlist to INSTANCE_LOCATIONS.&lt;br&gt;
Renamed SortMissingRecipes() to SortRecipeList() - it now has no return value nor parameter.&lt;br&gt;
Removed the function definitions from sortFuncs, making them their own do-block-local entities.&lt;br&gt;
Pulled the definition of sortFuncs out of SortRecipeList().&lt;br&gt;
Changed some comments, removing those for which their code was obvious.&lt;br&gt;
Altered some syntax throughout.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2671 | torhal | 2009-11-19 09:32:25 +0000 (Thu, 19 Nov 2009) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Removed the file-local variables customDB, mobDB, questDB, seasonDB, trainerDB, and vendorDB.&lt;br&gt;
Improved code clarity in various functions.&lt;br&gt;
Moved narrowFontObj and normalFontObj to just before their first use.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2670 | torhal | 2009-11-19 08:50:50 +0000 (Thu, 19 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Player.lua&lt;/p&gt;

&lt;p&gt;Fixed some accidental globals.&lt;br&gt;
In GenericCreateButton(): Removed some SetScript() calls which appear to have once been tied to LibRock (SubControl_OnEnter/Leave) but are now unused.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2669 | torhal | 2009-11-19 06:36:22 +0000 (Thu, 19 Nov 2009) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLConfig.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Player.lua&lt;/p&gt;

&lt;p&gt;Moved addon:ResetGUI() fron ARLFrame.lua to ARLConfig.lua as a file-local function, since it is only used there from the config options.&lt;br&gt;
Moved the player profession-setting code from addon:OnEnable() to Player.lua as Player:SetProfessions() with a slight re-write - at some point this should be used when a player learns/unlearns professions.&lt;br&gt;
Added some TODO comments throughout the code for variables set on the Player table which have no current use, and for functions which should be used for more than their current context.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2668 | torhal | 2009-11-19 03:31:00 +0000 (Thu, 19 Nov 2009) | 11 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Player.lua&lt;/p&gt;

&lt;p&gt;The &amp;#34;addon&amp;#34; table now has seven new sub-tables: custom_list, mob_list, quest_list, reputation_list, trainer_list, seasonal_list, and vendor_list - this was done in an effort to be rid of the practice of passing tables to other files via function parameters.&lt;br&gt;
New file: Player.lua - contains functions which were ripped from other files and re-worked or re-written to support the notion that the player is its own entity.&lt;br&gt;
addon:DisplayFrame() now only has one parameter, down from nine, due to no longer passing tables between files in that manner.&lt;br&gt;
Replaced all occurrences of &amp;#34;playerData&amp;#34; with &amp;#34;Player&amp;#34;, and all of its subtables named &amp;#34;playerWhatever&amp;#34; are now simply &amp;#34;Whatever&amp;#34;.&lt;br&gt;
Removed addon:SetRepDB() - it was never used anywhere and was only a wrapper function anyway.&lt;br&gt;
Tidied up CheckDisplayFaction() a bit.&lt;br&gt;
Removed some &amp;#34;local globals&amp;#34; and replaced them with per-use definitions where applicable.&lt;br&gt;
SetProgressBar() no longer has a parameter.&lt;br&gt;
In addon:DisplayFrame(): Removed a call to WipeDisplayStrings(), since initDisplayStrings() calls it itself.&lt;br&gt;
In AckisRecipeList.lua Renamed NUM_FLAGS to NUM_FILTER_FLAGS.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2667 | torhal | 2009-11-19 00:42:22 +0000 (Thu, 19 Nov 2009) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;In ColourSkillLevel(): Re-worked to have three parameters rather than eight - the rest are derived from the new first parameter, which also allowed the removal of needless variables from initDisplayStrings().&lt;br&gt;
checkFactions() has been re-named to HasProperRepLevel() and was re-written for clarity/efficiency and to have one parameter rather than four.&lt;br&gt;
SetSortString() has been removed - its re-written code now resides in initDisplayStrings().&lt;br&gt;
Modified some comments throughout the file.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2666 | torhal | 2009-11-18 06:15:22 +0000 (Wed, 18 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Changed addon:CloseWindow() to MainPanel:Close().&lt;br&gt;
Removed expandallDisplayStrings() - this function was a carbon-copy of initDisplayStrings(), except that it automatically expanded recipes which had an acquire type. The functionality is now in initDisplayStrings() itself, and is turned on if that function's &amp;#34;expand_acquires&amp;#34; parameter is true.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2665 | torhal | 2009-11-18 03:52:08 +0000 (Wed, 18 Nov 2009) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Re-worked addon:GetTextDump() to re-use the &amp;#34;text_table&amp;#34; and &amp;#34;acquire_list&amp;#34; tables between calls, and also to assign flag states using the ACQUIRE_NAMES table instead of an ifelse chain.&lt;br&gt;
In addon:OnInitialize(): Added some separators between the options tables.&lt;br&gt;
Removed addon:ResetSearch(): It was only ever used in the OnClick handler of ARL_ClearButton, so its code now resides there.&lt;br&gt;
Changed a plethora of syntax in ARLFrame.lua&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2664 | pompachomp | 2009-11-17 22:11:48 +0000 (Tue, 17 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Don't print out a comma after the last item displayed.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2663 | Ackis | 2009-11-17 21:01:39 +0000 (Tue, 17 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/Main.txt&lt;/p&gt;

&lt;p&gt;Add a holiday message to the main page.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2662 | torhal | 2009-11-17 09:44:09 +0000 (Tue, 17 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Changed all ACQUIRE_WHATEVER to A_WHATEVER.&lt;br&gt;
Re-wrote the sort functions for clarity/efficiency. Sorting by location now works as intended, falling back to acquisition sort if no criteria are met.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2661 | torhal | 2009-11-17 08:36:05 +0000 (Tue, 17 Nov 2009) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;In addon:TRADE_SKILL_SHOW(): Re-wrote alt-tradeskill code.&lt;br&gt;
Re-wrote addon:SearchRecipeDB() and moved it into addon:InitializeFrame() as the local function SearchRecipes() to be set as scripts for the search button and search entry box.&lt;br&gt;
Changed &lt;a href="http://addon.RepFilterSwitch()" rel="nofollow"&gt;addon.RepFilterSwitch()&lt;/a&gt; to RepFilterSwitch()&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2660 | pompachomp | 2009-11-16 22:56:38 +0000 (Mon, 16 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Leatherwork.lua&lt;/p&gt;

&lt;p&gt;Removed an unused variable.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2659 | torhal | 2009-11-16 10:27:47 +0000 (Mon, 16 Nov 2009) | 7 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Re-wrote addon:ToggleExcludeRecipe().&lt;br&gt;
Moved all of the &amp;#34;this API provided for external AddOns&amp;#34; functions to the end of the file.&lt;br&gt;
Removed GetIDFromLink() - its code is used directly in the only place it was ever called.&lt;br&gt;
Added NUM_FLAGS constant, and put it to use in the functions which were using a hard-coded number.&lt;br&gt;
Modified some syntax.&lt;br&gt;
Modified some comments.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2658 | torhal | 2009-11-15 05:34:05 +0000 (Sun, 15 Nov 2009) | 7 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Removed RepFilters - they were defined but never used.&lt;br&gt;
Moved profession_table out of the do block that contained it and InitializeRecipes(), and moved its initialization from that function to addon:OnInitialize() since there was no need to re-define its keys/values, and renamed it to PROFESSION_INITS.&lt;br&gt;
Renamed InitializeRecipes() to InitializeRecipe() since that is exactly what it does, and re-worked its code. It also no longer resides within a do block.&lt;br&gt;
Changed addon:AddRecipeData() to no longer check for the existence of RecipeList (it will always exist) and simply return InitializeRecipe() - so now it is merely a wrapper function (wondering if there is actually a reason it should exist)&lt;br&gt;
In addon:GetExclusions(): Re-worked to minimize table lookups and removed the RecipeDB parameter since it always uses RecipeList.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2657 | torhal | 2009-11-15 01:34:58 +0000 (Sun, 15 Nov 2009) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Changed addon:CheckDisplayRecipe() to CanDisplayRecipe() - it's only ever used as a helper function for addon:UpdateFilters().&lt;br&gt;
In CanDisplayRecipe(): removed function parameters - they were not needed since the information is all file-scope. Removed profession check since it is already performed in addon:UpdateFilters(). Renamed variables &amp;#34;generaldb&amp;#34; and &amp;#34;flags&amp;#34; to &amp;#34;general_filters&amp;#34; and &amp;#34;recipe_flags&amp;#34; for clarity. Added some local variables to reduce some table lookups. Fixed named flag numbering (fixes ticket 864).&lt;br&gt;
Moved addon:UpdateFilters() into the do block with CanDisplayRecipe() since it only needs to be accessible from that function.&lt;br&gt;
In addon:UpdateFilters(): Re-write for improved efficiency/readability, removed all parameters as unnecessary.&lt;br&gt;
&amp;nbsp;&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2656 | pompachomp | 2009-11-14 17:19:20 +0000 (Sat, 14 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Engineer.lua&lt;/p&gt;

&lt;p&gt;Added a missing vendorid to some engineering recipes.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2655 | torhal | 2009-11-14 11:54:58 +0000 (Sat, 14 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;CreateRepTable() and CheckReputationDisplay() are now merged into addon:CheckDisplayRecipe().&lt;br&gt;
addon:ClearRepTable() has been completely removed - I have no idea why it even existed...nuking the reputation filter table and rebuilding it after every scan is...*eyebrow*&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2654 | torhal | 2009-11-14 11:10:36 +0000 (Sat, 14 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Removed the TRADE_WINDOW_OPENED state flag, and it's associated toggling functions - we're using TradeSkillFrame:IsVisible() instead.&lt;br&gt;
Removed PopulateRepFilters() - its contents now reside within addon:Scan().&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2653 | torhal | 2009-11-14 05:36:02 +0000 (Sat, 14 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Hooray for incorrect table usage! Class filters work again.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2652 | torhal | 2009-11-14 05:19:01 +0000 (Sat, 14 Nov 2009) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Re-wrote addon:addTradeAcquire() based on code backported from Collectinator.&lt;br&gt;
Removed addon:GetRecipeLocations() - its functionality is now in addon:addTradeAcquire().&lt;br&gt;
Added tooltip display for unknown recipes on mobs who drop them, vendors who sell them, and trainers who train them.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2651 | torhal | 2009-11-14 05:00:30 +0000 (Sat, 14 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Jewelcraft.lua&lt;/p&gt;

&lt;p&gt;Fixed the recipe ID for Heavy Golden Necklace of Battle. Something else is wrong with it, though, because it still isn't showing up in scans. Also fixed comma-delimiters.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2650 | torhal | 2009-11-14 03:08:27 +0000 (Sat, 14 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;In addon:CheckDisplayRecipe(): Moved the class filter and soft filter checks over to table iterations instead of a bajillion if statements.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2649 | BWMerlin | 2009-11-14 02:38:48 +0000 (Sat, 14 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Inscription.lua&lt;/p&gt;

&lt;p&gt;Updated trainer glyph of claw&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2648 | pompachomp | 2009-11-13 17:04:24 +0000 (Fri, 13 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/CHANGES.txt&lt;/p&gt;

&lt;p&gt;The Text Dump now uses the correct csv syntax and will now look much cleaner in a spreadsheet.&lt;br&gt;
Update changelog.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2647 | torhal | 2009-11-12 20:44:12 +0000 (Thu, 12 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;In addon:CheckDisplayRecipe(): Moved the profession check to the top of the function so we can bail out immediately, and replaced 34 &amp;#34;if&amp;#34; checks for filter flags with an iteratitive check over the new HardFilterMap table. Also, did some cleaning of the syntax.&lt;br&gt;
In CheckReputationDisplay(): Minor cleanup.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2646 | torhal | 2009-11-12 12:53:04 +0000 (Thu, 12 Nov 2009) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;The following functions no longer exist, since they were only used in addon:Scan() and their code now resides there: addon:ScanForKnownRecipes(), ResetKnown(), and GetTradeSpecialty().&lt;br&gt;
Assigned spellIDs as the values in the specialty tables instead of &amp;#34;true&amp;#34;. This allows the removal of GetSpellLink() and other sortid code when assigning the specialty during a scan.&lt;br&gt;
Removed various checks for the existence of addon.Frame since it will always exist now.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2645 | torhal | 2009-11-12 07:51:52 +0000 (Thu, 12 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Changed OnClick script for the mode_button to automatically switch to and then scan the appropriate tradeskill. If the window was not visible before switching, hide it. No more annoying &amp;#34;You have not yet scanned this tradeskill&amp;#34; message.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2644 | torhal | 2009-11-12 07:37:26 +0000 (Thu, 12 Nov 2009) | 7 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;SetFramePosition() is now MainPanel:SetPosition()&lt;br&gt;
Moved MainPanel methods out of InitializeFrame() and into the main file body.&lt;br&gt;
Moved creation of MainPanel out of InitializeFrame() and into the main file body.&lt;br&gt;
Removed &amp;#34;playerFaction&amp;#34; and &amp;#34;exclude&amp;#34; parameters from GenerateTooltipContent(), since that information is available from the file scope. Updated both places where it is used.&lt;br&gt;
ARL_SwitcherButton is now MainPanel.mode_button&lt;br&gt;
SetSwitcherTexture() has been re-written and is now mode_button:ChangeTexture().&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2643 | torhal | 2009-11-11 07:13:17 +0000 (Wed, 11 Nov 2009) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Moved all of the database-related tables into file scope.&lt;br&gt;
Moved creation of the scan button from addon:OnEnable() to addon:OnInitialize().&lt;br&gt;
All player initialization is done from within addon:OnEnable() instead of addon:Scan(), and no longer has its own function.&lt;br&gt;
GetKnownProfessions() no longer exists - its code is done directly within the player initialization.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2642 | pompachomp | 2009-11-09 15:56:43 +0000 (Mon, 09 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Blacksmith.lua&lt;/p&gt;

&lt;p&gt;Changed some flags around:&lt;br&gt;
Hard Khorium Battlefists to Recipe BoE-&amp;gt;Recipe BoP&lt;br&gt;
Sunblessed Breastplate to Recipe BoP-&amp;gt;Recipe BoE&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2641 | pompachomp | 2009-11-09 15:12:52 +0000 (Mon, 09 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Alchemy.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Inscription.lua&lt;/p&gt;

&lt;p&gt;Fixed a flag for Shrouding Potion in the Alchemy database, F_QUEST-&amp;gt;F_VENDOR&lt;br&gt;
Fixed skill levels for: Glyph of Turn Evil, Glyph of Scourge Imprisonment, Glyph of Stormstrike, Glyph of Focus, Glyph of Claw.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2640 | pompachomp | 2009-11-09 03:31:37 +0000 (Mon, 09 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Enchant.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Inscription.lua&lt;/p&gt;

&lt;p&gt;Corrected skill level for Enchant Cloak - Minor Protection&lt;br&gt;
Added missing acquire data to Glyph of Claw&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2639 | pompachomp | 2009-11-09 03:19:23 +0000 (Mon, 09 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Alchemy.lua&lt;/p&gt;

&lt;p&gt;Fixed a flag for Sneaking Potion in the Alchemy database, F_QUEST-&amp;gt;F_VENDOR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2638 | pompachomp | 2009-11-09 01:32:04 +0000 (Mon, 09 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locals/testenUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Blacksmith.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Vendor.lua&lt;/p&gt;

&lt;p&gt;Added a missing vendor to the vendor database, &lt;br&gt;
Vharr &amp;lt;Superior Weaponsmith&amp;gt;&lt;br&gt;
Added missing acquire data to the Massive Iron Axe recipe in the Blacksmithing database.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2637 | pompachomp | 2009-11-09 00:43:11 +0000 (Mon, 09 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/Wowwiki.txt&lt;/p&gt;

&lt;p&gt;some changes to wowwiki's arl page.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2636 | pompachomp | 2009-11-08 15:53:18 +0000 (Sun, 08 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.toc&lt;/p&gt;

&lt;p&gt;Removed some left behind references to LibBetterBlizzOptions&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2635 | Ackis | 2009-11-06 19:23:19 +0000 (Fri, 06 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/.pkgmeta&lt;/p&gt;

&lt;p&gt;Manual changelog off.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2633 | Ackis | 2009-11-06 19:19:35 +0000 (Fri, 06 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/.pkgmeta&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/CHANGES.txt&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/embeds.xml&lt;/p&gt;

&lt;p&gt;Few minor doc update, removal of LBBO which I thought I took out a while ago, and change log update.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2632 | Ackis | 2009-11-06 19:07:45 +0000 (Fri, 06 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLConfig.lua&lt;/p&gt;

&lt;p&gt;Fix a really old bug no one complained about.&amp;nbsp;&amp;nbsp;You can now customize what types of entries get shown on the map dumps.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2631 | pompachomp | 2009-11-05 20:56:42 +0000 (Thu, 05 Nov 2009) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Blacksmith.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Jewelcraft.lua&lt;/p&gt;

&lt;p&gt;Ticket 826, refining the blacksmithing database.&lt;br&gt;
Ticket 846, refining the jewelcrafting database.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2630 | pompachomp | 2009-11-05 08:52:33 +0000 (Thu, 05 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Enchant.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Jewelcraft.lua&lt;/p&gt;

&lt;p&gt;Ticket 825, refining the enchanting database.&lt;br&gt;
Ticket 846, refining the jewelcrafting database.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2629 | pompachomp | 2009-11-05 01:28:51 +0000 (Thu, 05 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;actually fix the mana restoration check.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2628 | pompachomp | 2009-11-04 20:20:47 +0000 (Wed, 04 Nov 2009) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Blacksmith.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Enchant.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Jewelcraft.lua&lt;/p&gt;

&lt;p&gt;Added 'scan_data.tank = true' to the 'expertise' check&lt;br&gt;
Ticket 825, refining the enchanting database.&lt;br&gt;
Ticket 826, refining the blacksmithing database.&lt;br&gt;
Ticket 846, refining the jewelcrafting database.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2627 | pompachomp | 2009-11-04 18:59:32 +0000 (Wed, 04 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;Changed check from &amp;#34;mana every 5 seconds&amp;#34; to &amp;#34;mana per 5 sec.&amp;#34;&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2626 | pompachomp | 2009-11-04 18:52:08 +0000 (Wed, 04 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Engineer.lua&lt;/p&gt;

&lt;p&gt;Added missing acquire data for some engineering recipes from Timofey Oshenko, Ticket 575&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2625 | pompachomp | 2009-11-03 22:17:38 +0000 (Tue, 03 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/Main.txt&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/Wowwiki.txt&lt;/p&gt;

&lt;p&gt;Reword the description.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2624 | pompachomp | 2009-11-03 21:38:36 +0000 (Tue, 03 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;Fixed an item id in the SPELL_ITEM table.&lt;br&gt;
Added some more leatherworking item id's to the DO_NOT_SCAN table.&lt;br&gt;
Added Leatherworking, Alchemy, and Engineering to the NO_PLAYER_FLAG table.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2623 | pompachomp | 2009-11-03 15:05:25 +0000 (Tue, 03 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;added blacksmithing, inscription, enchanting, and tailoring ids to the NO_PLAYER_FLAG table.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2622 | pompachomp | 2009-11-03 05:34:15 +0000 (Tue, 03 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;Check for &amp;#34;Fist Weapon&amp;#34; not just &amp;#34;Fist&amp;#34;&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2621 | pompachomp | 2009-11-03 02:23:20 +0000 (Tue, 03 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;Added jewelcrafting and cooking stuff to the NO_PLAYER_FLAG table.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2620 | pompachomp | 2009-11-02 18:24:51 +0000 (Mon, 02 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/CHANGES.txt&lt;/p&gt;

&lt;p&gt;changelog update.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2619 | pompachomp | 2009-11-02 11:34:20 +0000 (Mon, 02 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Jewelcraft.lua&lt;/p&gt;

&lt;p&gt;Added all the wotlk epic gems to the SPELL_ITEM table in the dataminer.&lt;br&gt;
Fixed the item bind flag for the epic gems from BoP Item-&amp;gt;BoE Item.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2618 | pompachomp | 2009-11-02 07:02:42 +0000 (Mon, 02 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Enchant.lua&lt;/p&gt;

&lt;p&gt;Ticket 825, refining the enchanting database.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2617 | pompachomp | 2009-11-02 03:34:17 +0000 (Mon, 02 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;Instead of checking for &amp;#34;Off-hand&amp;#34;, check for &amp;#34;Held In Off-hand&amp;#34;&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2616 | pompachomp | 2009-11-02 00:28:44 +0000 (Mon, 02 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Inscription.lua&lt;/p&gt;

&lt;p&gt;Ticket 810, refining the inscription database.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2615 | pompachomp | 2009-11-01 08:08:28 +0000 (Sun, 01 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Engineer.lua&lt;/p&gt;

&lt;p&gt;Really fix the &amp;#34;Off Hand&amp;#34; special case check&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2614 | torhal | 2009-11-01 06:37:56 +0000 (Sun, 01 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;In addon:ScanToolTip(): If the left-side text is &amp;#34;Projectile&amp;#34;, flag as &amp;#34;Ammo&amp;#34;.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2613 | pompachomp | 2009-11-01 04:11:35 +0000 (Sun, 01 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/CHANGES.txt&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Enchant.lua&lt;/p&gt;

&lt;p&gt;Removed some unused local variables.&lt;br&gt;
Changelog update.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2612 | pompachomp | 2009-11-01 03:09:06 +0000 (Sun, 01 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Alchemy.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Enchant.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Inscription.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Leatherwork.lua&lt;/p&gt;

&lt;p&gt;Removed some version checks.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2611 | pompachomp | 2009-11-01 02:54:28 +0000 (Sun, 01 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Engineer.lua&lt;/p&gt;

&lt;p&gt;much, much more of-Ticket 807, refining the engineering database.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2610 | pompachomp | 2009-11-01 00:55:53 +0000 (Sun, 01 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Engineer.lua&lt;/p&gt;

&lt;p&gt;more of-Ticket 807, refining the engineering database.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2609 | Ackis | 2009-10-29 21:22:58 +0000 (Thu, 29 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/Main.txt&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/Wowwiki.txt&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Leatherwork.lua&lt;/p&gt;

&lt;p&gt;Update main page to link to forums and upate the wowwiki entry.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2608 | pompachomp | 2009-10-29 20:49:30 +0000 (Thu, 29 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Engineer.lua&lt;/p&gt;

&lt;p&gt;more of-Ticket 807, refining the engineering database.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2607 | pompachomp | 2009-10-29 20:24:42 +0000 (Thu, 29 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;added some more items that won't cache to the DO_NOT_SCAN table.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2606 | pompachomp | 2009-10-29 19:24:46 +0000 (Thu, 29 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;added more blacksmithing items to the DO_NOT_SCAN table&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2605 | pompachomp | 2009-10-28 20:59:13 +0000 (Wed, 28 Oct 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Alchemy.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Blacksmith.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Engineer.lua&lt;/p&gt;

&lt;p&gt;Ticket 807, refining the engineering database.&lt;br&gt;
Ticket 847, refining the alchemy database.&lt;br&gt;
Ticket 826, refining the blacksmithing database&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2604 | torhal | 2009-10-28 03:45:19 +0000 (Wed, 28 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Docs/Main.txt&lt;/p&gt;

&lt;p&gt;Some re-wording of the main description (we/us/Ackis instead of I...etc).&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2603 | pompachomp | 2009-10-27 23:24:19 +0000 (Tue, 27 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-FirstAid.lua&lt;/p&gt;

&lt;p&gt;Fixed incorrect skill levels for Netherweave Bandage and Heavy Netherweave Bandage, changed the orange skill level for both, Fix ticket 853&lt;br&gt;
Added some more alchemy items to the DO_NOT_SCAN table that I apparently missed.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2602 | pompachomp | 2009-10-27 17:25:49 +0000 (Tue, 27 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Tailor.lua&lt;/p&gt;

&lt;p&gt;add/remove missing/incorrect trainer data for Meilosh, in the tailoring database.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2601 | pompachomp | 2009-10-27 16:53:43 +0000 (Tue, 27 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;Fixed the special case Off-hand check.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2600 | pompachomp | 2009-10-27 16:51:05 +0000 (Tue, 27 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Cook.lua&lt;/p&gt;

&lt;p&gt;added some more missing flags in the cooking db&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2599 | pompachomp | 2009-10-27 05:33:28 +0000 (Tue, 27 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Cook.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Engineer.lua&lt;/p&gt;

&lt;p&gt;Fixed some incorrect data n the engineering database.&lt;br&gt;
Fixed a variable name in the cooking database.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2598 | torhal | 2009-10-26 05:59:05 +0000 (Mon, 26 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/AckisRecipeList.lua&lt;/p&gt;

&lt;p&gt;Changed the recipe tooltip's default anchor to be the right side of the list panel instead of the mouse cursor.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2597 | pompachomp | 2009-10-26 04:19:19 +0000 (Mon, 26 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecipeDB/ARL-Alchemy.lua&lt;/p&gt;

&lt;p&gt;Added some missing flags to the Alchemy database.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2596 | torhal | 2009-10-26 02:24:31 +0000 (Mon, 26 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLFrame.lua&lt;/p&gt;

&lt;p&gt;Added &amp;#34;The Ashen Verdict&amp;#34; to the filter GUI.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2595 | pompachomp | 2009-10-25 17:25:04 +0000 (Sun, 25 Oct 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ARLDatamine.lua&lt;/p&gt;

&lt;p&gt;Added some engineering items to the DO_NOT_SCAN table.&lt;br&gt;
Fixed some entries in the SPELL_ITEM table.&lt;br&gt;
Looks like blizzard changed some &amp;#34;Requires *&amp;#34; line in the tt's, so.. &amp;#34;requires gnomish engineering&amp;#34;-&amp;gt;&amp;#34;requires gnomish engineer&amp;#34; and &amp;#34;requires goblin engineering&amp;#34;-&amp;gt;&amp;#34;requires goblin engineer&amp;#34;&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>Bagnon</title><link>http://wow.curse.com/downloads/wow-addons/details/bagnon.aspx</link><pubDate>Thu, 26 Nov 2009 07:00:05 GMT</pubDate><dc:creator>Tuller</dc:creator><description>	&lt;p&gt;2.12.1
	&lt;ul&gt;
		&lt;li&gt;Added comparison operators to item level and quality searches (you can now do things like q&gt;=rare, q!=0, etc)&lt;/li&gt;
		&lt;li&gt;Added itemlevel searching: ilvl&lt;op&gt;&lt;number&gt; (ex, ilvl&gt;200 or ilvl:200)&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.12.0
	&lt;ul&gt;
		&lt;li&gt;Added new options for item slot colors and item border brightness&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.11.0
	&lt;ul&gt;
		&lt;li&gt;Added a new option to automatically display your inventory when opening the player frame&lt;/li&gt;
		&lt;li&gt;Added a new frame specific option: Enable bag break layout&lt;/li&gt;
		&lt;li&gt;Fixed a bug causing quest item highlighting to not work properly for non English locales&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.10.0
	&lt;ul&gt;
		&lt;li&gt;Added support for equipment set searching via s:&lt;setName&gt;&lt;/li&gt;
		&lt;li&gt;Made it easier for me to define new typed searches via Bagnon.ItemSearch.RegisterTypedSearch(typedSearchObj)&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.9.3
	&lt;ul&gt;
		&lt;li&gt;Updated for 3.2&lt;/li&gt;
		&lt;li&gt;Disabled search text syncing to prevent issues with Chinese clients&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.9.2
	&lt;ul&gt;
		&lt;li&gt;Fixed a bug causing the options menu to show up when displaying the world map&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.9.1
	&lt;ul&gt;
		&lt;li&gt;Added a new modifier to search by name:  n:search.  For example, typing &amp;#8220;n:pants&amp;#8221; will find all items named &amp;#8220;pants&amp;#8221;&lt;/li&gt;
		&lt;li&gt;A search without modifiers, ex &amp;#8220;gem&amp;#8221; will now perform a smart search, like in 1.x versions of Bagnon.  For example, typing &amp;#8220;gem&amp;#8221; will now find items of type &amp;#8220;gem&amp;#8221; as  well as items named &amp;#8220;gem&amp;#8221;&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.9.0
	&lt;ul&gt;
		&lt;li&gt;Added a keyring bag back to the inventory&amp;#8217;s bag frame.  Its hidden by default.&lt;/li&gt;
		&lt;li&gt;Keyring slots are now colored&lt;/li&gt;
		&lt;li&gt;Made text searching global&lt;/li&gt;
		&lt;li&gt;Made the text search box close when the enter key is pressed&lt;/li&gt;
		&lt;li&gt;The searching with uppercase text bug should now be fixed.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.8.1
	&lt;ul&gt;
		&lt;li&gt;Localization bugfix&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.8.0
	&lt;ul&gt;
		&lt;li&gt;Added a new option to disable the options toggle button&lt;/li&gt;
		&lt;li&gt;Adjusted a few default settings for the automatic display of the inventory frame&lt;/li&gt;
		&lt;li&gt;Adjusted priority of quest highlighting so that Uncommon+ items are not marked as quest items&lt;/li&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.7.0
	&lt;ul&gt;
		&lt;li&gt;Added new frame strata options: &lt;span class="caps"&gt;MEDIUMLOW&lt;/span&gt;, &lt;span class="caps"&gt;MEDIUMHIGH&lt;/span&gt;.  These are equivalent to Low + Toplevel and Medium + Toplevel&lt;/li&gt;
		&lt;li&gt;Added new option: Display Blizzard bag frames for disabled bags.&lt;/li&gt;
		&lt;li&gt;Added the ability to right click the title frame to display the options menu.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.6.3
	&lt;ul&gt;
		&lt;li&gt;Fixed a bug causing it to not be possible to disable auto display settings&lt;/li&gt;
		&lt;li&gt;Fixed a bug causing it to not be possible to search on other characters/your bank when not at the bank&lt;/li&gt;
		&lt;li&gt;Fixed a bug with hiding the default bank frame&lt;/li&gt;
		&lt;li&gt;Made the general options panel a sub panel of the main Bagnon panel. This should hopefully make it easier to spot when configuring frames.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.6.2
	&lt;ul&gt;
		&lt;li&gt;Added a bugfix to the default settings clearing code&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.6.1
	&lt;ul&gt;
		&lt;li&gt;Miscellaneous bug fixes&lt;/li&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.6.0
	&lt;ul&gt;
		&lt;li&gt;Added a new options panel to configure automatic display settings for the inventory frame&lt;/li&gt;
		&lt;li&gt;More performance optimizations to the item frame&lt;/li&gt;
		&lt;li&gt;More bug fixes to the item frame&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.2
	&lt;ul&gt;
		&lt;li&gt;Added an assertion to catch the nil slot issue, if it exists.&lt;/li&gt;
		&lt;li&gt;Fixed a bug with item frame event registering causing items to appear to not move, etc&lt;/li&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.1
	&lt;ul&gt;
		&lt;li&gt;Added some bugfixes to item event handling&lt;/li&gt;
		&lt;li&gt;Added some bugfixes to broker tooltip handling&lt;/li&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.0
	&lt;ul&gt;
		&lt;li&gt;Moved item slot event handling to the item frame.&lt;/li&gt;
		&lt;li&gt;Fixed a display issue with the player selector for undead characters&lt;/li&gt;
		&lt;li&gt;Added in settings to disable the inventory, bank and keyring frames&lt;/li&gt;
		&lt;li&gt;Fixed some bugs related to saving and loading default settings&lt;/li&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.4.1
	&lt;ul&gt;
		&lt;li&gt;Fixed a redbox error from hiding a frame when viewing another character&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.4.0
	&lt;ul&gt;
		&lt;li&gt;Fixed a bug with frame/border coloring&lt;/li&gt;
		&lt;li&gt;The player filter will now reset to the current player when a frame is closed&lt;/li&gt;
		&lt;li&gt;Made reverse bag slot ordering a per frame setting, instead of a global one&lt;/li&gt;
		&lt;li&gt;Added per frame option: Enable bag frame (disabled for the keyring for semi obvious reasons)&lt;/li&gt;
		&lt;li&gt;Added per frame option: Enable money frame&lt;/li&gt;
		&lt;li&gt;Added per frame option: Enable databroker frame&lt;/li&gt;
		&lt;li&gt;Added per frame option: Enable search frame toggle button&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.3.1
	&lt;ul&gt;
		&lt;li&gt;Implemented a fix that should resolve the wacky frame position thing&lt;/li&gt;
		&lt;li&gt;Implemented a fix that should resolve the &amp;#8220;for limit must be a number&amp;#8221; bug&lt;/li&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
		&lt;li&gt;Added per frame option: Frame Layer &amp;#8211; Controls frames appearing above or below other frames.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.3.0
	&lt;ul&gt;
		&lt;li&gt;Rewrote saved settings back end to make it easier for me to adjust defaults.  Your settings have been reset.&lt;/li&gt;
		&lt;li&gt;Frame settings are now saved on per character basis&lt;/li&gt;
		&lt;li&gt;Global settings (stuff on the main options panel) are saved globally.&lt;/li&gt;
		&lt;li&gt;Adjusted a few default settings (frame border color, frame position)&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.2.1
	&lt;ul&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
		&lt;li&gt;Added option: highlight item slots by bag type&lt;/li&gt;
		&lt;li&gt;Fixed a frame display bug when closing frames via pressing escape&lt;/li&gt;
		&lt;li&gt;You can now double click to search once again.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.2.0
	&lt;ul&gt;
		&lt;li&gt;Added option: show empty item slot textures&lt;/li&gt;
		&lt;li&gt;Added option: highlight items by quality&lt;/li&gt;
		&lt;li&gt;Added option: highlight quest items&lt;/li&gt;
		&lt;li&gt;Added option: reverse item slot ordering&lt;/li&gt;
		&lt;li&gt;Added option: lock frame positions&lt;/li&gt;
		&lt;li&gt;Added a databroker launcher for Bagnon&lt;/li&gt;
		&lt;li&gt;Fixed a few bugs related to the databroker plugin&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.1.0
	&lt;ul&gt;
		&lt;li&gt;Started implementaton of the new options menu. Added options for color, border color, columns, spacing, opacity, and scale.&lt;/li&gt;
		&lt;li&gt;Added new slash command, /bgn options&lt;/li&gt;
		&lt;li&gt;Added a button to all frames as a shortcut to the options menu&lt;/li&gt;
		&lt;li&gt;I&amp;#8217;m calling this version a beta, since I want more feedback.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.0.3
	&lt;ul&gt;
		&lt;li&gt;Reimplemented slash commands: /bgn|/bagnon bank, /bgn bags, /bgn keys, and /bgn version&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.0.2
	&lt;ul&gt;
		&lt;li&gt;Fixed bank frame tool tips&lt;/li&gt;
		&lt;li&gt;Fixed quality display for certain items&lt;/li&gt;
		&lt;li&gt;Removed a file that was not being called anymore.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.0.1
	&lt;ul&gt;
		&lt;li&gt;Fixed bank frame closing&lt;/li&gt;
		&lt;li&gt;Fixed an error when hovering over a bank item when at the bank&lt;/li&gt;
		&lt;li&gt;Fixed an error when clicking on a databroker object with no click event&lt;/li&gt;
		&lt;li&gt;Added sounds when opening/closing frames&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;</description></item><item><title>Dominos</title><link>http://wow.curse.com/downloads/wow-addons/details/dominos.aspx</link><pubDate>Thu, 26 Nov 2009 05:19:55 GMT</pubDate><dc:creator>Tuller</dc:creator><description>	&lt;p&gt;1.14.2
	&lt;ul&gt;
		&lt;li&gt;Added 3.2 compatibility&lt;/li&gt;
		&lt;li&gt;Added a percentage display to the experience bar&lt;/li&gt;
		&lt;li&gt;Added tooltip descriptions to selected bars&lt;/li&gt;
		&lt;li&gt;Added button facade support to the bag frame&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.12.1
	&lt;ul&gt;
		&lt;li&gt;Updated LibKeyBound, giving Dominos support for up to 31 mouse buttons.&lt;/li&gt;
		&lt;li&gt;Modified the menu bar creation code to fix some issues with patch 3.3&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.12.0
	&lt;ul&gt;
		&lt;li&gt;Added industrials patch for modifier combos for paging&lt;/li&gt;
		&lt;li&gt;Adjusted the defaults for the new layout ordering options to prevent issues.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.11.1
	&lt;ul&gt;
		&lt;li&gt;Version upgrade bugfix&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.11.0
	&lt;ul&gt;
		&lt;li&gt;Implemented advanced layout ordering options, per gpsguru&amp;#8217;s patch&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.10.5
	&lt;ul&gt;
		&lt;li&gt;Removed range indicator display text&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.10.4
	&lt;ul&gt;
		&lt;li&gt;Taint fixes&lt;/li&gt;
		&lt;li&gt;Added FactionFriend support to the experience bar&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.10.3
	&lt;ul&gt;
		&lt;li&gt;Made the totem bar not disable itself when logging on a non Shaman character.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.10.2
	&lt;ul&gt;
		&lt;li&gt;3.2 retail release&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.10.1
	&lt;ul&gt;
		&lt;li&gt;This is a 3.2.0 beta/alpha.  It will not work properly on the 3.1 servers&lt;/li&gt;
		&lt;li&gt;Fixed a bug with talent swapping&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.10.0
	&lt;ul&gt;
		&lt;li&gt;This is a 3.2.0 beta/alpha.  It will not work properly on the 3.1 servers&lt;/li&gt;
		&lt;li&gt;Fixed a redbox error when casting a spell&lt;/li&gt;
		&lt;li&gt;Added a new addon, Dominos_Totems &amp;#8211; Provides three totem bars for shamans.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.9.4
	&lt;ul&gt;
		&lt;li&gt;Added russian localization&lt;/li&gt;
		&lt;li&gt;Fixed the notarget paging option&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.9.3
	&lt;ul&gt;
		&lt;li&gt;Merged into trunk&lt;/li&gt;
		&lt;li&gt;Updated licensing information.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.9.2
	&lt;ul&gt;
		&lt;li&gt;Added a shadowdance bar for rogues.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.9.1
	&lt;ul&gt;
		&lt;li&gt;Added some code to hopefully make the VehicleSeatIndicator stay completely on screen.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.9.0
	&lt;ul&gt;
		&lt;li&gt;Updated for 3.1 compatibility&lt;/li&gt;
		&lt;li&gt;This should fix auto fading not working, along with the tainting issue with the quest log tracker item buttons&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.8.3
	&lt;ul&gt;
		&lt;li&gt;Fixed the bug causing your bars to not load properly when in a form/stance/whatever.&lt;/li&gt;
		&lt;li&gt;Updated translations&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;1.8.2
	&lt;ul&gt;
		&lt;li&gt;Added a theoretical (ie, probably will not work) fix for the possess/vehicle bar issues people are having&lt;/li&gt;
		&lt;li&gt;Modified the vehicle control bar to not always show the leave button&lt;/li&gt;
		&lt;li&gt;Added Korean translation&lt;/li&gt;
		&lt;li&gt;Added a fix for the missing profiles button under certain locales&lt;/li&gt;
		&lt;li&gt;Made the buff and debuff highlighting code a bit more efficient&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;</description></item><item><title>Raid Tracker</title><link>http://wow.curse.com/downloads/wow-addons/details/ka_raid-tracker.aspx</link><pubDate>Wed, 25 Nov 2009 19:35:10 GMT</pubDate><dc:creator>Celess</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r224 | celess | 2009-11-25 13:34:01 +0000 (Wed, 25 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v2.2.48 (from /trunk:223)&lt;/p&gt;

&lt;p&gt;Tagging as 2.2.48&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r223 | celess | 2009-11-25 13:33:11 +0000 (Wed, 25 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Data.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTracker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTracker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locales/locale-deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locales/locale-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locales/localization.lua&lt;/p&gt;

&lt;p&gt;- added Onyxia, and 3.3 instances including Icecrown Citedel and new badge exclusion&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r221 | celess | 2009-11-24 18:07:48 +0000 (Tue, 24 Nov 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Data.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTracker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTracker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/UI_Button.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/UI_Dialog.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/UI_Dialog.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locales/locale-deDE.lua&lt;/p&gt;

&lt;p&gt;- add German translation for leave party 2&lt;br&gt;
- change disenchant to disenchanted for compatibility&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r219 | celess | 2009-11-24 17:09:59 +0000 (Tue, 24 Nov 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTracker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTracker.toc&lt;/p&gt;

&lt;p&gt;- 3.0.1 variables loaded update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r217 | celess | 2009-11-09 19:09:53 +0000 (Mon, 09 Nov 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTracker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTracker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/UI_Button.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/UI_Button.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/UI_Dialog.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locales/locale-deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locales/locale-enUS.lua&lt;/p&gt;

&lt;p&gt;- fixes for ToC bosses&lt;br&gt;
- added right-click menu for players list, includes whisper and invite options&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r215 | celess | 2009-10-27 03:23:56 +0000 (Tue, 27 Oct 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Export.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTracker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/UI_Options.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/UI_Options.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locales/localization.lua&lt;/p&gt;

&lt;p&gt;- fix for ToC&lt;br&gt;
- added SMF BBCode export format&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>QuestHelper</title><link>http://wow.curse.com/downloads/wow-addons/details/quest-helper.aspx</link><pubDate>Wed, 25 Nov 2009 12:38:50 GMT</pubDate><dc:creator>ZorbaTHut</dc:creator><description>&lt;h2 id="w-version-1-3-2-beta-11-24-2009"&gt;Version 1.3.2-beta 11/24/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Sorry for the slow bugfixes, life has been incredibly busy. Another pile of bugfixes in this version - once again, please report anything that's problematical.
&lt;/li&gt;&lt;li&gt;Database update, also.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-3-1-beta-11-18-2009"&gt;Version 1.3.1-beta 11/18/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Many many small fixes and tweaks. If you had an error in 1.3.0-beta, please try to reproduce it and report on success or failure. Every error report I received had been handled one way or another, but some of them may still be live, as I was unable to reproduce some of them. Also, if you can give solid reliable instructions on how to reproduce any error, it's much appreciated!
&lt;/li&gt;&lt;li&gt;Made the objective menu a little smarter - it will no longer prompt for "ignore this location" if that location is the last one it knows about for that objective
&lt;/li&gt;&lt;li&gt;Added some better error handling for "/qh find"
&lt;/li&gt;&lt;li&gt;Commented out a pile of dead code, will remove it in a future version if it proves to actually be dead and not just staggering along in some horrifying abomination of diseased unlife, moaning for cerebral matter and dripping on your carpet
&lt;/li&gt;&lt;li&gt;I think the carpet is a metaphor for your computer's memory but I sort of lost track somewhere in there
&lt;/li&gt;&lt;li&gt;ALTERNATE PUNCHLINE: that carpet really tied the room together
&lt;/li&gt;&lt;li&gt;I came up with a neat idea and some guys told me it was impossible, so I did it. "/qh radar" attempts to triangulate the position of your current target and shows its likely location on your minimap. It may be buggy and/or have performance problems - at the moment it's largely a proof-of-concept, and it's already proven invaluable at helping me track down a few rare monsters. I may improve it in the future.
&lt;/li&gt;&lt;li&gt;If you want a one-line description of my life, just go up one bullet point from here and read until you hit a period.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-3-0-beta-11-16-2009"&gt;Version 1.3.0-beta 11/16/2009&lt;/h2&gt;
&lt;p&gt;Hey hey time for a major version&lt;/p&gt;
&lt;p&gt;Major feature the first: Achievements. QuestHelper will now help you with various achievements directly in the UI, including exploration, monster/critter slaying, and fishing node achievements. Merely go into your existing Achievements pane and look for a little checkbox on the bottom-right of some achievements next to the QuestHelper symbol. Check the box and follow the path!&lt;/p&gt;
&lt;p&gt;Want an easier way to find achievements QH can assist you with? Look at the dropdown in the topright of the achievements window, and choose "QuestHelpable". Bizam! Now it only shows QH-compatible achievements.&lt;/p&gt;
&lt;p&gt;Caveats:&lt;/p&gt;
&lt;p&gt;First, there are some achievements that QH claims it can help with that, in reality, it's pretty much useless for. At the moment this includes just about everything in the PvP category, many things in Raids, and the entire World Events category. Conversely, there are some achievements that QH could help with that it currently doesn't, mostly all the Classic and BC dungeons, but also some of the World Events. (Yes, Bonfires and Candy are . . . uh . . . unsupported, I guess? They should be back before next year, along with Elders.)&lt;/p&gt;
&lt;p&gt;Second, if you add a lot of achievements, Questhelper may get somewhat slow and memory-hungry. Adding all the Exploration nodes to a new level 1 character generates approximately 1,400 individual locations to visit, burns around 150 megs of RAM, and takes something like twenty minutes to finish the setup phase. Its path generation may suffer under this kind of load. Luckily, it's reasonably easy to remove and add things, but if you say "I added World Explorer to my level 2 hunter and it got slow, how can I fix this" my answer is going to be "turn off World Explorer".&lt;/p&gt;
&lt;p&gt;Third, there's no way QuestHelper can know where rare mobs are at any particular moment, so it just routes you to where they probably are, and if they aren't there, well, ignore the node (right-click the item on your minimap) and come back later. In my testing you've got less than a 2% chance of any particular location containing a spawned rare monster, so, I mean, there's a reason they're called "rare", and it's not because they're so dang easy to find.&lt;/p&gt;
&lt;p&gt;There may be bugs. That's why this is a beta. Report away.&lt;/p&gt;
&lt;p&gt;Major feature the second: THIS FEATURE WILL ONLY WORK IN WoW 3.3. Seriously. It is not going to work right now. The option will not do anything. However, once 3.3 is released, QuestHelper will now optionally show dots on your map for quests that you haven't done. "/qh incomplete" to activate it, then look at your map.&lt;/p&gt;
&lt;p&gt;There may be bugs, including quests shown that shouldn't be shown and quests not-shown that should be shown. It does give the quest name and the quest ID number to help track down info about that quest. Again, go ahead and report bugs, but remember, THIS FEATURE WILL ONLY WORK IN WoW 3.3, if you tell me it doesn't work right now I am just going to laugh at you.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Various improvements to make it more immediately responsive to new objectives/finished objectives/completed achievements.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-2-7-11-16-2009"&gt;Version 1.2.7 11/16/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Database update
&lt;/li&gt;&lt;li&gt;Hey, why are you reading this, go read the 1.3.0 entry instead
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-2-6-11-10-2009"&gt;Version 1.2.6 11/10/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix some bugs involving the Tracker button visibility
&lt;/li&gt;&lt;li&gt;Shrink the Tracker button a bit
&lt;/li&gt;&lt;li&gt;Calling it now: people are going to complain that the tracker button is too small
&lt;/li&gt;&lt;li&gt;Lots of work going on behind the scenes! Magic will occur shortly.
&lt;/li&gt;&lt;li&gt;New database
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-2-5-11-2-2009"&gt;Version 1.2.5 11/2/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix an initialization bug that nobody but Zorba would ever notice nor care about
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-2-4-11-2-2009"&gt;Version 1.2.4 11/2/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix some data collection issues keeping me from adding game object support
&lt;/li&gt;&lt;li&gt;Added a progress indicator for route changes that are taking an uncommonly long time
&lt;/li&gt;&lt;li&gt;Cleaned up some bad behavior with the tooltip
&lt;/li&gt;&lt;li&gt;Fixed a bug causing unnecessary info to be built into the compressed datafiles
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-2-3-10-28-2009"&gt;Version 1.2.3 10/28/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Well that was a silly bug. I have no idea how that got through my testing. Fixed.
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;There is still a &lt;a href="http://www.mandible.net"&gt;new game available to be played&lt;/a&gt;. It is about numbers and counting - two things which &lt;em&gt;everyone finds fun&lt;/em&gt;. Correct me if I am wrong! (I am not wrong.)
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;(I wish I could stop releasing new bugfix versions, I'm going to feel pretty silly spamming this six times in one week)&lt;/p&gt;
&lt;h2 id="w-version-1-2-2-10-28-2009"&gt;Version 1.2.2 10/28/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix visual issue with the modified tooltip
&lt;/li&gt;&lt;li&gt;Fix some irritating consistency issues with the tracker button
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;There is still a &lt;a href="http://www.mandible.net"&gt;new game available to be played&lt;/a&gt;. It is about numbers and counting - two things which &lt;em&gt;everyone finds fun&lt;/em&gt;. Correct me if I am wrong! (I am not wrong.)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-2-1-10-26-2009"&gt;Version 1.2.1 10/26/2009&lt;/h2&gt;
&lt;p&gt;where doing it man
where MAKING THIS HAPEN&lt;/p&gt;
&lt;p&gt;Reimplemented "/qh find". For example, "/qh find murloc", "/qh find loc 50 50", "/qh find loc stormwind 20 80". It may be slightly faster than it used to be. It may also have issues. Issues with a capital Issues.&lt;/p&gt;
&lt;p&gt;First, I currently don't have support for items, only for monsters and locations. Does anyone care about items? Note that it won't include everything - a full database is huge, and QH currently only includes stuff that's useful for quests. So I can track known quest items. Alternatively, I can include a certain set of things (like reagents) into the database explicitly. Are those useful? I really don't know. You tell me!&lt;/p&gt;
&lt;p&gt;I'm not releasing this as a beta version, since everything but "/qh find" is stable. "/qh find" itself should be considered beta. There are probably missing features that I'm not aware of, and there may be bugs. Please report any issues or unfortunate behavior!&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;New database, obviously &lt;span class="emote emote-grin" title="Grin"&gt;:D&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;Tweaked the rendering order on the tracker handle. May not show up on top of your bags anymore. May still work properly. May not! It is an adventure to all.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Oh yeah I went and &lt;a href="http://www.mandible.net"&gt;made another game&lt;/a&gt;. This one's about numbers! You like numbers, right? Come play with numbers. &lt;em&gt;Come play with numbers.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="w-version-1-1-23-10-18-2009"&gt;Version 1.1.23 10/18/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Remember how the last version was supposed to have 3.3 compatibility? Yeah well uh
&lt;/li&gt;&lt;li&gt;3.3 compatibilty for real this time
&lt;/li&gt;&lt;li&gt;(crosses fingers)
&lt;/li&gt;&lt;li&gt;Fix minor display irritation in tooltips
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;QuestHelper now has a logo. You'll notice it in tooltips and in the quest tracker. I've done my best to make it noticable but unobtrusive - I've noticed that a lot of people seem to have a hard time distinguishing the line that separates Questhelper and World of Warcraft, and I'm trying to make this line a little more obvious (both for my sake, and for Blizzard's.) Let me know if you've got suggestions for improving either the logo or its placement, or if you &lt;em&gt;really really really hate it&lt;/em&gt;.
&lt;/li&gt;&lt;li&gt;Also let me know if you want it on a T-shirt &lt;span class="emote emote-grin" title="Grin"&gt;:D&lt;/span&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;Support for Hallow's End candy buckets! "/qh buckets". It behaves just like the old Midsummer Fire Festival bonfires did, since it's based on the same code. Performance may suffer while this option is on, as it's nowhere near optimized, it's just a dirty hack. I don't yet have support for Northrend buckets. (Just like Blizzard! ha ha, burrrrrn)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-22-10-11-2009"&gt;Version 1.1.22 10/11/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;3.3 compatibility
&lt;/li&gt;&lt;li&gt;Add a new filter "/qh filter raidaccessible". If the filter is on, and you're in a raid, it will filter out quests that you would be unable to make progress in.
&lt;/li&gt;&lt;li&gt;By now you should realize that a significant number of QH features exist because I keep screwing things up, so you can probably guess why that feature exists
&lt;/li&gt;&lt;li&gt;Fix the director_quest.lua crash (I hope)
&lt;/li&gt;&lt;li&gt;Add debug instrumentation for a few more bugs
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-21-10-5-2009"&gt;Version 1.1.21 10/5/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Make Cartographer stop breaking Questhelper. At least, breaking it as much.
&lt;/li&gt;&lt;li&gt;Add support for quest items contained inside containers (alright this mostly exists because I got tired of the Bloated Monsterbelly daily directing me to Dalaran)
&lt;/li&gt;&lt;li&gt;Make Questhelper stop resetting the chat font on startup. Why did it used to? I do not know. There are nooks of this code that I still do not fully comprehend. If this causes your computer to melt into a small puddle of radioactive slag&lt;code&gt;**&lt;/code&gt;, please let me know.
&lt;/li&gt;&lt;li&gt;Fix an issue causing the load progress indicator to be displayed despite the user indicating a clear preference that it should not be
&lt;/li&gt;&lt;li&gt;Initial quest-update will again be reliably included in the progress indicator
&lt;/li&gt;&lt;li&gt;Stop an annoying flicker when tracking/untracking quests
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;**&lt;/code&gt; Questhelper is not responsible for your computer melting into a small puddle of radioactive slag, nor responsible for proper disposal of the aforementioned slag.&lt;/p&gt;
&lt;h2 id="w-version-1-1-20-9-29-2009"&gt;Version 1.1.20 9/29/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix some glitches in the database build code that may have produced Unexpected Output in 1.1.19, probably including flighpath errors and possibly including dang near any wacky behavior imaginable
&lt;/li&gt;&lt;li&gt;Found and fixed a mistake in data gathering that was causing excessive data to be recorded
&lt;/li&gt;&lt;li&gt;Implemented a quick cleanup to go obliterate everything that was mistakenly recorded (okay most things not everything)
&lt;/li&gt;&lt;li&gt;Moved some initialization from the loading screen to post-load. WoW should start a little faster, though QH will take a little longer overall to be "ready". There may be some obscure bugs if you use /qh commands early in the load sequence, please report these if you run into them. There also may be some little framerate hitches during the early load sequence, I'll deal with those later.
&lt;/li&gt;&lt;li&gt;Possibly fix a minor compatibility glitch with ClearFont4
&lt;/li&gt;&lt;li&gt;Database update again, this time without problems, fingers crossed
&lt;/li&gt;&lt;li&gt;Translation update
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;Hey guess what I did! &lt;a href="http://www.mandible.net"&gt;I made another game.&lt;/a&gt; Come give it a try and let me know what you think.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-19-9-22-2009"&gt;Version 1.1.19 9/22/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Database update, hopefully including Brewfest quests
&lt;/li&gt;&lt;li&gt;Translation update
&lt;/li&gt;&lt;li&gt;yeah alright this is a pretty crummy version, sorry, life's been busy
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-18-9-15-2009"&gt;Version 1.1.18 9/15/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix the crash when exiting Isle of Conquest
&lt;/li&gt;&lt;li&gt;Update translations
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-17-9-14-2009"&gt;Version 1.1.17 9/14/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Remove some debug output
&lt;/li&gt;&lt;li&gt;Fix a small potential glitch allowing people to accidentally break QH
&lt;/li&gt;&lt;li&gt;This might be my fastest version update ever
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-16-9-14-2009"&gt;Version 1.1.16 9/14/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix bug with misnamed flightpath links
&lt;/li&gt;&lt;li&gt;Simplify the description of interzone links
&lt;/li&gt;&lt;li&gt;Add more debug output for a new bug that seems to be related to leaving battlegrounds (please report any "/qh error" crash you encounter when doing so)
&lt;/li&gt;&lt;li&gt;Improve speed of adding new quests and objectives yet further
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-15-9-07-2009"&gt;Version 1.1.15 9/07/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Added the error catching system to /qh purge, which honestly should have been in there for quite some time
&lt;/li&gt;&lt;li&gt;Turn some data gathering off, turn some on
&lt;/li&gt;&lt;li&gt;Further speed improvements. Something like a 50% improvement (or more) to picking up new quests and new objectives. This is a good thing.
&lt;/li&gt;&lt;li&gt;Disable some old 3.1 compatibility code which may be incorrectly triggering in some situations
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;PAX was awesome. You were there, right?
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-14-8-31-2009"&gt;Version 1.1.14 8/31/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Increase the standard-flying-mount internal speed to 150%
&lt;/li&gt;&lt;li&gt;Add a special case to not take flight paths, ever, if you have an epic flying mount
&lt;/li&gt;&lt;li&gt;Restrict the Dark Portal warps to only exist at level 58. Unfortunately this means that if you hit 58 during a play session, they won't show up until you reload your UI. I'll fix this later, I don't have full access to my dev environment right now.
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;Why not? Because I'm at the Penny Arcade Expo this weekend! If you are also, come say hi! I'll be in Tabletop for most of the event. That is all the hinting I will give you to find me.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-13-8-24-2009"&gt;Version 1.1.13 8/24/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add new portals to Blasted Lands from each faction city
&lt;/li&gt;&lt;li&gt;Fix right-click on arrow, add objective submenu to arrow
&lt;/li&gt;&lt;li&gt;Fix crash with the new zone system
&lt;/li&gt;&lt;li&gt;Update a few quests and monsters that changed in 3.2
&lt;/li&gt;&lt;li&gt;Add new option for minimap icon transparency, "/qh miniopacity". My lord do I need to set up a better settings dialog at some point
&lt;/li&gt;&lt;li&gt;Make the error reporting system a little more durable in case of wacky versions
&lt;/li&gt;&lt;li&gt;Fix glitch on login where the blocked filter might miss items
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-12-8-18-2009"&gt;Version 1.1.12 8/18/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix bug causing a little debug spam on startup, and possibly some other startup issues
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.mandible.net"&gt;You should still play the new game.&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-11-8-17-2009"&gt;Version 1.1.11 8/17/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Try to handle installation errors better, part 1/2. Stopping here so I can make sure the current code works - if it does, I'll be doing some more work in the next version.
&lt;/li&gt;&lt;li&gt;Minor performance boost
&lt;/li&gt;&lt;li&gt;Tweak to the tooltip to avoid showing unnecessary clutter
&lt;/li&gt;&lt;li&gt;Update database, all new quests should be working just fine now
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.mandible.net"&gt;Made another game. You should play it.&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-10-8-10-2009"&gt;Version 1.1.10 8/10/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix issue causing error messages to not be displayed properly
&lt;/li&gt;&lt;li&gt;Redisplay tooltip entries that are not actual objectives
&lt;/li&gt;&lt;li&gt;Disable some ancient old code that probably wasn't working but definitely was crashing
&lt;/li&gt;&lt;li&gt;Maybe fix the new batch of fascinating performance issues (or maybe not! Who can say? It is a mystery!)
&lt;/li&gt;&lt;li&gt;Update database, dealing properly with another pile of quests that were changed in 3.2 (let me know if you find more)
&lt;/li&gt;&lt;li&gt;Why can't I catch this last stupid terrorfish
&lt;/li&gt;&lt;li&gt;Oh there it is
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-9-8-6-2009"&gt;Version 1.1.9 8/6/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix mouseover tooltip for monsters
&lt;/li&gt;&lt;li&gt;Fix group filter to filter out heroics
&lt;/li&gt;&lt;li&gt;Remove the option to disable Blizzard map icons, as Blizzard got there before I did and made it mandatory
(seriously blizzard, what happened? this is not that hard to get right)
&lt;/li&gt;&lt;li&gt;Deal with unknown quest objectives properly, where properly is defined as "not by putting them north of Azuremyst in the ocean"
&lt;/li&gt;&lt;li&gt;Fix some issues with 3.2 building causing Icecrown quests to end up in Sholazar
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Known bug: if you're Alliance, doing the Taking Battle To The Enemy quest, it will show your quest monsters in the wrong place. I made a typo and it's a 2-hour rebuild to fix, so I'm pushing now - just live with it until either next week or until I run into another build that requires a thursday or friday push. (I know about this bug because I have the very same quest, so I feel your pain.)&lt;/p&gt;
&lt;h2 id="w-version-1-1-8-8-4-2009"&gt;Version 1.1.8 8/4/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix error in error handling causing non-serious errors to incorrectly be handled as serious errors, thus causing a serious error to occur, which, itself, was handled incorrectly.
&lt;/li&gt;&lt;li&gt;Yep.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-7-8-4-2009"&gt;Version 1.1.7 8/4/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Bump TOC so it works on 3.2 without tweaking
&lt;/li&gt;&lt;li&gt;Can't currently test it for obvious reasons, so, crossing fingers, praying, etc
&lt;/li&gt;&lt;li&gt;TWO JORMUNGARS
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-6-8-3-2009"&gt;Version 1.1.6 8/3/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Improve the CPU usage system. Should no longer hugely drop framerate for about a minute after login.
&lt;/li&gt;&lt;li&gt;Add option to disable the Blizzard map points in 3.2
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-5-7-28-2009"&gt;Version 1.1.5 7/28/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Re-introduce the per-player objective progress on the map
&lt;/li&gt;&lt;li&gt;Fix Acherus (again)
&lt;/li&gt;&lt;li&gt;Re-introduce the "quests are hidden" message, since it seems like it's needed
&lt;/li&gt;&lt;li&gt;Small bugfixes
&lt;/li&gt;&lt;li&gt;DB update
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-4-7-20-2009"&gt;Version 1.1.4 7/20/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Hopefully fix an issue with high-FPS systems not providing QH with enough CPU
&lt;/li&gt;&lt;li&gt;Hopefully fix an issue where the blue zone may persist even after its objective is complete
&lt;/li&gt;&lt;li&gt;I sound very confident in this patch don't I
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.mandible.net"&gt;Back to my own projects for a bit!&lt;/a&gt; (for real this time)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-3-7-19-2009"&gt;Version 1.1.3 7/19/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a new reminder to submit data
&lt;/li&gt;&lt;li&gt;Fix a possible conflict with other UI mods where we both did something horribly wrong
&lt;/li&gt;&lt;li&gt;Fix a bug causing menus on the bottomright part of the map to sometimes end up truncated
&lt;/li&gt;&lt;li&gt;Add "/qh zones", currently a toggle to remove the blue zone display on the map
&lt;/li&gt;&lt;li&gt;Add "/qh traveltime", a toggle to add or remove display of the "travel time" counter on tooltips
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.mandible.net"&gt;Back to my own projects for a bit!&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-2-rc-7-17-2009"&gt;Version 1.1.2-rc 7/17/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fixed a conflict causing missing QH tooltips with some UI mods installed
&lt;/li&gt;&lt;li&gt;Crop the new zone data to the edge of the map properly
&lt;/li&gt;&lt;li&gt;Update database
&lt;/li&gt;&lt;li&gt;Update translations
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-1-beta-7-15-2009"&gt;Version 1.1.1-beta 7/15/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Found and fixed a bug causing excessive RAM and CPU usage after the map was opened. Thanks to all who reported it!
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-1-0-beta-7-13-2009"&gt;Version 1.1.0-beta 7/13/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Major new feature: Questhelper will now show graphically on your map where objectives can be accomplished. It displays the next objective in blue, and any objective you mouseover in red.
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;Increase the cost of the Dalaran/Violet Stand so it stops recommending it as a precursor to flying (even though it may actually be faster)
&lt;/li&gt;&lt;li&gt;Add some instrumentation to hopefully help debug Northrend flying mount errors
&lt;/li&gt;&lt;li&gt;An attempt at a compromise between CPU and memory. Should result in significantly faster routing on startup and not too much more RAM usage
&lt;/li&gt;&lt;li&gt;Fix issue causing QH to try synchronizing quests with people in battlegrounds
&lt;/li&gt;&lt;li&gt;Possible detection of whatever is causing people's systems to entirely stop CPU processing
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;There's a reason this is beta. There's a lot of changes and some of them might be flaky. Please test it and let me know.&lt;/p&gt;
&lt;h2 id="w-version-1-0-29-7-3-2009"&gt;Version 1.0.29 7/3/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Take 2 with the new rare issue bug
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-28-7-2-2009"&gt;Version 1.0.28 7/2/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Rare issue ain't fixed yet! Added more debugging info, please report any crashes you get with this version.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-27-7-2-2009"&gt;Version 1.0.27 7/2/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Hopefully rather rare issue with quest objectives and, man, I'm not even sure. Groups? Maybe? It's more solid now, at least. Fingers crossed!
&lt;/li&gt;&lt;li&gt;Preliminary 3.2 support
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-26-6-30-2009"&gt;Version 1.0.26 6/30/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Hopefully fix the issues with uncached quest objectives
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-25-6-30-2009"&gt;Version 1.0.25 6/30/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Defer to Blizzard tooltip hints when available, resort to the database entries when tooltip hints are unavailable
&lt;/li&gt;&lt;li&gt;Fix some bugs related to the minimap right-click menu
&lt;/li&gt;&lt;li&gt;If the user is dead or flying, do routing from the user's corpse or flightpath destination, since that's where they're probably going to be next anyway
&lt;/li&gt;&lt;li&gt;Re-enable quest-sharing-related settings menu options
&lt;/li&gt;&lt;li&gt;New filter: "/qh filter wintergrasp". This filter will automatically filter out Wintergrasp PvP objectives unless you are actually in Wintergrasp. (Though, if you're walking around Wintergrasp staring at your Questhelper arrow, you're doing it wrong anyway.)
&lt;/li&gt;&lt;li&gt;Improve the behavior of the new CPU code again
&lt;/li&gt;&lt;li&gt;Cull some old dead code left over from the 0.x line
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-24-6-25-2009"&gt;Version 1.0.24 6/25/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a new filter, "/qh filter group". Group allows you to dump group quests and instances regardless of level. The group cutoff can be changed with "/qh group 3", for example, to allow 3-person group quests but no more. It automatically disables when the player is in a group or raid, and defaults to 2-person groups at most.
&lt;/li&gt;&lt;li&gt;Tweak the new CPU code to reduce CPU usage after being alt-tabbed
&lt;/li&gt;&lt;li&gt;Update translations
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-23-6-23-2009"&gt;Version 1.0.23 6/23/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Possibly fix that old routing paradox error. Why did it take me this long to come up with that fix? It is a very, very simple fix. Sigh.
&lt;/li&gt;&lt;li&gt;Rework QH's CPU usage significantly.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Old QH would use a certain amount of CPU time per frame (about 2 milliseconds by default). This meant that on high-FPS systems it could use 20% or more of the system CPU (reducing framerate heavily), and on low-FPS systems it could drop to 1% of the system CPU. Bad all around.&lt;/p&gt;
&lt;p&gt;New QH tries to use a roughly constant amount of CPU time (by default, it's 7.5%.) This should result in roughly the same CPU usage on systems that get 40FPS, with increased CPU usage with lower FPS and decreased CPU usage with higher FPS.&lt;/p&gt;
&lt;p&gt;On top of that, New QH tries to smooth out your framerate a little. If it notices that the last frame took a very very long time to render, it'll actually halt calculations for that frame, increasing your CPU. Conversely, if the last frame was extremely fast, it'll do more calculations since you probably won't notice. It's possible that WoW with QH installed will actually feel smoother than with it not installed - "/qh perf 500%" not only uses more CPU on my system than it used to, but it feels like only a slightly increased drain on resources.&lt;/p&gt;
&lt;p&gt;It turns out that, in many situations, the "use more CPU during higher framerate times" code will account for the majority of QH's CPU usage. That's pretty neat.&lt;/p&gt;
&lt;p&gt;As a side note, I reset everyone's "/qh perf" setting. The old numbers have basically no relevance to the new system.&lt;/p&gt;
&lt;p&gt;Lemme know what it feels like.&lt;/p&gt;
&lt;h2 id="w-version-1-0-22-6-22-2009"&gt;Version 1.0.22 6/22/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Added right-clicking objectives on the minimap
&lt;/li&gt;&lt;li&gt;Remove the annoying "Too Many Stored Objectives" error
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;- INCREDIBLY EXPERIMENTAL FEATURE -&lt;/p&gt;
&lt;p&gt;Enjoying the Fire Festival? Want some way to easily path between all the bonfires? Now you have one! Type "/qh bonfires" and Questhelper will add an objective for each bonfire in the game! It's just that simple, right?&lt;/p&gt;
&lt;p&gt;No, it's not that simple.&lt;/p&gt;
&lt;p&gt;The bonfires are a thing I hacked in in about an hour. As such, it is a highly unpolished feature. On top of that, it exposes some scaling issues with the Questhelper core (issues that I knew existed, but haven't really been important until now.) On top of *that*, I put basically no effort into making the interface good.&lt;/p&gt;
&lt;p&gt;So:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Questhelper may take several minutes to display the bonfires in your route. Along with that, it may update the player location very infrequently.
&lt;/li&gt;&lt;li&gt;Questhelper's initial route will be quite crummy. It may take several minutes for it to become good.
&lt;/li&gt;&lt;li&gt;Questhelper will use significantly more RAM.
&lt;/li&gt;&lt;li&gt;Questhelper will not detect which bonfires you've already completed, nor automatically remove the bonfire objectives after you complete them. You'll have to do that manually, with "ignore".
&lt;/li&gt;&lt;li&gt;Performance issues will probably remain until you log off.
&lt;/li&gt;&lt;li&gt;There may be other issues. This is a *highly experimental feature* and I provide no support for it - it's sort of a sneak peak into what's coming.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Enjoy the Fire Festival!&lt;/p&gt;
&lt;h2 id="w-version-1-0-21-6-15-2009"&gt;Version 1.0.21 6/15/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Tired of Cartographer being broken, hideous ghastly hackjob to make it stop causing problems in instances. With luck, it won't make Cartographer explode badly. With further luck, if it does, nobody will blame it on me.
&lt;/li&gt;&lt;li&gt;Database update
&lt;/li&gt;&lt;li&gt;Next week's update will be similarly small, with luck the one after that will include, you know, useful things
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-20-6-10-2009"&gt;Version 1.0.20 6/10/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix compatibility issue with UnicodeFont
&lt;/li&gt;&lt;li&gt;Database update
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-19-6-4-2009"&gt;Version 1.0.19 6/4/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Move event handling around quite a lot to make it possible to debug stutters and performance issues a little better
&lt;/li&gt;&lt;li&gt;Added &amp;lt;tt&amp;gt;/qh metric&amp;lt;/tt&amp;gt; to toggle between metres and yards, thanks to smariot
&lt;/li&gt;&lt;li&gt;Various small bugfixes in the quest sharing code
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-18-beta-5-22-2009"&gt;Version 1.0.18-beta 5/22/2009&lt;/h2&gt;
&lt;p&gt;BACK TO BETA&lt;/p&gt;
&lt;p&gt;So, why's it beta? Because I've got an experimental implementation of group quest sharing working. See, normally, when I do big nasty things, I go and test it for a few hours on my own. I bet you can figure out the problem with testing "group quest sharing" on my own!&lt;/p&gt;
&lt;p&gt;So I'm posting it here. Want group quest sharing? Try it out, you've got the weekend. Barring bugs, it'll be released as a non-beta on Monday. And if it then turns out to be buggy I shall be very cross indeed.&lt;/p&gt;
&lt;p&gt;That's the only change of note in this version.&lt;/p&gt;
&lt;h2 id="w-version-1-0-17-5-21-2009"&gt;Version 1.0.17 5/21/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix the issue with QH crashing inside Ulduar and Naxxramas (and, in the process, fix some truly stupid decisions I made with the pathfinding. seriously, what was I thinking. can someone invent a time machine so I can go back and kick myself in the shins?)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-16-5-18-2009"&gt;Version 1.0.16 5/18/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix for a series of possibly-related problems - table-too-large errors, ridiculous loading times, and excessive memory use
&lt;/li&gt;&lt;li&gt;Hopefully fix issue with quest items vanishing from the tracker
&lt;/li&gt;&lt;li&gt;Undo the possible optimization in 1.0.14 since I decided it was a bad idea
&lt;/li&gt;&lt;li&gt;Update translations
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-15-5-14-2009"&gt;Version 1.0.15 5/14/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix a very silly mistake causing QH to crash on login if the user decompressed over the old version (this does nothing useful if 1.0.14 works for you, but if it doesn't, try this out)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-14-5-14-2009"&gt;Version 1.0.14 5/14/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Take a shot at a fix for routing in non-enUS locales
&lt;/li&gt;&lt;li&gt;Make the arrow and textsize configuration stick through restarts
&lt;/li&gt;&lt;li&gt;Reimplement the tracker color and level options
&lt;/li&gt;&lt;li&gt;Optimize routing a little bit
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-13-5-11-2009"&gt;Version 1.0.13 5/11/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Lucky number 13 is the official release.
&lt;/li&gt;&lt;li&gt;kmcguire pointed out that a bit of QH was using far more memory than I'd thought, and gave a suggestion for how to improve it. It's now a lot more efficient. Memory usage reduced by 5mb.
&lt;/li&gt;&lt;li&gt;Handle one or two this-should-probably-never-happen errors more cleanly
&lt;/li&gt;&lt;li&gt;Possibly remove some jerkiness issues people were having
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-12-rc-5-6-2009"&gt;Version 1.0.12-rc 5/6/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Attempt to fix the too-many-tables error in several different ways
&lt;/li&gt;&lt;li&gt;Let's call this a release candidate, I either need to do that or push a new version of 0.x and I really don't want to push 0.x (yep that's right, "release candidate" status is based solely on how lazy Zorba is)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-11-beta-5-6-2009"&gt;Version 1.0.11-beta 5/6/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix the obj-null-arrow error that's been plauging a lot of people
&lt;/li&gt;&lt;li&gt;Better-instrument the too-many-tables error. If you've been running into this error, please make it happen again and report it
&lt;/li&gt;&lt;li&gt;Increase performance a bit when using flying mounts
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-10-beta-5-5-2009"&gt;Version 1.0.10-beta 5/5/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;"Done" filter was mislabeled as "zone" filter in /qh hidden
&lt;/li&gt;&lt;li&gt;Fixed dumb mistake in the code to clear out ancient collected data
&lt;/li&gt;&lt;li&gt;Add hooks to allow QH to be reset to point at a custom minimap object, thanks to Antiarc
&lt;/li&gt;&lt;li&gt;Maybe fix that recurring crash in the arrow
&lt;/li&gt;&lt;li&gt;Make it slightly more emphatic about rescanning filters when they're likely to change
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-9-beta-4-30-2009"&gt;Version 1.0.9-beta 4/30/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Instrument some errors that people are running into - I haven't fixed them, but this should give me more information on how to fix them properly.
&lt;/li&gt;&lt;li&gt;Fix a bug causing the routing code to essentially stop routing new things when a large number of flightpoints are discovered
&lt;/li&gt;&lt;li&gt;Allow the tracker to grow up again
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-8-beta-4-29-2009"&gt;Version 1.0.8-beta 4/29/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Change how the too-many-objectives-for-this-quest error shows up - hopefully I'll get reports without it breaking people's QH now
&lt;/li&gt;&lt;li&gt;Remove a lot of old 0.x saved variables
&lt;/li&gt;&lt;li&gt;Better support for mods that embed the quest level into the quest name
&lt;/li&gt;&lt;li&gt;Highlight quest-turn-in spots gold
&lt;/li&gt;&lt;li&gt;Many tweaks to handle WoW tooltips properly
&lt;/li&gt;&lt;li&gt;Update the route in realtime as you gain/lose objectives, instead of throwing all the work away and starting semi-fresh
&lt;/li&gt;&lt;li&gt;Store new flightmasters properly
&lt;/li&gt;&lt;li&gt;Fix a minor issue with tracker spacing on quests that have special items
&lt;/li&gt;&lt;li&gt;Add loading progress percentage
&lt;/li&gt;&lt;li&gt;Fix issue with arrow and minimap dodad not unhiding properly
&lt;/li&gt;&lt;li&gt;Add settings menu and button
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-106-4-27-2009"&gt;Version 0.106 4/27/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Provide scaling for the arrow and the arrow text
&lt;/li&gt;&lt;li&gt;Re-insert the map button in a less conflicty place, hopefully
&lt;/li&gt;&lt;li&gt;Add a feature to generate error reports on-demand - "/qh error full" to get a version and addon dump, which may be useful for debugging issues.
&lt;/li&gt;&lt;li&gt;Provide the rotating-arrow-pointing-down thingy, now people are going to leave comments complaining about the existence of it instead of the nonexistence of it, I CAN SEE THE FUTURE AND IT'S FULL OF EMO
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-1-0-7-alpha-4-22-2009"&gt;Version 1.0.7-alpha 4/22/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Not quite sure where to start here.
&lt;/li&gt;&lt;li&gt;Full rewrite of the routing core, pathing core, filters, quest director, data collector, data compilation, and database systems. Probably more. Consider this essentially an entire new UI mod, that merely happens to behave identically to QH 0.x.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-105-4-22-2009"&gt;Version 0.105 4/22/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix a bug in the Cart-arrow-autodisable, hopefully before too many people have looked at two arrows and said "oh hey I think I'll turn this one off" and picked mine (sigh.)
&lt;/li&gt;&lt;li&gt;Get rid of an old useless error, because, why not
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-104-4-22-2009"&gt;Version 0.104 4/22/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Questhelper now includes a built-in arrow. "/qh arrow" to disable or enable, "/qh arrow reset" to reset its position. I've turned the Cartographer and Tomtom arrows off by default, but you can turn them back on with the old /qh cartwp and /qh tomtom commands.
&lt;/li&gt;&lt;li&gt;Possibly fix a small issue with the "special item" code
&lt;/li&gt;&lt;li&gt;Disable the map button. This is temporary - it's just kind of broken right now and conflicts with the default Blizzard UI. I'll come up with a solution.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-103-4-16-2009"&gt;Version 0.103 4/16/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix up the errors more permanently with a fundamentally better system
&lt;/li&gt;&lt;li&gt;Give up on trying to be clever, brute-force the quest item thing
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-102-4-15-2009"&gt;Version 0.102 4/15/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Take 2 on suppressing that donglestub error
&lt;/li&gt;&lt;li&gt;Fix the textviewer for /qh changes and /qh help and the like
&lt;/li&gt;&lt;li&gt;Improve the behavior of the quest-special-item display so it actually, you know, displays the right item
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-101-4-14-2009"&gt;Version 0.101 4/14/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fixed an issue causing the tracker to show up in the middle of the screen by default
&lt;/li&gt;&lt;li&gt;Suppressed an error caused by QH's overzealous error detection
&lt;/li&gt;&lt;li&gt;Of course there would be last-minute bugs, what else were you expecting
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-100-4-14-2009"&gt;Version 0.100 4/14/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Bump TOC so it works in 3.1 without having to check the "out of date addons" box
&lt;/li&gt;&lt;li&gt;Awaiting the inevitable complaints that 0.100 doesn't come after 0.99
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-99-4-13-2009"&gt;Version 0.99 4/13/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add preliminary support for 3.1 dungeon maps
&lt;/li&gt;&lt;li&gt;Replace the minimap arrow for 3.1 compatibility (let me know if it breaks, it's written completely differently now although it should behave identically)
&lt;/li&gt;&lt;li&gt;Update translations
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-98-4-7-2009"&gt;Version 0.98 4/7/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Try another fix for the collect_quest.lua crash
&lt;/li&gt;&lt;li&gt;Make it a little more careful about stripping yellow text out of tooltips
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Quick explanation of what's going on: The reason we're running into some new bugs right now is in preparation for 3.1. 3.1 involves a little extra code to deal properly with its built-in tooltips, and while the tooltips don't exist yet, I do have some of the code already rigged up to watch for them. Obviously there's a few bugs in that code, but I'd rather have the bugs showing up now - when you can downgrade to a previous version without issue - than later, when you can't.&lt;/p&gt;
&lt;p&gt;Fingers crossed that this polishes everything off.&lt;/p&gt;
&lt;h2 id="w-version-0-97-4-5-2009"&gt;Version 0.97 4/5/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix a bug with uncached quests on logon and with quests that have multiple identical objectives
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-96-4-2-2009"&gt;Version 0.96 4/2/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Support for special quest items in 3.1
&lt;/li&gt;&lt;li&gt;Support for reading from and suppressing Blizzard's 3.1 "questhelper clone" tooltips
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;First: I want to thank everyone who has donated. I've been getting a lot of donations from people saying that they sympathize, saying that Blizzard's actions suck, I've even gotten a few that explicitly said "don't consider this a requirement to keep working on Questhelper, consider this a thanks for all the work you've put in already."&lt;/p&gt;
&lt;p&gt;You guys rock. While I don't respond to every message, I do read every one. Thank you.&lt;/p&gt;
&lt;p&gt;Second: I'm still plugging away at 1.0. I'm hoping to get a beta release out before WoW 3.1 is released. There will be a few missing features, but I plan to eventually re-implement everything besides possibly "/qh find", which would either take a lot of memory or be painfully slow. (I guess I could choose the latter, if people want it a lot.)&lt;/p&gt;
&lt;p&gt;Third: Does anyone know a reasonably-skilled artist who'd be interested in breaking into games? I'm looking for someone to do non-tilebased 2d art. Don't know if I can pay or not, but I do plan to release stuff frequently, and at least it'd get your name out there. Email me or leave a comment if you're interested.&lt;/p&gt;
&lt;p&gt;Yeah that's right, if I can't make a living off this I can at least use it as a blurb space for my other projects &lt;span class="emote emote-grin" title="Grin"&gt;:D&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="w-version-0-95-3-20-2009"&gt;Version 0.95 3/20/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Disable donation request.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Bad news, everyone. Questhelper's dead.&lt;/p&gt;
&lt;p&gt;Blizzard just posted their new UI Add-On Development Policy at &lt;a href="http://www.worldofwarcraft.com/policy/ui.html"&gt;http://www.worldofwarcraft.com/policy/ui.html&lt;/a&gt;. The important part is that I'm no longer allowed to ask for donations in-client. I know how much I got before I added the in-client reminder - it doesn't pay a significant fraction of the bills. And, as much as I like you guys, good intentions don't pay for my apartment.&lt;/p&gt;
&lt;p&gt;So that's it. I'm going to be finishing up and releasing v1.0, and I'll keep posting incremental database improvements every month or two. I do plan to keep QH functional, at least through the end of Wrath, and probably further. I've got one or two features in mind that I want to do for my own sake - a few achievements, mostly - but besides that (and the v1.0 release) that's pretty much all there's going to be.&lt;/p&gt;
&lt;p&gt;I would like to say: thanks to everyone who donated in the past. I enjoyed working on this quite a bit, and I always enjoyed seeing another donation come in - not just because of the money, but because it meant that people wanted to use QH and wanted to keep it going.&lt;/p&gt;
&lt;p&gt;Let Blizzard know if you don't like it, and if I can get an exception, I'll start everything right back up again &lt;span class="emote emote-smile" title="Smile"&gt;:)&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="w-version-0-94-3-17-2009"&gt;Version 0.94 3/17/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Update database.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;HEY ZORBA WHERE'S 1.0 YOU SAID IT WOULD BE OUT BY NOW YOU SUCK AND I HATE YOU&lt;/p&gt;
&lt;p&gt;Yeah, I'm sorry. I've been painfully busy. You have no idea how busy I've been. That said: 1.0.0 pre-pre-pre-alpha is sent out to a few good friends of mine to test. I'm hoping to get a pre-pre-alpha out for testing by the end of the week. There's a bunch of problems left, but most of them are reasonably easy to fix, just timeconsuming. Unfortunately, next week is pretty much 100% taken (thanks to GDC, look it up on Google if you're curious) so I'm not going to have a lot of time this month to polish it off.&lt;/p&gt;
&lt;p&gt;It's close. It's *really* close. I promise it's really close. I'm not just slacking here.&lt;/p&gt;
&lt;p&gt;But it'll be a little longer.&lt;/p&gt;
&lt;h2 id="w-version-0-93-3-3-2009"&gt;Version 0.93 3/3/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix the minimap issue for real. Argh.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-92-3-2-2009"&gt;Version 0.92 3/2/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;There was never a bug with rotating-minimaps causing the routing arrow to point at the wrong place. This release is merely being done for fun. Hey look! Wasn't that fun!
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-91-3-1-2009"&gt;Version 0.91 3/1/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Full compatability with WoW 3.1 on the PTR. Let me know if it breaks again, I may not notice.
&lt;/li&gt;&lt;li&gt;Fix a small bug that caused hardreset to stop working
&lt;/li&gt;&lt;li&gt;Remove some error spam that was occuring with tooltips when QH didn't actually load properly
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-90-2-25-2009"&gt;Version 0.90 2/25/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Strip out more private server/test server/competition server data
&lt;/li&gt;&lt;li&gt;Make /qh treset actually show the tracker, instead of its current behavior, which is to cheerfully move the tracker to a good location and then not show it
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Currently badly broken on WoW 3.1. I'll work on it for 0.91, I quite doubt they're going to be releasing WoW 3.1 this Tuesday. No worries, it'll be in fine shape by the time 3.1 is released.&lt;/p&gt;
&lt;h2 id="w-version-0-89-2-18-2009"&gt;Version 0.89 2/18/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fixed horrifying bug in object collection that resulted in a huge amount of missing data. Sigh. Please submit your files after you've quested a bit with this version, I can really use them. (/qh submit)
&lt;/li&gt;&lt;li&gt;Fixed mistake in the design for data compression that makes it a little tricky to update version numbers
&lt;/li&gt;&lt;li&gt;While I was at it, fixed up some issues with object collection causing it to collect things that weren't actually objects
&lt;/li&gt;&lt;li&gt;Took a shot at cleaning up the saved objects
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-88-2-18-2009"&gt;Version 0.88 2/18/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Compress old collected data. Should reduce memory requirements substantially, after a period of time in which it uses far more memory than it used to. May also improve load speed.
&lt;/li&gt;&lt;li&gt;Quick bit of documentation here, embedded in the changelist file like all good documentation:
&lt;/li&gt;&lt;li&gt;"/qh top" will tell you what it has left to do - it'll say (4 uncompressed IDs) at the end of the last line. If it doesn't say that, it doesn't have anything left to compress.
&lt;/li&gt;&lt;li&gt;"/qh top perf" will tell you if it's currently compressing - if it has uncompressed IDs, and it's spent any time in the "compress" function, then it's currently busy compressing.
&lt;/li&gt;&lt;li&gt;In general you shouldn't care, though memory use will spike a bit while it's compressing.
&lt;/li&gt;&lt;li&gt;Add some extra data I need to actually cull old data in the future, which should reduce memory usage further (once I implement it)
&lt;/li&gt;&lt;li&gt;Trying to track down and fix the collect_spec.lua issue. Do you use a PowerPC Mac? Get in touch with me! I want you to help me debug this!
&lt;/li&gt;&lt;li&gt;Maybe fix the tracker.lua compare-nil-with-number issue
&lt;/li&gt;&lt;li&gt;Standard db/translation update
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-87-2-11-2009"&gt;Version 0.87 2/11/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Update translations
&lt;/li&gt;&lt;li&gt;Update database
&lt;/li&gt;&lt;li&gt;Fix a bug in the merchant data recorder
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;I've heard reports of a new bug in 3.0.9. I can't duplicate it, and nobody's given me "/qh error" reports yet. Get those bug reports in if you're having trouble.&lt;/p&gt;
&lt;h2 id="w-version-0-86-2-2-2009"&gt;Version 0.86 2/2/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fixed a glitch in error recording that may have been causing excess CPU and RAM usage
&lt;/li&gt;&lt;li&gt;Cleared out old error data to save people's RAM
&lt;/li&gt;&lt;li&gt;Possibly fix the old tracker.lua assert error. Possibly make it worse! IT IS AN ADVENTURE TO ALL
&lt;/li&gt;&lt;li&gt;Rig it to be a little more durable versus InventoryOnPar
&lt;/li&gt;&lt;li&gt;More private server data removed &lt;span class="emote emote-sad" title="Sad"&gt;:(&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;Nag people to update significantly more rarely
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-85-1-24-2009"&gt;Version 0.85 1/24/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fixed a large pile of small bugs.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;At this point I'm mostly just maintaining this version while I do work on another branch. You won't see any new features for a while, but rest assured there's a lot being worked on. I do finally have my error collection code working properly, so I'm going to be patching up the most common bugs to make QH rock-solid.&lt;/p&gt;
&lt;h2 id="w-version-0-84-1-16-2009"&gt;Version 0.84 1/16/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add the concept of "default parameters" to preferences so I don't have to unilaterally screw with people's preferences again. This change may also screw with people's preferences. Go find that picture of Picard covering his face in frustration, that's the expression I'm making right now.
&lt;/li&gt;&lt;li&gt;Possibly fix that ancient nilposition error
&lt;/li&gt;&lt;li&gt;A few cleanups and improvements to the data collection code
&lt;/li&gt;&lt;li&gt;Maybe fix that reported lag issue with the third phase of Malygos. Maybe not. I don't have access to a raiding group, so I honestly can't tell you if it's fixed. I sort of wildly guessed at the problem, and then wildly guessed at a fix, so . . . yeah! Let me know!
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-83-1-13-2009"&gt;Version 0.83 1/13/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Filter out the "hidden quests" warning if you have the zone, done, or watched filters on. Still getting false positives on it? Tell me! I want to know what it is doing wrong. I'm trying to rig it so it Just Plain Works in 99% of cases, and then I'll add an option to disable it in the remaining 1%. If I add the option now, everyone will just be annoyed and use the option and I won't get the information I need. Tell me what you're doing to cause it to show up unnecessarily!
&lt;/li&gt;&lt;li&gt;Little extra debug code to try solving a problem
&lt;/li&gt;&lt;li&gt;DB update, of course.
&lt;/li&gt;&lt;li&gt;Lots of stuff going on behind the scenes! Trust me. It's there. I am *weaving code into bolts of awesome*
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-82-1-8-2009"&gt;Version 0.82 1/8/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;More debug output for the "improperly installed" error so I can figure out WTF is going on
&lt;/li&gt;&lt;li&gt;Bump the default level filter for quests up to +3, and bump people's preferences to +3 if they're at the current default of +2 (if you really wanted +2, sorry, change it back after the first load, it'll only do it once)
&lt;/li&gt;&lt;li&gt;(unless there's a bug I guess, fingers crossed)
&lt;/li&gt;&lt;li&gt;Add a notification that there may be filtered quests if the tracker isn't full and there's quests filtered. I think it will work, it's a bit hacky. Will it annoy people? Who knows! Let me know if you find it helpful/annoying/attractive/corn-laden/whatever.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-81-1-7-2009"&gt;Version 0.81 1/7/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Rip out more private server data (ffs stop submitting that)
&lt;/li&gt;&lt;li&gt;Add merchant tracking code
&lt;/li&gt;&lt;li&gt;Try to fix the excessive-diffs issue again (I think I got it this time)
&lt;/li&gt;&lt;li&gt;Small bugfixes
&lt;/li&gt;&lt;li&gt;Standard database updates
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-80-1-3-2009"&gt;Version 0.80 1/3/2009&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Database update
&lt;/li&gt;&lt;li&gt;Translation update
&lt;/li&gt;&lt;li&gt;Move translations into their own directory
&lt;/li&gt;&lt;li&gt;Get rid of yet more private server data (stop submitting that)
&lt;/li&gt;&lt;li&gt;Possible fix of the excessive-diffs error
&lt;/li&gt;&lt;li&gt;Remove some accidentally-left-in debug output
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-79-12-28-2008"&gt;Version 0.79 12/28/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;You can stop reading here, nothing below this line will be of any interest to anyone. Seriously. This is one of the longest and most boring set of changes I've ever done.
&lt;/li&gt;&lt;li&gt;Updated many translations
&lt;/li&gt;&lt;li&gt;Gathering a lot more data about quests
&lt;/li&gt;&lt;li&gt;Fix a potential minor bug involving not updating the player's level for an unfortunate amount of time
&lt;/li&gt;&lt;li&gt;Update some documentation
&lt;/li&gt;&lt;li&gt;Split out Bitstream into a file usable by Collect
&lt;/li&gt;&lt;li&gt;Add a timer notifier for Collect
&lt;/li&gt;&lt;li&gt;Record item-equip data
&lt;/li&gt;&lt;li&gt;Fix a lot of missing boot profiling entries
&lt;/li&gt;&lt;li&gt;Add an about panel
&lt;/li&gt;&lt;li&gt;See, I told you that was boring. Now let's see if it crashes constantly or not! Go to work, oblivious beta testers! Test my code for me under the guise of a stable release!
&lt;/li&gt;&lt;li&gt;Mwahahahahah!
&lt;/li&gt;&lt;li&gt;(etc, etc, etc)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-78-12-19-2008"&gt;Version 0.78 12/19/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Several small bugfixes
&lt;/li&gt;&lt;li&gt;Update language files
&lt;/li&gt;&lt;li&gt;Improve loading code to give a status indicator
&lt;/li&gt;&lt;li&gt;Add tunable performance numbers to loading code
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-77-12-9-2008"&gt;Version 0.77 12/9/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;More data collection, focused around loot
&lt;/li&gt;&lt;li&gt;Remove some false positive errors that aren't really important
&lt;/li&gt;&lt;li&gt;Stop dropping out of "load mode" prematurely
&lt;/li&gt;&lt;li&gt;Discourage use of the Deeprun Tram somewhat
&lt;/li&gt;&lt;li&gt;Perhaps fix the nil flightpath resurgence error and the nil dodads pos issue
&lt;/li&gt;&lt;li&gt;Ramp up CPU usage further while initializing (maybe this should be a preference? I dunno, leave a comment and let me know if you care. Right now the "initializing" segment is essentially "/qh perf 2500%" - the lower that number goes, the longer it'll take, obviously.)
&lt;/li&gt;&lt;li&gt;I don't even want to think about how many submitted files are added, but it's a lot
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-76-12-1-2008"&gt;Version 0.76 12/1/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add some more performance benchmarking to help track down the Dalaran issue
&lt;/li&gt;&lt;li&gt;Move some initialization out of bootup and into a coroutine to speed up loading times (at the expense of initialization time, and some framerate soon after logging in, but if you've logged out in a pvp zone you're probably logging in dead anyway, so whatever, stby)
&lt;/li&gt;&lt;li&gt;Add some smarter hey-please-donate code that should bug people for about two days every 3 weeks or so (also: hey, please donate)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-75-11-28-2008"&gt;Version 0.75 11/28/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Make the tooltip hook a little more permissive of bad plugins
&lt;/li&gt;&lt;li&gt;Stop being one of said bad plugins &lt;span class="emote emote-grin" title="Grin"&gt;:D&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;argh four builds in very, very close succession, sorry about this guys
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-74-11-28-2008"&gt;Version 0.74 11/28/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Real fix of the crash-on-flight-path issue
&lt;/li&gt;&lt;li&gt;Fix of the collect_item nil error
&lt;/li&gt;&lt;li&gt;Some early benchmarking for file loading (more Dalaran crash debugging)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-73-11-27-2008"&gt;Version 0.73 11/27/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Quick hack to fix the crash-on-flight-path issue
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-72-11-27-2008"&gt;Version 0.72 11/27/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Made pathing less eager to hop between continents
&lt;/li&gt;&lt;li&gt;Add item, flight path, and object recording
&lt;/li&gt;&lt;li&gt;Update a few bugcatcher snippets
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-71-11-24-2008"&gt;Version 0.71 11/24/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add monster recording
&lt;/li&gt;&lt;li&gt;Hopefully speed up startup considerably, possibly fixing the Dalaran login issues
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-70-11-20-2008"&gt;Version 0.70 11/20/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Extended a bugfix to non-enUS locales (which is tricky because I have no idea if the data is right, but hey! Fingers crossed.) May fix problems with database corruption or problems with QH not knowing any quests in other locales.
&lt;/li&gt;&lt;li&gt;Added a runtime check to make sure all locale data is theoretically available
&lt;/li&gt;&lt;li&gt;Tweak the timeslice code a little to give more reliable and consistent CPU usage
&lt;/li&gt;&lt;li&gt;Add some miniprofiling to a few potential hotspots
&lt;/li&gt;&lt;li&gt;Do a better job of automatically reporting some common problems
&lt;/li&gt;&lt;li&gt;Fixed issue with /qh hide not properly giving up CPU time
&lt;/li&gt;&lt;li&gt;Fix for crash bug in battlegrounds
&lt;/li&gt;&lt;li&gt;Rework the location recording system, dump old "traveled" data ( &lt;span class="emote emote-sad" title="Sad"&gt;:(&lt;/span&gt; )
&lt;/li&gt;&lt;li&gt;Record zone data
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-69-11-18-2008"&gt;Version 0.69 11/18/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Small host of minor bugfixes
&lt;/li&gt;&lt;li&gt;First shot at implementing the new "player" objective type
&lt;/li&gt;&lt;li&gt;Gathering "traveled" data and "realms" data
&lt;/li&gt;&lt;li&gt;Add /qh donate and rig up a little reminder
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-68-11-16-2008"&gt;Version 0.68 11/16/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Database update, obviously
&lt;/li&gt;&lt;li&gt;Possibly fix that old mutation-passes error
&lt;/li&gt;&lt;li&gt;Clean up the codebase post-Wrath
&lt;/li&gt;&lt;li&gt;New coroutine system to handle criteria and routing in a similar fashion
&lt;/li&gt;&lt;li&gt;Rename /qh recycle to /qh top, add some more performance debug output
&lt;/li&gt;&lt;li&gt;Reorganize /qh help
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-67-11-14-2008"&gt;Version 0.67 11/14/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;No notable changes besides a database update
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-66-11-10-2008"&gt;Version 0.66 11/10/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix French typo
&lt;/li&gt;&lt;li&gt;Add more data, fix up the build system a little
&lt;/li&gt;&lt;li&gt;More private server data removed (stop submitting private server data guys)
&lt;/li&gt;&lt;li&gt;Added an achievement monitor that currently does very little besides waste CPU, but will be necessary in the next data gathering system
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-65-10-29-2008"&gt;Version 0.65 10/29/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix map tooltip again, break map tooltip scaling again &lt;span class="emote emote-sad" title="Sad"&gt;:(&lt;/span&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-64-10-28-2008"&gt;Version 0.64 10/28/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add better tests for various errors that are cropping up frequently
&lt;/li&gt;&lt;li&gt;/qh hide is a little more emphatic about how hidden it should really be
&lt;/li&gt;&lt;li&gt;QH now respects UI scaling on tooltips
&lt;/li&gt;&lt;li&gt;Less map change event spam
&lt;/li&gt;&lt;li&gt;Fix some positions in EPL and Stormwind
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-63-10-18-2008"&gt;Version 0.63 10/18/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Rename Astrolabe in the hopes that overly-zealous packagers won't try to remove it
&lt;/li&gt;&lt;li&gt;Fix the nil comparison bug with flight paths finally (I hope)
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-62-10-16-2008"&gt;Version 0.62 10/16/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Suddenly realized what was going wrong with Cartographer. Duh. Cartographer should work now, as long as you ignore the POI bug, which isn't mine anyway.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-61-10-16-2008"&gt;Version 0.61 10/16/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Changed "/qh treset" to guess at a good location for the tracker, and added "/qh treset center" to force resetting to the center
&lt;/li&gt;&lt;li&gt;Bugfixes
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-60-10-13-2008"&gt;Version 0.60 10/13/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Support for the Death Knight starting zone
&lt;/li&gt;&lt;li&gt;/qh treset works better
&lt;/li&gt;&lt;li&gt;Further error handling, small fixes, etc
&lt;/li&gt;&lt;li&gt;Why isn't the test server working?
&lt;/li&gt;&lt;li&gt;If it was, I could fix some bugs.
&lt;/li&gt;&lt;li&gt;But it isn't.
&lt;/li&gt;&lt;li&gt;Sigh.
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-59-10-10-2008"&gt;Version 0.59 10/10/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Starting to fix issues involving flight paths
&lt;/li&gt;&lt;li&gt;A few minor patches to crash issues
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-58-10-09-2008"&gt;Version 0.58 10/09/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fix /qh treset to actually reset more emphatically
&lt;/li&gt;&lt;li&gt;De-fork Astrolabe
&lt;/li&gt;&lt;li&gt;Improve error tracking a little, and add tracking of "minor errors" so I can fix bugs
&lt;/li&gt;&lt;li&gt;Clean up database a bit from corrupted data
&lt;/li&gt;&lt;li&gt;Fix the ceil-nil bug temporarily, and improve logging so I can figure out WTF is going on there
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-57-10-05-2008"&gt;Version 0.57 10/05/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Another fix to the pre-Wrath flightpath issues
&lt;/li&gt;&lt;li&gt;Clean up some obsolete function parameters
&lt;/li&gt;&lt;li&gt;Add system-version data to the crash log
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-56-10-04-2008"&gt;Version 0.56 10/04/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Added error logging and built-in error catching so I can find some of these damn bugs
&lt;/li&gt;&lt;li&gt;Added "/qh hardreset" so I can stop saying "please wander around your filesystem and delete random files, try not to delete the wrong ones plzkthx"
&lt;/li&gt;&lt;li&gt;Fixed huge memory consumption
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-55-10-03-2008"&gt;Version 0.55 10/03/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Filtered some data from private servers, and rigged the plugin to automatically cull data when private servers are detected
&lt;/li&gt;&lt;li&gt;Added a little instrumentation to hopefully provide easier future detection of private-server-polluted data files
&lt;/li&gt;&lt;li&gt;Made the plugin more tolerant of being updated while the client is running
&lt;/li&gt;&lt;li&gt;Fixed a graphical glitch involving multiple quests in the tracker with the same objective
&lt;/li&gt;&lt;/ul&gt;
&lt;h2 id="w-version-0-54-09-30-2008"&gt;Version 0.54 09/30/2008&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Fixed bug that made QuestHelper break if you *weren't a druid*. Oh man. Don't even ask. As a side note, I bet you can guess what class my standard test
&lt;/li&gt;&lt;/ul&gt;
</description></item><item><title>Deadly Boss Mods</title><link>http://wow.curse.com/downloads/wow-addons/details/deadly-boss-mods.aspx</link><pubDate>Mon, 23 Nov 2009 08:00:36 GMT</pubDate><dc:creator>Tandanu</dc:creator><description>&lt;p&gt;DBM 4.30 provides lot more support for Icecrown (not all bosses) and it gives many more functions to improve the handling in different raids. You can now disable all icon, announce, warn Functions with a single click. For detailed informations, please have a look on our website &lt;a href="http://www.deadlybossmods.com" rel="nofollow"&gt;www.deadlybossmods.com&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Decursive</title><link>http://wow.curse.com/downloads/wow-addons/details/decursive.aspx</link><pubDate>Sat, 21 Nov 2009 23:00:53 GMT</pubDate><dc:creator>Archarodim</dc:creator><description>&lt;h6&gt;&lt;strong&gt; (refs/heads/master)&lt;/strong&gt; (c79c7e1) Archarodim on &lt;em&gt;2009-11-21 17:54:16 +0100&lt;/em&gt;:&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;Debuglocals is hooked only if Lua error reporting is enabled in the Blizz option UI and if BugGrabber isn't here. Lets hope Blizz will read this: &lt;a href="http://forums.worldofwarcraft.com/thread.html?topicId=21048546561"&gt;http://forums.worldofwarcraft.com/thread.html?topicId=21048546561&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h6&gt;&lt;strong&gt; (refs/remotes/origin/master)&lt;/strong&gt; (7ac3414) Archarodim on &lt;em&gt;2009-11-15 21:57:21 +0100&lt;/em&gt;:&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;Fix for Chamans: 'Cleans Spirit' was not replacing 'Cure Toxins', the two spells were both active and confusing for the user.&lt;/li&gt;
&lt;li&gt;When Decursive reconfigures itself (due to talent swap for exemple) it triiggers a refresh of the options UI.&lt;/li&gt;
&lt;/ul&gt;
&lt;h6&gt;**&lt;em&gt;&lt;em&gt; (158ba9b) Archarodim on &lt;/em&gt;2009-11-12 02:12:47 +0100&lt;/em&gt;:&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;Added the current version of Decursive to the 'General' option tab.&lt;/li&gt;
&lt;/ul&gt;
&lt;h6&gt;**&lt;em&gt;&lt;em&gt; (33936dc) Archarodim on &lt;/em&gt;2009-11-12 02:12:02 +0100&lt;/em&gt;:&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;Changed the message added to debug stack "Locals:" section when debuglocals() returns nothing to a better one. The message will not appear for current PTR or futur WoW versions (they fixed it apparently)&lt;/li&gt;
&lt;li&gt;Fix typo in whatsnew.txt&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Armory</title><link>http://wow.curse.com/downloads/wow-addons/details/armory.aspx</link><pubDate>Tue, 10 Nov 2009 05:14:44 GMT</pubDate><dc:creator>Warmexx</dc:creator><description>&lt;p&gt;Armory has been released into the public domain on November 2007.
The project page can be found on &lt;a href="http://wow.curseforge.com/addons/armory/"&gt;http://wow.curseforge.com/addons/armory/&lt;/a&gt;. &lt;/p&gt;
&lt;h4 id="w-v7-4-3"&gt;v7.4.3&lt;/h4&gt;
&lt;p&gt;Note: Your database may be converted, please make a backup of your Armory.lua before starting WoW.&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Hovering over the minimap icon always triggered displaying the summary sheet; this has been fixed.
&lt;/li&gt;&lt;li&gt;The default optimization has been changed from memory to CPU.
&lt;/li&gt;&lt;li&gt;The /ar check command now accepts an optional "numdays" parameter.
&lt;/li&gt;&lt;li&gt;Auctioned items were missing from reagent item counts; this has been fixed.
&lt;/li&gt;&lt;li&gt;Guild items were missing from reagent item counts; this has been fixed.
&lt;/li&gt;&lt;li&gt;Guild bank tab details have been added to item counts.
&lt;/li&gt;&lt;li&gt;The "Guild Bank" prefix has been removed from the item count label.
&lt;/li&gt;&lt;li&gt;Reagent caching has been added when "Prefer memory over processing speed" is disabled.
&lt;/li&gt;&lt;li&gt;Linked achievements tooltips didn't show previously completed achievements; this has been fixed.
&lt;/li&gt;&lt;li&gt;Achievement and quest tooltip hooks have been altered to provide a broader support.
&lt;/li&gt;&lt;li&gt;At startup achievements where sometimes stored twice in a row; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v7-4-1"&gt;v7.4.1&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Turning off the social module resulted in an error; this has been fixed.
&lt;/li&gt;&lt;li&gt;Percentages were no longer shown in linked achievement tooltips; this has been fixed.
&lt;/li&gt;&lt;li&gt;Item counts for reagents in tooltips had a bad impact on the frame rate; this has been fixed.
&lt;/li&gt;&lt;li&gt;Auctioned items were always counted as one in tooltips; this has been fixed.
&lt;/li&gt;&lt;li&gt;Tooltip item counts will now be retrieved faster when "Prefer memory over processing speed" is disabled.
&lt;/li&gt;&lt;li&gt;Added support for using a localized date format.
&lt;/li&gt;&lt;li&gt;AGB messaging protocol adapted to handle a very rare condition where items are missing in the database.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v7-3-10"&gt;v7.3.10&lt;/h4&gt;
&lt;p&gt;Note: Intermediate bug fix release: please reopen your inboxes to get your data updated.&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;A bug caused mail expiration data not to get stored anymore which disables the expiration check; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v7-3-9"&gt;v7.3.9&lt;/h4&gt;
&lt;p&gt;Note: Your database will be converted, please make a backup of your Armory.lua before starting WoW.&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Added tooltip to summary with all mail items that are about to expire.
&lt;/li&gt;&lt;li&gt;Changed summary expiration check mark into "expiration/total", difference will be number of ignored items.
&lt;/li&gt;&lt;li&gt;Shift-clicking a name in another character's social sheet will open the dialog to add the name to your current list.
&lt;/li&gt;&lt;li&gt;If Armory requests for time played info the response from the server will now be suppressed.
&lt;/li&gt;&lt;li&gt;The packager inserts a different version format which wasn't handled properly; this has been fixed.
&lt;/li&gt;&lt;li&gt;Storage modules have been redesigned to reduce garbage and memory usage.
&lt;/li&gt;&lt;li&gt;An option has been added to let the user decide if memory optimization is to be prefered over CPU usage.
&lt;/li&gt;&lt;li&gt;Beginner Tooltips can now be set independent of the global game setting.
&lt;/li&gt;&lt;li&gt;Looked up characters were added to the summary sheet; this has been fixed.
&lt;/li&gt;&lt;li&gt;Social sheet toggle option has been disabled for looked up characters.
&lt;/li&gt;&lt;li&gt;Resetting the miscellaneous options resulted in an error when Pawn isn't enabled; this has been fixed.
&lt;/li&gt;&lt;li&gt;Expired instances are now moved to the bottom of the list.
&lt;/li&gt;&lt;li&gt;List scrolling has been optimized.
&lt;/li&gt;&lt;li&gt;Adjusted some tooltips in the summary and lookup sheet.
&lt;/li&gt;&lt;li&gt;The Glyph tab was shown for levels below 15 when a pet was present; this has been fixed.
&lt;/li&gt;&lt;li&gt;When trade skill sub classes were not unique (e.g. "Cloth" with Tailoring) the second sub class couldn't be used to filter on; this has been fixed.
&lt;/li&gt;&lt;li&gt;When a character was deleted its "per character" settings remain in the database; this has been fixed.
&lt;/li&gt;&lt;li&gt;Reagent item count has been added to tooltips.
&lt;/li&gt;&lt;li&gt;Time played was updated while offline; this has been fixed.
&lt;/li&gt;&lt;li&gt;Added support for ManyItemTooltips.
&lt;/li&gt;&lt;li&gt;Hunter talent tabs are now resized to make them fit.
&lt;/li&gt;&lt;li&gt;The Equipment Manager has been added to the paperdoll frame to enable viewing stored gear sets.
&lt;/li&gt;&lt;li&gt;An option has been added to show gear set names in equipment tooltips.
&lt;/li&gt;&lt;li&gt;When a secondary talent group was selected switching to a single spec character resulted in an empty frame; this has been fixed.
&lt;/li&gt;&lt;li&gt;Auto-complete has been added to character lookup.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v7-2-1"&gt;v7.2.1&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Implemented support for Curse's localization application.
&lt;/li&gt;&lt;li&gt;Implemented support for Curse packager.
&lt;/li&gt;&lt;li&gt;Searching with /ar find caused an error when switching search type; this has been fixed.
&lt;/li&gt;&lt;li&gt;Added support for new Isle of Conquest Mark of Honor in mail expiration exclusion.
&lt;/li&gt;&lt;li&gt;Hearthstones are now ignored in item counts.
&lt;/li&gt;&lt;li&gt;Totals have been added for item counts.
&lt;/li&gt;&lt;li&gt;Twinks are now supported (XP will show "Off").
&lt;/li&gt;&lt;li&gt;Summary added to minimap/LDB icon.
&lt;/li&gt;&lt;li&gt;XP not displayed anymore for characters at maximum level.
&lt;/li&gt;&lt;li&gt;When an option slider was re-enabled its text had the wrong color; this has been fixed.
&lt;/li&gt;&lt;li&gt;When switching option panels the include realm count dependency was broken; this has been fixed.
&lt;/li&gt;&lt;li&gt;Tooltip is no longer stored with currencies.
&lt;/li&gt;&lt;li&gt;Implemented an option to pause all scanning while in combat.
&lt;/li&gt;&lt;li&gt;Another add-on could trigger a trade skill update without the trade skills being opened resulting in a misleading warning; this has been fixed.
&lt;/li&gt;&lt;li&gt;Trade skill module filter option returned the reverse value; this has been fixed.
&lt;/li&gt;&lt;li&gt;Option added to enable activating the minimap button per character.
&lt;/li&gt;&lt;li&gt;Some other minor stuff... 
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v7-1-2"&gt;v7.1.2&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Search option "inventory" added to get a consolidated result set with subtotals for items found in the inventories.
&lt;/li&gt;&lt;li&gt;Default search domain can now be set in the options pane.
&lt;/li&gt;&lt;li&gt;Tooltips in the find window are now shown instantly.
&lt;/li&gt;&lt;li&gt;Categorized view of trade skills (i.e. professions) has been reintroduced. Those who experience incompatibilties with other add-ons can fall back to the simple list view (see Modules options).
&lt;/li&gt;&lt;li&gt;Quests are now searchable too.
&lt;/li&gt;&lt;li&gt;Saved instances (Raid tab) have been updated to comply with patch 3.2.
&lt;/li&gt;&lt;li&gt;Arena team information is now displayed correctly within the frame again.
&lt;/li&gt;&lt;li&gt;ArmoryGuildBank now also supports /ar delete commands (e.g. deleting a realm will also delete the guild banks within that realm). A new option "gb" has been added (/ar delete gb [guild] [realm]) that acts the same as deleting a character but in this case with respect to a guild bank.
&lt;/li&gt;&lt;li&gt;Some other minor changes and bug fixes.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v7-0-4"&gt;v7.0.4&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Updating Friends sometimes causes an error to occur; this has been fixed.
&lt;/li&gt;&lt;li&gt;When clicking an achievement link an error was thrown when an alt still has pre patch 3.2 achievements stored; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v7-0-3"&gt;v7.0.3&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;When Pawn wasn't installed an error occurred upon startup; this has been fixed.
&lt;/li&gt;&lt;li&gt;Aura updates are now suppressed while in combat.
&lt;/li&gt;&lt;li&gt;"x .. remaining" line has been removed from aura tooltips.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v7-0-2"&gt;v7.0.2&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Faction and neutral auctions are now kept in separate containers.
&lt;/li&gt;&lt;li&gt;Auctions still in inventory after 48 hours will be moved to the characters inventory inbox container automatically.
&lt;/li&gt;&lt;li&gt;A social module has been added to keep track of friends and ignores (accessible through Armory's portrait icon).
&lt;/li&gt;&lt;li&gt;An option has been added to make a character (typically a stationairy bank toon) adopt the Pawn scales of the other characters.
&lt;/li&gt;&lt;li&gt;Some other minor changes and bug fixes.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v6-4-1"&gt;v6.4.1&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Added additional data storage to provide better support for external add-ons like Bagnon. (Bagnon_Armory can be downloaded from &lt;a href="http://code.google.com/p/tullamods"&gt;Google Code&lt;/a&gt; or from &lt;a href="http://tullamods.googlecode.com/svn/Bagnon_Armory/trunk"&gt;SVN&lt;/a&gt;).
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v6-3-4"&gt;v6.3.4&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Switching between characters that share a profession didn't refresh the recipes shown; this has been fixed.
&lt;/li&gt;&lt;li&gt;Filtering trade skills on level (by using a tilde) resulted in an error; this has been fixed.
&lt;/li&gt;&lt;li&gt;Added an extra option panel for mail expiration.
&lt;/li&gt;&lt;li&gt;Added an option to ignore expiration warning for mail containing Marks of Honor.
&lt;/li&gt;&lt;li&gt;Added an option to ignore expiration warning for mail sent (not returned) by an alt.
&lt;/li&gt;&lt;li&gt;Database conversion routine modified because of a possible error.
&lt;/li&gt;&lt;li&gt;Tade skill spellbook link didn't get updated when a new recipe was learned; this has been fixed.
&lt;/li&gt;&lt;li&gt;Shift-clicking the profession link icon now opens the trade barker.
&lt;/li&gt;&lt;li&gt;Primary glyphs were always shown initially if the (active secondary) talents weren't shown before.
&lt;/li&gt;&lt;li&gt;Some other minor changes.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v6-2-1"&gt;v6.2.1&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Code has been rearranged. You should delete the old version of Armory before installing 6.2.1 (or you'll get a lot of orphaned files).
&lt;/li&gt;&lt;li&gt;The profession (trade skill) module has been redesigned to get rid of some annoying bugs and to improve performance. Your professions need to be rescanned after installing version 6.2.1.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v6-1-3"&gt;v6.1.3&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Dual Talent specialization support has been added.
&lt;/li&gt;&lt;li&gt;Trade skills are updated real-time again and an option has been added to postpone the update until the trade skill frame is being closed (as was done in previous versions) for those who experience incompatibilities with trade skill add-ons.
&lt;/li&gt;&lt;li&gt;Other patch 3.1 related updates.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v6-0-6"&gt;v6.0.6&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;The fix in 6.0.5 for the update problem (when the profession frame is toggled off by using the spell button) didn't work for all skills. It seems that an update in this case is hard to accomplish and therefore the fix has been removed again. So you'll need to use the close button to trigger an update. You are now notified if an update didn't take place.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v6-0-5"&gt;v6.0.5&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;A Death Knight's pet (Master of Ghouls talent) was added to the database everytime it was summoned; this has been fixed.
&lt;/li&gt;&lt;li&gt;Adding "known recipes" to tooltips wasn't working for the Spanish client (and maybe also other non-English clients); this has been fixed.
&lt;/li&gt;&lt;li&gt;Closing a profession window by toggling it off with the spell button didn't result in a database update; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v6-0-4"&gt;v6.0.4&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Mounts and companions are now stored in separate inventory containers.
&lt;/li&gt;&lt;li&gt;An option has been added to remove the text label in LDB integration.
&lt;/li&gt;&lt;li&gt;The chat filter feature has been added as a separate module that can be turned off. (If turned off all messages are shown in the default chat frame.)
&lt;/li&gt;&lt;li&gt;When looking up recipes with /ar lookup full recipe lists can now be accessed by clicking the character name (note that previous versions will not return this info). You can also request for full lists exclusively by searching on "*".
&lt;/li&gt;&lt;li&gt;An old bug was re-introduced that caused linked trade skills being added as one of your own; this has been fixed.
&lt;/li&gt;&lt;li&gt;Sometimes a recipe was wrongly marked as one of your own (green asterisk); this has been fixed.
&lt;/li&gt;&lt;li&gt;Pet talents have been added to the pet frame.
&lt;/li&gt;&lt;li&gt;It is now possible to check a tooltip text for matches when using the /ar find command by enabling the extended find option (e.g. /ar find shadow resistance).
&lt;/li&gt;&lt;li&gt;Output of the /ar find command is now sent to a separate window that provides browsing and sorting of results.
&lt;/li&gt;&lt;li&gt;Buffs and debuffs have been added to the player and pet paperdoll frames.
&lt;/li&gt;&lt;li&gt;When "all characters" was selected in the inventory list view collapsing/expanding containers in the icon view didn't work; this has been fixed.
&lt;/li&gt;&lt;li&gt;The item counts only showed totals for the selected realm; this has been changed into the current realm.
&lt;/li&gt;&lt;li&gt;An error could occur when achievements were accessed for a character without any; this has been fixed.
&lt;/li&gt;&lt;li&gt;Characters that share an achievement linked in the chat frame are now added to its tooltip.
&lt;/li&gt;&lt;li&gt;Auctions have been added to item counts.
&lt;/li&gt;&lt;li&gt;An indication that a recipe is already known by one of your characters is now added to its tooltip.
&lt;/li&gt;&lt;li&gt;When doing a character look up the character retrieved will also be added to your character dropdown. Only the paperdoll and talent frames will be enabled and remain available until you log out or delete the character manually.
&lt;/li&gt;&lt;li&gt;A message has been added to inform you that a look up request has been initiated.
&lt;/li&gt;&lt;li&gt;Data compression has been enabled for communication because the amount of data being exchanged has grown substantially. Note that this implies that sharing data with previous versions is no longer possible.
&lt;/li&gt;&lt;li&gt;An auctioned item that has been sold caused a tooltip error when hovering over it in the inventory; this has been fixed.
&lt;/li&gt;&lt;li&gt;When a mail item was moved to a bag it remained being counted as an inbox item until the mailbox was closed; this has been fixed.
&lt;/li&gt;&lt;li&gt;Changes are made to prevent chat message hooks by other add-ons from failing (e.g. SpamSentry).
&lt;/li&gt;&lt;li&gt;Currency tokens (e.g. badges, emblems) are now included in item counts again (as it was before patch 3.0.2).
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v5-2-11"&gt;v5.2.11&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Trade skill scanning has been changed to prevent conflicts with other add-ons.
&lt;/li&gt;&lt;li&gt;Glyph tooltips were always shown for the playing character; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v5-2-10"&gt;v5.2.10&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;When quests were collapsed in Blizzard's quest log the quest scanning process resulted in an infinite loop; this has been fixed.
&lt;/li&gt;&lt;li&gt;Achievement points total was truncated in specific screen resolutions; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v5-2-9"&gt;v5.2.9&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Collapsing/expanding headers didn't work well in the achievement frame; this has been fixed.
&lt;/li&gt;&lt;li&gt;In specific cases trade skills were not fully shown; this has been fixed.
&lt;/li&gt;&lt;li&gt;Inventory slot filter in trade skills didn't work as expected; this has been fixed.
&lt;/li&gt;&lt;li&gt;After an initial scan of the guild bank tabs, "no data" message was still shown; this has been fixed.
&lt;/li&gt;&lt;li&gt;Recently item id's have been changed causing the guild bank item counts to fail in tooltips; this has been fixed (note: this also implies that synchronization with previous versions is not possible).
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v5-2-8"&gt;v5.2.8&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Collapsing/expanding headers didn't work well in the reputation frame; this has been fixed.
&lt;/li&gt;&lt;li&gt;Mounts and critters are now part of the inventory.
&lt;/li&gt;&lt;li&gt;In some cases a taint error still occurred; this has been fixed.
&lt;/li&gt;&lt;li&gt;Characters that are on a quest linked in the chat frame are added to its tooltip (can be turned off in the options panel).
&lt;/li&gt;&lt;li&gt;Unavailable options were no longer grayed out in the options panel; this has been fixed.
&lt;/li&gt;&lt;li&gt;The guild bank and inventory tooltip item count options are now independent of eachother.
&lt;/li&gt;&lt;li&gt;The color of the item counts can now be changed.
&lt;/li&gt;&lt;li&gt;You can now shift-click a reputation line to copy it into the chat frame.
&lt;/li&gt;&lt;li&gt;Selective initiation of trade skill scanning has been removed again and some optimizations have been implemented.
&lt;/li&gt;&lt;li&gt;In some cases Blizzard's trade skill window was reset by Armory; this has been fixed.
&lt;/li&gt;&lt;li&gt;Because of patch 3 the slot filter didn't work anymore for former "crafts" (e.g. enchanting); this has been fixed.
&lt;/li&gt;&lt;li&gt;When searching through trade skills reagents are now also taken into account.
&lt;/li&gt;&lt;li&gt;Achievements and statistics have been added.
&lt;/li&gt;&lt;li&gt;An option has been added to the inventory icon view to show the actual bag layout.
&lt;/li&gt;&lt;li&gt;Filters can now also be applied in the inventory icon view.
&lt;/li&gt;&lt;li&gt;Glyphs can now be linked in the chat frame.
&lt;/li&gt;&lt;li&gt;An option has been added to the options panel to restrict the find command to look in the current realm only.
&lt;/li&gt;&lt;li&gt;The health and mana bars in the paperdoll frame are now dynamically adjusted depending on the label size.
&lt;/li&gt;&lt;li&gt;LDB (LibDataBroker) support has been added making ArmoryFu and ArmoryTitan obsolete and therefore they will no longer be supported. Note that for FuBar you'll need Broker2FuBar also. Please delete ArmoryTitan and ArmoryFu.
&lt;/li&gt;&lt;li&gt;When the option to search all realms was turned off, still all realms were searched for guild bank data; this has been fixed.
&lt;/li&gt;&lt;li&gt;Some other minor fixes/changes.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v5-1-3"&gt;v5.1.3&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Comparison tooltips are now fully shown.
&lt;/li&gt;&lt;li&gt;Location in paperdoll wasn't always updated; this has been fixed.
&lt;/li&gt;&lt;li&gt;Glyphs are now updated real time.
&lt;/li&gt;&lt;li&gt;Inscriptions are added to "/ar lookup".
&lt;/li&gt;&lt;li&gt;Linked professions were added as one of your own; this has been fixed.
&lt;/li&gt;&lt;li&gt;Taint error in UIDropDownMenu has been fixed.
&lt;/li&gt;&lt;li&gt;Inboxes are now updated instantly when sending mail to one of your alts.
&lt;/li&gt;&lt;li&gt;Other minor changes.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v5-0-1"&gt;v5.0.1&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;All code has been changed to make it compatible with WoW patch 3.0.2.
&lt;/li&gt;&lt;li&gt;Socket icons are now included in comparison tooltips.
&lt;/li&gt;&lt;li&gt;Glyphs have been added to the spell book.
&lt;/li&gt;&lt;li&gt;A "Currency" tab has been added to the "Other" tab in the paperdoll frame.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v4-3-6"&gt;v4.3.6&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Point 3 of 4.3.5 introduced an annoying bug that made the search box in Blizzard's profession frame behave oddly. This version offers a quick fix.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v4-3-5"&gt;v4.3.5&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Professions were not updated anymore when accessed via an action button; this has been fixed.
&lt;/li&gt;&lt;li&gt;Measures have been taken to prevent the occasional "bad argument #n to 'format'" errors from occurring in the paper doll frame. It is advised to delete the entry of the character involved from your database to force a rescan (only if you encounter this type of error).
&lt;/li&gt;&lt;li&gt;Trade skill cool downs weren't updated unless the profession window was explicitly opened; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v4-3-4"&gt;v4.3.4&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Compatibility issue with Hemlock has been solved.
&lt;/li&gt;&lt;li&gt;Swithing to a new (lvl 1) character's inventory could result in an error; this has been fixed.
&lt;/li&gt;&lt;li&gt;The "All characters" checkbox in the inventory list view was anchored to the wrong element; this has been fixed.
&lt;/li&gt;&lt;li&gt;Guild bank, other than the current guild's, can be deleted now by right clicking the tabart icon.
&lt;/li&gt;&lt;li&gt;Multiple guild handling was screwed up; this has been fixed.
&lt;/li&gt;&lt;li&gt;Some other minor code changes.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v4-3-2"&gt;v4.3.2&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;The default for /ar find has been changed from 'all' to 'item'.
&lt;/li&gt;&lt;li&gt;A character's talent build is shown again when performing /ar lookup.
&lt;/li&gt;&lt;li&gt;Advanced filtering capabilities have been added to the inventory list view and the guild bank (AGB v3.4).
&lt;/li&gt;&lt;li&gt;When joining a party while in a guild the default channel switched to 'party' instead of staying in the guild channel; this has been fixed.
&lt;/li&gt;&lt;li&gt;The indicator for exceeding the container display limit in the inventory icon view has been changed from '+' to '(limit+)' to make it more obvious.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v4-2-17"&gt;v4.2.17&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Fixed a compatibility problem with WoW patch 2.4.3
&lt;/li&gt;&lt;li&gt;Changed container header in inventory list view for better readability
&lt;/li&gt;&lt;li&gt;Some other minor changes
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v4-2-16"&gt;v4.2.16&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Wrong Pawn values were sometimes shown in comparison tooltips; this should have een fixed now.
&lt;/li&gt;&lt;li&gt;Item counts are now shown in all tooltips and not exclusively in the inventory; also count details have been added.
&lt;/li&gt;&lt;li&gt;You can now search on item rarity in the inventory list view by using "=" followed by the quality (e.g. "=epic").
&lt;/li&gt;&lt;li&gt;When the options panel was opened for the first time and the mail item expiration was never set, the default value became 0 instead of 3; this has been fixed.
&lt;/li&gt;&lt;li&gt;Auctioned items have been added to the inventory. Please note that it is technically impossible to delete the item automatically when it is sold or expires. Therefore the tooltip will show when you viewed the estimated duration for the last time.
&lt;/li&gt;&lt;li&gt;Integrated Guild Bank support has been added by means of a separate add-on.
&lt;/li&gt;&lt;li&gt;A minimap button has been added that will be hidden by default if you use the Titan or FuBar integration.
&lt;/li&gt;&lt;li&gt;When you lookup quests and skills, the ones you know will now be marked with a green asterisk.
&lt;/li&gt;&lt;li&gt;Socket textures have been added to the comparison tooltips.
&lt;/li&gt;&lt;li&gt;Native support for Elephant (chat frame logger and organizer) has been added.
&lt;/li&gt;&lt;li&gt;You can now alt-click an item link or a bag item to copy its name into the inventory list view search box (frame must be open).
&lt;/li&gt;&lt;li&gt;Extra configuration options added.
&lt;/li&gt;&lt;li&gt;Some other minor fixes and changes.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v4-1-0"&gt;v4.1.0&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Side tabs are now displayed correctly if an 8th tab is present (e.g. 4 professions + poisons).
&lt;/li&gt;&lt;li&gt;Item expiration scanning on startup now displays a pop-up instead of a chat message if applicable.
&lt;/li&gt;&lt;li&gt;The inventory list view now also shows empty containers and for all containers (except mail and keyring) the number of free slots are shown in the header.
&lt;/li&gt;&lt;li&gt;Options that set a value are not supported on the command-line anymore (use /ar config or Titan/FuBar).
&lt;/li&gt;&lt;li&gt;Quests, recipes and character information can now be shared with other Armory users through available channels (use /ar lookup for making requests). Note that quests can be looked up by area name as well and that you don't need to target someone before making a character info inquiry (you can even input an alt's name).
&lt;/li&gt;&lt;li&gt;The options panel has been extended for the new features.
&lt;/li&gt;&lt;li&gt;Arena team details have been added to the PVP frame.
&lt;/li&gt;&lt;li&gt;Armory chat messages can now be filtered.
&lt;/li&gt;&lt;li&gt;A tooltip has been added to indicate that a character or pet can be deleted by right-clicking the character portrait or pet icon.
&lt;/li&gt;&lt;li&gt;Quest log spell rewards (e.g. "Potion Master") are now linkable (shift-click).
&lt;/li&gt;&lt;li&gt;When using a toolbar its portrait icon wasn't updated upon login; this has been fixed.
&lt;/li&gt;&lt;li&gt;The new version indicator didn't work properly if a revision number greater than 9 was encountered; this has been fixed.
&lt;/li&gt;&lt;li&gt;Some other minor bugfixes/changes.
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: your version 3.x database will be cleared because of new functionality in patch 2.4.2.&lt;/p&gt;
&lt;h4 id="w-v3-7-6"&gt;v3.7.6&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Right clicking on a character portrait will delete the entry from the database as long as it isn't the logged in character.
&lt;/li&gt;&lt;li&gt;Equipment comparison tooltips are now shown for both slots for all main and offhand items.
&lt;/li&gt;&lt;li&gt;Shopping and comparison tooltips were shown at the same time under certain conditions; this has been fixed.
&lt;/li&gt;&lt;li&gt;Trinket and finger slots are switched in accordance with Blizzard's shopping tooltips.
&lt;/li&gt;&lt;li&gt;TOC file interface version changed from 20401 into 20400 to prevent Armory from showing "out of date".
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v3-7-4"&gt;v3.7.4&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;All "hide" options have been converted to "show" options for better understanding.
&lt;/li&gt;&lt;li&gt;Equipment comparison tooltips are added: whenever you see an equipment tooltip, you can press Alt to get comparison tooltips for your currently selected character (this feature can be disabled by "/ar showect off"). Tip: bind Alt-PgUp and Alt-PgDn to previous / next character selection.
&lt;/li&gt;&lt;li&gt;The database will now be cleared automatically when it has become incompatible with the current Armory version.
&lt;/li&gt;&lt;li&gt;An options panel has been added that can be opened by "/ar config" or through WoW's interface menu.
&lt;/li&gt;&lt;li&gt;Modules can now be deactivated in the options panel.
&lt;/li&gt;&lt;li&gt;Icon added to indicate resting state (top left of portrait).
&lt;/li&gt;&lt;li&gt;Rested XP percentage added to paperdoll frame.
&lt;/li&gt;&lt;li&gt;Version added to paperdoll frame.
&lt;/li&gt;&lt;li&gt;Shift-clicking a quest always showed the link for the opened quest; this has been fixed.
&lt;/li&gt;&lt;li&gt;Some items were not recognized as ranged weapons when showing alternatives; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v3-6-0"&gt;v3.6.0&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;General update to make Armory compatible with patch 2.4.0
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: Patch 2.4.0 contains a lot of changes that affect Armory. Because of this version 3.6 cannot use Armory’s old database. Please delete all existing data (/ar delete all) and re-login with all your alts after installation.&lt;/p&gt;
&lt;h4 id="w-v3-5-0"&gt;v3.5.0&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Native support added for ReagentCost (please remove ArmoryReagentCost from your AddOns directory).
&lt;/li&gt;&lt;li&gt;The stat tooltips were sometimes mixed up; this has been fixed.
&lt;/li&gt;&lt;li&gt;Some code has been changed to prevent an EnhTooltip hook error from occurring.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v3-4-3"&gt;v3.4.3&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;ArmoryFu and ArmoryTitan have been removed from the archive file. They can now be downloaded individually.
&lt;/li&gt;&lt;li&gt;New "who has" functionality has been added to inventory item tooltips which shows all characters within the same realm that have the item including the total amount. This tooltip expansion can be shut off by issuing "/ar set hideict on".
&lt;/li&gt;&lt;li&gt;A new search mechanism has been implemented which enables you to perform a global search for items, quests, spells and recipes. To find something enter "/ar find all | item | quest | spell | skill [namepart]", where you should choose one of search types "all", "item", "quest" "spell" or "skill", e.g. "/ar find item boots". If you omit the search type "all" will be assumed, .e.g. "/ar find all boots" is the same as "/ar find boots", but to search all occurrences of the phrase "spell" you need to specify "/ar find all spell".
&lt;/li&gt;&lt;li&gt;You can also search for multiple name parts, e.g. "/ar find boots for" will find "Boots of Foretelling" and "Reinforced Mail Boots". To search an extact phrase you need to put quotes (single or double) around it, e.g. "/ar find 'boots of for'".
&lt;/li&gt;&lt;li&gt;Some sanity checks have been added to pet related functions.
&lt;/li&gt;&lt;li&gt;Especially in case of hunter pets, that can be abandoned and renamed, this should prevent display errors in the pet paperdoll frame from happening.
&lt;/li&gt;&lt;li&gt;A pet can now be deleted from the database by right-clicking on the slot.
&lt;/li&gt;&lt;li&gt;The realm name has been removed from the inventory listview group headers if only one realm is available.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v3-3-3"&gt;v3.3.3&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;FuBar and Titan support has been removed from Armory and put into separate add-ons.
&lt;/li&gt;&lt;li&gt;Inventory list and icon view now use the same container names (incl. slot position and bag size).
&lt;/li&gt;&lt;li&gt;Character and realm names are now shown in a group label in an overall inventory list view.
&lt;/li&gt;&lt;li&gt;Shift clicking in inventory list view to copy the link to the chat frame is possible again.
&lt;/li&gt;&lt;li&gt;Collapsing/Expanding inventory containers doesn't reset the window to the top item anymore.
&lt;/li&gt;&lt;li&gt;Some tooltips didn't refresh when characters were switched using hot keys; this has been fixed.
&lt;/li&gt;&lt;li&gt;Icons added in the inventory list view.
&lt;/li&gt;&lt;li&gt;A number of issues fixed regarding the collapse/expand function in the inventory list view.
&lt;/li&gt;&lt;li&gt;Raid info (saved raid instances) has been added to Armory which also led to a redesign of the main window (Reputation, Skills and Raid Info is accessible through the new "Other" tab).
&lt;/li&gt;&lt;li&gt;Tooltips added to navigation buttons.
&lt;/li&gt;&lt;li&gt;Spellbook has been added to Armory.
&lt;/li&gt;&lt;li&gt;The painting of the containers in the inventory icon view has been optimalized.
&lt;/li&gt;&lt;li&gt;A multi-pet interface with statistical information has been added to Armory that also determines which spells to view in the pet spell book. (Note: hunter pets that are stabled must be unstabled first before Armory is aware of them.)
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v2-4-6"&gt;v2.4.6&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;FuBar icon didn't show anymore on load; this has been fixed.
&lt;/li&gt;&lt;li&gt;FuBar settings are now saved between sessions.
&lt;/li&gt;&lt;li&gt;Detached FuBar tooltip is now shown properly.
&lt;/li&gt;&lt;li&gt;FuBar options reordered.
&lt;/li&gt;&lt;li&gt;Wrapping in quest spell reward tooltip fixed.
&lt;/li&gt;&lt;li&gt;Paperdoll now shows alternative equipment slots for items available in the character's inventory.
&lt;/li&gt;&lt;li&gt;Trade skill search box is now always enabled (independent of skill level).
&lt;/li&gt;&lt;li&gt;Trade skill search phrase is now preserved when switching to an alt with the same profession.
&lt;/li&gt;&lt;li&gt;Read only attributes removed.
&lt;/li&gt;&lt;li&gt;Bindings added for navigation buttons and selecting current character.
&lt;/li&gt;&lt;li&gt;Option added to hide alternative equipment slots.
&lt;/li&gt;&lt;li&gt;Option added to hide unequippable alternatives.&lt;sup&gt;*&lt;/sup&gt;
&lt;/li&gt;&lt;li&gt;Option added to enable saving values (i.e. last viewed, list view, search all) per character.
&lt;/li&gt;&lt;li&gt;Talent tooltips were sometimes missing; this has been fixed.
&lt;/li&gt;&lt;li&gt;Skill levels weren't updated realtime on screen; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;sup&gt;*&lt;/sup&gt; Until you've logged in with a character all its alternative equipment will be marked as unequippable.&lt;/p&gt;
&lt;h4 id="w-v2-3-4"&gt;v2.3.4&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Mail expiration scanning resulted in 'attempt to compare number with string' in some cases; this has been fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v2-3-3"&gt;v2.3.3&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Quest log and Inventory will not close anymore when selecting another character.
&lt;/li&gt;&lt;li&gt;Trade skill frame will also remain open if the other character has the same skill.
&lt;/li&gt;&lt;li&gt;Navigation arrows are added at the bottom of the portrait to enable cycling through your characters.
&lt;/li&gt;&lt;li&gt;Character and realm dropdowns are removed from the paperdoll and a new combined dropdown has been added at the top next to the portrait.
&lt;/li&gt;&lt;li&gt;Delete button has been removed.
&lt;/li&gt;&lt;li&gt;XP percentage is suppressed when 0%.
&lt;/li&gt;&lt;li&gt;EQC comparison tooltip now shows the character name in its header when comparing with the equipment of an alt.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v2-2-0"&gt;v2.2.0&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;XP (as a percentage) added to the paperdoll frame.
&lt;/li&gt;&lt;li&gt;Auctioneer tooltip was switching rapidly between selected bag item and corresponding equipped item of an alt when using EquipCompare (AP version); this has been fixed.
&lt;/li&gt;&lt;li&gt;oGlow support added (see &lt;a href="http://www.wowinterface.com/downloads/info7142-oGlow.html"&gt;http://www.wowinterface.com/downloads/info7142-oGlow.html&lt;/a&gt;).
&lt;/li&gt;&lt;li&gt;Calculation of available materials in trade skills fixed.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v2-1-5"&gt;v2.1.5&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Mail item expiration was shown twice.
&lt;/li&gt;&lt;li&gt;Titan icon's frame level adjusted.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v2-1-4"&gt;v2.1.4&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Recipe links are added to enable shift-clicking in upper pane of the trade skill frame (profession frames need be opened first before this data is stored).
&lt;/li&gt;&lt;li&gt;New caching mechanism implemented to reduce the amount of database updates; this should solve  game freezes that could occur for example when shape shifting as a druid.
&lt;/li&gt;&lt;li&gt;Trade skills (i.e. professions) are now searchable. If supported by the skill type you can also search for the minimum level required by entering "10" or "10-20" for example.
&lt;/li&gt;&lt;li&gt;Trade skill details (reagents) are now properly shown after applying a filter.
&lt;/li&gt;&lt;li&gt;Added Titan and FuBar support.
&lt;/li&gt;&lt;li&gt;Bag ids (slots) are added to the headers in the inventory list view to ease identification when there are more bags with the same name.
&lt;/li&gt;&lt;li&gt;Armory now always shows a message when inventory expiration scanning completes, unless scanning is disabled of course.
&lt;/li&gt;&lt;li&gt;New command added to invoke an inventory expiration scan on demand (/ar check).
&lt;/li&gt;&lt;li&gt;Auctioneer (EnhTooltip) support added.
&lt;/li&gt;&lt;li&gt;Expiration was missing in tooltip when Auctioneer tooltips were shown.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v1-2-0"&gt;v1.2.0&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;When hovering the money display in the inventory a tooltip is now shown indicating the total amount of money for the current faction.
&lt;/li&gt;&lt;li&gt;Armory is now compatible with beql (EQL3 replacement: &lt;a href="http://wowui.incgamers.com/?p=mod&amp;amp;m=4536"&gt;http://wowui.incgamers.com/?p=mod&amp;amp;m=4536&lt;/a&gt;).
&lt;/li&gt;&lt;li&gt;Armory is now compatible with EquipCompare (&lt;a href="http://wow.curse.com/downloads/details/166/"&gt;http://wow.curse.com/downloads/details/166/&lt;/a&gt;).
&lt;/li&gt;&lt;li&gt;Copying an item link (Shift-Click) from the inventory icon view into the chat frame is now working.
&lt;/li&gt;&lt;li&gt;Some other less relevant changes.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v1-1-2"&gt;v1.1.2&lt;/h4&gt;
&lt;p&gt;Version 1.1.2 solves a bug submitted on Curse about the backpack and bank bags initially not being updated.&lt;/p&gt;
&lt;h4 id="w-v1-1-1"&gt;v1.1.1&lt;/h4&gt;
&lt;p&gt;Intermediate bug fix release that resolves the bug mentioned by Kem. I'm also moving the Armory to Curse.com to provide better support.
You can use Curse's ticket system for example to report bugs and submit feature requests.
Once the file is approved on Curse you can find updates at &lt;a href="http://www.curse.com/downloads/details/10061/"&gt;http://www.curse.com/downloads/details/10061/&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id="w-v1-1-0"&gt;v1.1.0&lt;/h4&gt;
&lt;p&gt;This version of the Armory is compatible with Blizzard’s new 2.3.0 patch. Alas they changed a lot so you need to empty your database (/ar delete all) first
and then login with every character you want to track and open the bank, trade skills etc.&lt;/p&gt;
&lt;h4 id="w-v1-05"&gt;v1.05&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Inventory wasn't updated when stacked items in bank slots changed size.
&lt;/li&gt;&lt;li&gt;ESC key will now close Armory.
&lt;/li&gt;&lt;li&gt;Armory is now draggable.
&lt;/li&gt;&lt;li&gt;New command-line options (/ar help and /ar reset) have been added.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v1-04"&gt;v1.04&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Mail expiration threshold can now be set or disabled (/ar set expdays).
&lt;/li&gt;&lt;li&gt;Inventory “search all characters” option can now be saved (/ar set savesac).
&lt;/li&gt;&lt;li&gt;Last character viewed can now be saved (/ar set lastviewed).
&lt;/li&gt;&lt;li&gt;Characters can now be deleted from the command line (/ar delete).
&lt;/li&gt;&lt;li&gt;Other frames (e.g. AH) will not be closed anymore when Armory is shown.
&lt;/li&gt;&lt;li&gt;Guild info is shown again in the paper doll header section.
&lt;/li&gt;&lt;li&gt;Sometimes a side tab wasn’t cleared.
&lt;/li&gt;&lt;li&gt;If more than 2 professions were scanned an error was shown when entering WoW.
&lt;/li&gt;&lt;li&gt;Spell crit chance tooltip sometimes resulted in an error.
&lt;/li&gt;&lt;li&gt;Inbox scanning could result in a container size of 0 items.
&lt;/li&gt;&lt;li&gt;The reputation info frame didn’t show properly when a side frame was visible.
&lt;/li&gt;&lt;li&gt;Sometimes gear tooltips didn’t show when viewing an alt.
&lt;/li&gt;&lt;li&gt;Other minor bug fixes.
&lt;/li&gt;&lt;/ol&gt;
&lt;h4 id="w-v1-03"&gt;v1.03&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;Mail bug fixed.
&lt;/li&gt;&lt;li&gt;Character gear update bug fixed.
&lt;/li&gt;&lt;li&gt;All side tabs are now always visible.
&lt;/li&gt;&lt;li&gt;List view setting is now saved between sessions.
&lt;/li&gt;&lt;li&gt;Character zone info added to paper doll frame.
&lt;/li&gt;&lt;li&gt;Mail warning in chat log is generated when logging into wow if inventory contains inbox items that are enclosed in messages that will expire within 3 days.
&lt;/li&gt;&lt;li&gt;Other small bug fixes.
&lt;/li&gt;&lt;/ol&gt;
</description></item><item><title>WhoFavorites</title><link>http://wow.curse.com/downloads/wow-addons/details/who-favorites.aspx</link><pubDate>Sat, 31 Oct 2009 09:38:51 GMT</pubDate><dc:creator>bolagio</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r34 | bolagio | 2009-10-31 04:38:13 +0000 (Sat, 31 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/WhoFavorites.toc&lt;/p&gt;

&lt;p&gt;WhoFavorites:&lt;br&gt;
- Interface -&amp;gt; 30200&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r33 | bolagio | 2009-04-20 23:12:47 +0000 (Mon, 20 Apr 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/WhoFavorites.toc&lt;/p&gt;

&lt;p&gt;WhoFavorites:&lt;br&gt;
- Updated addon version in TOC.&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>RatingBuster</title><link>http://wow.curse.com/downloads/wow-addons/details/rating-buster.aspx</link><pubDate>Thu, 29 Oct 2009 20:17:48 GMT</pubDate><dc:creator>Whitetooth</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r269 | whitetooth | 2009-10-29 15:15:53 +0000 (Thu, 29 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/r269 (from /trunk:268)&lt;/p&gt;

&lt;p&gt;Repackage with new Ace3 libs, should enable gem linking in default gem edit boxes.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r267 | Whitetooth | 2009-10-07 21:40:46 +0000 (Wed, 07 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-deDE.lua&lt;/p&gt;

&lt;p&gt;- deDE: Removed duplicate pattern&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r266 | Whitetooth | 2009-10-07 07:48:38 +0000 (Wed, 07 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-zhTW.lua&lt;/p&gt;

&lt;p&gt;- zhTW update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r265 | Whitetooth | 2009-10-07 07:27:12 +0000 (Wed, 07 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/About RatingBuster.txt&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster.lua&lt;/p&gt;

&lt;p&gt;- Change options text style to match Blizzard options&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r264 | 7destiny | 2009-10-07 03:47:39 +0000 (Wed, 07 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-koKR.lua&lt;/p&gt;

&lt;p&gt;- koKR Update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r263 | Whitetooth | 2009-10-06 21:44:04 +0000 (Tue, 06 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster.lua&lt;/p&gt;

&lt;p&gt;- Two extra default gem sets which you can toggle with a modifier key&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r262 | Whitetooth | 2009-10-06 15:58:51 +0000 (Tue, 06 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster.lua&lt;/p&gt;

&lt;p&gt;- Add localization to the new option&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r261 | Whitetooth | 2009-10-06 15:53:47 +0000 (Tue, 06 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster.lua&lt;/p&gt;

&lt;p&gt;- Rating Conversion, Stat Breakdown, Stat Summary can each be set to show on ALT, SHIFT, CTRL, Always, or Never.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r260 | Whitetooth | 2009-10-06 11:30:55 +0000 (Tue, 06 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster.lua&lt;/p&gt;

&lt;p&gt;- Improved &amp;#34;Ignore undesirable items&amp;#34; option: Separate options for Cloth, Leather, Mail, and Plate items, can also set the minimum item quality&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r259 | Whitetooth | 2009-10-06 06:27:18 +0000 (Tue, 06 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster.lua&lt;/p&gt;

&lt;p&gt;- Remove global for debugging&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r258 | Whitetooth | 2009-10-06 06:21:26 +0000 (Tue, 06 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster.lua&lt;/p&gt;

&lt;p&gt;- Optimized checking of unusable items&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r257 | 7destiny | 2009-09-30 14:48:37 +0000 (Wed, 30 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-koKR.lua&lt;/p&gt;

&lt;p&gt;- koKR Update(numberPatterns issue)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r255 | next96 | 2009-09-28 06:45:59 +0000 (Mon, 28 Sep 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster-Locale-koKR.lua&lt;/p&gt;

&lt;p&gt;RatingBuster :&lt;br&gt;
- Update locale koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r254 | Whitetooth | 2009-09-27 08:58:54 +0000 (Sun, 27 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/About RatingBuster.txt&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RatingBuster.lua&lt;/p&gt;

&lt;p&gt;- 3.2.2: Paladin: Touched by the Light: This talent now provides 20/40/60% of the paladin’s strength as spell power instead of 10/20/30% of the paladin’s stamina.&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>ZOMGBuffs</title><link>http://wow.curse.com/downloads/wow-addons/details/zomgbuffs.aspx</link><pubDate>Sun, 25 Oct 2009 23:07:27 GMT</pubDate><dc:creator>Zeksie</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r140 | Zeksie | 2009-10-25 18:05:48 +0000 (Sun, 25 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/ZOMGBuffs_BlessingsManager.lua&lt;/p&gt;

&lt;p&gt;Small fix&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r138 | Zeksie | 2009-10-25 16:46:43 +0000 (Sun, 25 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/ZOMGBuffs_Blessings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/ZOMGBuffs_BlessingsManager.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGModulePrototype.lua&lt;/p&gt;

&lt;p&gt;Fix debug keywords.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r137 | Zeksie | 2009-10-25 15:40:21 +0000 (Sun, 25 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/ZOMGBuffs_BlessingsManager.lua&lt;/p&gt;

&lt;p&gt;Comms fix to test.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r135 | Zeksie | 2009-10-22 07:44:45 +0000 (Thu, 22 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsPP/ZOMGBuffs_BlessingsPP.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua&lt;/p&gt;

&lt;p&gt;Fixed 'Not with Spirit Tap'.&lt;br&gt;
Added role display for clarity when showing Druid/DK specs in popup raid listing.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r133 | Zeksie | 2009-10-20 13:57:36 +0000 (Tue, 20 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhTW.lua&lt;/p&gt;

&lt;p&gt;Fix localization blunder.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r131 | Zeksie | 2009-10-20 00:34:07 +0000 (Tue, 20 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua&lt;/p&gt;

&lt;p&gt;Sees if you enchant a weapon manually, and cancels the loaded weapon enchant. (ok, I just wanted a reason to push the new LGT).&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r129 | Zeksie | 2009-10-19 23:50:37 +0000 (Mon, 19 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua&lt;/p&gt;

&lt;p&gt;Added Vampiric Embrace to self buffs module (PTR only) which is now a buff rather than a debuff.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r127 | Zeksie | 2009-10-16 13:02:46 +0000 (Fri, 16 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhTW.lua&lt;/p&gt;

&lt;p&gt;Actually commit the localizations I changed.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r126 | Zeksie | 2009-10-15 14:26:53 +0000 (Thu, 15 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua&lt;/p&gt;

&lt;p&gt;Fix error when dragging -.-&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r125 | Zeksie | 2009-10-15 12:55:21 +0000 (Thu, 15 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua&lt;/p&gt;

&lt;p&gt;And don't commit files with debug output in them...&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r124 | Zeksie | 2009-10-15 12:54:42 +0000 (Thu, 15 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua&lt;/p&gt;

&lt;p&gt;Fix issue with self buffs templates storing wrong things.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r123 | Zeksie | 2009-10-15 09:45:09 +0000 (Thu, 15 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua&lt;/p&gt;

&lt;p&gt;Fix the erroneous cooldown ready message for tracker icons.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r122 | Zeksie | 2009-10-14 23:43:20 +0000 (Wed, 14 Oct 2009) | 8 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/Locales.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/Locales.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_Blessings/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_Blessings/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_Blessings/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_Blessings/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_Blessings/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Blessings/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/Locales.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsPP/ZOMGBuffs_BlessingsPP.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/Locales.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/Locales.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Log/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/Locales.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/Locales.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esES.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esMX.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhTW.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGReagents.lua&lt;/p&gt;

&lt;p&gt;Mostly some changes and improvements to the Tracker icons.&lt;br&gt;
You can now define a key-binding per spell tracker.&lt;br&gt;
Clickable icons (created out of combat) will always have the same name so you can invoke them from a /click macro command.&lt;br&gt;
You can disable auto casting for trackable spells if you only want to buff them in-combat for example.&lt;br&gt;
Mousing over tickable spells in popup raid list will now show the associated buff cooldown bars for that spell.&lt;br&gt;
Tracker icons should now always popup in the same place per spell and are no longer dependant on the order that you enable them.&lt;br&gt;
Added Tricks of the Trade to Trackable spells.&lt;br&gt;
Setup for localization support.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r120 | Zeksie | 2009-10-06 13:04:30 +0000 (Tue, 06 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs.lua&lt;/p&gt;

&lt;p&gt;Fixed sending blessing template queries to self via comms, called directly now.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r119 | Zeksie | 2009-10-06 12:58:34 +0000 (Tue, 06 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua&lt;/p&gt;

&lt;p&gt;Added support for Flask of the North.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r118 | Zeksie | 2009-10-01 13:44:27 +0000 (Thu, 01 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsPP/ZOMGBuffs_BlessingsPP.lua&lt;/p&gt;

&lt;p&gt;Hopefully correct race condition with PallyPower comms.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r117 | Zeksie | 2009-09-29 16:37:26 +0000 (Tue, 29 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua&lt;/p&gt;

&lt;p&gt;Corrected an issue with tracker icons not displaying in-combat if not already shown.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r116 | Zeksie | 2009-09-28 14:59:20 +0000 (Mon, 28 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGModulePrototype.lua&lt;/p&gt;

&lt;p&gt;Probably fix odd error after dual spec created for first time with no templates in first spec.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r115 | Zeksie | 2009-09-25 08:13:20 +0000 (Fri, 25 Sep 2009) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsManager/ZOMGBuffs_BlessingsManager.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_BlessingsPP/ZOMGBuffs_BlessingsPP.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_Portalz/ZOMGBuffs_Portalz.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua&lt;/p&gt;

&lt;p&gt;Corrected Crippling Poison mistake for deDE.&lt;br&gt;
Removed BoSalvation and BoLight from chat responder.&lt;br&gt;
Added Argent Crusader's Tabard to Portalz module, and now removes the text warning about equiping if it's now equiped.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r113 | Zeksie | 2009-09-23 23:35:16 +0000 (Wed, 23 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ZOMGBuffs.lua&lt;/p&gt;

&lt;p&gt;Second fix for the raidN not in party thing. For those last 4 raid members who ARE in your party according to UnitInParty, but not according to GetPartyAssignment.&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>ChatMOD</title><link>http://wow.curse.com/downloads/wow-addons/details/chat-mod.aspx</link><pubDate>Thu, 22 Oct 2009 09:00:13 GMT</pubDate><dc:creator>solariz</dc:creator><description>&lt;p&gt;Fanupdate of Chatmod by aizoto.  &lt;br&gt;
( Info: &lt;a href="http://solariz.de/forum?wpforumaction=viewtopic&amp;amp;t=120.0#postid-698"&gt;http://solariz.de/forum?wpforumaction=viewtopic&amp;amp;t=120.0#postid-698&lt;/a&gt; )&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;fixed bug introduced when i incorrectly used ChatMod_debug(...).&lt;br&gt;
&lt;/li&gt;&lt;li&gt;fixed localization issues with Guild Roster updates and Raid Roster updates.  All languages should now properly acquire a class name usable by this addon from these rosters.&lt;br&gt;
&lt;/li&gt;&lt;li&gt;raid performance tweak.  ChatMod won't actually process any more if the raid roster doesn't increase or decrease in the number of people available in the raid.
&lt;/li&gt;&lt;/ul&gt;
</description></item><item><title>DrDamage</title><link>http://wow.curse.com/downloads/wow-addons/details/dr-damage.aspx</link><pubDate>Sun, 18 Oct 2009 23:03:44 GMT</pubDate><dc:creator>Gagorian</dc:creator><description>&lt;p&gt;- Main Feature: Converted addon to Ace3, removing FuBar2 and Dewdrop support. Now uses LDB + Blizzard Options configuration screen.&lt;/p&gt;

&lt;p&gt;- Added: Summon Water Elemental&lt;br&gt;
- Added: Divine Aegis calculation to Power Word: Shield Glyph average heal effect calculation. (As PW: S Glyph proc crit heals triggers Divine Aegis)&lt;br&gt;
- Fixed: Divinity is now correctly multiplicative. Also double stacks divinity correctly when targeting self.&lt;br&gt;
- Fixed: Altered Holy Light and Holy Shock coefficients to more accurate values&lt;br&gt;
- Fixed: Rune Strike and Counterattack are now properly unavoidable&lt;br&gt;
- Fixed: caster module dot resilience calculation (it was probably double stacking on a few abilities)&lt;br&gt;
- Fixed: error with Seal of Vengeance Holy Vengeance debuff effect calculation&lt;br&gt;
- Fixed: Death Knight error on 3.3 PTR&lt;br&gt;
- Fixed: Warlock 4p T9 bonus&lt;br&gt;
- Fixed: Sniper Training&lt;br&gt;
- Fixed: Glyph of Explosive Trap&lt;br&gt;
- Fixed: Hit calculation error with next melee type attacks while dual wielding&lt;/p&gt;</description></item><item><title>Recount</title><link>http://wow.curse.com/downloads/wow-addons/details/recount.aspx</link><pubDate>Wed, 14 Oct 2009 07:13:08 GMT</pubDate><dc:creator>Elsia</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r1092 | elsia | 2009-10-14 02:11:22 +0000 (Wed, 14 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v3.2h beta3 (from /trunk:1091)&lt;/p&gt;

&lt;p&gt;Tagging as v3.2h beta3&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r1091 | elsia | 2009-10-14 00:24:57 +0000 (Wed, 14 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/GUI_Detail.lua&lt;/p&gt;

&lt;p&gt;- Fix weird copy/paste typo.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r1088 | elsia | 2009-10-13 03:31:32 +0000 (Tue, 13 Oct 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/GUI_Detail.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Tracker.lua&lt;/p&gt;

&lt;p&gt;- Added support for &amp;#34;Naturefire&amp;#34; spellschool combo. (dry-code warning, please test).&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r1087 | elsia | 2009-10-11 00:35:52 +0000 (Sun, 11 Oct 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/GUI_Detail.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Tracker.lua&lt;/p&gt;

&lt;p&gt;- Properly support Frostfire spellschool. Now shows as separate school in summary detail view.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r1085 | elsia | 2009-09-30 01:59:58 +0000 (Wed, 30 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/LazySync.lua&lt;/p&gt;

&lt;p&gt;- More comm channel fixes.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r1084 | elsia | 2009-09-30 01:07:51 +0000 (Wed, 30 Sep 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/LazySync.lua&lt;/p&gt;

&lt;p&gt;- Bandaid for blizzard being silly with the addon comm channel behavior changing for no good reason.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>GetDKP for EQdkp-Plus</title><link>http://wow.curse.com/downloads/wow-addons/details/getdkp-plus.aspx</link><pubDate>Thu, 08 Oct 2009 17:59:47 GMT</pubDate><dc:creator>Corgan</dc:creator><description>&lt;p&gt;v4.0.10
added: spanish locale
update: interface-version
&lt;/p&gt;&lt;p&gt;v4.0.9
fixed: changing dkp only for promoted players
fixed: lua-error when looting more than 6 items at once
fixed: list items in chat should now work as intended
&lt;/p&gt;&lt;p&gt;v4.0.8
fixed chat-issue after Patch 3.1
&lt;/p&gt;&lt;p&gt;v4.0.7
fixed display of locales in FuBar
&lt;/p&gt;&lt;p&gt;v4.0.6
fixed updating dkp in FuBar-text
fixed embed-libs
&lt;/p&gt;&lt;p&gt;V4.0.5b
compatible to wow 3.0.9
new set&amp;substract button in CTRT
use newer libs
added options to FuBar
&lt;/p&gt;</description></item><item><title>AtlasQuest - Fan Update</title><link>http://wow.curse.com/downloads/wow-addons/details/atlas-quest-fan-update.aspx</link><pubDate>Tue, 29 Sep 2009 03:33:51 GMT</pubDate><dc:creator>mystery8</dc:creator><description>&lt;p&gt;- Small updates for Atlas 1.15 (boss numbers and map names). &lt;br&gt;
- Updated Rewards for Timear Foresees dailies (now includes Sons of Hodir Commendation Badge)&lt;br&gt;
- German localization updated to include most Wrath of the Lich King quests (thanks Guldukat!)&lt;br&gt;
- Small grammar, clarification and typo fixes (thanks gothic251)&lt;br&gt;
- Updates to localizations: deDE, ruRU, zhTW, zhCN&lt;/p&gt;

&lt;p&gt;- Quests added:&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;- Call to Arms: Isle of Conquest (Daily)&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;- Onyxia's Lair: A Most Puzzling Circumstance&lt;/p&gt;</description></item><item><title>ClassLoot</title><link>http://wow.curse.com/downloads/wow-addons/details/classloot.aspx</link><pubDate>Fri, 25 Sep 2009 21:52:17 GMT</pubDate><dc:creator>Pneumatus</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r103 | pneumatus | 2009-09-25 16:51:03 +0000 (Fri, 25 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v1.6.7 (from /trunk:102)&lt;/p&gt;

&lt;p&gt;Tagging as v1.6.7&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r102 | pneumatus | 2009-09-25 16:28:43 +0000 (Fri, 25 Sep 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/PT3-RaidLoot.lua&lt;/p&gt;

&lt;p&gt;- Re-mine Trial of the Crusader &amp;amp; add new Onyxia&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r101 | pneumatus | 2009-09-23 17:43:11 +0000 (Wed, 23 Sep 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot_Data.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/PT3-RaidLoot.lua&lt;/p&gt;

&lt;p&gt;- 68 Items Added (Onyxia)&lt;br&gt;
- Re-mine Coliseum&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r100 | pneumatus | 2009-09-22 14:20:55 +0000 (Tue, 22 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/PT3-RaidLoot.lua&lt;/p&gt;

&lt;p&gt;- Twin Val'kyr loot tables update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r98 | pneumatus | 2009-09-17 17:35:56 +0000 (Thu, 17 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/PT3-RaidLoot.lua&lt;/p&gt;

&lt;p&gt;- Re-mine Ulduar and Trial of the Crusader&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r97 | pneumatus | 2009-09-17 14:25:00 +0000 (Thu, 17 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot_Data.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Constants.lua&lt;/p&gt;

&lt;p&gt;- Put ClassLoot_Data and ClassLoot_Constants in the ClassLoot addon table so others can use them.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r96 | pneumatus | 2009-09-13 14:07:07 +0000 (Sun, 13 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/PT3-RaidLoot.lua&lt;/p&gt;

&lt;p&gt;- Re-mine RaidLoot.Trial of the Crusader&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r95 | pneumatus | 2009-09-12 19:54:17 +0000 (Sat, 12 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Constants.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/PT3-RaidLoot.lua&lt;/p&gt;

&lt;p&gt;- Add Rare Cache of Winter&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r94 | pneumatus | 2009-09-12 15:46:57 +0000 (Sat, 12 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot_Data.lua&lt;/p&gt;

&lt;p&gt;- 2 Items Changed (Barb of Tarasque &amp;amp; Helmet of the Crypt Lord)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r93 | pneumatus | 2009-09-10 21:51:35 +0000 (Thu, 10 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot.lua&lt;/p&gt;

&lt;p&gt;- Don't show boss/instance info on AtlasLoot tooltips&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r92 | pneumatus | 2009-09-10 21:48:37 +0000 (Thu, 10 Sep 2009) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/.pkgmeta&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Constants.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/PT3-RaidLoot.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /trunk/embeds.xml&lt;/p&gt;

&lt;p&gt;- Ditch embeds.xml&lt;br&gt;
- Switch to our own PT3 set until InstanceLoot* gets sorted&lt;br&gt;
- Show difficulty along with instance name&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r90 | pneumatus | 2009-09-05 00:29:47 +0000 (Sat, 05 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot_Data.lua&lt;/p&gt;

&lt;p&gt;- 1 Item Changed (Plasma Foil)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r89 | pneumatus | 2009-09-03 20:32:10 +0000 (Thu, 03 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot_Data.lua&lt;/p&gt;

&lt;p&gt;- 336 Items Changed, adding missing DPS DK priorities&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r88 | pneumatus | 2009-09-02 14:25:12 +0000 (Wed, 02 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot_Data.lua&lt;/p&gt;

&lt;p&gt;- 1 Item Changed&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r86 | pneumatus | 2009-09-01 17:15:47 +0000 (Tue, 01 Sep 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot_Data.lua&lt;/p&gt;

&lt;p&gt;- Massive update for Ulduar and Coliseum drops&lt;br&gt;
- 720 Items Added, 24 Items Changed, 63 Items Removed (Mostly duplicates)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r85 | pneumatus | 2009-08-07 16:55:02 +0000 (Fri, 07 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ClassLoot.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/embeds.xml&lt;/p&gt;

&lt;p&gt;- Remove LibBabble-Class-3.0 from OptionalDeps and embeds&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>OmniCC</title><link>http://wow.curse.com/downloads/wow-addons/details/omni-cc.aspx</link><pubDate>Tue, 22 Sep 2009 03:24:05 GMT</pubDate><dc:creator>Tuller</dc:creator><description>	&lt;p&gt;2.5.7
	&lt;ul&gt;
		&lt;li&gt;Implemented kujanssen&amp;#8217;s bugfix for the noCooldownCount flag&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.6
	&lt;ul&gt;
		&lt;li&gt;Updated for patch 3.2&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.5
	&lt;ul&gt;
		&lt;li&gt;Increased frequency of updates at the seconds level to fix some tenths of seconds issues (hopefully)&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.4
	&lt;ul&gt;
		&lt;li&gt;Adjusted tenths of seconds timing to work for cooldowns under 2 seconds instead of  3.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.3
	&lt;ul&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.2
	&lt;ul&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.1
	&lt;ul&gt;
		&lt;li&gt;Added a fix for displaying 0 seconds when in non tenths of seconds mode&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.5.0
	&lt;ul&gt;
		&lt;li&gt;Added an option to display tenths of seconds for durations &lt; 3 seconds.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.4.1
	&lt;ul&gt;
		&lt;li&gt;Updated localization&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.4.0
	&lt;ul&gt;
		&lt;li&gt;Renamed Min Size, Min Duration sliders to Size Threshold and Duration Threshold&lt;/li&gt;
		&lt;li&gt;Added a new slider, Finish Effect Threshold &amp;#8211; Used to determine how long a cooldown must last before OmniCC will trigger a finish effect (pulse, shine, etc)&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.3.2
	&lt;ul&gt;
		&lt;li&gt;&lt;span class="caps"&gt;TOC&lt;/span&gt; Bump&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.3.1
	&lt;ul&gt;
		&lt;li&gt;Fixed a bug for users with no previous OmniCC settings&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.3.0
	&lt;ul&gt;
		&lt;li&gt;Removed pulse from the core.  Reimplemented as a plugin (OmniCC_Pulse)&lt;/li&gt;
		&lt;li&gt;For 51d cooldowns, OmniCC will now attempt to estimate the proper remaining duration.&lt;/li&gt;
		&lt;li&gt;Added a hidden setting OmniCC.sets.minFinishEffectDuration:  This setting controls how long a cooldown&amp;#8217;s duration (in seconds) needs to be to show a finish effect (ex, shine, pulse)&lt;/li&gt;
		&lt;li&gt;Restructured the folder layout.  Log out of WoW completely, delete all OmniCC folders, and install the new version to have everything work properly.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.2.5
	&lt;ul&gt;
		&lt;li&gt;Updated Chinese translation&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.2.4
	&lt;ul&gt;
		&lt;li&gt;Added Korean translation.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.2.3
	&lt;ul&gt;
		&lt;li&gt;Pulses will now only happen for cooldowns that have a duration &gt; 30 seconds&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.2.2
	&lt;ul&gt;
		&lt;li&gt;Added a check before calling GetTexture to prevent redbox issues.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.2.1
	&lt;ul&gt;
		&lt;li&gt;Updated options menu code for the new Wrath build. This will probably break people on the &lt;span class="caps"&gt;PTR&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;Added Russian translation&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.1.1
	&lt;ul&gt;
		&lt;li&gt;Rethrottled the updates&lt;/li&gt;
		&lt;li&gt;Tweaked the no cooldown count flag to hide active timers.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.1.0
	&lt;ul&gt;
		&lt;li&gt;Updated a setting to make LSM3 work properly.&lt;/li&gt;
		&lt;li&gt;Fixed a bug with embeds.xml&lt;/li&gt;
		&lt;li&gt;Switched to using noCooldownCount to signify that cooldown count should not display on an object, instead of noomnicc&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;2.0.9
	&lt;ul&gt;
		&lt;li&gt;Updated to &lt;span class="caps"&gt;LSM&lt;/span&gt; 3&lt;/li&gt;
		&lt;li&gt;Unthrottled the updates for cooldowns with durations &gt; 1 minute.  This is to (hopefully) prevent an issue with the rogue ability Preparation.&lt;/li&gt;
		&lt;li&gt;Reimplemented the slash commands&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;</description></item><item><title>Quartz</title><link>http://wow.curse.com/downloads/wow-addons/details/quartz.aspx</link><pubDate>Fri, 18 Sep 2009 10:29:55 GMT</pubDate><dc:creator>Nymbia</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r24 | nymbia | 2009-09-18 05:27:03 +0000 (Fri, 18 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/r23-release (from /trunk:23)&lt;/p&gt;

&lt;p&gt;Tagging as r23-release&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r23 | durcyn | 2009-09-01 19:46:34 +0000 (Tue, 01 Sep 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Player/Player.lua&lt;/p&gt;

&lt;p&gt;add a quick and dirty workaround for cancel-cast edge cases&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r21 | cmtitan | 2009-08-26 10:24:01 +0000 (Wed, 26 Aug 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Quartz.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/textures/Tooltip-BigBorder.blp&lt;/p&gt;

&lt;p&gt;Added default texture as used by the code for uninterruptible cast bars.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r19 | durcyn | 2009-08-25 18:42:17 +0000 (Tue, 25 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Buff/Quartz_Buff.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Flight/Quartz_Flight.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Focus/Focus.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Focus/Quartz_Focus.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/GCD/Quartz_GCD.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Interrupt/Quartz_Interrupt.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Latency/Quartz_Latency.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Mirror/Quartz_Mirror.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Pet/Quartz_Pet.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Player/Quartz_Player.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Quartz.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Range/Quartz_Range.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Swing/Quartz_Swing.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Target/Quartz_Target.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Target/Target.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Timer/Quartz_Timer.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Tradeskill/Quartz_Tradeskill.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locale/Quartz-deDE.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locale/Quartz-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locale/Quartz-frFR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locale/Quartz-koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locale/Quartz-ruRU.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locale/Quartz-zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locale/Quartz-zhTW.lua&lt;/p&gt;

&lt;p&gt;clean up and merge cmtitan's target/focus interrupt patch&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r18 | s8095324 | 2009-06-02 22:08:02 +0000 (Tue, 02 Jun 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Buff/Quartz_Buff.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Flight/Quartz_Flight.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Focus/Quartz_Focus.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/GCD/Quartz_GCD.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Interrupt/Quartz_Interrupt.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Latency/Quartz_Latency.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Mirror/Quartz_Mirror.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Pet/Quartz_Pet.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Player/Quartz_Player.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Range/Quartz_Range.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Swing/Quartz_Swing.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Target/Quartz_Target.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Timer/Quartz_Timer.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Tradeskill/Quartz_Tradeskill.toc&lt;/p&gt;

&lt;p&gt;Title-zhTW &amp;amp; Notes-zhTW update&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>FastQuest Classic</title><link>http://wow.curse.com/downloads/wow-addons/details/fast-quest-classic.aspx</link><pubDate>Sat, 05 Sep 2009 16:42:35 GMT</pubDate><dc:creator>arith</dc:creator><description>&lt;p&gt;Revision History:
&lt;/p&gt;
&lt;h6 id="w_"&gt;=====&lt;/h6&gt;
&lt;p&gt;- 2.16.03 (2009/09/05)
&lt;pre&gt; * Added Russian translation (StingerSoft)
 * Fix frameWidth issue
&lt;/pre&gt;
</description></item><item><title>Killer Monkeys - Attendance</title><link>http://wow.curse.com/downloads/wow-addons/details/km_att.aspx</link><pubDate>Tue, 01 Sep 2009 00:22:30 GMT</pubDate><dc:creator>ReiserFS</dc:creator><description>&lt;p&gt;1.1.2
&lt;pre&gt;Added more code to working with Guild Events

&lt;/pre&gt;
&lt;p&gt;0.9.7
TOC 3.2
Added support to Guild Event
Addon now get the events on load dont need to open calendar
Still need to open the event to colect full data, CalendarOpenEvent still block
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
0.9.5 = Removed the line 1001 error.
&lt;/p&gt;&lt;p&gt;Change TOC to 3.1
&lt;pre&gt;Added Ulduar ID raid
&lt;/pre&gt;
&lt;pre&gt;Added a check box to not punish invited members (*medivh request)

Changed the Accepted columm to Events invited
&lt;/pre&gt;
&lt;pre&gt;Added Player report (report only player data)
&lt;/pre&gt;
&lt;pre&gt;Look for the BBCode.txt file, for instructions about add the bbcodes used in this addon on your phpBB.
&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;
This is a Big ChangeLog i have to right Here.
&lt;pre&gt;Create a new Tab (Raid Database or Event Database i dont remember right now).
Put the ScrollFrame of the RaidList inside this tab and put a Legend.
&lt;/pre&gt;
&lt;pre&gt;Put the options to change the report format (Text, XML, BB, BB With tabes).
&lt;/pre&gt;
&lt;pre&gt;Put new functions to check outdated events and future events.
&lt;/pre&gt;
&lt;pre&gt;The updateRaid now will check if you are in a raid first then will update the event.
The addon will auto-lock the event everytime the button updateRaid was pressed.
&lt;/pre&gt;
&lt;pre&gt;Dont remember the rest but i'v fixed and changed a lot of things
&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;In v0.9 next one i will put a better changelog, and the HOWTO to put the Tables BBcode in your phpBB or VB
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
Im also trying to test the new calendar functions that come with 3.0.8
&lt;/p&gt;</description></item><item><title>Minimap Button Frame</title><link>http://wow.curse.com/downloads/wow-addons/details/minimap-button-frame.aspx</link><pubDate>Sat, 29 Aug 2009 07:52:51 GMT</pubDate><dc:creator>Bachlott</dc:creator><description>&lt;p&gt;New Features in version 3.0&lt;/p&gt;&lt;p&gt;Added - Custom Sorting!!!&lt;br&gt;Added - Profiles!!!&lt;br&gt;Added - Redesigned Options screens (Ace3)&lt;br&gt;Change - The Drag button is now a title bar. It stretches across the shorter side of the MBF frame. There is also an option to move it over to the opposite side of the frame.&lt;br&gt;Change - The minimap button is now an LDB object&lt;br&gt;3.0.2&lt;br&gt;Added - Missing Library again.  :(&lt;br&gt;3.0.3&lt;br&gt;Fixed - A typo.  :(&lt;br&gt;3.0.4&lt;br&gt;Fixed - Another type :(&lt;br&gt;3.0.5&lt;br&gt;Fixed - Minimap Button&lt;br&gt;3.0.6&lt;br&gt;Change - Improved Korean and Russian translations - Thank you. ckKid and Stingersoft respectively.&lt;br&gt;Fixed - Minimap Buttons returning to the minimap when the world map was opened.&lt;br&gt;Fixed - MBF text showing up when the Frame was locked and then the frame was hidden then shown.&lt;br&gt;3.0.7&lt;br&gt;Fixed - Mail Icon moving around when the world map was shown or the interface was hidden&lt;br&gt;Fixed - MBF text showing up on login when it should have been hidden&lt;br&gt;3.0.8&lt;br&gt;Updated - Toc for wow 3.2&lt;br&gt;Updated - Toc line for Wowi Minion&lt;br&gt;&lt;/p&gt;</description></item><item><title>Faction Grinder 2</title><link>http://wow.curse.com/downloads/wow-addons/details/faction-grinder-2.aspx</link><pubDate>Sat, 22 Aug 2009 21:47:59 GMT</pubDate><dc:creator>Tiok</dc:creator><description>&lt;p&gt;22. Aug 2009
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Updated for 3.2
&lt;/li&gt;&lt;li&gt; Added Ravenholdt
&lt;/li&gt;&lt;li&gt; Added Darkmoon Faire
&lt;/li&gt;&lt;li&gt; Added Shen'dralar
&lt;/li&gt;&lt;li&gt; Added Goblin cities
&lt;/li&gt;&lt;li&gt; Added ear collection quest for Cenarion Expedition
&lt;/li&gt;&lt;li&gt; Assorted bug fixes
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;16. Feb 2009
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Updated Sporeggar quests
&lt;/li&gt;&lt;li&gt; Fixed several startup bugs related to the new load event ordering
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;
2. Feb 2009
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Added French translations (mostly complete)
&lt;/li&gt;&lt;li&gt; Fixed a bug with alt item tracking
&lt;/li&gt;&lt;li&gt; Fixed several startup bugs
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;
29. Jan 2009
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Added German translations (Thanks, Loimli!) - deDE
&lt;/li&gt;&lt;li&gt; Fixed a bug in standing calculations
&lt;/li&gt;&lt;li&gt; Fixed the SoH translation bug
&lt;/li&gt;&lt;li&gt; Re-added GrinderCore2
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;21. Jan 2009
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Added Chinese translations (Thanks, Scorpion!) - zhTW and zhCN
&lt;/li&gt;&lt;li&gt; Fixed a "first run" bug
&lt;/li&gt;&lt;li&gt; Fixed a bug in alt item tracking
&lt;/li&gt;&lt;/ul&gt;
</description></item><item><title>oRA2</title><link>http://wow.curse.com/downloads/wow-addons/details/ora2.aspx</link><pubDate>Thu, 20 Aug 2009 14:47:10 GMT</pubDate><dc:creator>Ammo</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r667 | ammo | 2009-08-20 09:45:02 +0000 (Thu, 20 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/r666-release (from /trunk:666)&lt;/p&gt;

&lt;p&gt;Tagging as r666-release&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r666 | ammo | 2009-08-20 08:30:41 +0000 (Thu, 20 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/oRA2.toc&lt;/p&gt;

&lt;p&gt;add CandyBar to optdep&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r665 | danielbarron | 2009-08-15 12:46:56 +0000 (Sat, 15 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Leader/oRA2_Leader.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Optional/oRA2_Optional.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Participant/oRA2_Participant.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/oRA2.toc&lt;/p&gt;

&lt;p&gt;- Updated toc for 3.2.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r664 | danielbarron | 2009-08-14 07:50:43 +0000 (Fri, 14 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Leader/Item.lua&lt;/p&gt;

&lt;p&gt;- Added the ability to allow other addons to ask oRA2 to perform item checks.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r663 | rabbit | 2009-08-05 13:23:11 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/oRA2.toc&lt;/p&gt;

&lt;p&gt;OptDep on WindowLib.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r662 | kagaro | 2009-06-16 12:23:37 +0000 (Tue, 16 Jun 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Optional/MainTank.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Participant/MainTank.lua&lt;/p&gt;

&lt;p&gt;Patch: dont trigger tank death warning for hunters who feign death. Also updates thier health status to FD&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>myFriends</title><link>http://wow.curse.com/downloads/wow-addons/details/my-friends.aspx</link><pubDate>Wed, 19 Aug 2009 02:55:51 GMT</pubDate><dc:creator>Scheid</dc:creator><description>&lt;p&gt;1.6 - August 18, 2009
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Fixed patch 3.2 issues
&lt;/li&gt;&lt;li&gt; Fixed the maximum number of friends
&lt;/li&gt;&lt;li&gt; Added chinese (traditional) localization
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;1.5 - February 14, 2009
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Fixed patch 3.0.8 issues
&lt;/li&gt;&lt;li&gt; Added notes icon
&lt;/li&gt;&lt;li&gt; Removed "Add Friend" entry in right click menu
&lt;/li&gt;&lt;li&gt; Removed "Edit Notes" entry in right click menu
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;1.4 - October 18, 2008
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Fixed patch 3.0 issues
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;1.3 - March 27, 2008
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Fixed right click menus bugs
&lt;/li&gt;&lt;li&gt; Fixed display with characters in a guild
&lt;/li&gt;&lt;li&gt; Fixed change group name bug with chinese/korean names
&lt;/li&gt;&lt;li&gt; Added notes in tooltip
&lt;/li&gt;&lt;li&gt; Added edit notes in right click menus on friends
&lt;/li&gt;&lt;li&gt; Added chinese (simplified) localization
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;1.2 - December 05, 2007
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Fixed right click menus
&lt;/li&gt;&lt;li&gt; Added ignores and mutes groups
&lt;/li&gt;&lt;li&gt; Added shared ignores and mutes lists
&lt;/li&gt;&lt;li&gt; Removed filter
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;1.1 - November 14, 2007
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Fixed friends per faction
&lt;/li&gt;&lt;li&gt; Fixed alts as friends
&lt;/li&gt;&lt;li&gt; Added status display
&lt;/li&gt;&lt;li&gt; Added location tooltip
&lt;/li&gt;&lt;li&gt; Added "Add Friend" entry in right click menu in chat
&lt;/li&gt;&lt;li&gt; Added "Add Friend" button
&lt;/li&gt;&lt;li&gt; Removed "Change Group" button
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;1.0 - September 26, 2007
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; First version released
&lt;/li&gt;&lt;/ul&gt;</description></item><item><title>Cartographer_Icons_SmallDiamondPack</title><link>http://wow.curse.com/downloads/wow-addons/details/cartographer_icons_smalldiamond.aspx</link><pubDate>Thu, 06 Aug 2009 03:20:21 GMT</pubDate><dc:creator>Burnum</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r6 | burnum | 2009-08-05 22:18:35 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v1.0.1 (from /trunk:5)&lt;/p&gt;

&lt;p&gt;Tagging as v1.0.1&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r5 | burnum | 2009-08-05 22:11:36 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Readme.html&lt;/p&gt;

&lt;p&gt;-- read me changes&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r4 | burnum | 2009-08-05 21:33:55 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_Icons_SmallDiamondPack.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Readme.html&lt;/p&gt;

&lt;p&gt;- update TOC 3.2&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>Cartographer</title><link>http://wow.curse.com/downloads/wow-addons/details/cartographer.aspx</link><pubDate>Thu, 06 Aug 2009 00:19:13 GMT</pubDate><dc:creator>ckknight</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r2328 | moncai | 2009-08-05 19:17:18 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v2.5.6 (from /trunk:2327)&lt;/p&gt;

&lt;p&gt;Tagging as 2.5.6&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2327 | moncai | 2009-08-05 17:48:34 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_Battlegrounds/Cartographer_Battlegrounds.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_Coordinates/Cartographer_Coordinates.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_Foglight/Cartographer_Foglight.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_GroupColors/Cartographer_GroupColors.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_GuildPositions/Cartographer_GuildPositions.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_InstanceLoot/Cartographer_InstanceLoot.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_InstanceMaps/Cartographer_InstanceMaps.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_InstanceNotes/Cartographer_InstanceNotes.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_LookNFeel/Cartographer_LookNFeel.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_Notes/Cartographer_Notes.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_POI/Cartographer_POI.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_Waypoints/Cartographer_Waypoints.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer_ZoneInfo/Cartographer_ZoneInfo.toc&lt;/p&gt;

&lt;p&gt;Update all tocs to 30200&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r2325 | ckknight | 2009-08-05 16:53:11 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Cartographer.toc&lt;/p&gt;

&lt;p&gt;bump toc and add optionaldeps so things load properly.&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>ScrollingCombatText</title><link>http://wow.curse.com/downloads/wow-addons/details/scrolling-combat-text.aspx</link><pubDate>Wed, 05 Aug 2009 18:32:40 GMT</pubDate><dc:creator>Grayhoof</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r16 | grayhoof | 2009-08-05 13:31:21 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v6.41 (from /trunk:15)&lt;/p&gt;

&lt;p&gt;Tagging as v6.41&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r15 | grayhoof | 2009-08-05 13:28:23 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/sct_unitpos.lua&lt;/p&gt;

&lt;p&gt;sct: Fix for nameplates&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r13 | grayhoof | 2009-08-04 21:55:35 +0000 (Tue, 04 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/sct.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/sct.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/sct_events.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/sct_options/sct_options.toc&lt;/p&gt;

&lt;p&gt;sct: Updates and TOC bump for 3.2&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r12 | saur | 2009-05-12 16:27:48 +0000 (Tue, 12 May 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/locals/localization.ru.lua&lt;/p&gt;

&lt;p&gt;sct: Prevent the Russian translation from messing up the English locale...&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>Mobile Vault</title><link>http://wow.curse.com/downloads/wow-addons/details/mobile-vault.aspx</link><pubDate>Wed, 05 Aug 2009 09:38:17 GMT</pubDate><dc:creator>Starinnia</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r82 | starinnia | 2009-08-05 04:37:07 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/1.2.0 (from /trunk:81)&lt;/p&gt;

&lt;p&gt;Tagging as release 1.2.0&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r81 | starinnia | 2009-08-05 02:41:07 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Core.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Libs&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Libs/CallbackHandler-1.0.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Libs/LibDataBroker-1.1.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/Libs/LibStub.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/MobileVault.toc&lt;/p&gt;

&lt;p&gt;LDB launcher to replace FuBar&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r80 | starinnia | 2009-08-05 02:37:07 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/.pkgmeta&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /trunk/MGV_FuBar.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/MobileVault.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/embeds.xml&lt;/p&gt;

&lt;p&gt;kill the FuBar plugin since it seems broken now&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>RecountThreat</title><link>http://wow.curse.com/downloads/wow-addons/details/recountthreat.aspx</link><pubDate>Wed, 05 Aug 2009 09:27:11 GMT</pubDate><dc:creator>Elsia</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r51 | elsia | 2009-08-05 04:25:29 +0000 (Wed, 05 Aug 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v3.2a stable (from /trunk:50)&lt;/p&gt;

&lt;p&gt;Tagging as v3.2a stable&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r50 | elsia | 2009-08-05 04:24:44 +0000 (Wed, 05 Aug 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RecountThreat.toc&lt;/p&gt;

&lt;p&gt;RecountThreat:&lt;br&gt;
- Toc bump.&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>PitBull Unit Frames 3.0</title><link>http://wow.curse.com/downloads/wow-addons/details/pit-bull.aspx</link><pubDate>Wed, 05 Aug 2009 04:36:20 GMT</pubDate><dc:creator>ckknight</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r1894 | shefki | 2009-08-04 23:34:42 +0000 (Tue, 04 Aug 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v3.2.14 (from /trunk:1893)&lt;/p&gt;

&lt;p&gt;Tag v3.2.14&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r1893 | shefki | 2009-08-04 21:26:18 +0000 (Tue, 04 Aug 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Aura/Filter.lua&lt;/p&gt;

&lt;p&gt;Use geterrorhandler() instead of error() for aura spell id issues so it doesn't entirely break aura module when spell ids disappear.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r1892 | shefki | 2009-08-04 21:21:02 +0000 (Tue, 04 Aug 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Aura/Filter.lua&lt;/p&gt;

&lt;p&gt;Unbreak Auras for trolls with 3.2&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r1889 | shefki | 2009-08-04 17:54:23 +0000 (Tue, 04 Aug 2009) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Aura/PitBull_Aura.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Banzai/PitBull_Banzai.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/BarFader/PitBull_BarFader.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/CastBar/PitBull_CastBar.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/CombatFader/PitBull_CombatFader.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/CombatIcon/PitBull_CombatIcon.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/CombatText/PitBull_CombatText.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ComboPoints/PitBull_ComboPoints.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/DruidManaBar/PitBull_DruidManaBar.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ExperienceBar/PitBull_ExperienceBar.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/HappinessIcon/PitBull_HappinessIcon.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/HealthBar/PitBull_HealthBar.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/HideBlizzard/PitBull_HideBlizzard.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Highlight/PitBull_Highlight.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/LeaderIcon/PitBull_LeaderIcon.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/MasterLooterIcon/PitBull_MasterLooterIcon.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/PitBull.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Portrait/PitBull_Portrait.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/PowerBar/PitBull_PowerBar.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/PvPIcon/PitBull_PvPIcon.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RaidTargetIcon/PitBull_RaidTargetIcon.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RangeCheck/PitBull_RangeCheck.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ReadyCheckIcon/PitBull_ReadyCheckIcon.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ReputationBar/PitBull_ReputationBar.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/RestIcon/PitBull_RestIcon.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/Spark/PitBull_Spark.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/ThreatBar/PitBull_ThreatBar.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/TotemTimers/PitBull_TotemTimers.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/VisualHeal/PitBull_VisualHeal.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/VoiceIcon/PitBull_VoiceIcon.toc&lt;/p&gt;

&lt;p&gt;Bump TOC for 3.2&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>EventAlert</title><link>http://wow.curse.com/downloads/wow-addons/details/event-alert.aspx</link><pubDate>Wed, 08 Jul 2009 21:23:29 GMT</pubDate><dc:creator>CurtisTheGreat</dc:creator><description>&lt;p&gt;4.2.26 - Change: More CPU load changes.&amp;nbsp;&amp;nbsp;This should be a pretty big improvement. Let me know on WoWInterface or Curse.&amp;nbsp;&amp;nbsp;Feedback is important!&amp;nbsp;&amp;nbsp;:)&lt;/p&gt;

&lt;p&gt;To see the full change log, view the changelog.txt file included in the EventAlert zip file.&lt;/p&gt;</description></item><item><title>QuickMark</title><link>http://wow.curse.com/downloads/wow-addons/details/quick-mark.aspx</link><pubDate>Tue, 16 Jun 2009 20:44:07 GMT</pubDate><dc:creator>stphung</dc:creator><description>&lt;p&gt;-Updated ui version number for loader compatibility.&lt;/p&gt;</description></item><item><title>MasterLoot</title><link>http://wow.curse.com/downloads/wow-addons/details/master-loot.aspx</link><pubDate>Wed, 27 May 2009 12:26:02 GMT</pubDate><dc:creator>Ammo</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r38 | ammo | 2009-05-27 07:24:40 +0000 (Wed, 27 May 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/master.lua&lt;/p&gt;

&lt;p&gt;bugfix unknown color&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r37 | ammo | 2009-05-27 06:45:00 +0000 (Wed, 27 May 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/master.lua&lt;/p&gt;

&lt;p&gt;add custom_class_colors support&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r35 | ammo | 2009-05-09 06:09:03 +0000 (Sat, 09 May 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/master.lua&lt;/p&gt;

&lt;p&gt;set color on random and self loot explicitly&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r33 | ammo | 2009-05-02 22:06:03 +0000 (Sat, 02 May 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/master.lua&lt;/p&gt;

&lt;p&gt;colorize names and classnames using info.colorCode apparantly info.textR textG, and textB got removed.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r31 | yleaf | 2009-05-01 09:51:51 +0000 (Fri, 01 May 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/master.lua&lt;/p&gt;

&lt;p&gt;zhcn&amp;amp;tw&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r29 | ammo | 2009-04-30 11:30:12 +0000 (Thu, 30 Apr 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/MasterLoot.toc&lt;/p&gt;

&lt;p&gt;toc to the hand&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>ScreenPlus</title><link>http://wow.curse.com/downloads/wow-addons/details/screen-plus.aspx</link><pubDate>Sun, 18 Jan 2009 16:11:13 GMT</pubDate><dc:creator>Zax</dc:creator><description>&lt;p&gt;- 3.00&amp;nbsp;: 01/10/09&amp;nbsp;: Works again in combat mode! Options UI rewrited with more accurate options in showing/hinding WoW UI parts. Ability to fade instead of hide option added. Ability to move caption added.
&lt;/p&gt;</description></item><item><title>simpleMinimap</title><link>http://wow.curse.com/downloads/wow-addons/details/simple-minimap.aspx</link><pubDate>Thu, 01 Jan 2009 20:51:31 GMT</pubDate><dc:creator>arjuna</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r159 | kunda | 2009-01-01 14:49:08 +0000 (Thu, 01 Jan 2009) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v30000-5 (from /trunk:158)&lt;/p&gt;

&lt;p&gt;Tagging as v30000-5&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r158 | kunda | 2009-01-01 14:36:32 +0000 (Thu, 01 Jan 2009) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/bindings.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- fix toggle&lt;br&gt;
&amp;nbsp;&amp;nbsp;Works now as intended:&lt;br&gt;
&amp;nbsp;&amp;nbsp;Only the simpleMinimap toggle keybinding will hide the MinimapCluster frame for clickthrough.&lt;br&gt;
&amp;nbsp;&amp;nbsp;Any other minimap toggle works like the default blizz minimap, which means NO clickthrough!&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r156 | kunda | 2008-12-12 12:30:40 +0000 (Fri, 12 Dec 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;toc update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r155 | kunda | 2008-12-12 12:18:44 +0000 (Fri, 12 Dec 2008) | 16 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- added VehicleSeatIndicator frame to the 'movers module'&lt;/p&gt;

&lt;p&gt;- 'movers' QuestWatchFrame: fix frame width to avoid text hopping&lt;br&gt;
&amp;nbsp;&amp;nbsp;NOTE:&lt;br&gt;
&amp;nbsp;&amp;nbsp;The default Blizzard code anchors the text in QuestWatchFrame to the TopLeft,&lt;br&gt;
&amp;nbsp;&amp;nbsp;but the frame width changed too (depends on QuestText lenght): Results is&lt;br&gt;
&amp;nbsp;&amp;nbsp;ugly text hopping. A fix frame width fixes this issue.&lt;br&gt;
&amp;nbsp;&amp;nbsp;Hope this has no sideeffects on other things. If so please tell.&lt;/p&gt;

&lt;p&gt;- Minimap toggle hides the MinimapCluster frame now. This allows 'click-through'&lt;br&gt;
&amp;nbsp;&amp;nbsp;the area where the Minimap was after hiding the Minimap.&lt;br&gt;
&amp;nbsp;&amp;nbsp;NOTE:&lt;br&gt;
&amp;nbsp;&amp;nbsp;The default Blizzard Minimap toggle DOES NOT hide the MinimapCluster frame.&lt;br&gt;
&amp;nbsp;&amp;nbsp;Previous smm versions worked exactly like the default Blizzard Minimap worked.&lt;br&gt;
&amp;nbsp;&amp;nbsp;Hope this has no sideeffects on other things. If so please tell.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r153 | kunda | 2008-10-28 03:07:03 +0000 (Tue, 28 Oct 2008) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- fix map drag&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r151 | kunda | 2008-10-19 19:45:41 +0000 (Sun, 19 Oct 2008) | 9 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- fix: Tracking button is movable again&lt;br&gt;
- fix: set back original OnUpdate event (if exists) after dragging a button (important for bg/calendar button)&lt;br&gt;
- fix: update minimap after dragging a button (while moving the minimap, the buttons move too)&lt;br&gt;
- fix: button/frames dragging code is now enabled/disabled (depends on lock state 'lock minimap') to avoid ugly sideeffects at buttons&lt;br&gt;
&amp;nbsp;&amp;nbsp;(hint: lock minimap after setting up simpleMinimap and all buttons should work as intended by blizz)&lt;br&gt;
- options: added order to menu&lt;br&gt;
- options: ALL modules are OFF by DEFAULT expect GUI for right-click minimap for options (and skins)&lt;br&gt;
&amp;nbsp;&amp;nbsp;(means: a fresh simpleMinimap install with no savedVars will exactly look like the original blizz minimap)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r149 | kunda | 2008-10-18 18:31:18 +0000 (Sat, 18 Oct 2008) | 6 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- interface: 30000&lt;br&gt;
- added calendar to show/hide minimap elements&lt;br&gt;
&amp;nbsp;&amp;nbsp;(well, this is now the same frame as the old time frame: GameTimeFrame, I renamed it&lt;br&gt;
&amp;nbsp;&amp;nbsp;to calendar - the sun/moon icon was replaced by this calendar icon)&lt;br&gt;
- added AchievementWatchFrame to mover frames - thanks to lenvik (wowace forum post)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r148 | nevcairiel | 2008-10-02 16:34:04 +0000 (Thu, 02 Oct 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/.pkgmeta&lt;/p&gt;

&lt;p&gt;.pkgmeta fix&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r147 | root | 2008-09-30 16:20:16 +0000 (Tue, 30 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/.pkgmeta&lt;/p&gt;

&lt;p&gt;Hopefully fix .pkgmeta&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r146 | root | 2008-09-29 21:56:54 +0000 (Mon, 29 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/.pkgmeta&lt;/p&gt;

&lt;p&gt;Facilitate WowAce-on-CurseForge transition&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r144 | root | 2008-09-29 20:59:03 +0000 (Mon, 29 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk (from /tmp/trunk/simpleMinimap:143)&lt;/p&gt;

&lt;p&gt;Importing old repo data under /trunk&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r143 | kunda | 2008-09-02 14:51:57 +0000 (Tue, 02 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: fixed MinimapNorthTag Texture show/hide issue&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r140 | StingerSoft | 2008-07-25 11:10:30 +0000 (Fri, 25 Jul 2008) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- update ruRU localization&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r139 | StingerSoft | 2008-07-25 05:09:04 +0000 (Fri, 25 Jul 2008) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- added ruRU localizations&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r138 | scorpio0920 | 2008-04-30 15:29:12 +0000 (Wed, 30 Apr 2008) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Update zhTW localization.&lt;br&gt;
- Added Notes-zhTW.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r136 | xan | 2008-04-09 10:49:56 +0000 (Wed, 09 Apr 2008) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap&lt;br&gt;
- bump toc to 2.4&lt;br&gt;
- fixed externals&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r134 | kunda | 2008-02-13 11:52:36 +0000 (Wed, 13 Feb 2008) | 6 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/bindings.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/embeds.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- fixed MinimapNorthTag texture toggle&lt;br&gt;
&amp;nbsp;&amp;nbsp;(you have to manually enable/disable MinimapNorthTag texture, the compass module is no longer&lt;br&gt;
&amp;nbsp;&amp;nbsp;forcing the MinimapNorthTag texture to hide if compass module is enabled)&lt;br&gt;
- UTF-8'd some files&lt;br&gt;
- deDE update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r133 | kagaro | 2008-02-10 22:08:50 +0000 (Sun, 10 Feb 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: reverting changes out&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r132 | kagaro | 2008-02-10 19:23:50 +0000 (Sun, 10 Feb 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: fixed the drag to match the correct map shape&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r131 | kagaro | 2008-02-08 19:37:51 +0000 (Fri, 08 Feb 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: fixed bug in minimape shape for bottom left/right top left/right&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r130 | avai | 2007-11-24 09:19:37 +0000 (Sat, 24 Nov 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- update zhTW locale.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r129 | speeddymon | 2007-11-14 12:19:49 +0000 (Wed, 14 Nov 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Change MinimapTrackingFrame to MinimapTracking and bump TOC&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r128 | stan | 2007-10-10 18:49:10 +0000 (Wed, 10 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- deDE fix&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r127 | next96 | 2007-10-06 07:42:59 +0000 (Sat, 06 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Update locale koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r126 | stan | 2007-10-05 20:57:46 +0000 (Fri, 05 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- deDe fix&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r125 | stan | 2007-10-05 19:24:40 +0000 (Fri, 05 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- fix&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r124 | stan | 2007-10-05 18:30:35 +0000 (Fri, 05 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- deDe fix&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r123 | stan | 2007-10-05 18:11:23 +0000 (Fri, 05 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- case insensitivity ftw! -.-&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r122 | stan | 2007-10-05 17:55:58 +0000 (Fri, 05 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- deDe fix&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r121 | stan | 2007-10-05 17:49:59 +0000 (Fri, 05 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- deDe Update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r120 | stan | 2007-10-05 17:31:45 +0000 (Fri, 05 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- deDe fix&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r119 | ananhaid | 2007-10-03 13:53:36 +0000 (Wed, 03 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- zhCN &amp;amp; zhTW Updated&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r118 | speeddymon | 2007-10-03 12:37:22 +0000 (Wed, 03 Oct 2007) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Force the Blizzard Minimap North Tag to hide when the compass module is enabled&lt;br&gt;
- Added option to hide the Blizzard Minimap North Tag&lt;br&gt;
- Added selective hiding of the above option, so that when the compass module is enabled, you cannot select to show or hide the Blizzard Minimap North Tag (since that would just undo the forced hiding done by enabling the compass)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r117 | gamefaq | 2007-10-02 07:36:54 +0000 (Tue, 02 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- deDE update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r116 | ananhaid | 2007-10-02 06:47:08 +0000 (Tue, 02 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- zhCN &amp;amp;zhTW Updated&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r115 | speeddymon | 2007-10-01 23:32:35 +0000 (Mon, 01 Oct 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Added ability to hide voice chat button (still needs to be localized to languages other than english, please make changes and commit them directly if you have the ability to)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r114 | ulic | 2007-09-25 21:22:46 +0000 (Tue, 25 Sep 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap: Updated .toc to 20200&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r113 | speeddymon | 2007-09-19 03:54:48 +0000 (Wed, 19 Sep 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Minimap pings module: added option to show who pinged in default chat frame instead of in a frame inside the minimap..&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r112 | mysterix | 2007-08-03 15:09:35 +0000 (Fri, 03 Aug 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Fix for Capturebar in Movers Modul&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r111 | cwdg | 2007-07-21 12:21:14 +0000 (Sat, 21 Jul 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- update zhCN local&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r110 | damjau | 2007-07-20 17:49:53 +0000 (Fri, 20 Jul 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- update koKR locals&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r109 | gamefaq | 2007-06-26 22:11:40 +0000 (Tue, 26 Jun 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- deDE Update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r108 | tsigo | 2007-06-26 02:33:17 +0000 (Tue, 26 Jun 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: Fix expandedFrame.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r107 | durcyn | 2007-06-25 16:11:02 +0000 (Mon, 25 Jun 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/embeds.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap: use embeds.xml&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r106 | rabbit | 2007-06-25 15:11:17 +0000 (Mon, 25 Jun 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: compass: Bugfix.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r105 | rabbit | 2007-06-25 14:10:31 +0000 (Mon, 25 Jun 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: movers: Bugfix.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r104 | rabbit | 2007-06-25 12:46:25 +0000 (Mon, 25 Jun 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: Cleanup.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r103 | rabbit | 2007-06-25 02:28:47 +0000 (Mon, 25 Jun 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: More cleanup.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r102 | rabbit | 2007-06-25 00:26:17 +0000 (Mon, 25 Jun 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: Some cleanup.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r101 | durcyn | 2007-06-19 00:25:15 +0000 (Tue, 19 Jun 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap: bump toc to 20100&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r100 | gameyuan | 2007-06-02 18:35:46 +0000 (Sat, 02 Jun 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Fix modules zhTW Translations&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r99 | gameyuan | 2007-06-02 17:32:00 +0000 (Sat, 02 Jun 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Add zhTW Translations&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r98 | solor | 2007-05-28 21:00:35 +0000 (Mon, 28 May 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- toc 20100, possible fix for stacking of frames&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r97 | rabbit | 2007-04-23 23:11:00 +0000 (Mon, 23 Apr 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: skins: Killed more AMC calls, thanks nymbia.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r96 | rabbit | 2007-04-23 22:56:43 +0000 (Mon, 23 Apr 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: Reduced the number of calls into AceModuleCore, made some option tables into passing tables and had to rearrange it a bit to not go insane while trying to read the code.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r95 | next96 | 2007-03-30 17:50:15 +0000 (Fri, 30 Mar 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Update locale koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r94 | arjuna | 2007-03-22 23:12:13 +0000 (Thu, 22 Mar 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- removed debug lines&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r93 | arjuna | 2007-03-22 23:01:31 +0000 (Thu, 22 Mar 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- added OnProfileEnable&lt;br&gt;
- updated TOC for next release&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r92 | arjuna | 2007-03-03 21:06:00 +0000 (Sat, 03 Mar 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- zhCN updates (Thanks again Li Robert)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r91 | arjuna | 2007-03-01 12:09:11 +0000 (Thu, 01 Mar 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- ClampToScreen added to Minimap&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r90 | arjuna | 2007-02-27 01:31:28 +0000 (Tue, 27 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- default minimap position issue fixed&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r89 | arjuna | 2007-02-25 21:14:07 +0000 (Sun, 25 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- apsect ratio change adjustment, take 2 (note: your minimap WILL move when you update to this version, however it should actually stay in place after repositioning it).&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r88 | arjuna | 2007-02-25 17:38:05 +0000 (Sun, 25 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- code to compensate for changing aspect ratios&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r87 | arjuna | 2007-02-21 05:05:19 +0000 (Wed, 21 Feb 2007) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- added 'loaded' variable to several modules.&lt;br&gt;
- 'coords' module uses a local var for the format string (no table look ups every update)&lt;br&gt;
- re-added 'separator' option to 'coords'&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r86 | arjuna | 2007-02-14 00:12:45 +0000 (Wed, 14 Feb 2007) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- update zhCN translations (thanks again Li Robert)&lt;br&gt;
- removed 'separator' option in coords after much soul-searching.&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r85 | arjuna | 2007-02-11 14:31:05 +0000 (Sun, 11 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- update TOC (new release)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r84 | arjuna | 2007-02-10 21:34:53 +0000 (Sat, 10 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- added 'separator' option to coords&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r83 | shiftos | 2007-02-10 21:11:32 +0000 (Sat, 10 Feb 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap: added spanish (esES) translation&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r82 | arjuna | 2007-02-10 18:40:11 +0000 (Sat, 10 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- added 'precision' option for coords&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r81 | arjuna | 2007-02-06 02:31:28 +0000 (Tue, 06 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- zhCN translations (thanks Li Robert)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r80 | fenlis | 2007-02-05 11:37:08 +0000 (Mon, 05 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Updated localizations koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r79 | next96 | 2007-02-05 08:35:31 +0000 (Mon, 05 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Update locale koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r78 | next96 | 2007-02-05 07:44:55 +0000 (Mon, 05 Feb 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- compass.lua &lt;br&gt;
- Update locale koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r77 | arjuna | 2007-02-04 15:57:42 +0000 (Sun, 04 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- reorder options&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r76 | arjuna | 2007-02-04 13:48:46 +0000 (Sun, 04 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- renamed 'spacing' to 'radius'&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r75 | arjuna | 2007-02-03 22:35:30 +0000 (Sat, 03 Feb 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- added button spacing option&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r74 | kergoth | 2007-01-30 00:14:59 +0000 (Tue, 30 Jan 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;.Line ending fixups in .toc files (they werent in my .subversion/config autoprops)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r73 | kergoth | 2007-01-29 22:34:23 +0000 (Mon, 29 Jan 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;/p&gt;

&lt;p&gt;.Fixing up some screwed up line ending fixups.. sorry folks, my fixup script incorrectly fixed the files with inconsistent line endings.&amp;nbsp;&amp;nbsp;This is the first pass of fixups for those.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r72 | arjuna | 2007-01-27 22:11:09 +0000 (Sat, 27 Jan 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- compatibility with FuBar and Cartographer &amp;#34;GetMinimapShape()&amp;#34;&lt;br&gt;
- updated and changed the button math to be in line with Cart/FB (you may need to reset your minimap buttons)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r71 | arjuna | 2007-01-26 05:26:27 +0000 (Fri, 26 Jan 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- 'this' error in button hide&lt;br&gt;
- SMM will only move the minimap if it needs to&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r70 | ckknight | 2007-01-25 21:28:02 +0000 (Thu, 25 Jan 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap - fix the GetMinimapShape for corners. the corner specified is the rounded one, not the opposite of it.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r69 | kagaro | 2007-01-25 21:11:41 +0000 (Thu, 25 Jan 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap: Added Cartographer support for square minimaps&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r68 | kergoth | 2007-01-23 23:43:23 +0000 (Tue, 23 Jan 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/bindings.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;.Line ending fixups part 2: trunk/ (script ended prematurely).&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r67 | arjuna | 2007-01-20 23:36:17 +0000 (Sat, 20 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- TOC update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r66 | arjuna | 2007-01-20 13:49:05 +0000 (Sat, 20 Jan 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- remove 'hide' function in movers.lua&lt;br&gt;
- remove lockdown from minimap buttons&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r65 | arjuna | 2007-01-14 15:06:30 +0000 (Sun, 14 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- removed some button resizing stuff that doesn't work&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r64 | arjuna | 2007-01-14 14:01:14 +0000 (Sun, 14 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- module active typo in skins module&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r63 | arjuna | 2007-01-13 22:57:12 +0000 (Sat, 13 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- more tweaks to coords module instance hide&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r62 | arjuna | 2007-01-13 07:00:08 +0000 (Sat, 13 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- hiding coords in instances should work better now&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r61 | arjuna | 2007-01-13 02:54:27 +0000 (Sat, 13 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- issue with expanded minimap&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r60 | arjuna | 2007-01-13 01:16:54 +0000 (Sat, 13 Jan 2007) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- quadrant math for dLx maps (thanks dwex)&lt;br&gt;
- update TOC&lt;br&gt;
- other goodies&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r59 | arjuna | 2007-01-12 04:39:22 +0000 (Fri, 12 Jan 2007) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- enable/disable works (better)&lt;br&gt;
- skins button math overwrites SMM core's (bypasses redundant function calls)&lt;br&gt;
- odds and ends&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r58 | arjuna | 2007-01-11 04:21:48 +0000 (Thu, 11 Jan 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- SMM no longer checks for 'skins' module, module overwrites button math function&lt;br&gt;
- AceOO dep was lost somewhere, added that back in&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r57 | solor | 2007-01-10 10:34:53 +0000 (Wed, 10 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- UTF8 for localization&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r56 | arjuna | 2007-01-10 02:55:18 +0000 (Wed, 10 Jan 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- various leftovers from the code rewrite&lt;br&gt;
- disabled button resize until i figure it out&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r55 | fenlis | 2007-01-09 07:05:46 +0000 (Tue, 09 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Updated localization koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r54 | gamefaq | 2007-01-09 05:28:28 +0000 (Tue, 09 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localizations.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Changed localizations.lua Format to real UTF-8&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r53 | arjuna | 2007-01-09 04:13:35 +0000 (Tue, 09 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- typo in the minimap dragger&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r52 | arjuna | 2007-01-09 04:08:21 +0000 (Tue, 09 Jan 2007) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/localizations.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- HUGE rewrite on internals.&lt;br&gt;
- more liberal usage of localized variables&lt;br&gt;
- Blizz UI methods are no longer locked by default&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r51 | arjuna | 2007-01-05 09:01:04 +0000 (Fri, 05 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/skins/smmSquareMask.blp&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- new common square mask texture&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r50 | arjuna | 2007-01-05 08:59:52 +0000 (Fri, 05 Jan 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/skins/SquareMinimapMask.blp&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/skins/smmSkinMask.blp&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/skins/thinSquare2Mask.blp&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- consolidated minimap mask textures&lt;br&gt;
- coords frame can hide in instances (untested)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r49 | arjuna | 2007-01-02 05:42:12 +0000 (Tue, 02 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- remove compass reset option&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r48 | arjuna | 2007-01-01 18:31:20 +0000 (Mon, 01 Jan 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- minor TOC update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r47 | arjuna | 2006-12-31 19:44:17 +0000 (Sun, 31 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- 'skins' module check fix&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r46 | arjuna | 2006-12-28 06:02:19 +0000 (Thu, 28 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- fix in autozoom, was causing endless scheduled event&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r45 | gamefaq | 2006-12-27 18:40:30 +0000 (Wed, 27 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Converted Format back to UTF-8&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r44 | arjuna | 2006-12-27 07:43:38 +0000 (Wed, 27 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- fix for mouse zoom&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r43 | arjuna | 2006-12-25 21:04:44 +0000 (Mon, 25 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- third time is the charm ;)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r42 | arjuna | 2006-12-25 20:57:00 +0000 (Mon, 25 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- cruft from version conflict&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r41 | arjuna | 2006-12-25 20:51:31 +0000 (Mon, 25 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- version conflict resolution&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r40 | arjuna | 2006-12-25 20:50:07 +0000 (Mon, 25 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- autozoom now hooks SetZoom&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r39 | gamefaq | 2006-12-25 20:25:27 +0000 (Mon, 25 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localization.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- small deDE tweak&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r38 | gamefaq | 2006-12-25 20:11:44 +0000 (Mon, 25 Dec 2006) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Added deDE Translation&lt;br&gt;
- Fixed Error in English Base Translation&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r37 | arjuna | 2006-12-24 20:57:29 +0000 (Sun, 24 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- modules are now local, explicit library declarations&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r35 | arjuna | 2006-12-23 18:29:01 +0000 (Sat, 23 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/compass.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- changes to compass module&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r34 | arjuna | 2006-12-23 06:52:22 +0000 (Sat, 23 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/modules/compass.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- new compass module&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r33 | fenlis | 2006-12-22 11:48:54 +0000 (Fri, 22 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- Updated locales koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r32 | arjuna | 2006-12-22 06:17:53 +0000 (Fri, 22 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- fixed smmCaptureMover (hopefully)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r31 | arjuna | 2006-12-21 08:04:06 +0000 (Thu, 21 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- bad frame name in pings.lua&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r30 | arjuna | 2006-12-21 06:25:07 +0000 (Thu, 21 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- nil issue with pings.lua&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r29 | arjuna | 2006-12-20 06:15:42 +0000 (Wed, 20 Dec 2006) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/bindings.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- added binding to expand minimap&lt;br&gt;
- fixed some leftovers&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r28 | arjuna | 2006-12-20 04:52:20 +0000 (Wed, 20 Dec 2006) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/modules/coords.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/modules/movers.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/modules/pings.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/simpleMinimap.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/skins/thinSquare2.blp&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/skins/thinSquare2Mask.blp&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- removed all XML files&lt;br&gt;
- added new thin square (light) skins.lua&lt;br&gt;
- fixed an issue with disabling modules&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r26 | arjuna | 2006-12-17 21:11:53 +0000 (Sun, 17 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- update version number (release).&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r25 | arjuna | 2006-12-17 20:59:03 +0000 (Sun, 17 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/skins/smmSkin.blp&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/skins/smmSkinMask.blp&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- clean up new skin a bit more.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r24 | arjuna | 2006-12-16 19:58:09 +0000 (Sat, 16 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/skins/smmSkin.blp&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/skins/smmSkinMask.blp&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- clean up of 'thin square' skin&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r23 | fenlis | 2006-12-16 11:08:52 +0000 (Sat, 16 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- update locale 'koKR'&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r22 | arjuna | 2006-12-16 06:52:09 +0000 (Sat, 16 Dec 2006) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/skins/smmSkin.blp&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/skins/smmSkinMask.blp&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- added new skin (homemade)&lt;br&gt;
- minor other changes&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r21 | arjuna | 2006-12-06 09:39:21 +0000 (Wed, 06 Dec 2006) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.toc&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- updated TOC&lt;br&gt;
- added map button frame&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r20 | fenlis | 2006-12-05 10:49:50 +0000 (Tue, 05 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/autozoom.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/coords.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/gui.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/movers.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/pings.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/modules/skins.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- update locals koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r19 | arjuna | 2006-12-03 23:21:06 +0000 (Sun, 03 Dec 2006) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- updated FOR loops to use PAIRS calls&lt;br&gt;
- removed unused settings&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r18 | arjuna | 2006-12-03 01:50:08 +0000 (Sun, 03 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/skins/dLxTopRight.blp&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- replaced missing top-right texture&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r17 | arjuna | 2006-12-02 17:07:01 +0000 (Sat, 02 Dec 2006) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap/simpleMinimap.lua&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- fixed DewdropLib path&lt;br&gt;
- fixed small issue with options ordering&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r16 | arjuna | 2006-12-02 09:37:29 +0000 (Sat, 02 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/simpleMinimap&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/AceAddon-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/AceConsole-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/AceDB-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/AceEvent-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/AceHook-2.1&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/AceLibrary&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/AceLocale-2.2&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/AceModuleCore-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/AceOO-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/simpleMinimap/libs/Dewdrop-2.0&lt;/p&gt;

&lt;p&gt;simpleMinimap:&lt;br&gt;
- removed externals&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r15 | arjuna | 2006-12-02 09:23:35 +0000 (Sat, 02 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/bindings.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceAddon-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceAddon-2.0/AceAddon-2.0.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceConsole-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceConsole-2.0/AceConsole-2.0.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceDB-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceDB-2.0/AceDB-2.0.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceEvent-2.0&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceEvent-2.0/AceEvent-2.0.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceHook-2.1&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceHook-2.1/AceHook-2.1.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceLibrary&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceLibrary/AceLibrary.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceLocale-2.2&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/simpleMinimap/libs/AceLocale-2.2/AceLocale-2.2.lua&lt;/p&gt;</description></item><item><title>EQCompare</title><link>http://wow.curse.com/downloads/wow-addons/details/eqcompare.aspx</link><pubDate>Fri, 05 Dec 2008 12:20:28 GMT</pubDate><dc:creator>hshh</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r66 | ackis | 2008-12-05 06:11:52 +0000 (Fri, 05 Dec 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v2.0 (from /trunk:65)&lt;/p&gt;

&lt;p&gt;Tagging as 2.0 since the bug was fixed&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r65 | ackis | 2008-12-05 06:11:27 +0000 (Fri, 05 Dec 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/EQCompare.toc&lt;/p&gt;

&lt;p&gt;Update ToC&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r64 | adirelle | 2008-10-24 21:26:56 +0000 (Fri, 24 Oct 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/EQCompare.lua&lt;/p&gt;

&lt;p&gt;Hopefully fixed &amp;#34;nil local self&amp;#34; errors.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r63 | root | 2008-09-30 15:48:55 +0000 (Tue, 30 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/.pkgmeta&lt;/p&gt;

&lt;p&gt;Hopefully fix .pkgmeta&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r62 | root | 2008-09-29 21:27:18 +0000 (Mon, 29 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/.pkgmeta&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/libs&lt;/p&gt;

&lt;p&gt;Facilitate WowAce-on-CurseForge transition&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r60 | root | 2008-09-29 20:57:50 +0000 (Mon, 29 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/EQCompare&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk (from /tmp/trunk/EQCompare:59)&lt;/p&gt;

&lt;p&gt;Importing old repo data under /trunk&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r57 | arrowmaster | 2008-06-03 13:55:19 +0000 (Tue, 03 Jun 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare: I swore I fixed this 2 months ago but I guess I didn't&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r55 | scorpio0920 | 2008-04-24 14:27:23 +0000 (Thu, 24 Apr 2008) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- Update zhTW localization.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r54 | scorpio0920 | 2008-04-12 13:19:33 +0000 (Sat, 12 Apr 2008) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- Update zhTW localization.&lt;br&gt;
- toc to 2.4.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r52 | arrowmaster | 2008-02-09 09:58:59 +0000 (Sat, 09 Feb 2008) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/libs&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/EQCompare/localization.cn.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/EQCompare/localization.de.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/EQCompare/localization.fr.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/EQCompare/localization.kr.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/EQCompare/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/EQCompare/localization.tw.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- reverted changes by ggcall&lt;br&gt;
- deleted the unused localization files&lt;br&gt;
- DO NOT CHANGE THE TOC VERSION&lt;br&gt;
- &amp;#34;FIND A NEW MOD, PEOPLE!!&amp;nbsp;&amp;nbsp;THIS ONE HASN'T BEEN UPDATED!!&amp;#34;&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r51 | ggcall | 2007-12-25 07:32:27 +0000 (Tue, 25 Dec 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- remove space libs&lt;br&gt;
- patch toc version&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r50 | ggcall | 2007-12-25 06:22:36 +0000 (Tue, 25 Dec 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/EQCompare/libs&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- remove space libs&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r49 | seerah | 2007-11-30 17:54:20 +0000 (Fri, 30 Nov 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare: put TOC number back to 20003 so it's not Incompatible and stops all of the whining.&amp;nbsp;&amp;nbsp;FIND A NEW MOD, PEOPLE!!&amp;nbsp;&amp;nbsp;THIS ONE HASN'T BEEN UPDATED!!&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r48 | avai | 2007-11-24 08:27:08 +0000 (Sat, 24 Nov 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.tw.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- add zhTW localization strings.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r47 | arrowmaster | 2007-11-24 05:06:09 +0000 (Sat, 24 Nov 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare: reverting TOC bumps since this addon never really got updated for 2.x, ffs switch to something better and updated like tekKompare&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r46 | gamefaq | 2007-11-19 12:13:56 +0000 (Mon, 19 Nov 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.de.lua&lt;/p&gt;

&lt;p&gt;EQCompare: deDE Update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r45 | gamefaq | 2007-11-19 06:25:35 +0000 (Mon, 19 Nov 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare: Added deDE Description and Toc Bump to 2.3&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r44 | cronan | 2007-09-27 06:42:22 +0000 (Thu, 27 Sep 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare: TOC to 20200&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r43 | cronan | 2007-07-12 05:33:50 +0000 (Thu, 12 Jul 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare: - TOC to 20100&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r42 | daviesh | 2007-07-11 11:06:06 +0000 (Wed, 11 Jul 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- Quick update to the AtlasLoot compatibility to stop the crashes being reported on my forums&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r41 | chuanhsing | 2007-05-21 14:26:43 +0000 (Mon, 21 May 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare: add Notes-zhTW&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r40 | arrowmaster | 2007-02-17 13:36:42 +0000 (Sat, 17 Feb 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare: hackish fix to prevent tainting thats breaking equipped:* in macros, too lazy to do a real fix right now (drycoded) suggest switching to tekKompare.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r39 | kergoth | 2007-01-30 00:14:59 +0000 (Tue, 30 Jan 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;.Line ending fixups in .toc files (they werent in my .subversion/config autoprops)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r38 | kergoth | 2007-01-23 21:50:43 +0000 (Tue, 23 Jan 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.cn.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.de.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.fr.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.kr.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.tw.lua&lt;/p&gt;

&lt;p&gt;.Line ending fixups: trunk/&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r37 | thrae | 2007-01-15 04:03:18 +0000 (Mon, 15 Jan 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;/p&gt;

&lt;p&gt;EQCompare: Use 'this' instead of the argument passed to the OnShow / OnHide scripts for tooltips, fixing problems with mods that don't hook properly.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r34 | pastamancer | 2006-12-07 05:15:02 +0000 (Thu, 07 Dec 2006) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;/p&gt;

&lt;p&gt;EQCompare: yes, OnShow really does want the object passed to it.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r33 | eternally777 | 2006-12-06 02:46:10 +0000 (Wed, 06 Dec 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
+ Updated TOC to 20000, and minor 2.0 changes.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r32 | fenlis | 2006-11-11 02:05:06 +0000 (Sat, 11 Nov 2006) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.cn.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.kr.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;/p&gt;

&lt;p&gt;EQCompare : Support skin 'oSkin/Skinner'&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r31 | hshh | 2006-10-30 06:08:12 +0000 (Mon, 30 Oct 2006) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;/p&gt;

&lt;p&gt;EQCompare: fix EnhTooltip call error (Auctioneer,Enchantrix,Informant)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r30 | hshh | 2006-10-21 07:11:36 +0000 (Sat, 21 Oct 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/libs&lt;/p&gt;

&lt;p&gt;ChannelClean EQCompare FuBar FuBar_DurabilityFu FuBar_HonorFu FuBar_MoneyFu PlayerMenu RangeRecolor:&lt;br&gt;
&amp;nbsp;- switch to AceHook-2.1&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r29 | hshh | 2006-10-18 10:51:01 +0000 (Wed, 18 Oct 2006) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare: re-sort options table, add X-Category to .toc&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r28 | fenlis | 2006-10-16 11:37:00 +0000 (Mon, 16 Oct 2006) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.kr.lua&lt;/p&gt;

&lt;p&gt;EQCompare : Update locals koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r27 | hshh | 2006-10-15 07:35:50 +0000 (Sun, 15 Oct 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.cn.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
&amp;nbsp;- add control options for enable holding key feature while displaying hover hyperlink and merchant,ah tooltip. But if you setted key, you still need holding this key for displaying comparision on hoverlink.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r26 | hshh | 2006-10-14 15:31:29 +0000 (Sat, 14 Oct 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.cn.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
&amp;nbsp;- add control option for skip oSkin&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r25 | hshh | 2006-10-13 08:03:43 +0000 (Fri, 13 Oct 2006) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- bump to v1.4&lt;br&gt;
- hook to Bliz origin compare tooltip function for processing holding key feature.&lt;br&gt;
- holding key feature now is affect to hoverlink and bliz origin compare tooltip. That's mean, if you setted hold key, example &amp;#34;ctrl&amp;#34;, before you hover to hyperlink in chat frame, you must holding &amp;#34;ctrl&amp;#34; to display compare tooltip. Also same in AH and Merchant.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r24 | fenlis | 2006-10-13 00:31:40 +0000 (Fri, 13 Oct 2006) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.kr.lua&lt;/p&gt;

&lt;p&gt;EQCompare : &lt;br&gt;
&amp;nbsp;- Apply oSkin for tooltips&lt;br&gt;
&amp;nbsp;- Update locals koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r23 | hshh | 2006-10-12 00:07:15 +0000 (Thu, 12 Oct 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- fix compare tooltip display out of screen&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r22 | hshh | 2006-10-10 20:04:56 +0000 (Tue, 10 Oct 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.cn.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- add &amp;#34;hoverlink safe mode&amp;#34; option, default is On. If you disable this option and enable hoverlink, after your mouse onenter item hyperlink, it will query from server when item is not in your local cache db. That may cause you disconnect from server, but it can display un-cached item tooltip.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r21 | hshh | 2006-10-10 16:08:57 +0000 (Tue, 10 Oct 2006) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- call orgin hooked script at first while processing tooltip display, it may fix a lot of problem, and make better compat with other mods&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r20 | hshh | 2006-10-10 09:12:24 +0000 (Tue, 10 Oct 2006) | 6 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/localization.cn.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/localization.de.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/localization.fr.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/localization.kr.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/localization.tw.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- version bump to 1.2&lt;br&gt;
- separate locales to multi files, and add de/fr/tw support(except locales of slash command describe)&lt;br&gt;
- add hook for other mod, you can use EQCompare:RegisterTooltip(tooltip) to hook your tooltip for display compare info, and use EQCompare:UnRegisterTooltip(tooltip) to un-register.&lt;br&gt;
- add EquipCompare compat code, EquipCompare_RegisterTooltip and EquipCompare_UnregisterTooltip&lt;br&gt;
- add AtlasLoot support&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r19 | fenlis | 2006-10-09 18:26:17 +0000 (Mon, 09 Oct 2006) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;/p&gt;

&lt;p&gt;EQCompare : update locals koKR&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r18 | hshh | 2006-10-09 16:53:45 +0000 (Mon, 09 Oct 2006) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- at last update, I remove the hook for GameTooltip OnHide script.&lt;br&gt;
- at this update, add new feature, display tooltip while mouse hovering hyperlink in ChatFrame. Control by &amp;#34;/eqc hoverlink&amp;#34; toggle command.&lt;br&gt;
- version bump to 1.1&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r17 | hshh | 2006-10-09 15:00:05 +0000 (Mon, 09 Oct 2006) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;/p&gt;

&lt;p&gt;EQCompare: add reset command&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r16 | hshh | 2006-10-09 09:22:59 +0000 (Mon, 09 Oct 2006) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/EQCompare.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/libs&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/EQCompare/localization.lua&lt;/p&gt;

&lt;p&gt;EQCompare:&lt;br&gt;
- slash command: /eqcompare or /eqc&lt;br&gt;
- well, as require, I added this feature, display compare tooltip only while holding custom key. It support ctrl,alt and shift. Type &amp;#34;/eqc key&amp;#34; for help, and change to your custom holding key. Example, &amp;#34;/eqc key ctrl&amp;#34; will set to display compare tooltip only while you are holding CTRL.&lt;br&gt;
- optimize some code&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r15 | hshh | 2006-10-08 23:52:59 +0000 (Sun, 08 Oct 2006) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/EQCompare.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/EQCompare.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/EQCompare.xml&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/libs&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/EQCompare/localization.lua&lt;/p&gt;

&lt;p&gt;EQCompare: Compare equipped inventory items against items in chatframe hyperlink and bags/bank.&lt;br&gt;
------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>CCBreaker</title><link>http://wow.curse.com/downloads/wow-addons/details/ccbreaker.aspx</link><pubDate>Thu, 16 Oct 2008 18:40:11 GMT</pubDate><dc:creator>Pheredhel</dc:creator><description>&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r54 | pheredhel | 2008-10-16 13:39:31 +0000 (Thu, 16 Oct 2008) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tags/v0.5&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v0.5b (from /tags/v0.5:53)&lt;/p&gt;

&lt;p&gt;-This should have initially been a BETA&lt;br&gt;
-moving tag that it is recoginzed as beta&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r53 | pheredhel | 2008-10-16 12:29:02 +0000 (Thu, 16 Oct 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tags/v0.5 (from /trunk:52)&lt;/p&gt;

&lt;p&gt;Beta release for 3.0.2&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r52 | pheredhel | 2008-10-16 12:16:34 +0000 (Thu, 16 Oct 2008) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/.pkgmeta&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/CCBreaker.toc&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;-corrected externals definition&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;-correctet .pkgmeta files&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;-pushed interface as everything seems to work just fine&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r51 | root | 2008-09-30 15:44:20 +0000 (Tue, 30 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk/.pkgmeta&lt;/p&gt;

&lt;p&gt;Hopefully fix .pkgmeta&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r50 | root | 2008-09-29 21:49:58 +0000 (Mon, 29 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /trunk&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk/.pkgmeta&lt;/p&gt;

&lt;p&gt;Facilitate WowAce-on-CurseForge transition&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r48 | root | 2008-09-29 20:57:41 +0000 (Mon, 29 Sep 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/CCBreaker&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /trunk (from /tmp/trunk/CCBreaker:47)&lt;/p&gt;

&lt;p&gt;Importing old repo data under /trunk&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r45 | belazor | 2008-07-18 16:13:09 +0000 (Fri, 18 Jul 2008) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
- SPELL_AURA_DISPELLED -&amp;gt; SPELL_AURA_REMOVED(_SPELL)&lt;br&gt;
- Swap spellId/spellName parameters to accommodate for 2.4.3 changes.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r44 | normal | 2008-05-30 23:50:58 +0000 (Fri, 30 May 2008) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker&lt;/p&gt;

&lt;p&gt;CCBreaker&lt;br&gt;
&amp;nbsp;- Adjust externals to point to svn.wowace instead of dev.wowace&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r42 | linsu | 2008-04-07 16:59:07 +0000 (Mon, 07 Apr 2008) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-zhTW.lua&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
-fixed zhTW.lua to UTF8&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r41 | linsu | 2008-04-07 13:24:58 +0000 (Mon, 07 Apr 2008) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/Locale-zhTW.lua&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
-updated &lt;a href="http://zhTW.lua(thanks" rel="nofollow"&gt;zhTW.lua(thanks&lt;/a&gt; zhucc)&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r40 | elsia | 2008-04-01 11:09:55 +0000 (Tue, 01 Apr 2008) | 7 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCOptions.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-koKR.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-zhCN.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/embeds.xml&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
- Should now fully work as before&lt;br&gt;
- Fixed up dependencies (parser, babble, specialaura as well as bogus rock dependency)&lt;br&gt;
- Fixed unitid handling code taken from Parser-4.0&lt;br&gt;
- Reenabled &amp;#34;show from&amp;#34; and &amp;#34;show on&amp;#34;&lt;br&gt;
- Fixed localization to use GetSpellInfo&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r39 | belazor | 2008-03-29 13:07:32 +0000 (Sat, 29 Mar 2008) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCOptions.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/embeds.xml&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
- Swap to using 2.4 combat log&lt;br&gt;
- Commented out &amp;#34;Show on&amp;#34; and &amp;#34;Show from&amp;#34; filters due to them not working properly&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r37 | kurax | 2008-02-08 14:03:00 +0000 (Fri, 08 Feb 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-zhCN.lua&lt;/p&gt;

&lt;p&gt;CCBreaker: zhCN locale file update, forgot to save with UTF8&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r36 | kurax | 2008-02-08 12:11:04 +0000 (Fri, 08 Feb 2008) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/Locale-zhCN.lua&lt;/p&gt;

&lt;p&gt;CCBreaker: Added zhCN locale&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r35 | pheredhel | 2008-02-06 20:32:42 +0000 (Wed, 06 Feb 2008) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCOptions.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-enUS.lua&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
- toc version push&lt;br&gt;
- broadcast to party, raid and raidwarning&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r34 | darchon | 2007-10-28 19:32:20 +0000 (Sun, 28 Oct 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-koKR.lua&lt;/p&gt;

&lt;p&gt;CCBreaker: koKR Update&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r33 | durcyn | 2007-10-11 03:40:16 +0000 (Thu, 11 Oct 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/embeds.xml&lt;/p&gt;

&lt;p&gt;CCBreaker:&amp;nbsp;&amp;nbsp;use Include for .xml files, not Script.&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r32 | pheredhel | 2007-10-04 10:26:09 +0000 (Thu, 04 Oct 2007) | 6 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/embeds.xml&lt;/p&gt;

&lt;p&gt;CCBreaker&lt;br&gt;
-added missing Dewdrop embed&lt;br&gt;
-removing Bable-Class (not needed now)&lt;br&gt;
-drycoded&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r31 | pheredhel | 2007-09-26 12:38:48 +0000 (Wed, 26 Sep 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;/p&gt;

&lt;p&gt;CCBreaker: Pushing Interface Version (seems to work as is)&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r30 | pheredhel | 2007-09-20 17:09:03 +0000 (Thu, 20 Sep 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCOptions.lua&lt;/p&gt;

&lt;p&gt;CCBreaker: hopefully the last bugfix needed now&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r29 | ckknight | 2007-09-19 00:11:41 +0000 (Wed, 19 Sep 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/embeds.xml&lt;/p&gt;

&lt;p&gt;CCBreaker - fix embeds.xml&lt;br&gt;
- it's &amp;lt;Include&amp;gt; for xml files, not &amp;lt;Script&amp;gt;&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r28 | pheredhel | 2007-09-17 22:21:53 +0000 (Mon, 17 Sep 2007) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/embeds.xml&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
-bugfixes&lt;br&gt;
-first (small) step towards LibRock&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r27 | pheredhel | 2007-09-17 06:28:57 +0000 (Mon, 17 Sep 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
-fix to some errors (drycoded), hopefully all of them...&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r26 | pheredhel | 2007-09-11 16:21:06 +0000 (Tue, 11 Sep 2007) | 5 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCOptions.lua&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
-performance optimisazions&lt;br&gt;
-last commit before port to LibRock&lt;br&gt;
-removed proprietary svn property (keep it clean and only use standards)&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r25 | darchon | 2007-09-02 08:10:31 +0000 (Sun, 02 Sep 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-koKR.lua&lt;/p&gt;

&lt;p&gt;CCBreaker: &lt;br&gt;
- koKR Update&lt;br&gt;
- add tsvn:logtemplate&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r24 | damjau | 2007-09-01 19:10:10 +0000 (Sat, 01 Sep 2007) | 3 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCOptions.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-koKR.lua&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
- add skill (seduction)&lt;br&gt;
- add koKR locals&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r23 | damjau | 2007-09-01 19:07:45 +0000 (Sat, 01 Sep 2007) | 1 line&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/Locale-koKR.lua (from /tmp/trunk/CCBreaker/Locale-enUS.lua:22&lt;/p&gt;

&lt;p&gt;CCBreaker - copy file to add koKR locals&lt;br&gt;
------------------------------------------------------------------------&lt;br&gt;
r22 | pheredhel | 2007-08-29 16:15:01 +0000 (Wed, 29 Aug 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/embeds.xml&lt;/p&gt;

&lt;p&gt;CCBreaker: fixing error in embeds.xml fixing #45884&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r21 | pheredhel | 2007-08-07 12:31:56 +0000 (Tue, 07 Aug 2007) | 7 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCOptions.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/embeds.xml&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
-added waterfall config&lt;br&gt;
-added filters for classes and raidroles (maintank,mainassist)&lt;br&gt;
-some speedups&lt;br&gt;
-moved librarys to embeds.xml&lt;br&gt;
-some minor bugfixes&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r20 | pheredhel | 2007-07-05 21:08:09 +0000 (Thu, 05 Jul 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;/p&gt;

&lt;p&gt;CCBreaker: fixing a bug that prevented CCBreaker from working in group/raid&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r19 | pheredhel | 2007-07-04 19:45:50 +0000 (Wed, 04 Jul 2007) | 4 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/CCOptions.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;D /tmp/trunk/CCBreaker/Locale-enGB.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker/Locale-enUS.lua&lt;/p&gt;

&lt;p&gt;CCBreaker:&lt;br&gt;
-added option to change color,enable some debug output, change displayed texts&lt;br&gt;
-some optimisations&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r18 | pheredhel | 2007-06-30 16:40:36 +0000 (Sat, 30 Jun 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;M /tmp/trunk/CCBreaker&lt;/p&gt;

&lt;p&gt;CCBreaker: setting externals&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;br&gt;
r17 | pheredhel | 2007-06-30 16:37:06 +0000 (Sat, 30 Jun 2007) | 2 lines&lt;br&gt;
Changed paths:&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/CCBreaker.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/CCBreaker.toc&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/CCOptions.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/Locale-enGB.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/Locale-enUS.lua&lt;br&gt;
&amp;nbsp; &amp;nbsp;A /tmp/trunk/CCBreaker/icon.blp&lt;/p&gt;

&lt;p&gt;CCBreaker: initial import&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------&lt;/p&gt;</description></item></channel></rss>