------------------------------------------------------------------------
r29 | speedwaystar | 2011-03-04 10:43:49 +0000 (Fri, 04 Mar 2011) | 1 line
Changed paths:
   M /trunk/MobInfo2.lua

* fixed: http://wow.curseforge.com/addons/mobinfo2/tickets/58
------------------------------------------------------------------------
r27 | speedwaystar | 2011-03-03 16:47:20 +0000 (Thu, 03 Mar 2011) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/MobInfo2.toc

3.86 alpha 2: embedded libraries attempt #2
------------------------------------------------------------------------
r23 | speedwaystar | 2011-03-03 13:49:55 +0000 (Thu, 03 Mar 2011) | 1 line
Changed paths:
   M /trunk/MobInfo2.toc

added LibStub dependency
------------------------------------------------------------------------
r21 | speedwaystar | 2011-03-03 13:26:42 +0000 (Thu, 03 Mar 2011) | 6 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/MI2_Tooltip.lua
   M /trunk/MobInfo2.lua
   M /trunk/MobInfo2.toc

* New dependency: now calling LibPeriodicTable-3.1 to detect tradeskill-related loots (replacing local tables which were always out of date)
* Resolved several issues and cleaned up program logic around using tradeskills to gather from corpses (mining, skinning, herbalism and cloth-related drops). only mining has been tested in this release.
* new symbols for gathered items (to indicate that they are not counted against general loot but are treated separately): # = mining, ~ = cloth, * = skinning, + = herbalism
* while adding Blood Shrimp to list of things that come in clams, rewrote clam-content detection tables to use non-localized itemID (unfortunately there's nothing in LibPeriodicTable or Mendeleev about clam goodies so this is tracked in a local table). TODO: add a LibPeriodicTable ticket to add clam stuffs.
* Fixed: tradeskill loot in tooltip not showing a (%) field
* a few other minor things
------------------------------------------------------------------------
r19 | speedwaystar | 2011-03-01 02:24:50 +0000 (Tue, 01 Mar 2011) | 10 lines
Changed paths:
   M /trunk/Bindings.xml
   M /trunk/Frames/MI2_Config.xml
   M /trunk/Frames/MI2_DatabaseOptions.xml
   M /trunk/Frames/MI2_GeneralOptions.xml
   M /trunk/Frames/MI2_SearchOptions.xml
   M /trunk/Frames/MI2_TabFrame.xml
   M /trunk/Frames/MI2_TargetOptions.xml
   M /trunk/Frames/MI2_Templates.xml
   M /trunk/Frames/MI2_Tooltip.xml
   M /trunk/Frames/MI2_TooltipOptions.xml
   M /trunk/Frames/MobInfo2.xml
   M /trunk/Localization/localization.PL.lua
   M /trunk/Localization/localization.de.lua
   M /trunk/Localization/localization.en.lua
   M /trunk/Localization/localization.es.lua
   M /trunk/Localization/localization.fr.lua
   M /trunk/Localization/localization.ru.lua
   M /trunk/Localization/localization.tw.lua
   M /trunk/MI2_Config.lua
   M /trunk/MI2_ConvDropRate.lua
   M /trunk/MI2_Events.lua
   M /trunk/MI2_Health.lua
   M /trunk/MI2_ItemData.lua
   M /trunk/MI2_Search.lua
   M /trunk/MI2_Slash.lua
   M /trunk/MI2_Tooltip.lua
   M /trunk/MobInfo2.lua
   M /trunk/MobInfo2.toc
   M /trunk/ReadMe.txt
   M /trunk/ReadMe_MobInfo_API.txt

Merged fixes from speedwaystar, Brandmauer and EmeraldDreamCroza

fixed http://wow.curseforge.com/addons/mobinfo2/tickets/35: crashes introduced by WoW 4.0.6 API changes (thanks essme, JaimSandar, sinrian, galen2)
fixed http://wow.curseforge.com/addons/mobinfo2/tickets/41: loot from identically named mobs was often ignored. now, each record is identified by GUID and all loots are recorded properly (thanks Riamus).
fixed http://wow.curseforge.com/addons/mobinfo2/tickets/32: added some new Cataclysm drops to the list of items which can be obtained by mining/skinning corpses (thanks Riamus)
fixed http://wow.curseforge.com/addons/mobinfo2/tickets/48: drop-down lists are working again
fixed: changed the Itemvalue-Function, now the addon is using the price, we are getting directly from WOW-Server. This should solve the issue, that we don't  have prices for the items new in WotLK (3.x) and Cata (4.x). MI2_ItemData is used as fallback (thanks Brandmauer)
fixed: Options frame is now moveable (left click and drag)
fixed http://wow.curseforge.com/addons/mobinfo2/tickets/49: the Delete Database-Buttons now work. (thanks Brandmauer)
fixed http://wow.curseforge.com/addons/mobinfo2/tickets/23: many bugs introduced by WoW API 4.01 changes (EmeraldDreamCroza,speedwaystar,Brandmauer)
------------------------------------------------------------------------
