2009-01-31  Étienne BERSAC  <bersace03@laposte.net>

	* src/flegita-gimp.c:

	Properly unref dialog, job and sink. Fix #523251.

2009-01-31  Étienne BERSAC  <bersace03@laposte.net>

	* src/Makefile.am:

	Link gimp plugin before installing it.

	* src/flegita-gimp-sink.c:

	Proprerly create Image for the type of the incomming GEGL
	buffer. And create layer for the image base type instead of
	incomming GEGL buffer.

	This allow to scan new Grey image, scan grey data in RGB data,
	etc. Thanks GEGL and Babl for the job :)

	* src/flegita-gimp.c:

	Allow to run Save as layer on GRAY image as well. Only indexed
	images are not supported (that's a GEGL “limitation”).

2009-01-19  Philipp Sadleder  <philipp@sadleder.de>

	* modules/gsane-meta-param.c (meta_param_paper_size_add_param):
	Convert width and height to GTK_UNIT_MM before passing to
	gtk_paper_size_new_custom. Fixes #567377.

2009-01-15  Étienne BERSAC  <bersace03@laposte.net>

	* modules/gsane-scanner.c (gss_data_gray1):

	Fix grey 1bit support : 0 and 1 value are inverted in SANE 1.X
	standard.

2009-01-14  Philipp Sadleder <philipp@sadleder.de>

	* lib/gnome-scan-processor-common.c (gnome_scan_processor_common_init):
	Set automatic color enhancement default setting to FALSE, as
	flegita-gimp doesn't properly save settings to gconf currently.

2009-01-13  Philipp Sadleder <philipp@sadleder.de>

	* modules/gsane-scanner.c (gss_option_get_param_spec):
	Use minimal step equal to 1 to work around SANE backends returning
	step equal to 0. Thanks to Étienne Bersac.

2009-01-09  Philipp Sadleder <philipp@sadleder.de>

	* Backport fix for crash on module unload from gnome-scan trunk.

	2008-08-09  Étienne Bersac  <bersace03@gmail.com>

		* lib/gnome-scan-module.c (gnome_scan_module_unload): Fix a
		crashed on module unload. Thanks to Philip Sadleder