0.9.1:

2010-01-07  Murray Cumming  <murrayc@murrayc.com>

	Changed build to use mm-common, like cluttermm.

2009-11-17  Murray Cumming  <murrayc@murrayc.com>
 
	* configure.in: Use cluttermm-1.0 (not API/ABI stable though).

2009-08-26  Murray Cumming  <murrayc@murrayc.com>

	Use clutter-box2d-0.10.
	
	* clutter-box2d/clutter-box2dmm.pc.in:
	* configure.in: Use clutter-box2d-0.10 rather than clutter-box2d-0.8.
	* examples/bridge/main.cc:
	* examples/chain/main.cc:
	* examples/distance_joint/main.cc: Remove uses of CLUTTER_UNITS_FROM_FLOAT, 
	as in clutter-box2d itself.

2009-01-24  Deng Xiyue  <manphiz@gmail.com>

	* Change license header to mention Lesser General Public License
	version 2.1 instead of Library General Public License, to be
	consistent with COPYING.

2008-08-11  Murray Cumming  <murrayc@murrayc.com>

	* clutter-box2d/src/box2d.hg: add_distance_joint(): Added default values.

	* configure.in:
	* examples/Makefile.am:
	* examples/distance_joint/: Added a simple example of a distance joint.

2008-08-11  Murray Cumming  <murrayc@murrayc.com>

	* tools/m4/convert_clutter-box2dmm.m4:
	* clutter-box2d/src/box2d.ccg:
	* clutter-box2d/src/box2d.hg: Added explicit get/set_child_*() 
	methods for all the ClutterBox2D child properties.
	Used Clutter::Vertex instead of ClutterVertex for all parameters.
	* examples/bridge/main.cc:
	* examples/chain/main.cc:
	* examples/pyramid/main.cc:
	* examples/slides/main.cc:
	* examples/table/main.cc: Adapted.

0.7.3:

2008-08-10  Murray Cumming  <murrayc@murrayc.com>

	* clutter-box2d/src/box2d.hg: Rename add_revolute_joint2() to 
	be a add_revolute_joint() overload.
	* examples/bridge/main.cc:
	* examples/chain/main.cc: Adapted.

2008-08-10  Murray Cumming  <murrayc@murrayc.com>

	* examples/: Replace the ohand logos with GNOME logos.

2008-08-10  Murray Cumming  <murrayc@murrayc.com>

	* configure.in:
	* examples/Makefile.am:
	* examples/chain/
	* examples/pyramid/
	* examples/slides/
	* examples/table/:
	Added C++ versions of the other examples for clutter-box2d.

2008-08-10  Murray Cumming  <murrayc@murrayc.com>

	* clutter-box2d/clutter-box2dmm.h: Added an include for box2d.h.
	* clutter-box2d/src/box2d.hg: Added wrappers for the weird joint 
	functoins, though this must be done properly.
	* configure.in:
	* examples/Makefile.am:
	* examples/bridge/Makefile.am:
	* examples/bridge/main.cc: Added a first working example, based on 
	the first part of the C example.

2008-08-04  Murray Cumming  <murrayc@murrayc.com>

	* clutter-box2d/src/clutter-box2d_signals.defs: 
	Update these, copy/pasting from the terminal because the crash 
	in extra_defs_gen for this stops the file from being created fully with 
	>.
	* clutter-box2d/src/box2d.hg: Added gravity and simulating properties.
	Added a note that you should use set_child_property().
	* Makefile.am:
	* configure.in:
	* demo/Makefile.am:
	* demo/main.cc: Very bare beginnings of a demo, based on the C demo.
	There is nothing but skeleton code here now.

2008-07-28  Siavash Safi  <siavash.safi@gmail.com>

	* clutter-box2d/src/box2d.ccg: Added missing #include
	* clutter-box2d/src/box2d.hg: Added missing #include, corrected MACROS
	* clutter-box2d/src/clutter-box2d-docs.xml: Renamed to
	clutter-box2d_docs.xml
	* clutter-box2d/src/clutter-box2d-docs_override.xml: Renamed to
	clutter-box2d_docs_override.xml

2008-07-25  Murray Cumming  <murrayc@murrayc.com>

	* clutter-box2d/clutter-box2dmm/init.cc:
	* clutter-box2d/src/box2d.hg:
	* examples/Makefile.am_fragment: Removed more old clutter-cairo stuff.

2008-07-25  Murray Cumming  <murrayc@murrayc.com>

	* clutter-box2d/src/clutter-box2d-docs.xml:
	* clutter-box2d/src/clutter-box2d-docs_override.xml: Added root nodes, 
	to avoid warnings. 
	* clutter-box2d/src/clutter-box2d_enums.defs:
	* clutter-box2d/src/clutter-box2d_signals.defs: Generated these.

2008-07-25  Murray Cummin  <murrayc@murrayc.com>

	* Added initial build structure, though something still is not 
	quite right.

