# Generated by Makefile. Do not edit.

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump to 0.1.6 for silent-rules usage and g-ir-scanner FTBFS fix

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Give location of libtool to g-ir-scanner
	
	Fixes an FTBFS in a debian pbuilder.

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Enable automake silent-rules support by default

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Remove SHAVE autotools clean build additions
	
	Deprecated by Automake 1.11 with "silent rules"

2011-03-04  Chase Douglas  <chase.douglas@ubuntu.com>

	Release fix for version script.

2011-03-04  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump to 0.1.5 for symbol versioning fix.

2011-03-04  Chase Douglas  <chase.douglas@ubuntu.com>

	Delete annonymous version script section. Fixes build failure.

2011-03-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Released versioned symbols.

2011-03-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Bump to 0.1.4 for SONAME and symbol versioning.

2011-03-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Added symbol and SONAME versioning.

2011-03-03  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump to 0.1.3 for properly generated dist tarball

2011-02-04  Cody Russell  <crussell@canonical.com>

	Install grip-test

2011-02-04  Cody Russell  <crussell@canonical.com>

	Bump version to 0.1.2

2011-01-24  Cody Russell  <crussell@canonical.com>

	More cleanup

2011-01-24  Cody Russell  <crussell@canonical.com>

	Cleanup

2011-01-24  Cody Russell  <crussell@canonical.com>

	Merge lp:~ken-vandine/libgrip/python_gi_override branch from Ken van Dine.

2011-01-24  Ken VanDine  <ken.vandine@canonical.com>

	Added python overrides for Grip

2011-01-24  Ken VanDine  <ken.vandine@canonical.com>

	added --warn-all to scanner flags

2011-01-24  Ken VanDine  <ken.vandine@canonical.com>

	Moved instatiation of the GestureManager object to init

2011-01-21  Cody Russell  <crussell@canonical.com>

	Work-in-progress fixage for Python-fu

2011-01-21  Cody Russell  <crussell@canonical.com>

	Change window size to be smaller.

2011-01-21  Cody Russell  <crussell@canonical.com>

	Fix register_window() parameters.

2011-01-21  Cody Russell  <crussell@canonical.com>

	Fix gtk importing.

2011-01-18  Cody Russell  <crussell@canonical.com>

	Merge geis-separate-subscriptions branch.  Subscribe to individual geis events rather than using GEIS_ALL_GESTURES.

2011-01-18  Cody Russell  <crussell@canonical.com>

	Add some comments.

2011-01-12  Cody Russell  <crussell@canonical.com>

	Subscribe to individual geis events rather than using GEIS_ALL_GESTURES.

2011-01-03  Cody Russell  <crussell@canonical.com>

	Bump the version to 0.1.1

2011-01-03  Cody Russell  <crussell@canonical.com>

	Add GTK_LIBS for rectangle-mover

2010-12-10  Cody Russell  <crussell@canonical.com>

	Event routing by widget.

2010-12-08  Cody Russell  <crussell@canonical.com>

	Automatically defer registration to map-event.

2010-12-01  Cody Russell  <crussell@canonical.com>

	Don't return during the loop.

2010-11-22  Cody Russell  <crussell@canonical.com>

	Rename pygrope files

2010-11-22  Cody Russell  <crussell@canonical.com>

	Move pygrope to pygrip

2010-11-22  Cody Russell  <crussell@canonical.com>

	Rename libgrope to libgrip

2010-11-22  Cody Russell  <crussell@canonical.com>

	Rename to libgrip

2010-11-18  Cody Russell  <crussell@canonical.com>

	Remove #include <grail-types.h>

2010-11-18  Cody Russell  <crussell@canonical.com>

	Add support for tap gestures

2010-11-17  Cody Russell  <crussell@canonical.com>

	Merge example directory fixup branch from Duncan.

2010-11-17  Duncan McGreggor  <duncan@ubuntu.com>

	Updated files with the new path to the gesture example app.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Formatting cleanups.

2010-11-17  bratsche

	Changes from Cody Russell include the following:
	* The use of Gtk instead of gtk.
	* Using only a single callback, due to the limitations of the bindings generator.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	* Fixed up import statements.
	* Added more comments.
	* Fixed up API calls to match Cody's implementation.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Added an implementation for non-existent Python bindings.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Added an implementation for non-existent Python bindings.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	* Added support for mapping events for gestures.
	* Changed the destroy event mapping at Cody's suggestion.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	* Added support for mapping events for gestures.
	* Changed the destroy event mapping at Cody's suggestion.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Added initial comments from Cody about how to use a python API for grope.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Added initial comments from Cody about how to use a python API for grope.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Added basic pygtk python app for loading the glade file.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Added basic pygtk python app for loading the glade file.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	* Fixed up example directory to support more than one example.
	* Added a glade file for the Python example.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Fixed up example directory to support more than one example.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	This stuff was taken from my branch; I'm removing it from this code and will re-add it as a merge from that branch.

2010-11-16  Cody Russell  <crussell@canonical.com>

	Use single callback for the sake of Python bindings.

2010-11-15  Cody Russell  <crussell@canonical.com>

	Rather than import gtk, import Gtk from gi.repository.

2010-11-15  Cody Russell  <crussell@canonical.com>

	Add @manager to the list of args in the comment.

2010-11-12  Cody Russell  <crussell@canonical.com>

	Remove some unecessary code

2010-11-12  Cody Russell  <crussell@canonical.com>

	Single callback

2010-11-10  Cody Russell  <crussell@canonical.com>

	Add gobject-introspection support

2010-11-10  Cody Russell  <crussell@canonical.com>

	Fix AC_INIT()

2010-11-10  Cody Russell  <crussell@canonical.com>

	Add missing introspection.m4 file

2010-11-10  Cody Russell  <crussell@canonical.com>

	Remove some unnecessary indentation

2010-11-10  Cody Russell  <crussell@canonical.com>

	GObject introspection

2010-11-10  Cody Russell  <crussell@canonical.com>

	Enum type generation

2010-11-09  Cody Russell  <crussell@canonical.com>

	Enum type generation

2010-11-10  Cody Russell  <crussell@canonical.com>

	Merge dist-hook branch to autogenerate AUTHORS and ChangeLog files using bzr history

2010-11-09  Cody Russell  <crussell@canonical.com>

	auto-generate the AUTHORS and ChangeLog files from bzr history.

2010-11-09  Cody Russell  <crussell@canonical.com>

	Add data to binding.

2010-11-09  Cody Russell  <crussell@canonical.com>

	Add gpointer user_data parameter to GropeGestureCallback

2010-10-12  Cody Russell  <crussell@canonical.com>

	Initial commit.

