------------------------------------------------------
Fizzwidget Gemologist
by Gazmik Fizzwidget
http://www.fizzwidget.com/gemologist
gazmik@fizzwidget.com
------------------------------------------------------

A certain blacksmith friend of mine recently pointed out that she had a hard time remembering which types of mineral deposits she needed to hit when looking for particular gems for her smithing plans. It struck me that a gadget to provide such info would be quite similar in design to my existing Disenchant Predictor, and a few minutes later, I had this little doodad. I call it Gemologist -- it instantly analyzes any gem (or reference to one) you see and tells you where it can be found in nature.

------------------------------------------------------

INSTALLATION: Put the GFW_Gemologist folder into your World Of Warcraft/Interface/AddOns folder and launch WoW.

FEATURES: Simple enough for even a murloc to use: Whenever you see a gem (in your tradeskill window, on the Auction House, or wherever), the tooltip will provide a list of what types of common minerals a miner can find that type of gem with.

CHAT COMMANDS:
	/gemologist (or /gems) <command>
where <command> can be any of the following:
	help - Print this list.
	status - Check current settings.
	gem on|off - Add info to gem tooltips showing where to find them with Mining or Prospecting.
	ore on|off - Add info to ore tooltips showing what gems may be found in them via Prospecting.
	autoloot on|off - Automatically close (and thus take all items from) the loot window when prospecting.
	<item link> - Shift-click a gem to see where to find it with Mining or Prospecting, or an ore to see what gems may be found in it via Prospecting.

CAVEATS, KNOWN BUGS, ETC.: 
	- In cases where there's more than one variation of a type of mineral deposit (e.g. regular vs ooze-covered, small vs rich), the simplest is listed.

------------------------------------------------------
VERSION HISTORY

v. 2.4 - 2008/03/25
- Updated TOC to indicate compatibility with WoW Patch 2.4.
- Updated German localization by "Zara".

v. 2.3 - 2007/11/13
- Updated TOC to indicate compatibility with WoW Patch 2.3.

v. 2.2.2 - 2007/10/12
- Fixed a syntax error on loading introduced in 2.2.1. Stupid troll apprentice...

v. 2.2.1 - 2007/10/12
- Added an option to show on tooltips for ores a list of gems that can be found in them via Prospecting. (Off by default, since the list can get rather long.)
- Added an option to automatically take all items from the loot window when Prospecting.

v. 2.2 - 2007/09/25
- Updated TOC to indicate compatibility with WoW Patch 2.2.

v. 2.1.1 - 2007/07/20
- Uses a simpler, more reliable means of hooking item tooltips.
- Added support for the Ace [AddonLoader][] -- when that addon is present, Gemologist will load in the background shortly after login (reducing initial load time).
[AddonLoader]: http://www.wowace.com/wiki/AddonLoader

v. 2.1 - 2007/05/22
- Updated TOC for WoW Patch 2.1.

v. 2.0.5 - 2007/02/17
- Fixed some issues with hooking tooltips when other tooltip-modifying addons are present.
- Updated German localization.
- Added French localization.

v. 2.0.4 - 2007/01/14
- Updated TOC to indicate compatibility with WoW Patch 2.0.3 and the Burning Crusade release.
- Simplified code for adding text to item tooltips thanks to new API in WoW 2.0.3 -- this should fix issues with the same info being added to a tooltip multiple times or sometimes being missing, as well as allow us to work with more third-party addons that show item tooltips.

v. 2.0.3 - 2006/12/20
- Added preliminary data on Burning Crusade content (from the closed beta).
- Added a German localization (complete for pre-expansion content) by Alirion of Dun Morogh (EU).

v. 2.0.2 - 2006/12/08
- Fixed error (introduced in 2.0.1) when mousing over items.

v. 2.0.1 - 2006/12/07
- Fixed posible blocked action errors in tooltip-hooking code.

v. 2.0 - 2006/12/05
- Updated for compatibility with WoW 2.0 (and the Burning Crusade Closed Beta).
- NOTE: Gemologist works on the BC beta, but does not yet provide info on expansion content -- as such content is still subject to change.

See http://fizzwidget.com/notes/gemologist/ for older release notes.
