------------------------------------------------------
Fizzwidget ShoppingList
by Gazmik Fizzwidget
http://fizzwidget.com/shoppinglist
gazmik@fizzwidget.com
------------------------------------------------------

If you're trying to run a vast mercantile empire like mine, you may occasionally find yourself (or your agents) losing track of all the stuff you're supposed to be looking for... Does your alchemist need Kingsblood today or does he need the other stuff to mix it with? How's your blacksmith doing on gems? Sure, you could go ask them or send a mail, but that takes precious time.

With this handy gadget, your auction agent can easily stay on top of all your material needs. If you're also using Auctioneer, it can even help make sure he knows when there's a good deal and when to wait for one.

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

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

USAGE: ShoppingList provides a few slash commands allowing you to maintain a list of items you're interested in, shared among all your characters on each realm. (See below for details.) Then, if you're also using Auctioneer, you can get a report showing whether any of the items you're looking for are currently available at auction and whether the current prices are a "good deal". By default, this report appears automatically when an auction scan finishes.

CHAT COMMANDS:
	/shoppinglist (or /sl) <command>
where <command> can be any of the following:
	help - Print this list.
	add <item link> - Shift-click one or more items to add it to the list.
	remove <item link> - remove one or more items from the list.
	list - show the list.
	report - list the cheapest auctions (from the latest AH scan) for the items on your list.

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

v. 10900.1 - 2006/01/03
- Updated for WoW patch 1.9.
- Now correctly lists when items are above the median/average buyout in reports.
- Knows its own version number -- it's present in startup messages and if you type `/sl help` or `/sl version`. Please include this version number when sending bug reports or help requests!

v. 1800.3 - 2005/10/19
- Removed Auctioneer from the Optional Dependencies section of our TOC file, as having it there forced Auctioneer to load on login. Now we observe whether Auctioneer is installed without loading it, and load it if it's not loaded already when you type `sl report`.

v. 1800.2 - 2005/10/17
- Compatible with Auctioneer 3.1. (If you're using Auctioneer as the data source for ShoppingList, this version is now required.)
- Can now use KC_Items (requires version 0.93) as a data source for reports. Reports from KC_Items data can't point out a specific auction, but they will note the lowest price (per each) for items on your list that are currently available at auction.
- Outputs a message if you use the `/sl report` command and there's nothing from your list in the latest AH scan (instead of failing silently).

v. 1800.1 - 2005/10/11
- Updated for WoW patch 1.8.
- If the auto-reporting feature is turned on, we play a sound when your AH scan finishes (for those of us who tend to take a coffee break while Auctioneer works its way through all hundred-odd pages of the AH). 
- General improvements to utility code shared with other Fizzwidget addons (GFWUtils and GFWTable).

v. 1700.2 - 2005/09/19 (Arrr!)
- Added a `clear` command to allow emptying the entire list.

v. 1700.1 - 2005/09/13
- Updated TOC for WoW patch 1.7.
- Cleaned up code shared with other Fizzwidget mods; should no longer produce cryptic error messages if you don't have the latest versions of everything (starting with version 1700.1 of all mods).

v. 1600.2 - 2005/08/27
- Added "autoreport" feature - automatically shows a report as soon as your AH scan finishes. (Also fixed Auctioneer problems caused by partially-implemented version of this feature in the last release.)
- Code cleanup and standardization among Fizzwidget mods.
- Supports wowguru.com's UI updater utility (and potentially others).

v. 1600.1 - 2005/08/07
- Initial release.
