2009-03-09  Manish Singh  Myosh@gimp.org>

	* Gegl/gegl.override: Remove gegl_color_get_rgba4f binding, it doesn't
	make any sense to wrap (and the implementation was broken anyways).

2009-02-19  Kevin Cozens  <kcozens@cvs.gnome.org>

	Fixes for compile problems due to changes in BABL 390 and GEGL 2851.

	* Gegl/gegl.defs: The gegl_color_(get|set)_rgba functions now use
	gdouble and not gfloat. Added support for gegl_color_get_rgba4f().

	* Gegl/gegl.override: The gegl_color_get_rgba function takes
	gdouble* and not gfloat*. Call babl_format_get_bytes_per_pixel() in
	gegl_node_render() instead of directly accessing member of struct.

2008-11-17  Manish Singh  <yosh@gimp.org>

	* samples/render-test.py
	* samples/subgraph.py
	* samples/xml-parsing.py: updated samples to use the gegl: prefixed op
	names.

2008-06-03  Øyvind Kolås  <pippin@gimp.org>

	* samples/subgraph.py: s/FractalEXplorer/fractal-explorer/
	* samples/xml-parsing.py: s/FractalEXplorer/fractal-explorer/ added
	some more animation.

2008-05-08  Manish Singh  <yosh@gimp.org>

	* samples/render-test.py: the display op isn't really needed, remove.

2008-01-22  Manish Singh  <yosh@gimp.org>

	* Gegl/gegl.override: gegl-utils.h no longer exists.

2007-11-27  Manish Singh  <yosh@gimp.org>

	* Gegl/fifthleg.py: call _gegl.node_new_from_xml instead of parse_xml.

	* Gegl/gegl.override: properties are now accessible via python
	attributes. >> and [] are overloaded to hook up nodes, like
	the ruby binding.

	* Gegl/geglmodule.c: print error if error occurs on import.

	* samples/xml-parsing.py: new sample, ported from ruby.

	* samples/Makefile.am: add new sample.

	* samples/render-test.py
	* samples/subgraph.py: use new convenience syntax.

2007-11-25  Manish Singh  <yosh@gimp.org>

	* Gegl/__init__.py: generalize RTLD_GLOBAL stuff to work on other
	platforms, and not hardcode library names.

2007-11-24  Manish Singh  <yosh@gimp.org>

	* Gegl/gegl.override: wrap gegl_node_to_xml, gegl_node_to_dot.
	GeglNode.new_processor and GeglProcessor.set_rectangle now
	take 4-tuples, and None for NULL rectangle. Also provide
	an API to get a single consumer, like the Ruby binding.

2007-11-24  Manish Singh  <yosh@gimp.org>

	* Gegl/Makefile.am
	* Gegl/fifthleg.py: place for higher level python wrapping.

	* Gegl/__init__.py: import fifthleg.

	* Gegl/gegl.defs: updates for new xml parsing/serialization API.

	* Gegl/gegl.override: implementation for gegl_node_new_from_xml
	binding.

2007-11-24  Manish Singh  <yosh@gimp.org>

	Complete rewrite of the python binding.
