| Mon, 28 Mar 2011 10:43:36 -0700 | Flick | Fixed Stance/Shapeshift bar not being saved correctly across reboots | 
 
  | Sat, 26 Mar 2011 12:43:10 -0700 | Flick | How bout we put the actual beta version in the version number.
   1.1 beta 4 | 
 
  | Sat, 26 Mar 2011 11:31:01 -0700 | Flick | fix silly drycoding errors | 
 
  | Fri, 25 Mar 2011 17:06:56 -0700 | Flick | Move non-option stuff out of State.lua | 
 
  | Fri, 25 Mar 2011 16:50:43 -0700 | Flick | Collect table utility functions | 
 
  | Thu, 24 Mar 2011 13:11:30 -0700 | Flick | Demodulificate all bar options (except state options) | 
 
  | Tue, 22 Mar 2011 17:05:51 -0700 | Flick | Reworked button creation to not use goofy event driven semantics. | 
 
  | Tue, 22 Mar 2011 11:35:04 -0700 | Flick | Fix button type config lookup | 
 
  | Tue, 22 Mar 2011 11:14:21 -0700 | Flick | Request load of LibKeyBound-1.0 for disembedded installations | 
 
  | Mon, 21 Mar 2011 11:10:23 -0700 | Flick | Better handling of new profiles | 
 
  | Wed, 09 Mar 2011 14:30:24 -0800 | Flick | Add ConfigMode support | 
 
  | Mon, 22 Nov 2010 10:25:18 -0800 | Flick | Move RegisterBarType from modules to button classes | 
 
  | Fri, 19 Nov 2010 23:06:24 -0800 | Flick | Demodularization of buttons | 
 
  | Fri, 19 Nov 2010 15:27:23 -0800 | Flick | Don't autogenerate bar names | 
 
  | Thu, 18 Nov 2010 20:07:48 -0800 | Flick | Demodularize LBF | 
 
  | Thu, 18 Nov 2010 13:12:16 -0800 | Flick | Merge stable to default | 
 
  | Thu, 18 Nov 2010 12:59:00 -0800 | Flick | Demodularize HideBlizzard | 
 
  | Thu, 18 Nov 2010 13:09:14 -0800 | Flick | Merge c24ac8ee1e45857c35b8f241a3782e884ee9c7c0
   1.1 Beta 3 | 
 
  | Thu, 18 Nov 2010 13:06:14 -0800 | Flick | ReAction.lua cleanup: Fixed calls to DestroyBar() | 
 
  | Tue, 16 Nov 2010 21:49:54 -0800 | Flick | kb mode and config mode now mutually exclusive | 
 
  | Tue, 16 Nov 2010 21:17:22 -0800 | Flick | Code cleanup of ReAction.lua | 
 
  | Tue, 16 Nov 2010 17:01:43 -0800 | Flick | Merged to tip | 
 
  | Tue, 16 Nov 2010 17:00:34 -0800 | Flick | Re-fixed version reporting. I remember why I didn't use GetAddOnMetadata now, it was to support compilation embeds. | 
 
  | Tue, 16 Nov 2010 15:51:04 -0800 | Flick | delete big comment which is never up to date anyway | 
 
  | Tue, 16 Nov 2010 15:50:31 -0800 | Flick | fix version reporting in slash command | 
 
  | Mon, 15 Nov 2010 10:30:19 -0800 | Flick | Remove silly 'close this window when you open the other one' checkboxes | 
 
  | Fri, 22 Oct 2010 23:48:02 +0000 | Flick | move ConfigUI module to Editor non-module, make it more self-contained | 
 
  | Fri, 22 Oct 2010 16:03:04 +0000 | Flick | more options rearranging | 
 
  | Thu, 21 Oct 2010 22:07:11 +0000 | Flick | Collect options in one file | 
 
  | Wed, 20 Oct 2010 17:11:50 +0000 | Flick | Remove ReAction global in favor of built in addon table (drycoded) | 
 
  | Tue, 19 Oct 2010 17:20:16 +0000 | Flick | Strip out obsolete revision tracking | 
 
  | Wed, 04 Mar 2009 21:19:32 +0000 | Flick | Fixed handling for making new bars with the same name | 
 
  | Mon, 23 Feb 2009 18:56:57 +0000 | Flick | - Rearranged and consolidated some files in modules directory | 
 
  | Fri, 23 Jan 2009 23:44:55 +0000 | Flick | Convert to standard keybindings | 
 
  | Fri, 09 Jan 2009 18:35:54 +0000 | Flick | localized 'default' profile name | 
 
  | Thu, 08 Jan 2009 01:16:00 +0000 | Flick | Change initial profile selection to Default | 
 
  | Thu, 08 Jan 2009 00:57:27 +0000 | Flick | - reorganize modularity file structure (part 1) | 
 
  | Sat, 25 Oct 2008 18:49:18 +0000 | Flick | added stateful anchoring | 
 
  | Wed, 22 Oct 2008 21:39:07 +0000 | Flick | Fixes: | 
 
  | Fri, 17 Oct 2008 22:43:57 +0000 | Flick | - Various bugfixes | 
 
  | Fri, 17 Oct 2008 03:59:55 +0000 | Flick | Bug fixes | 
 
  | Wed, 15 Oct 2008 16:29:41 +0000 | Flick | Updates for wow 3.0 | 
 
  | Sun, 31 Aug 2008 06:02:18 +0000 | Flick | Added keybindings using LibKeyBound-1.0, with modifications for Override bindings instead of standard bindings. | 
 
  | Wed, 25 Jun 2008 21:07:18 +0000 | Flick | - Fixed some snafus with creating bars | 
 
  | Mon, 23 Jun 2008 22:27:50 +0000 | Flick | - added revision updater to each code file | 
 
  | Mon, 16 Jun 2008 18:46:08 +0000 | Flick | - Cleaned up Bar interface | 
 
  | Thu, 22 May 2008 22:02:08 +0000 | Flick | Converted several ReAction APIs to event-driven model instead of 'call-method-on-all-modules' model. Cleaned up a number of other architectural issues. | 
 
  | Tue, 13 May 2008 16:42:03 +0000 | Flick | moved UserError from ConfigUI to ReAction | 
 
  | Sat, 10 May 2008 00:08:01 +0000 | Flick | Fixed options handling to create a separate table for each bar instead of a shared table with proxy handler. | 
 
  | Mon, 28 Apr 2008 21:08:35 +0000 | Flick | changed "layout editor" to "bar editor" | 
 
  | Fri, 25 Apr 2008 20:35:55 +0000 | Flick | Pet Action support | 
 
  | Tue, 22 Apr 2008 20:37:44 +0000 | Flick | Assorted cleanup for hide/show grid, action ID labels, draggable resizing, etc | 
 
  | Sat, 12 Apr 2008 00:15:09 +0000 | Flick | Implemented bar-type selection, extended CreateBar functionality | 
 
  | Fri, 11 Apr 2008 22:21:28 +0000 | Flick | Added Layout Editor | 
 
  | Thu, 10 Apr 2008 23:27:58 +0000 | Flick | rearranged options table initialization a little | 
 
  | Thu, 03 Apr 2008 23:15:32 +0000 | Flick | handle profile resets | 
 
  | Thu, 03 Apr 2008 21:18:27 +0000 | Flick | used Bar:SetName() correctly | 
 
  | Thu, 03 Apr 2008 21:08:52 +0000 | Flick | HideBlizzard now reroutes InterfaceOptions->ActionBars to InterfaceOptions->AddOns->ReAction if hide-blizzard-bars is checked | 
 
  | Thu, 03 Apr 2008 20:38:11 +0000 | Flick | changed version print to include revision. | 
 
  | Thu, 03 Apr 2008 20:25:40 +0000 | Flick | - Moved bar control frame from ConfigUI to Bar | 
 
  | Wed, 02 Apr 2008 23:31:13 +0000 | Flick | - added Ace3 externs | 
 
  | Mon, 17 Mar 2008 18:24:53 +0000 | Flick | - converted to Ace3 | 
 
  | Tue, 11 Mar 2008 21:39:34 +0000 | Flick | Rearranged file tree, removed unused code for 1.x start-point | 
 
  | Fri, 07 Mar 2008 22:19:03 +0000 | Flick | yet another attempt to add missing files | 
 
  | Tue, 20 Mar 2007 21:08:31 +0000 | Flick | Version 0.2 | 
 
  | Tue, 20 Mar 2007 21:03:57 +0000 | Flick | Version 0.1 |