2011-02-11  Henning Bekel  <h.bekel@googlemail.com>

	* Released version 0.8
	* Addded ability to also bind keys by specifying a numeric keycode
	  instead of a keysym

2011-01-28  Henning Bekel  <h.bekel@googlemail.com>

	* Released version 0.7
	* Applied a patch contributed by sssslang that avoids using 100%
	  cpu time while waiting for a timeout to occur.

2010-09-30  Henning Bekel  <h.bekel@googlemail.com>

	* Released version 0.6
	* Added improved feedback for named :group actions
	* Added common modifier synonyms: Ctrl, Alt, Meta, Super, Windows
	* Fixed bogus keys may have been bound on startup from xinit
	* Fixed useless default actions were created when the default keys
	        were already bound to different actions
	* Fixed output streams were not properly flushed
	* Fixed leaked some memory during parsing

2010-09-27  Henning Bekel  <h.bekel@googlemail.com>

	* Released version 0.5
	* Added display of action names in feedback window
	* Added improved error reporting during parsing
	* Fixed spaces in action names were not possible
	* Fixed :abort, :escape, :group were allowed as toplevel bindings
	* Fixed :escape did not imply :abort as documented
	* Fixed parsing failed with unknown words in :enter arguments
	* Code cleanups

2010-09-20  Henning Bekel  <h.bekel@googlemail.com>

	* Released version 0.4
	* Deprecated :repeat action in favor of a new :group action
	* Added :load and :reload actions to load config files
	* Fixed possibility of creating of non-abortable chains
	* Fixed segfault on binding a key sequence multiple times
	* Fixed argument parsing for :enter action
	* Improved error reporting
	* Updated manual page
	* Code cleanups

2010-09-16  Henning Bekel <h.bekel@googlemail.com>

	* Released version 0.3
	* Added timeout and abort options to :enter action
	* Added new action :repeat
	* Added option --file to load an alternative config file
	* Added option feedback [on|off] (requested by tum)
	* Added capitalized generic modifier names (requested by tum)
	* Fixed invalid free()'s in config parsing (reported by tum)
	* Fixed popup window is not raised when shown
	* Updated documentation, added a manual page
	* Code cleanups and minor bugfixes

2010-09-15  Henning Bekel <h.bekel@googlemail.com>

	* Released version 0.2
	* Fixed possibility of invalid free() in xc_show_keys()

2010-09-14  Henning Bekel <h.bekel@googlemail.com>

	* Released version 0.1
