	* dcraw_api.cc, dcraw_api.h, dcraw_indi.c, ufraw.h, ufraw_conf.c,
	  ufraw_preview.c, ufraw_saver.c: Added new interpolation method -
	  EAHD. It is the AHD interpolation with another phase at the end.
	  It is about 80% slower. The improvement is mostly seen in high
	  contrast as it removes some CA artifacts.  Patch by Michael
	  Goertz.

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_saver.c,
	  ufraw_writer.c: Added cropping (patch by Martin Ling).

	* ufraw_preview.c: Added max zoom (50%) button.

	* ufraw_preview.c: Add a zoom to fit button.

	* ufraw.h, ufraw_developer.c, ufraw_preview.c: Display value and
	  Adams' zone. Based on patch by Greg Troxel.

	* ufraw_chooser.c, ufraw_routines.c: Handle all possible cases for
	  gz and bz2 endings.

	* dcraw_api.cc, dcraw_api.h, dcraw_indi.c, ufraw_conf.c,
	  ufraw_preview.c, ufraw_saver.c: Added Patterned Pixel Grouping
	  Interpolation by Alain Desbiolles.

	* configure.ac, ufraw_preview.c: Added VERY experimental scrolling
	  support in preview window based on GtkImageView.

	* README: Remove "make install-user" from README.

	* ufraw.h, ufraw_conf.c, ufraw_embedded.c, ufraw_icons.c,
	  ufraw_preview.c, ufraw_ufraw.c, icons/Makefile.am,
	  icons/flip-horiz-24.png, icons/flip-vert-24.png,
	  icons/rotate-270-24.png, icons/rotate-90-24.png: Added
	  rotate/flip support, based on patch by Bruce Guenter.  Icons
	  taken from gthumb sources, which are also GPLv2.

	* ufraw_developer.c: Fix an ugly bug in applying the color matrix,
	  which was introduced in ufraw-0.11. I'm not sure why, but the
	  effect of this bug seems to be very small.

	* ufraw_developer.c: Retain some hue and saturation when clipping
	  pixels to 0xFFFF.  This is only relevant when applying positive
	  exposure compensation, and mostly for Canon cameras where
	  positive exposure is applied by default.

	* dcraw_api.cc, dcraw_api.h, dcraw_indi.c, ufraw.h, ufraw_conf.c,
	  ufraw_ufraw.c: Adding wavelet denoising step 1 - Adding
	  --wavelet-denoising-threshold switch to ufraw and ufraw-batch.

	* configure.ac, ufraw_chooser.c, ufraw_ufraw.c: Support gzipped and
	  bzipped raw files.  EXIF support is still not working for these
	  files.

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_preview.c: Use
	  the rendering and proofing intent correctly. Changed the names
	  for the two intent's to make their role a bit clearer.

	  Added some more icons to the UI.

	* Makefile.am, configure.ac, ufraw-gimp.c: Removed the
	  --disable-gimp option. The Gimp plug-in is build if the gimp-dev
	  files are found.

	  Added Cinepaint plug-in. It is build if the cinepaint-dev files
	  are found.

	  Remove --with-exiv2 option. Exiv2 is used by default if found.

	  Remove all dependency on libexif.
