* 2007-08-13-beta-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.
