* 2007-10-16-Shefki
  NOTE: THIS IS A MAJOR UPDATE.  YOU MUST DELETE THE TBag FOLDER IN YOUR 
  ADDONS FOLDER AND REPLACE IT WITH A NEW ONE.  SOME FILES HAVE BEEN
  DELETED AND NEW ONES ADDED.  YOU MUST ALSO COMPLETELY QUIT WOW.
  BACKING UP YOUR WTF FOLDER IS RECOMMENDED FOR THIS RELEASE.
  SOME OF THE ENHANCEMENTS IN THIS UPDATE ONLY APPLY TO THE DEFAULT
  CONFIGURATION.  YOU CAN KEEP MOST OF YOUR CONFIGURATION AND ONLY 
  RESET THE SEARCH LIST THAT IS NEEDED TO GET THESE ENCHANCEMENTS BY DOING
  /tinv resetsorts
  /tbnk resetsorts
  AFTER EACH OF THESE COMMANDS IS EXECUTED THE UI WILL RELOAD.
  YOU MAY WISH TO SCREENSHOT YOUR SORT SETTINGS UNDER ADVANCED CONFIGURATION
  IF YOU HAVE CUSTOMIZED THEM AS THIS WILL WIPE THEM.

  - Noticeable optimization has been done to the event handling.  Items
    when received should display slightly faster than in the past.
    Users using addons to swap large amounts of gear should notice
    almost no lag over the default UI when swapping large amounts of gear.
    The inventory window will also display quicker than before most of the 
    time.  The same optimizations also will lower memory usage some in 
    cases, though not necessarily by a huge amount.
  - You can now set a bar to be hidden.  This will allow you to hide any
    categories assigned to the bar (e.g. empty bag slots).  Go into edit mode
    right click on a numbered slot and choose the hide option.  Note slots
    that have had their contents changed will be shown despite the setting
    until the next full resort occurs.  This means hidden empty slots will
    show their contents when you put stuff in them and when the resort happens
    they'll get reassigned to a bar and will be visible based upon that bars
  - Stacking will always prefer a larger stack now.  This stops situations
    such as having an stack of 18 herbs in a herb bag and then picking 3 
    more of the herb and ending up with a stack of 1 in the herb bag and
    settings.
  - The button to toggle the interface for buying new bag slots in the bank
    will only appear when at the bank (though the setting is still
    available from the right click menu away from the bank).  It
    will also never appear for characters that have already 
    purchased all the bank slots.
  - Updated the categorization rules to include a number of new items and
    added categories for various "collectables" for various factions.
  - Added new categories for each armor slot to to default categorization
    list that makes the armor items sort by slot as well as by name now.
    This should make it easier to find armor items.
  - The item information on which items belong to which tradeskills has
    been updated to be current.  It has been restructured to allow automated
    updated from a data file included with future releases that will merge
    with any locally collected data from your own tradeskills.  This should
    result in categorization for items used in crafting that stays current.
  - Reagents for crafting no longer receive the keyword for every craft
    they are used for.  This prevents leather from sorting into tailoring
    and gems from sorting into say alchemy simply becuase a few recipes
    from these crafts happen to use these items and these trades were
    the last to be categorized.  Keywords are now set by the  craft that
    uses an item in the most recipes.  If multiple trades use the item
    the same number of times both keywords will be set.
  - Added explicit rules for some reagents that are used by many trades
    (e.g. motes and primals) so that they don't get pushed into a particular
    trade.
  - Added two new command line options to drop the sort rules and replace
    them by the default included one.  /tinv resetsorts and /tbnk resetsorts
    Each command will cause the UI to reload.  Highly recommend users
    backup their configs before doing this in case they missed something
    they liked.  This will not clear any other configuration.
  - Updated mail item cache to work with 2.3 mailboxes.  This changes is
    backwards compatable with older versions of the mailbox API and as
    a result this will still work with 2.2.  However, the format of the
    mailbox cache has changed as so you will have to reopen mailboxes on
    all characters to refresh the data.
  - Reviewed all entries output in the config file and removed obsolete
    entries.  These obsolete entries will be cleaned from every config
    file when TBag loads which should lower memory use, though probably
    not to a noticeable degree.
  - Removed code for portraits and window frames that was no longer
    functional.  Also removed the graphics that were shipped with the
    addon for this that were not being used.  Since these won't be loaded
    should help lower some memory usage.
  - Fixed: New categories that are user created will now show on the right
    click menu for the slot box in edit mode without forcing a reload of the
    UI.
    a stack of 20 outside the herb bag.
  - Fixed: Improper tooltip display while in edit mode on the bank window
    and mousing over the slot target buttons.  2.2.0 compatabilty issue
    I missed.
  - Fixed: Properly cache mailbox itemlinks.  TBag was guessing an items link
    from the name which could cause the game to crash when linking mailbox
    items shown in the item link or for items in the mailbox to show incorrect
    info when searched.  Should improve performance when opening the mailboox
    too because it was brute force searching all items looking for one that
    had the same name.  
  - Fixed: An extra header entry in the Bindings.xml that was causing an error
    output in the Logs/FrameXML.log file.  TBag is now officially free of any
    FrameXML.log error outputs. Hurray.
  - Remove some items from the ToDo list and add others.

