Quantcast

Add an alpha/svn reference of ARL = AckisRecipeList so I can save on typing. To hell with long addon names.

ackis [06-09-09 - 17:28]
Add an alpha/svn reference of ARL = AckisRecipeList so I can save on typing. To hell with long addon names.
Filename
AckisRecipeList.lua
Docs/CHANGES.txt
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index 827ed18..0935285 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -37,6 +37,10 @@ local MODNAME	= "Ackis Recipe List"

 AckisRecipeList = LibStub("AceAddon-3.0"):NewAddon(MODNAME, "AceConsole-3.0", "AceEvent-3.0")

+--@alpha@
+ARL = AckisRecipeList
+--@end-alpha@
+
 local addon = LibStub("AceAddon-3.0"):GetAddon(MODNAME)
 local L	= LibStub("AceLocale-3.0"):GetLocale(MODNAME)

diff --git a/Docs/CHANGES.txt b/Docs/CHANGES.txt
index 06a3403..e360198 100644
--- a/Docs/CHANGES.txt
+++ b/Docs/CHANGES.txt
@@ -2,6 +2,10 @@

 ===RC10
 *Significantly reduced memory usage over time.
+*Database updates (Flags, acquire, etc)
+*More datamining/debugging functions
+*Datamine tooltip scan tweaks
+*Added a reference to AckisRecipeList in alphas as ARL to save on typing.

 ===RC9
 *Optimized the database by removing many duplicate trainer/vendor entries