* 2007-09-25-Shefki
  - Bump interface version to match 2.2.0.
  - Changes required to make tooltips function properly with 2.2.0.
  - Fixes to the bank due to changes in the Blizzard bank implementation.
  - Do not open the bank bag frames when not actually at the bank on 
    OpenAllBags().
  - Try to avoid sound lag issues from multiple blizzard bag frames 
    opening.  Caused by an apparent bug in the 2.2.0 sound system,
    which I've reported, but at least try to avoid excercising the bug. 
  - Upped max bag size to 40 slots since there are now 36 slot bags 
    on the PTR (at least for premades).
  - Fixed: When show blizzard bag frames was enabled and you were viewing
    another characters inventory clicking on a bag button would open the
    bag even though it was the current characters bag not the character
    you were viewing.
  - Rework processing of clicks due to the new modifier key system in
    2.2.0.
 
* 2007-06-26-Shefki
  - Fixed: When the bag or bank is closed in edit mode and then
    reopened the edit mode button text would be out of sync and
    say view when it should say edit.
  - Fixed: When viewing inventory of another character, the bag
    icons would sometimes revert to the current character's bag
    icons.
  - Moved the dropdown, search and various buttons at the
    top of the inventory and bank windows to the left side and
    reversed their order.  This avoids the user drop down menu
    from cutting off the screen when a window is positioned at
    the far right of the screen.  Really only had to move the
    user drop down menu but it looked bad if I didn't move the rest.
  - Fixed: Clicking on bag slots when viewing another character's
    inventory will no longer pickup items on the current character.
  - Fixed: Lua error when shift or ctrl clicking an empty slot
    while viewing another character's bags or bank.
  - Fixed: TBag would remove character specific keybindings on
    the first run.
  - Fixed: Lua errors when mousing over a bag slot that had
    no bag in it.
  - Fixed: The FluidFrames addon would prevent the right click
    menu on the inventory or bank window from coming up and
    if you moved the inventory or bank window it would not
    remember it's location.

* 2007-06-19-Shefki
  - Fixed: Ability to split stacks in bank.
  - Fixed: Backpack button not opening inventory window.
  - Fixed: Bag spotlights weren't clearing when closing inventory
    window in some cases.
  - Fixed: Other mods using OpenAllBags() were causing the blizzard
    frames to open.  BulkMail2 was an example of such an addon.
  - Fixed: When the Keyring is set to show in the inventory window,
    clicking on the keys allows you to properly interact with them.
    Previously, you'd pickup inventory items rather than keys or
    nothing would happen.
  - Fixed: /tinv show, /tinv hide, /tbnk show, /tbnk hide were not
    working.  Fixed them.
  - /tbag is now an alias for /tinv.
  - Shift clicking on bag/backpack/bankbag buttons now produces a
    consistent result.  In particular shift clicking on the backpack
    button will no longer close the inventory window.
  - Removed the Talos from the header on the keybindings.

* 2007-06-10-Shefki
  - Right clicking on an item in a built in bank slot wasn't moving
    the item to the bag.  Somehow the frame wasn't inheriting 
    the proper events, added them back in.
  - Hopefully fixed the stacking problem where the item would get
    stuck in the cursor.  Stacking is still somewhat slow but it
    shouldn't get stuck anymore.  Removed the issue from the
    Todo/Known issues list.

* 2007-06-09-Shefki
  - Fix crash from items with cooldowns in some bank slots.
  - Offline (not at bank) viewing now properly displays items with
    random enchants.
  - Search results of items that have random enchants now show the
    full name and the proper link.
  - Icon for the built in bank slots is no longer a candy sack but
    a more appropriate footlocker like icon.
  - Added an option to disable showing the blizzard bag frames when
    clicking on bag icons.  (Defaults to not showing them).
  - Added support for linking items in chat and using the dressing
    room for offline (not at bank or inventory of other characters).
    Normal shift click and ctrl click behavior to access this
    functionality is available.
  - Added support for Item Comparisons added with WoW 2.1.  Holding
    down shift while hovering over an item will show you what you
    have equiped in the same slots as that item.  Works for
    the bank (offline or online) and bags (current character or not).
    Note: Some items this will not work with.  This is a Blizzard bug,
    if it is not properly set to Class: Armor the comparison tooltips
    will not display.
  - Removed unused files: TBody.xml, TBody.lua, and Save.txt.
  - Added Readme.txt and Changelog.txt.
  - Updated TOC file.  Interface is now set to the current release
    interface.  Removed the ugly color Talos from the Title.  
    Added my name to the author line.
