2013-03-24 23:24  udifuchs

	* ufraw-setup.iss.in: In the win32 instaler, move gimp plugin from
	  plug-in folder to bin folder.

2013-03-24 02:30  nkbj

	* ufraw_preview.c, po/ca.po, po/cs.po, po/da.po, po/de.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po: Beautify coding
	  style. Update translation files.

2013-03-24 02:00  udifuchs

	* po/Makefile.in.in: Do not distribute gmo files in the source
	  tarball.

2013-03-24 01:18  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier.

2013-03-24 01:10  udifuchs

	* ufraw_preview.c: Only update histograms if they are expanded,
	  fixing ufraw bug #299.

2013-03-23 09:15  nkbj

	* README, configure.ac: Update list of build requirements.

2013-03-23 08:45  nkbj

	* configure.ac: Remove unnecessary check. Update comments.

2013-03-23 04:45  nkbj

	* ufraw-setup.iss.in: Add Sigma Foveon X3F files to association
	  list.

2013-03-23 03:00  nkbj

	* configure.ac, ufraw_conf.c: Use 'gimp' rather than 'gimp-remote'
	  as remote command for GIMP 2.4.0 and newer. Fix for Debian bug
	  #504260.

2013-03-19 13:00  nkbj

	* ufraw_writer.c: Add localtime_r() for _WIN32 (used by cfitsio
	  write code).

2013-03-18 10:45  nkbj

	* configure.ac: Reorder configure.ac to make latest version of MXE
	  (with GCC 4.7.2) work for cross-compiling. Make the -mno-cygwin
	  flag configurable since it is not valid in GCC 4.6+.

2013-03-17 23:45  nkbj

	* configure.ac: Restore old WINDRES search behaviour. Find and use
	  libtiff-4.x if present.

2013-03-17 22:45  nkbj

	* configure.ac: Make configure work with the M cross environment
	  (http://mxe.cc).

2013-03-17 22:30  nkbj

	* dcraw.cc: Fix a build error and various compiler warnings when
	  cross-compiling for MS Windows with the M cross environment
	  (http://mxe.cc).

2013-03-17 13:30  nkbj

	* dcraw.cc: Fix some fseeko()/fseek() and ftello()/ftell()
	  problems.

2013-03-16 13:15  nkbj

	* dcraw.cc: Add preliminary color matrices for the NIKON D7100 and
	  the NIKON 1 J3. Stolen from Darktable.

2013-03-16 08:00  nkbj

	* ufraw_writer.c: Beautify coding style.

2013-03-16 08:00  nkbj

	* dcraw.cc: Add missing header file for building with LOCALEDIR
	  defined.

2013-03-16 07:15  nkbj

	* configure.ac: Make configure work with Debian's dh-autoreconf.

2013-03-16 07:15  nkbj

	* ufraw_writer.c: Simplify conditional compilation expressions.

2013-03-16 05:20  nkbj

	* dcraw.cc: Suppress GCC 4.7+ compiler warnings.

2013-03-16 00:15  nkbj

	* configure.ac, dcraw.cc, dcraw.h, uf_glib.h, ufraw.c,
	  ufraw_conf.c, ufraw_lens_ui.c, ufraw_routines.c, ufraw_saver.c:
	  Use reserved macro _WIN32 instead of WIN32. _WIN32 is set by both
	  32-bit and 64-bit compilers.

2013-03-15 22:45  nkbj

	* dcraw_api.cc: Better fix for Foveon *.X3F crash. Make sure
	  d->image is initialized before we use it.

2013-03-14 04:00  nkbj

	* Makefile.am: Some versions of FreeBSD and OpenBSD need to have
	  nikon-curve linked with libstdc++ to avoid unresolved symbols.

2013-03-14 03:30  nkbj

	* Makefile.am, po/Makefile.in.in: Cosmestic changes.

2013-03-14 02:20  nkbj

	* dcraw.cc: More sensible fix for Solaris build issue.

2013-03-14 00:40  nkbj

	* dcraw_indi.c: Better fix for Solaris GCC build issue.

2013-03-13 22:15  nkbj

	* dcraw.cc, dcraw_indi.c: Fix Solaris 10 build issues.

2013-03-13 08:30  nkbj

	* TODO: Update TODO list. Mainly cosmetic changes.

2013-03-12 02:15  nkbj

	* ufraw_writer.c: Beautify coding style.

2013-03-12 00:00  nkbj

	* dcraw_api.cc: Fix crash with Foveon *.X3F files.

2013-03-11 23:42  udifuchs

	* ufraw_ufraw.c: Fix memory leak in 4 color cameras like the Canon
	  G1.

2013-03-11 22:41  udifuchs

	* ufraw_embedded.c: Undo last mistaken commit.

2013-03-11 22:27  udifuchs

	* ufraw_embedded.c: Remove unused code.

2013-03-11 22:21  udifuchs

	* ufraw_writer.c: Move pixbuf from stack to heap, since win32 stack
	  is too small.

2013-03-10 13:45  nkbj

	* ufraw_preview.c, po/ca.po, po/cs.po, po/da.po, po/de.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po: Add title to
	  UFRaw message windows.

2013-03-10 12:15  nkbj

	* ufraw-gimp.c: Make ufraw-gimp failover to GIMP file loader for
	  non-raw *.jpeg and *.tiff files.

2013-03-10 04:30  nkbj

	* ufraw_writer.c: Beautify coding style.

2013-03-10 04:00  nkbj

	* configure.ac, ufraw_writer.c: Warning fix should be for
	  libpng-1.5.1 and newer. Limit libpng to version 1.2 and newer.
	  Bump UFRaw version to 0.19.2.

2013-03-09 00:45  nkbj

	* ufraw_writer.c: Fix compiler warnings with libpng-1.6.x.

2013-03-07 21:38  udifuchs

	* Makefile.am, ufraw-setup.iss.in: Updates to stand-alone win32
	  installer.

2013-03-06 01:30  nkbj

	* README: Default optimization is -O3.

2013-03-05 23:03  udifuchs

	* configure.ac: Restore '-O3' since it does not seem to cause
	  crashes.

2013-03-05 22:34  udifuchs

	* ufraw-setup.iss.in: Install GTK in win32, making UFRaw
	  stand-alone.

2013-03-02 22:50  nkbj

	* wb_presets.c: Add WB presets for the NIKON D3200. Thanks to
	  Maarten Vanraes for the data.

2013-03-02 07:45  nkbj

	* README, configure.ac: Use lower optimization to work around bug
	  in GCC 4.7. Bump version to UFRaw 0.19.1.

2013-02-26 22:31  udifuchs

	* README, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot, po/zh_CN.po, po/zh_TW.po: Final textual changes
	  before ufraw 0.19 release.

2013-02-26 22:18  udifuchs

	* ufraw-mime.xml: Fix typo.

2013-02-26 13:23  udifuchs

	* ufobject.cc, ufraw_ufraw.c: Add floor() before converting to int
	  to fix compiler rounding issues.

2013-02-24 00:00  nkbj

	* wb_presets.c: Add more Kelvin presets for the Panasonic DMC-G5.

2013-02-22 01:00  nkbj

	* wb_presets.c: Add WB presets for the SONY SLT-A77V. Stolen from
	  Darktable.

2013-02-20 23:00  nkbj

	* configure.ac, ufraw-gimp.c: Add experimental 16-bit support for
	  GIMP 2.9+. Based on patch by Nils Philippsen.

2013-02-20 21:15  nkbj

	* wb_presets.c: Add WB presets for the Panasonic DMC-G5. Stolen
	  from Darktable.

2013-02-18 21:50  nkbj

	* wb_presets.c: Add WB presets for the PENTAX K-5 II (s). Stolen
	  from Darktable.

2013-02-12 21:15  nkbj

	* wb_presets.c: Update WB presets for the NIKON D800(E). Stolen
	  from Darktable.

2013-02-05 21:00  nkbj

	* wb_presets.c: Add WB presets for the SONY DSLR-A230, and update
	  WB presets for the SONY DSLR-A700. Stolen from Darktable.

2013-02-03 12:01  nkbj

	* ufraw.c, ufraw.pod, ufraw_conf.c, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po:
	  Correct some language mistakes. Update documentation to current
	  code.

2013-02-03 11:00  nkbj

	* Makefile.am: Fix typo.

2013-02-03 10:30  nkbj

	* po/: ca.po, cs.po, de.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, zh_CN.po,
	  zh_TW.po: Delete obsolete strings.

2013-02-03 10:30  nkbj

	* dcraw_indi.c: Mark code used to support the FUJIFILM 'X-Trans'
	  sensor.

2013-02-03 06:00  nkbj

	* ufraw.c, ufraw_conf.c, po/ca.po, po/cs.po, po/da.po, po/de.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po: Update a couple
	  of strings from old ufraw --batch mode to ufraw-batch.

2013-02-03 05:30  nkbj

	* ufraw-batch.c, ufraw.h: Only overwrite ID files created with
	  createID=only_id if asked to do so by a command line switch. Fix
	  bug #3039432.

2013-02-02 23:15  nkbj

	* ufraw_conf.c: No need to display EXIV2 version in versionText[].
	  No version-dependent features are used now.

2013-02-02 22:45  nkbj

	* ufraw_conf.c: Update versionText[].

2013-02-02 12:00  nkbj

	* dcraw_api.cc: Update to DCRaw 9.17 API.

2013-02-02 11:00  nkbj

	* configure.ac, dcraw_api.cc: Disable support for the FUJIFILM
	  'X-Trans' sensor. It needs more work. Support can be enabled
	  using the --enable-x-trans configure switch.

2013-01-29 09:00  nkbj

	* wb_presets.c: Add WB presets and fine-tuning for the Canon EOS
	  650D family. Use correct model name for the Canon EOS M.

2013-01-24 21:15  nkbj

	* dcraw.cc: Add color matrix for the NIKON D5200. Patch by Pascal
	  de Bruijn.

2013-01-23 21:15  nkbj

	* wb_presets.c: Remove FinePix from camera model names to follow
	  the changes made in DCRaw 9.15. Thanks to Artis Rozentals for the
	  bug report.

2013-01-22 21:45  nkbj

	* wb_presets.c: Fix naming of the Canon EOS REBEL T2i. Thanks to
	  Pascal de Bruijn for information about this bug.

2013-01-20 00:00  nkbj

	* configure.ac: Require exiv2 >= 0.20 for easy access functions.

2013-01-19 23:30  nkbj

	* ufraw_exiv2.cc: Use Exiv2 easy access functions when available.

2013-01-17 20:30  nkbj

	* configure.ac: Stop using obsolete macro AM_CONFIG_HEADER.

2013-01-11 21:15  nkbj

	* wb_presets.c: Add WB presets for the Panasonic DMC-GH3. Stolen
	  from Darktable.

2013-01-09 22:00  nkbj

	* wb_presets.c: Update WB presets for the Canon EOS 550D family.
	  Patch by Roman Lebedev (via Darktable).

2013-01-09 10:30  nkbj

	* wb_extract.pl: Update for better output from *.CR2 files. Patch
	  by pini-pini.

2013-01-08 21:00  nkbj

	* mkinstalldirs: Update to mkinstalldirs from Automake 1.13.1.

2013-01-08 20:45  nkbj

	* wb_presets.c: Add WB presets for the SONY SLT-A57. Stolen from
	  Darktable.

2013-01-08 11:00  nkbj

	* autogen.sh: Add support for Automake 1.13.

2013-01-08 10:45  nkbj

	* generate_schemas.sh, ufraw-mime.xml, ufraw-setup.iss.in: Update
	  file extensions.

2013-01-07 21:15  nkbj

	* wb_presets.c: Update WB presets for the Canon EOS 5D Mark III,
	  and add WB presets for the SONY NEX-5N. Patches from Pascal de
	  Bruijn.

2013-01-07 06:00  nkbj

	* wb_presets.c: Add WB presets for the SONY NEX-C3. Stolen from
	  Darktable.

2012-12-31 22:30  nkbj

	* iccjpeg.c, iccjpeg.h: Copy iccjpeg.[ch] from lcms-2.4.

2012-12-31 22:00  nkbj

	* curveeditor_widget.c, curveeditor_widget.h, dcraw.cc, dcraw.h,
	  dcraw_api.cc, dcraw_api.h, dcraw_indi.c, iccjpeg.c, iccjpeg.h,
	  nikon_curve.c, nikon_curve.h, uf_glib.h, uf_gtk.cc, uf_gtk.h,
	  uf_progress.h, ufobject.cc, ufobject.h, ufraw-batch.c,
	  ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_conf.c,
	  ufraw_delete.c, ufraw_developer.c, ufraw_embedded.c,
	  ufraw_exiv2.cc, ufraw_icons.c, ufraw_lens_ui.c, ufraw_lensfun.cc,
	  ufraw_message.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_settings.cc, ufraw_ufraw.c, ufraw_ui.h,
	  ufraw_writer.c, wb_presets.c, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po:
	  Update copyright information.

2012-12-23 20:15  nkbj

	* dcraw.cc: dcraw modified 9.17 (1.454). Changelog: Copied color
	  matrices from DNG Converter 7.3.

2012-12-23 20:05  nkbj

	* dcraw.cc: dcraw original 9.17 (1.454).

2012-12-23 02:30  nkbj

	* wb_presets.c: Update WB presets and add fine tuning for the
	  OLYMPUS XZ-1.

2012-12-23 01:15  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 9.17 (1.453). Changelog:
	  Support the Canon EOS 6D, 1DX, SX50, Casio EX-ZR100, Fuji X-E1 &
	  XF1, Pentax K-5 II (s), and Samsung EX2F.

2012-12-23 01:00  nkbj

	* dcraw.cc: dcraw original 9.17 (1.453).

2012-12-07 21:45  nkbj

	* wb_presets.c: Add WB presets for the Canon EOS 6D. Stolen from
	  Darktable.

2012-11-10 06:30  nkbj

	* dcraw.cc, wb_presets.c: Add color matrix and WB presets for the
	  Canon EOS M. Stolen from Darktable.

2012-11-08 20:00  nkbj

	* wb_presets.c: Update WB presets for the Canon EOS 7D. Patch by
	  Vladimir Nadvornik.

2012-11-06 21:45  nkbj

	* wb_presets.c: Copy WB presets from NIKON 1 V1 to NIKON 1 J1. Idea
	  stolen from Darktable.

2012-11-03 22:15  nkbj

	* wb_presets.c: Update WB presets for the SONY NEX-7 and add WB
	  presets for the SONY DSC-RX100. Patches by Kevin Buettner.

2012-10-29 06:00  nkbj

	* wb_presets.c: Add WB presets for the NIKON 1 V1. Stolen from
	  Darktable.

2012-10-21 01:00  nkbj

	* dcraw.cc: Add temporary color matrix for the Panasonic DMC-G5.
	  Submitted by doctordruidphd.

2012-10-21 00:30  nkbj

	* wb_presets.c: Update WB presets for the Canon EOS 600D family to
	  firmware version 1.0.2. Stolen from Darktable.

2012-10-20 10:00  nkbj

	* autogen.sh: Add support for Automake 1.12.

2012-10-12 20:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po, zh_TW.po: Update translation files.

2012-10-05 09:30  nkbj

	* wb_presets.c: Add WB presets for the NIKON D600. Stolen from
	  Darktable.

2012-10-04 23:00  nkbj

	* ufraw-batch.c: Do not ask to overwrite existing files (and do not
	  overwrite them) if --silent is used and --overwrite is not used
	  in ufraw-batch. Patch by Corey Seliger.

2012-09-11 01:00  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po, zh_TW.po: Update translation files.

2012-09-10 23:45  nkbj

	* ufraw_exiv2.cc, wb_presets.c: Fix trimming of EXIF data (patch by
	  Nils Philippsen). Remove incorrect WB fine tuning presets for the
	  OLYMPUS E-P3.

2012-08-01 04:30  nkbj

	* wb_presets.c: Add WB presets for the SAMSUNG EX1.

2012-07-31 22:30  nkbj

	* dcraw.cc: dcraw modified 9.16 (1.452). Changelog: Measured
	  saturation level on the Canon EOS-1D X.

2012-07-31 22:15  nkbj

	* dcraw.cc: dcraw original 9.16 (1.452).

2012-07-08 19:45  nkbj

	* uf_gtk.cc: Fix building UFRaw on MacOSX with Quartz.

2012-07-06 04:15  nkbj

	* ufraw_routines.c: Update list of supported raw file extensions
	  after data from Dave Coffin.

2012-07-05 07:00  nkbj

	* dcraw.cc: dcraw modified 9.16 (1.451). Changelog: Support the
	  Samsung NX1000 and Sony RX100.

2012-07-05 06:54  nkbj

	* dcraw.cc: dcraw original 9.16 (1.451).

2012-07-01 05:00  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po, zh_TW.po: Update translation files.

2012-07-01 01:45  nkbj

	* dcraw_api.cc: Fix problem with red color channel in latest API
	  changes.

2012-07-01 01:15  nkbj

	* dcraw_api.cc, dcraw_indi.c: Update API for DCRaw 9.16.

2012-06-30 23:45  nkbj

	* dcraw.cc: dcraw modified 9.16 (1.450). Changelog: Support the
	  Canon EOS 650D, Samsung NX20, and Sigma SD1.

2012-06-30 23:35  nkbj

	* dcraw.cc: dcraw original 9.16 (1.450).

2012-06-28 11:00  nkbj

	* dcraw.cc: Fix compiler warnings with GCC 4.4.x.

2012-06-28 06:00  nkbj

	* wb_presets.c: Update WB presets and add fine tuning for the Canon
	  EOS 350D DIGITAL family.

2012-06-26 12:00  nkbj

	* wb_presets.c: Add WB fine tuning for the NIKON COOLPIX P7100.

2012-06-26 11:45  nkbj

	* dcraw_api.cc, dcraw_indi.c: API changes for DCRaw 9.15.

2012-06-26 11:15  nkbj

	* dcraw.cc: dcraw modified 9.15 (1.449). Changelog: Fixed gravity
	  sensor for Canon 5D Mark III with Firmware Version 1.1.x.

2012-06-26 11:05  nkbj

	* dcraw.cc: dcraw original 9.15 (1.449).

2012-06-18 23:00  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 9.15 (1.448).

2012-06-18 22:11  nkbj

	* dcraw.cc: dcraw original 9.15 (1.448).

2012-06-18 11:00  nkbj

	* wb_presets.c: Add WB presets for the NIKON COOLPIX P7100.

2012-06-18 09:00  nkbj

	* wb_presets.c: Add WB presets for the Panasonic DMC-GF3. Stolen
	  from Darktable.

2012-06-09 00:30  nkbj

	* ufraw_conf.c, ufraw_saver.c: Use gimp-2.8.exe as default remote
	  command under Windows with gimp-2.6.exe as fallback.

2012-05-24 21:30  nkbj

	* dcraw_api.cc: Remove experimental support for the FUJIFILM X-Pro1
	  because it made four-color interpolation unstable.

2012-05-24 21:15  nkbj

	* wb_presets.c: Update presets for the Canon EOS 7D and the SAMSUNG
	  NX100. Stolen from Darktable.

2012-05-24 05:30  nkbj

	* wb_presets.c: Add finetuning for the OLYMPUS E-M5 and more
	  reasonable finetuning values for the OLYMPUS E-PL1 and E-PL3
	  using only the amber-blue axis (like Nikon does).

2012-05-23 08:45  nkbj

	* dcraw.cc, dcraw_api.cc, dcraw_indi.c: Add experimental support
	  for the FUJIFILM X-Pro1. Beware that this code still needs some
	  testing and work.

2012-05-23 03:45  nkbj

	* wb_presets.c: Add WB, fine-tuning, and Kelvin presets for the
	  OLYMPUS E-PL3.

2012-05-16 23:45  nkbj

	* wb_presets.c: Add WB presets for the SAMSUNG NX200. Stolen from
	  Darktable.

2012-05-16 11:45  nkbj

	* dcraw.cc: Add preliminary support for the Canon PowerShot G1 X
	  and the FUJIFILM X-S1.

2012-05-14 23:00  nkbj

	* dcraw.cc: Add preliminary support for the Canon EOS 5D Mark III.

2012-05-14 22:30  nkbj

	* wb_presets.c: Add WB presets for the Canon EOS 5D Mark III.
	  Stolen from Darktable.

2012-05-14 22:15  nkbj

	* ufraw-gimp.c: Fix build error with GIMP 2.7.2.

2012-05-05 00:00  nkbj

	* dcraw.cc: Add preliminary support for the NIKON D3200.

2012-04-28 21:45  nkbj

	* wb_presets.c: Add WB presets for the OLYMPUS E-M5.

2012-04-27 11:30  nkbj

	* wb_presets.c: Add WB presets for the NIKON D800 \(stolen from
	  Darktable\) and WB and Kelvin presets for the NIKON D4.

2012-04-23 13:00  nkbj

	* wb_presets.c: Fix model name for the Canon EOS REBEL T3.

2012-04-23 12:00  nkbj

	* wb_presets.c: Update WB presets and add Kelvin presets for the
	  OLYMPUS E-5.

2012-04-01 23:00  nkbj

	* curveeditor_widget.c, dcraw_api.cc, dcraw_indi.c, iccjpeg.c,
	  nikon_curve.c, ufraw_conf.c, ufraw_developer.c, ufraw_embedded.c,
	  ufraw_message.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_ufraw.c, ufraw_writer.c, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po:
	  Update coding style with astyle version 2.01.

2012-03-25 22:45  nkbj

	* wb_presets.c: Add WB presets for the SONY NEX-7. Stolen from
	  Darktable.

2012-03-16 08:30  nkbj

	* dcraw.cc: Add support for the NIKON D4.

2012-03-14 22:30  nkbj

	* dcraw.cc: Add support for the NIKON D800.

2012-03-12 22:00  nkbj

	* wb_presets.c: Add WB presets for the SONY SLT-A65V. Stolen from
	  Darktable.

2012-03-06 09:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po, zh_TW.po: Update translation files.

2012-02-28 21:30  nkbj

	* wb_presets.c: Add WB presets for the Leica M9. Stolen from
	  Darktable.

2012-02-19 05:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po, zh_TW.po: Update translation files.

2012-01-22 21:45  nkbj

	* wb_presets.c: Add WB presets and some Kelvin presets for the
	  Panasonic DMC-GX1. Stolen from Darktable.

2012-01-21 21:45  nkbj

	* ufraw_chooser.c: Allow jpeg and tiff as raw file extensions.

2012-01-21 21:30  nkbj

	* ufraw_routines.c: Update list of raw file formats.

2012-01-16 07:15  nkbj

	* wb_presets.c: Add WB presets for the PENTAX K-r.

2012-01-14 04:15  nkbj

	* wb_presets.c: Add WB presets for the Canon PowerShot S100 stolen
	  from Darktable.

2012-01-03 05:30  nkbj

	* wb_presets.c: Update truncated channel multiplier and remove
	  incorrect kelvin preset for the OLYMPUS E-3. Update comments.

2012-01-02 22:15  nkbj

	* wb_presets.c: Update kelvin presets for the OLYMPUS E-PL1.

2012-01-02 22:15  nkbj

	* ufraw_settings.cc: Make sure that channel multipliers larger than
	  10 are not truncated.

2012-01-02 09:30  nkbj

	* dcraw_indi.c: Fix compiler warning.

2012-01-02 09:00  nkbj

	* wb_presets.c: Update WB presets for the OLYMPUS E-3.

2012-01-02 08:30  nkbj

	* ufraw-batch.c, ufraw-gimp.c, ufraw.c: g_thread_init() is
	  deprecated (and not necessary) in glib 2.31 and newer.

2012-01-01 23:30  nkbj

	* wb_presets.c: Add WB fine tuning for the OLYMPUS E-PL1.

2012-01-01 09:30  nkbj

	* curveeditor_widget.c, curveeditor_widget.h, dcraw.cc, dcraw.h,
	  dcraw_api.cc, dcraw_api.h, dcraw_indi.c, nikon_curve.c,
	  nikon_curve.h, uf_glib.h, uf_gtk.cc, uf_gtk.h, uf_progress.h,
	  ufobject.cc, ufobject.h, ufraw-batch.c, ufraw-gimp.c, ufraw.c,
	  ufraw.h, ufraw_chooser.c, ufraw_conf.c, ufraw_delete.c,
	  ufraw_developer.c, ufraw_embedded.c, ufraw_exiv2.cc,
	  ufraw_icons.c, ufraw_lens_ui.c, ufraw_lensfun.cc,
	  ufraw_message.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_settings.cc, ufraw_ufraw.c, ufraw_ui.h,
	  ufraw_writer.c, wb_presets.c, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po:
	  Update copyright information.

2011-12-30 20:00  nkbj

	* wb_presets.c: Add WB presets for the OLYMPUS XZ-1.

2011-12-26 21:30  nkbj

	* dcraw.cc: dcraw modified 9.12 (1.447). Changelog: Support the
	  Casio EX-Z500.

2011-12-26 21:20  nkbj

	* dcraw.cc: dcraw original 9.12 (1.447).

2011-12-25 23:00  nkbj

	* wb_presets.c: Add WB presets and finetuning for the OLYMPUS E-P3.

2011-12-20 21:30  nkbj

	* dcraw.cc: dcraw modified 9.12 (1.446). Changelog: Support the
	  Canon S100, Nikon 1 J1 and V1, Panasonic GX1, Fuji X10, and
	  Samsung NX200 with color matrices from DNG Converter 6.6.

2011-12-20 21:24  nkbj

	* dcraw.cc: dcraw original 9.12 (1.446).

2011-12-02 23:30  nkbj

	* ufraw-gimp.c: Update code for GIMP 2.8 (tested with GIMP 2.7.3).

2011-11-22 09:15  nkbj

	* wb_presets.c: Add WB presets and finetuning for the SONY
	  DSLR-A390.

2011-11-18 23:30  nkbj

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_ufraw.c,
	  ufraw_ui.h, ufraw_writer.c, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po:
	  Fix various lensfun scale and crop problems. Add --auto-crop and
	  --aspect-ratio command line options. Patches by Vladimir
	  Nadvornik

2011-11-18 21:45  nkbj

	* ufraw_exiv2.cc: Delete the DNGVersion tag to make sure that DCRaw
	  does not handle saved TIFF files as raw.

2011-11-14 10:45  nkbj

	* wb_presets.c: Add WB presets for the FUJIFILM FinePix HS20EXR.

2011-11-12 23:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po, zh_TW.po: Update translation files.

2011-11-05 22:30  nkbj

	* ufraw-batch.c, ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c,
	  ufraw_preview.c, ufraw_ufraw.c: Fix segfault while loading
	  darkframe.

2011-11-02 23:15  nkbj

	* wb_presets.c: Add WB presets and fine tuning for the SONY
	  DSLR-A330.

2011-10-07 22:15  nkbj

	* dcraw.h: Update copyright information.

2011-10-07 08:55  nkbj

	* dcraw.cc: Readd support for the SONY NEX-5N after the upgrade to
	  DCRaw v9.11.

2011-10-07 07:00  nkbj

	* dcraw.cc: dcraw modified 9.11 (1.445). Changelog: Copied new
	  color matrices from DNG Converter 6.5.

2011-10-07 06:52  nkbj

	* dcraw.cc: dcraw original 9.11 (1.445).

2011-09-27 21:45  nkbj

	* wb_presets.c: Code style clean-up.

2011-09-26 22:28  udifuchs

	* wb_presets.c: Added wb presets for the Canon EOS-1DS.  Some style
	  fixes.

2011-09-21 22:15  nkbj

	* dcraw.cc: Add preliminary support for the NIKON 1 J1 and V1 plus
	  the SONY SLT-A65 and NEX-7.

2011-09-13 23:00  nkbj

	* wb_presets.c: Add WB presets and finetuning for the SAMSUNG
	  NX100. Stolen from Darktable.

2011-09-12 10:15  nkbj

	* wb_presets.c: Change DaylightFluorescent to FluorescentHigh for
	  the Canon PowerShot G12. FluorescentHigh is the correct setting
	  according to specifications.

2011-09-12 09:55  nkbj

	* wb_presets.c: Add WB presets for the Canon PowerShot G12. Stolen
	  from Darktable.

2011-09-07 09:30  nkbj

	* po/de.po: Clean up latest commit.

2011-09-07 09:00  nkbj

	* po/de.po: Updated German translation by Chris Leick.

2011-09-05 22:45  nkbj

	* dcraw_api.cc, dcraw_indi.c: Consistency update for
	  scale_colors_INDI().

2011-09-05 10:30  nkbj

	* dcraw_indi.c: Remove code with no effect.

2011-09-04 05:45  nkbj

	* ufraw-setup.iss.in: Add traditional Chinese translation.

2011-09-03 22:14  nkbj

	* ufraw_conf.c, ufraw_routines.c, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po:
	  Add some error messages. Update translation files.

2011-09-03 04:30  nkbj

	* ufraw_conf.c, ufraw_routines.c: Oops. Here is the correct version
	  of the GCC 4.6 compiler warning fixes.

2011-09-03 03:05  nkbj

	* dcraw.cc, ufraw_conf.c, ufraw_routines.c: Fix some GCC 4.6
	  compiler warnings.

2011-08-31 01:30  nkbj

	* wb_presets.c: Various clean-ups.

2011-08-30 07:10  nkbj

	* wb_presets.c: Add WB presets for the SONY DSLR-A450.

2011-08-28 06:45  nkbj

	* dcraw.cc: Add preliminary support for the SONY NEX-5N.

2011-08-28 00:05  nkbj

	* ufraw.pod, ufraw_conf.c, po/ca.po, po/cs.po, po/da.po, po/de.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po: Remove
	  (arbitrary) boundaries for temperature settings from
	  documentation.

2011-08-27 22:30  nkbj

	* dcraw.cc: Add preliminary support for the SONY SLT-A77V.

2011-08-27 04:05  nkbj

	* dcraw.cc, ufraw_writer.c: Fix a couple of compiler warnings on
	  FreeBSD 8.2-RELEASE.

2011-08-22 12:05  nkbj

	* ufraw_routines.c, ufraw_settings.cc: Really fix temperature scale
	  overflow for the OLYMPUS E-PL2 14000K WB preset.

2011-08-22 11:30  nkbj

	* ufraw_routines.c, ufraw_settings.cc: Make sure the 14000K WB
	  presets on the OLYMPUS E-PL1 and E-PL2 can be used without
	  temperature scale overflow.

2011-08-22 10:47  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po, zh_TW.po: Update translation files.

2011-08-22 10:30  nkbj

	* uf_gtk.cc, ufraw_lensfun.cc: Update coding style.

2011-08-21 22:45  udifuchs

	* ufraw_preview.c: Fix a crash when lcms profile file is not found.

2011-08-21 22:20  udifuchs

	* ufraw_ufraw.c: Apply auto-crop in ufraw-batch.

2011-08-21 11:58  udifuchs

	* wb_presets.c: Added WB presets for the Olympus E-PL2.

2011-08-19 07:15  nkbj

	* wb_presets.c: Update WB presets for the NIKON D5100.

2011-08-18 00:05  udifuchs

	* ufraw_ufraw.c: Fix valgrind warnings with 4-color cameras.

2011-08-17 22:05  udifuchs

	* ufraw_lensfun.cc: Make sure lensfun correction is applied when
	  loading configuration file.

2011-08-17 20:49  udifuchs

	* ufraw_settings.cc: Recalculate WB if we are not loading an ID
	  file.

2011-08-14 02:00  nkbj

	* ufraw_writer.c: Allow UFRaw to create FITS files with special
	  characters in path or filename.

2011-08-13 03:50  nkbj

	* uf_glib.h: Fix CentOS 5.6 build error.

2011-08-12 22:41  udifuchs

	* po/nl.po: Updated Nederlands translation by Simon Oosthoek.

2011-08-11 23:35  udifuchs

	* po/cs.po: Updated Czech translation by Milan Kníž.

2011-08-11 23:24  udifuchs

	* ufraw_lensfun.cc, ufraw_ufraw.c: Fix some valgrind "uninitialized
	  variable" warnings.

2011-08-11 22:15  udifuchs

	* ufraw_preview.c: Reset crop data between image loading (in RC).

2011-08-10 21:39  udifuchs

	* uf_gtk.cc, ufobject.cc, ufobject.h: Keep auto lensfun setting on
	  startup.  Make UFGroupList public.

2011-08-09 00:03  udifuchs

	* ufraw_lensfun.cc: Set the lens geometry according to the lens
	  model.

2011-08-06 23:30  nkbj

	* dcraw.cc, ufraw_ufraw.c: Update a couple of comments.

2011-08-06 11:10  nkbj

	* configure.ac, dcraw.cc, ufraw_routines.c: Add support for ARRIRAW
	  and Redcode R3D video file formats.

2011-08-06 06:01  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po, zh_TW.po: Update translation files.

2011-08-06 05:47  nkbj

	* ufraw_lensfun.cc, ufraw_ufraw.c: Fix coding style.

2011-08-06 05:30  nkbj

	* wb_presets.c: Add WB presets for the Panasonic DMC-LX5.

2011-08-04 23:09  udifuchs

	* ufraw_settings.cc: Undo a hack fix to support Fujifilm HS20.

2011-08-04 21:35  udifuchs

	* configure.ac: Bump UFRaw version to 0.19.

2011-08-04 04:30  nkbj

	* dcraw.cc: Fix a couple of GCC 4.4 warnings.

2011-08-03 22:57  udifuchs

	* uf_gtk.cc, ufobject.cc, ufraw_lensfun.cc: Various bug fixes when
	  changing LensModel or FocalLength.

2011-07-29 00:49  udifuchs

	* ufraw_lensfun.cc: Update the lens crop factor, fixing bug
	  #3161607.  Add a "Generic, Crop factor %f" lens model to get
	  consistent behaviour.

2011-07-27 08:50  udifuchs

	* ufobject.cc, ufobject.h, ufraw.h, ufraw_conf.c, ufraw_lensfun.cc,
	  ufraw_settings.cc, ufraw_ufraw.c: Read LensFun settings from
	  --conf file.

2011-07-25 00:59  nkbj

	* ufraw_settings.cc: Beautify coding style.

2011-07-25 00:57  nkbj

	* dcraw.cc: Clean up latest commit to get closer to original code.

2011-07-24 09:59  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 9.10 (1.444). Changelog:
	  Support the Leica D-LUX 5 and V-LUX 2, Panasonic G3 and GF3,
	  Olympus E-P3, Sony NEX-C3 and SLT-A35, and Canon SX30. Updated
	  support for Nikon encrypted WB and Canon sRAW/mRAW.

2011-07-24 09:31  nkbj

	* dcraw.cc: dcraw original 9.10 (1.444).

2011-07-23 22:11  udifuchs

	* ufraw.pod: Fix syntax (Debian bug #632444).

2011-07-20 21:00  nkbj

	* wb_presets.c: Add basic WB presets for the Canon EOS 1100D.

2011-07-16 09:45  nkbj

	* ufraw.pod: Update documentation.

2011-07-16 07:30  nkbj

	* wb_presets.c: Add WB presets for the Panasonic DMC-G3 and SONY
	  NEX-3.

2011-07-16 07:25  nkbj

	* dcraw.cc: Add preliminary support for the Panasonic DMC-G3.

2011-07-16 06:40  nkbj

	* dcraw_indi.c: Fix scaling of channel multipliers.

2011-07-10 23:14  udifuchs

	* dcraw.cc, dcraw_api.cc, dcraw_indi.c: Fix some gcc 4.6 warnings
	  and ignore some others.

2011-07-10 22:42  udifuchs

	* ufraw_settings.cc: Fix wb reading for the Fujifilm HS20.

2011-06-26 02:02  nkbj

	* beautify_style.sh: Also beautify wb_presets.c.

2011-06-23 21:58  udifuchs

	* wb_presets.c: Added WB presets for the Canon PowerShot S95.

2011-06-17 10:45  nkbj

	* wb_presets.c: Add basic WB presets for the NIKON D5100. Stolen
	  from Darktable.

2011-05-25 10:20  nkbj

	* wb_presets.c: Add WB presets for Canon EOS 600D/REBEL T3i/Kiss
	  Digital X5, FUJIFILM FinePix X100 and OLYMPUS E-5.

2011-05-25 10:15  nkbj

	* dcraw.cc: dcraw modified 9.08 (1.443). Changelog: Support the
	  Fuji HS20EXR/F550EXR, Kodak Z990, Leaf AFi-II 12, Nikon D5100,
	  and Samsung NX11 and NX100.

2011-05-25 10:10  nkbj

	* dcraw.cc: dcraw original 9.08 (1.443).

2011-04-17 06:00  nkbj

	* dcraw_indi.c, ufraw_ufraw.c: Beautify code.

2011-04-13 06:45  nkbj

	* dcraw_indi.c: Really fix OpenMP build problem with Sun Studio
	  (bug #3205673).

2011-04-13 06:30  nkbj

	* dcraw_indi.c: Fix OpenMP build problem with Sun Studio (bug
	  #3205673).

2011-04-01 23:15  nkbj

	* dcraw.cc: dcraw modified 9.07 (1.442). Changelog: Support the
	  Hasselblad 9044x6732 back, Leaf 1068x1464 back, Fuji X100, and
	  Canon 600D and 1100D.

2011-04-01 23:05  nkbj

	* dcraw.cc: dcraw original 9.07 (1.442).

2011-03-21 20:45  nkbj

	* ufraw_ufraw.c: Initialize dark->conf->ufobject before first use.

2011-02-28 23:27  udifuchs

	* ufraw_ufraw.c: Fix the failover to dcraw EXIF tags when exiv2
	  fails.

2011-02-28 21:38  udifuchs

	* dcraw.cc, dcraw.h: Limit the number of dcraw IO errors to 10,
	  fixing bug #3024370.

2011-02-27 00:34  udifuchs

	* ufraw_ufraw.c: Fix spurious warning message about image size too
	  small.

2011-02-26 20:48  udifuchs

	* dcraw_api.cc, dcraw_indi.c: Use the correct color variable,
	  fixing a valgrind warning.

2011-02-20 20:36  udifuchs

	* README: Final textual changes before 0.18 release.

2011-02-20 19:43  udifuchs

	* dcraw_indi.c: White-spaces fixes.

2011-02-20 00:15  nkbj

	* beautify_style.sh, curveeditor_widget.c, curveeditor_widget.h,
	  dcraw.h, dcraw_api.cc, dcraw_api.h, dcraw_indi.c, iccjpeg.c,
	  nikon_curve.c, nikon_curve.h, uf_gtk.cc, uf_gtk.h, uf_progress.h,
	  ufobject.cc, ufobject.h, ufraw-batch.c, ufraw-gimp.c, ufraw.c,
	  ufraw.h, ufraw_chooser.c, ufraw_conf.c, ufraw_delete.c,
	  ufraw_developer.c, ufraw_embedded.c, ufraw_exiv2.cc,
	  ufraw_icons.c, ufraw_lens_ui.c, ufraw_lensfun.cc,
	  ufraw_message.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_settings.cc, ufraw_ufraw.c, ufraw_ui.h,
	  ufraw_writer.c, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot, po/zh_CN.po, po/zh_TW.po: Use a slightly different
	  code style.

2011-02-20 00:00  nkbj

	* dcraw.cc: dcraw modified 9.06 (1.441). Changelog: Support
	  high-ISO images from the Samsung WB2000.

2011-02-19 00:22  udifuchs

	* ufraw_settings.cc: Fix crash with --wb=camera. Thanks to patch by
	  Mikhail Teterin.

2011-02-16 21:15  nkbj

	* ufraw_writer.c: Libpng 1.5.x needs the zlib.h header file.

2011-02-15 23:00  nkbj

	* dcraw.h: Beautify code.

2011-02-15 23:00  nkbj

	* beautify_style.sh: Add script to beautify code (from Darktable).

2011-02-15 22:45  nkbj

	* ufraw_conf.c, ufraw_ufraw.c: Fix latest commit.

2011-02-15 22:30  nkbj

	* curveeditor_widget.c, curveeditor_widget.h, dcraw_api.cc,
	  dcraw_api.h, dcraw_indi.c, iccjpeg.c, iccjpeg.h, nikon_curve.c,
	  nikon_curve.h, uf_gtk.cc, uf_gtk.h, uf_progress.h, ufobject.cc,
	  ufobject.h, ufraw-batch.c, ufraw-gimp.c, ufraw.c, ufraw.h,
	  ufraw_chooser.c, ufraw_conf.c, ufraw_delete.c, ufraw_developer.c,
	  ufraw_embedded.c, ufraw_exiv2.cc, ufraw_icons.c, ufraw_lens_ui.c,
	  ufraw_lensfun.cc, ufraw_message.c, ufraw_preview.c,
	  ufraw_routines.c, ufraw_saver.c, ufraw_settings.cc,
	  ufraw_ufraw.c, ufraw_ui.h, ufraw_writer.c: Beautify code using
	  astyle.

2011-02-11 18:15  nkbj

	* wb_presets.c: Whitespace cleanups.

2011-02-10 22:15  nkbj

	* wb_presets.c: Add WB presets + fine tuning for the NIKON D7000.

2011-02-10 21:45  nkbj

	* dcraw.cc: dcraw modified 9.06 (1.440). Changelog: Read correct
	  camera WB from Nikon NRW and Samsung SRW files. Copied color
	  matrices from Adobe DNG Converter 6.3.

2011-02-10 21:41  nkbj

	* dcraw.cc: dcraw original 9.06 (1.440).

2011-02-10 21:40  nkbj

	* dcraw.cc: Fix build error on MacOSX.

2011-01-20 06:00  nkbj

	* curveeditor_widget.c, curveeditor_widget.h, dcraw.cc, dcraw.h,
	  dcraw_api.cc, dcraw_api.h, dcraw_indi.c, nikon_curve.c,
	  nikon_curve.h, uf_glib.h, uf_gtk.cc, uf_gtk.h, uf_progress.h,
	  ufobject.cc, ufobject.h, ufraw-batch.c, ufraw-gimp.c, ufraw.c,
	  ufraw.h, ufraw_chooser.c, ufraw_conf.c, ufraw_delete.c,
	  ufraw_developer.c, ufraw_embedded.c, ufraw_exiv2.cc,
	  ufraw_icons.c, ufraw_lens_ui.c, ufraw_lensfun.cc,
	  ufraw_message.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_settings.cc, ufraw_ufraw.c, ufraw_ui.h,
	  ufraw_writer.c, wb_presets.c, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po, po/zh_TW.po:
	  Update copyright information.

2011-01-15 23:30  nkbj

	* wb_presets.c: Add WB presets and fine-tuning for the SONY
	  SLT-A55V.

2011-01-05 01:10  nkbj

	* wb_presets.c: Add WB presets for the Panasonic DMC-G2.

2010-12-08 22:30  nkbj

	* wb_presets.c: Remove unnecessary quotes.

2010-12-08 10:30  nkbj

	* wb_presets.c: Add WB presets for the Canon EOS 60D and the
	  Panasonic DMC-GF1.

2010-12-08 09:30  nkbj

	* dcraw.cc: Add preliminary support for the Canon PowerShot S95.

2010-12-03 10:15  nkbj

	* wb_presets.c: Add OLYMPUS E-P2 WB presets and fine tuning (from
	  Darktable).

2010-11-25 21:30  nkbj

	* wb_presets.c: Add WB presets and fine-tuning for the SONY NEX-5.

2010-11-25 16:38  udifuchs

	* wb_presets.c: Added WB presets+fine tuning for the Sony A850.

2010-11-15 08:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po, zh_TW.po: Update translation files.

2010-11-14 19:04  udifuchs

	* configure.ac, ufraw.desktop, po/zh_TW.po: Added Traditional
	  Chinses (zh_TW) translation by Tetralet.

2010-11-12 22:00  nkbj

	* wb_presets.c: Add WB presets for the PENTAX K-5 and K-x.

2010-11-11 08:30  nkbj

	* dcraw.cc: dcraw modified 9.05 (1.439).

2010-11-11 08:30  nkbj

	* dcraw.cc: dcraw original 9.05 (1.439).

2010-11-10 21:15  nkbj

	* dcraw.cc: dcraw modified 9.05 (1.439).

2010-11-10 21:05  nkbj

	* dcraw.cc: dcraw original 9.05 (1.439).

2010-11-10 12:15  nkbj

	* dcraw.cc: Clean up latest commit.

2010-11-10 12:00  nkbj

	* wb_presets.c: Add WB presets for Canon EOS-1Ds Mark II and EOS-1D
	  Mark IV. Update WB presets for Canon EOS 5D Mark II.

2010-11-10 12:00  nkbj

	* dcraw.cc: dcraw modified 9.05 (1.439). Changelog: Support the
	  Nikon D3100 & D7000 & P7000, Panasonic FZ40 & FZ100 & LX5,
	  Samsung WB2000, Nokia X2, Canon SX120 & PowerShot G12, Hasselblad
	  H4D, Pentax 645D & K-5 & K-r, Sony SLT-A33 & SLT-A55V.

2010-11-10 11:40  nkbj

	* dcraw.cc: dcraw original 9.05 (1.439).

2010-10-27 23:00  nkbj

	* dcraw.cc: Add preliminary support for the NIKON D3100.

2010-10-27 19:30  nkbj

	* wb_presets.c: Add WB presets for the NIKON D3100.

2010-09-18 23:45  nkbj

	* dcraw.cc: Fix DNG files from the PENTAX K-x.

2010-09-06 23:15  nkbj

	* dcraw.cc: Revert compiler warning fixes not needed with newer
	  versions of GCC. Get closer to the original DCRaw code.

2010-07-31 01:15  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 9.04 (1.438). Changelog: Fixed
	  rotation for Kodak EasyShare and some Canon EOS photos.

2010-07-31 01:10  nkbj

	* dcraw.cc: dcraw original 9.04 (1.438).

2010-07-22 12:30  nkbj

	* wb_presets.c: Add WB presets for the Canon PowerShot A720 IS.

2010-07-22 12:30  nkbj

	* dcraw.cc: Use the correct camera model name for the Canon
	  PowerShot A720 IS.

2010-07-20 14:00  nkbj

	* wb_presets.c: Add WB and Kelvin presets for the OLYMPUS E-PL1.

2010-07-13 23:00  nkbj

	* dcraw.cc: Revert latest change.

2010-07-08 23:00  nkbj

	* dcraw.cc: Avoid warnings while loading interpolation meta data
	  for the Polaroid x530.

2010-07-03 06:45  nkbj

	* wb_presets.c: Add WB presets for the Canon PowerShot G11.

2010-06-26 23:45  nkbj

	* dcraw.cc: dcraw modified 9.03 (1.437). Changelog: Support the
	  Canon SX20 IS. Get Fuji HS10 black level from the metadata.

2010-06-26 23:35  nkbj

	* dcraw.cc: dcraw original 9.03 (1.437).

2010-06-14 22:45  nkbj

	* dcraw.cc: dcraw modified 9.02 (1.436). Changelog: Support the
	  Samsung EX1.

2010-06-14 22:35  nkbj

	* dcraw.cc: dcraw original 9.02 (1.436).

2010-06-11 08:15  nkbj

	* dcraw.cc: dcraw modified 9.02 (1.435). Changelog: Support the
	  Sony A450, Kodak Z981, Olympus E-P2, and Panasonic G2 & GF1.

2010-06-11 08:08  nkbj

	* dcraw.cc: dcraw original 9.02 (1.435).

2010-05-31 09:30  nkbj

	* dcraw.cc: dcraw modified 9.01 (1.434). Changelog: Built color
	  matrices for the Sony NEX-3 and NEX-5.

2010-05-31 09:20  nkbj

	* dcraw.cc: dcraw original 9.01 (1.434).

2010-05-29 21:15  nkbj

	* dcraw.h: Update copyright information.

2010-05-29 21:00  nkbj

	* dcraw.cc: dcraw modified 9.00 (1.433). Changelog: Update
	  copyright information.

2010-05-29 20:35  nkbj

	* dcraw.cc: dcraw original 9.00 (1.433).

2010-05-29 00:00  nkbj

	* dcraw.cc, dcraw.h, dcraw_api.cc: dcraw modified 9.00 (1.433).
	  Changelog: Support the Samsung WB550 and NX10, Casio EX-Z1050,
	  and Fuji HS10. Support the Canon EOS 550D / Digital Rebel T2i /
	  Kiss Digital X4. Support A100 images modified by Sony software.
	  Split the darkness level into four separate color channels.

2010-05-28 23:11  nkbj

	* dcraw.cc: dcraw original 9.00 (1.433).

2010-05-24 23:45  nkbj

	* ufraw_conf.c: Save grayscale mixer values in ID files.

2010-05-10 23:00  nkbj

	* dcraw.cc: Add support for the FUJIFILM FinePix HS10 HS11. Patch
	  by Ben Deering.

2010-05-02 01:30  nkbj

	* dcraw.cc, dcraw_api.cc, ufobject.cc, ufraw_lensfun.cc: Port UFRaw
	  to OpenSolaris. Patch by James Lee.

2010-04-25 01:30  nkbj

	* wb_presets.c: Add WB presets and fine tuning for the OLYMPUS
	  E-600.

2010-04-11 08:45  nkbj

	* wb_presets.c: Update Canon EOS 50D WB presets.

2010-04-06 15:25  udifuchs

	* ufraw_exiv2.cc: Sort TIFF tags to prevent warnings in other
	  softwares.

2010-04-06 10:50  nkbj

	* dcraw.cc: Add temporary color matrix for the Canon EOS 550D.

2010-04-06 00:10  udifuchs

	* ufraw_preview.c: Fix crash when UFRaw starts maximized.

2010-04-05 10:15  nkbj

	* po/.cvsignore: Ignore the messages.mo file generated by 'msgfmt
	  --statistics'.

2010-04-05 10:00  nkbj

	* ufraw.h, ufraw_conf.c, po/ca.po, po/cs.po, po/da.po, po/de.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot, po/zh_CN.po: Add command line option to
	  set grayscale mixer values.

2010-04-05 09:30  nkbj

	* configure.ac, dcraw.h, dcraw_api.h, dcraw_indi.c, uf_glib.h,
	  uf_gtk.cc, uf_gtk.h, ufobject.h, ufraw-gimp.c, ufraw.c,
	  ufraw_chooser.c, ufraw_exiv2.cc, ufraw_lens_ui.c,
	  ufraw_lensfun.cc, ufraw_preview.c, ufraw_ufraw.c: Update version
	  to 0.18. Update version requirements of various libraries. Clean
	  up code.

2010-04-01 01:10  udifuchs

	* README: Final textual changes for the 0.17 release.

2010-04-01 00:00  nkbj

	* ufraw_lens_ui.c, po/ca.po, po/cs.po, po/da.po, po/de.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot, po/zh_CN.po: Align camera and lens model
	  tooltips.

2010-03-31 18:32  udifuchs

	* po/nb.po: Updated Norwegian translation.

2010-03-31 15:39  udifuchs

	* ufraw_lens_ui.c: Fix a crash in win32.

2010-03-31 12:15  nkbj

	* ufraw_lensfun.cc: Only choose lens automatically if the camera
	  model is known. Fix problem with bogus lens choice for some
	  compact cameras not included in the lensfun database.

2010-03-30 18:12  udifuchs

	* ufraw_lensfun.cc: Fix loading of vignetting corrections from
	  lensfun DB.

2010-03-30 17:51  udifuchs

	* ufraw_ufraw.c: Fix auto-wb for 4-colors cameras.

2010-03-29 23:49  udifuchs

	* configure.ac, ufraw.h, ufraw_conf.c, ufraw_lensfun.cc,
	  ufraw_preview.c, ufraw_ufraw.c, ufraw_ui.h: Fix some 4-colors
	  issues.

2010-03-29 21:45  nkbj

	* configure.ac, ufraw.h, ufraw_conf.c, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_ui.h: Disable despeckle until the interface
	  has been fixed for 4-color cameras. It can be enabled by the
	  --enable-despeckle configuration option.

2010-03-29 21:15  nkbj

	* ufraw_lensfun.cc: Disable auto lens search for 4-color cameras
	  until lensfun can handle such images.

2010-03-28 12:45  nkbj

	* dcraw.cc, dcraw.h, dcraw_api.cc: Revert new Canon black point
	  code since it breaks development of some Olympus .ORF files.

2010-03-27 08:15  nkbj

	* ufraw_lensfun.cc: Fix code to destroy lensdb.

2010-03-26 13:45  nkbj

	* configure.ac: Require lensfun 0.2.5 to avoid problems with older
	  versions.

2010-03-25 22:56  udifuchs

	* ufraw_lensfun.cc: Try using the "standard" lens of compact
	  cameras.

2010-03-21 23:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files.

2010-03-21 20:48  udifuchs

	* po/nb.po: Updated Norwegian translation.

2010-03-21 18:41  udifuchs

	* po/ru.po: Updated Russian translation.

2010-03-21 17:19  udifuchs

	* po/es.po: Updated Spanish translation.

2010-03-18 09:45  nkbj

	* po/ko.po: Update Korean translation.

2010-03-18 08:50  nkbj

	* po/ko.po: Update Korean translation.

2010-03-17 20:54  udifuchs

	* dcraw_api.cc: Fix dcraw's black.

2010-03-16 16:36  udifuchs

	* ufraw_preview.c: Move the preview rendering out of the openmp
	  loop.

2010-03-16 09:50  nkbj

	* po/: sr.po, sr@latin.po: Update Serbian translations.

2010-03-16 02:00  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files.

2010-03-15 23:55  nkbj

	* ufraw_lensfun.cc: Fix bug in lens search code. The old code
	  worked only because of a bug in the lensfun library. Patch by
	  Andrew Zabolotny.

2010-03-15 11:05  nkbj

	* dcraw.cc, dcraw.h, dcraw_api.cc: Recommit fixed version of new
	  Canon black point code.

2010-03-15 10:00  nkbj

	* dcraw.cc, dcraw.h: Revert part of Yesterdays commit which broke
	  black point on some Canon raw files.

2010-03-14 13:00  nkbj

	* dcraw.cc, dcraw.h, ufraw_routines.c: Add support for Canon EOS
	  550D and Samsung NX10.

2010-03-13 03:30  nkbj

	* dcraw.cc: Handle raw files from the SIGMA DPx series as
	  unsupported to avoid lockups.

2010-03-11 09:15  nkbj

	* wb_presets.c: Add WB presets for the Canon PowerShot S90.

2010-03-10 21:30  udifuchs

	* wb_presets.c: Added Sony Alpha 550 WB presets.

2010-03-10 09:40  nkbj

	* po/: fr.po, it.po: Various cleanups.

2010-03-09 22:01  udifuchs

	* po/it.po: Updated Italian translation.

2010-03-09 21:43  udifuchs

	* po/fr.po: Updated French translation.

2010-03-08 22:50  nkbj

	* wb_presets.c: Add WB presets for the Canon EOS 550D family.

2010-03-06 23:00  nkbj

	* ufraw.desktop: Add Catalan translation. Update Danish
	  translation.

2010-03-04 21:00  nkbj

	* ufraw-setup.iss.in: Remove duplicate line.

2010-03-04 20:45  nkbj

	* po/: ca.po, cs.po, pl.po: Updated Catalan, Czech, and Polish
	  translations.

2010-03-04 10:45  nkbj

	* po/nl.po: Update Dutch translation.

2010-03-04 10:30  nkbj

	* po/nl.po: Updated Dutch translation by Simon Oosthoek.

2010-03-04 07:00  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2010-03-03 23:08  udifuchs

	* configure.ac, ufraw.h, ufraw_conf.c, ufraw_developer.c,
	  ufraw_preview.c, ufraw_ui.h: Disable the contrast adjustment by
	  default.

2010-03-03 22:52  udifuchs

	* uf_gtk.cc, uf_gtk.h, ufobject.cc, ufobject.h, ufraw.h,
	  ufraw_conf.c, ufraw_lens_ui.c, ufraw_lensfun.cc,
	  ufraw_settings.cc, ufraw_ufraw.c: Add ufCameraModel, ufLensModel,
	  ufLenfunAuto.  Add global reset and auto buttons to the lensfun
	  page.

2010-03-02 15:09  udifuchs

	* ufraw_preview.c: Fix gdk thread locks in preview.

2010-03-02 14:06  udifuchs

	* ufobject.cc, ufobject.h, ufraw_lensfun.cc: Set lensfun defaults
	  correctly when load ID files.

2010-03-01 17:34  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_lens_ui.c, ufraw_lensfun.cc,
	  ufraw_ufraw.c: Some refactoring of the lensfun code.

2010-03-01 15:42  udifuchs

	* ufraw_lensfun.cc: Add 2 digits of accuracy in XML to lensfun's
	  parameters.

2010-02-28 19:50  lexort

	* README-processing.txt: point to more archived posts about the
	  gamma/shadow-fog/poor-perceptual-spacing-LUT issue.

2010-02-28 02:48  udifuchs

	* ufraw_settings.cc: Add another significant digit to
	  ChannelMultipliers in ID files.  This guaranties identical output
	  to the last bit.

2010-02-27 21:52  udifuchs

	* wb_presets.c: Added WB presets and fine-tuning for the Nikon
	  D300S.

2010-02-27 08:30  nkbj

	* ufraw_lensfun.cc: Fix precision.

2010-02-27 05:10  nkbj

	* ufraw_routines.c: Simplify profile_default_gamma().

2010-02-27 04:50  nkbj

	* ufraw_conf.c: uf_reset_locale() was called twice in a row.

2010-02-27 04:45  nkbj

	* ufraw_routines.c: uf_reset_locale() was called twice in a row.

2010-02-27 04:35  nkbj

	* ufraw_conf.c: Read numbers on the command line i C locale. Fix
	  for bug #2917703.

2010-02-27 00:36  udifuchs

	* ufraw.h, ufraw_lens_ui.c, ufraw_lensfun.cc, ufraw_ufraw.c,
	  ufraw_ui.h: Add ufLensGeometry and ufTargetLensGeometry
	  UFObjects.

2010-02-26 17:41  udifuchs

	* ufraw.desktop: Fix all 'desktop-file-validate' warnings.

2010-02-26 17:20  udifuchs

	* wb_presets.c: Updated Canon 7D WB presets and added fine-tuning
	  in the Amber-Blue axis.

2010-02-26 09:05  nkbj

	* wb_presets.c: Update Nikon D300 WB presets.

2010-02-26 01:45  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2010-02-26 01:01  udifuchs

	* Doxyfile, uf_gtk.cc, uf_gtk.h, ufobject.cc, ufobject.h, ufraw.h,
	  ufraw_lens_ui.c, ufraw_lensfun.cc, ufraw_preview.c,
	  ufraw_settings.cc, ufraw_ufraw.c, ufraw_ui.h: Add ufFocalLength,
	  ufAperture, ufDistance UFObjects.

2010-02-26 00:00  nkbj

	* dcraw.cc: Get closer to the original dcraw.c code.

2010-02-25 21:30  nkbj

	* configure.ac, ufraw_developer.c, ufraw_exiv2.cc: Various code
	  clean-ups.

2010-02-25 19:40  nkbj

	* wb_presets.c: Add WB presets for the Panasonic DMC-G1.

2010-02-24 18:45  nkbj

	* po/pl.po: Update Polish translation.

2010-02-24 16:45  udifuchs

	* po/pl.po: Updated Polish translation by Tomasz Golinski.
	  Encoding changed from iso-8859-2 to UTF-8.

2010-02-24 12:00  udifuchs

	* ufraw_preview.c: Fix last commit.

2010-02-24 11:44  udifuchs

	* configure.ac, ufraw-batch.c, ufraw-gimp.c, ufraw.c,
	  ufraw_preview.c, ufraw_ufraw.c: Add glib and gdk thread support.

2010-02-23 20:45  nkbj

	* po/: POTFILES.in, POTFILES.skip: Update POTFILES.in and
	  POTFILES.skip.

2010-02-23 20:45  nkbj

	* po/da.po: Update Danish translation.

2010-02-23 18:24  udifuchs

	* ufobject.cc, ufraw-batch.c, ufraw.c, ufraw_conf.c,
	  ufraw_lensfun.cc: Add an option to destroy lensdb and use it to
	  find and fix some valgrind errors.

2010-02-23 16:46  udifuchs

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files.

2010-02-23 13:36  udifuchs

	* dcraw_api.cc, dcraw_api.h, dcraw_indi.c, ufraw_conf.c,
	  ufraw_preview.c, ufraw_settings.cc, ufraw_ufraw.c: Remove
	  annoying messages for unsupported camera-wb.	Remove redundant
	  messages of ChannelMultipliers: value too small.  Do not show
	  "Camera WB" combo option for cameras that don't support it.  Show
	  a warning icon instead.

2010-02-23 00:20  udifuchs

	* ufraw_preview.c: Remove redundant calls to
	  gtk_progress_bar_set_fraction().

2010-02-22 19:29  udifuchs

	* ufraw_ufraw.c: Remove some reduntant calls to uf_set_wb().

2010-02-22 17:27  udifuchs

	* uf_gtk.cc, ufobject.cc, ufobject.h, ufraw.h, ufraw_preview.c,
	  ufraw_settings.cc, ufraw_ufraw.c: Make ufWB a UFArray instead of
	  a UFString.  Replace ufstring_combo_box implementation with
	  ufarray_combo_box.  Remove TokenList from UFString, making
	  UfString a simple string object.

2010-02-21 19:07  udifuchs

	* ufraw_lens_ui.c: Add comment.

2010-02-21 09:30  nkbj

	* ufraw_settings.cc: Fix compiler warning.

2010-02-21 05:45  nkbj

	* ufraw_lens_ui.c: Fix precision to display the correct focal
	  length for e.g. a 10.5mm fisheye.

2010-02-21 04:03  udifuchs

	* Makefile.am, uf_gtk.cc, uf_gtk.h, ufobject.cc, ufobject.h,
	  ufraw-batch.c, ufraw.c, ufraw.h, ufraw_conf.c, ufraw_lens_ui.c,
	  ufraw_lensfun.cc, ufraw_preview.c, ufraw_settings.cc,
	  ufraw_ufraw.c, ufraw_ui.h: Initial implimentation if lensfun with
	  UFObjects.  Lensfun model parameters are being saved to ID files,
	  but not to .ufrawrc.	These parameters will be also read from ID
	  files, unless the ID file is used for --conf.  UFRaw now applies
	  lensfun automatically. Use --lensfun=none to disable.

2010-02-19 23:00  nkbj

	* ufraw_lens_ui.c: Fix precision to display the correct focal
	  length for e.g. a 10.5mm fisheye.

2010-02-17 17:45  nkbj

	* wb_presets.c: Add WB presets for the OLYMPUS E-P1.

2010-02-17 09:20  nkbj

	* ufraw_lens_ui.c: Make it possible to choose tca model.

2010-02-16 21:45  nkbj

	* wb_presets.c: Update WB presets for the PENTAX K-7.

2010-02-16 09:15  nkbj

	* wb_presets.c: Add WB and Kelvin presets for NIKON D3S.

2010-02-15 23:15  nkbj

	* po/POTFILES.skip: Update list of skipped files.

2010-02-15 21:30  nkbj

	* wb_presets.c: Add missing WB preset for the NIKON D50.

2010-02-15 09:50  nkbj

	* wb_presets.c: Add WB finetuning for the CANON EOS 400D family.
	  Patch by Pascal de Bruijn.

2010-02-15 04:15  nkbj

	* ufraw_preview.c: Better fix for latest commit.

2010-02-15 01:50  nkbj

	* ufraw_preview.c: Fix segfault when minimizing raw histogram on
	  netbook displays.

2010-02-14 20:39  udifuchs

	* ufraw_settings.cc: Reenable support for WB Kelvin presets.

2010-02-14 01:26  udifuchs

	* ufraw_lens_ui.c: Trivial style changes, mostly whitespaces.

2010-02-13 03:45  nkbj

	* po/: POTFILES.in, ca.po, cs.po, da.po, de.po, es.po, fr.po,
	  it.po, ja.po, ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po,
	  sr@latin.po, sv.po, ufraw.pot, zh_CN.po: Update translation
	  files.

2010-02-13 01:22  udifuchs

	* ufraw_ufraw.c: Fix auto-crop calculation.

2010-02-13 00:00  nkbj

	* wb_presets.c: Update NIKON D70 WB presets and fine tuning.
	  Various cosmetic changes to the code.

2010-02-12 18:15  nkbj

	* ufraw_ufraw.c: Fix compiler warning.

2010-02-12 08:45  nkbj

	* wb_presets.c: Update WB presets and fine tuning for the NIKON
	  D70s.

2010-02-12 01:50  udifuchs

	* ufraw-batch.c, ufraw.h, ufraw_lens_ui.c, ufraw_ufraw.c: Simplify
	  lensfun initialization, fixing some crop bugs in the process.

2010-02-11 14:51  udifuchs

	* ufraw_settings.cc, ufraw_ufraw.c: Use channel multipliers from
	  configuration when make and model match.  Fix bug where make and
	  model in uf->conf were not from current raw file.

2010-02-11 01:11  udifuchs

	* ufraw_icons.c, ufraw_preview.c, icons/Makefile.am,
	  icons/automatic-24.png, icons/automatic.svg, icons/manual-24.png,
	  icons/manual.svg, icons/unlock-24.png, icons/unlock.svg: Give
	  different icons to the auto buttons two states.  Give different
	  icons to the crop-lock button two states.

2010-02-10 21:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files.

2010-02-10 17:37  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_lens_ui.c, ufraw_ufraw.c,
	  ufraw_ui.h: Automatically calculate lensfun scaling to preserve
	  image area.  Remove manual scaling option.

2010-02-09 18:27  udifuchs

	* ufraw_preview.c: Disable auto-crop if crop range is manually
	  changed.

2010-02-08 21:47  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier.

2010-02-08 21:38  udifuchs

	* wb_presets.c: WB presets + fine tuning + Kelvin for the Nikon
	  D3X. Patch by Steffan Kaminski.

2010-02-07 22:45  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2010-02-07 22:30  nkbj

	* ufraw_lens_ui.c: Remove workarounds for lensfun 0.2.3.

2010-02-07 16:37  udifuchs

	* configure.ac: Require lensfun >= 0.2.4

2010-02-07 16:26  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_ufraw.c,
	  ufraw_ui.h: Add auto-crop button.

2010-02-05 17:22  udifuchs

	* ufraw-gimp.c, ufraw.h, ufraw_lens_ui.c, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_ui.h, ufraw_writer.c: Resize canvas to fit
	  to lensfun transformations.

2010-02-03 23:59  udifuchs

	* ufraw_preview.c: Fix fit-to-screen when WindowMaximized.

2010-02-02 22:00  nkbj

	* ufraw.pod: Fix typo.

2010-02-01 21:15  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2010-02-01 16:42  udifuchs

	* ufraw_preview.c: Fix crash after "Saving configuration".

2010-02-01 16:21  udifuchs

	* ufraw_preview.c: Add state-dependent tooltips to the lock-aspect
	  button.  Put height/width labels in canonical order.

2010-01-31 08:15  nkbj

	* ufraw_preview.c: Fix rotation.

2010-01-31 02:23  udifuchs

	* ufraw_preview.c, ufraw_ui.h: Fix rotation-reset button to reset
	  flipped images correctly.

2010-01-30 18:02  udifuchs

	* ufobject.cc: Fix new/delete/free mismatch.

2010-01-29 21:15  nkbj

	* po/da.po: Update Danish translation.

2010-01-29 18:48  udifuchs

	* ufraw.h, ufraw_ufraw.c: Use bi-linear interpolation instead of
	  Lanczos interpolation. Lanczos gives nice sharp results, but
	  there is no control over the sharpening.

2010-01-28 19:43  udifuchs

	* ufraw_ufraw.c: Move TCA to the end of the raw phase, where it
	  belongs.

2010-01-27 22:15  nkbj

	* po/da.po: Update Danish translation.

2010-01-27 15:23  udifuchs

	* Doxyfile, Makefile.am, uf_gtk.cc, uf_gtk.h, ufobject.cc,
	  ufobject.h, ufraw-batch.c, ufraw.c, ufraw.h, ufraw_conf.c,
	  ufraw_developer.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_settings.cc, ufraw_ufraw.c, ufraw_ui.h, wb_presets.c,
	  po/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot, po/zh_CN.po: Intoduce UFObjects, to centeralize the
	  implementation of configuration settings.

	  Implement the WB settings with UFObjects.

	  Start using doxygen for API documentation. Currently on
	  ufobject.h is documented. Documentation can be found online at:
	  http://ufraw.sourceforge.net/API/

2010-01-25 18:48  udifuchs

	* ufraw_ufraw.c: Fix a rounding issue in --size.

2010-01-22 23:00  nkbj

	* curveeditor_widget.c, curveeditor_widget.h, dcraw.cc, dcraw.h,
	  dcraw_api.cc, dcraw_api.h, dcraw_indi.c, nikon_curve.c,
	  nikon_curve.h, uf_glib.h, uf_gtk.cc, uf_gtk.h, uf_progress.h,
	  ufraw-batch.c, ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c,
	  ufraw_conf.c, ufraw_delete.c, ufraw_developer.c,
	  ufraw_embedded.c, ufraw_exiv2.cc, ufraw_icons.c, ufraw_lens_ui.c,
	  ufraw_message.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_ufraw.c, ufraw_ui.h, ufraw_writer.c,
	  wb_presets.c, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot, po/zh_CN.po: Update copyright information.

2010-01-22 22:30  nkbj

	* ufraw_preview.c: Calculate size of histograms based on screen
	  height.

2010-01-20 16:18  udifuchs

	* ufraw_preview.c: Fix a crash in the spot selection tool.

2010-01-12 08:00  nkbj

	* dcraw.cc: Revert code not needed by newer versions of valgrind.

2010-01-06 21:22  udifuchs

	* wb_presets.c: WB presets for the Pentax K-m.

2009-12-30 22:00  nkbj

	* wb_presets.c: Use consistent naming for fluorescent and
	  incandescent presets on OLYMPUS DSLR cameras.

2009-12-30 21:30  nkbj

	* wb_presets.c: Add WB presets and fine tuning for OLYMPUS E-620.

2009-12-25 18:55  nkbj

	* dcraw.cc: dcraw modified 8.99 (1.432). Changelog: Support the
	  Canon EOS-1D Mark IV and PowerShots G11 and S90. Support the
	  Casio EX-Z750, Pentax K-x, Fuji SX200EXR, Sony A550.

2009-12-25 18:35  nkbj

	* dcraw.cc: dcraw original 8.99 (1.432).

2009-12-13 11:20  nkbj

	* ufraw_ufraw.c: Add #include <unistd.h>.

2009-12-12 18:21  udifuchs

	* ufraw_preview.c: Fix the --size option in interactive mode.

2009-12-12 00:00  nkbj

	* uf_gtk.cc, ufraw_chooser.c, ufraw_delete.c, ufraw_embedded.c,
	  ufraw_message.c, ufraw_saver.c: Update copyright information.

2009-12-11 17:54  udifuchs

	* nikon_curve.c, ufraw-batch.c, ufraw-gimp.c, ufraw.c, ufraw.h,
	  ufraw_chooser.c, ufraw_conf.c, ufraw_delete.c, ufraw_developer.c,
	  ufraw_embedded.c, ufraw_exiv2.cc, ufraw_icons.c, ufraw_lens_ui.c,
	  ufraw_message.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c, wb_presets.c:
	  Reorganize #include directives.

2009-12-10 00:10  udifuchs

	* ufraw_preview.c: Prevent some crashes for invalid raw files.

2009-12-08 21:15  udifuchs

	* wb_presets.c: WB presets for the Nikon D3000.

2009-12-08 21:07  udifuchs

	* dcraw_api.cc: Fix artifacts in shadows of Canon 40D files.

2009-12-08 00:17  udifuchs

	* ufraw.h, ufraw_lens_ui.c, ufraw_ufraw.c: Apply TCA before Bayer
	  interpolation.

2009-12-04 20:40  udifuchs

	* dcraw_api.cc: Simplify and optimise dcraw_finalize_raw().

2009-12-04 20:38  udifuchs

	* ufraw_ufraw.c: Check for overflows in ufraw_scale_raw().
	  Apparently the assumptions that there will be no overflow was
	  wrong, at least for Foveon raw files.

2009-12-04 00:46  udifuchs

	* dcraw_api.cc: Fix the color of Canon sRAW images (which don't
	  have filters).

2009-12-01 20:57  udifuchs

	* nikon_curve.c, nikon_curve.h, ufraw_routines.c: Have only
	  interface definitions in nikon_curve.h header file.

2009-12-01 20:30  udifuchs

	* dcraw_api.h, ufraw_preview.c: Make sure that there are no
	  scroll-bars on the initial preview.

2009-11-30 23:40  udifuchs

	* ufraw_ufraw.c: Clean up some valgrind warnings.

2009-11-30 21:30  udifuchs

	* ufraw.h, ufraw_preview.c, ufraw_ufraw.c: Reorginize and simplify
	  the API, making ufraw_convert_prepare_buffers() an internal
	  function. This also fixes some segfaults.

2009-11-29 23:58  udifuchs

	* ufraw_exiv2.cc: Use the new easyaccess functions introduced in
	  Exiv2-18.1 to get isoSpeed and lensName.

2009-11-29 07:40  nkbj

	* uf_progress.h, ufraw_preview.c: Drop progress bar reset code.

2009-11-29 06:15  nkbj

	* dcraw.cc: Add support for the CASIO EX-Z750.

2009-11-27 23:56  udifuchs

	* dcraw_api.cc, dcraw_api.h, ufraw_preview.c, ufraw_ufraw.c: Make
	  sure that FreezeDialog is set while the non-tiled part of the
	  image is being rendered. This requires making all ufraw_*_image
	  functions returning images, not do any rendering.

2009-11-27 21:56  udifuchs

	* po/it.po: Updated Italian translation by Eugenio Baldi.

2009-11-27 21:52  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier.

2009-11-27 09:00  nkbj

	* ufraw_preview.c: Make progress bars work in the GIMP plugin.

2009-11-27 06:30  nkbj

	* ufraw_preview.c: Tweak progress bars.

2009-11-27 01:18  udifuchs

	* uf_gtk.cc, ufraw.h, ufraw_developer.c, ufraw_preview.c,
	  ufraw_ufraw.c: Reduced the number of calls to
	  ufraw_developer_prepare() from ufraw_preview to 1.

2009-11-26 22:15  nkbj

	* ufraw_preview.c: Restore old calls to ufraw_developer_prepare().

2009-11-26 21:40  nkbj

	* ufraw-gimp.c: Update rotation code.

2009-11-25 19:07  udifuchs

	* ufraw_preview.c: Fix rendering of crop area.

2009-11-25 18:30  nkbj

	* Makefile.am: Add uf_progress.h to libufraw_a_SOURCES.

2009-11-25 10:15  nkbj

	* dcraw.cc, dcraw.h, dcraw_api.cc, dcraw_api.h, dcraw_indi.c,
	  uf_progress.h, ufraw-batch.c, ufraw.h, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_writer.c, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po: Replace the
	  old progress bar. Patch by Frank van Maarseveen.

2009-11-23 10:30  nkbj

	* ufraw_preview.c: Fix over/under blinking. Patch by Bruce Guenter.

2009-11-21 22:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Remove deprecated string from
	  translation files.

2009-11-21 16:41  udifuchs

	* ufraw_preview.c: Do not render junk on screen during rotation.

2009-11-21 00:21  udifuchs

	* configure.ac: Undo a change that didn't belong to the last
	  commit.

2009-11-21 00:17  udifuchs

	* configure.ac, ufraw_ufraw.c: Fix rendering issue and build
	  without lensfun for last commit.

2009-11-20 23:51  udifuchs

	* ufraw.h, ufraw_lens_ui.c, ufraw_preview.c, ufraw_ufraw.c,
	  ufraw_writer.c: Apply rotation together with lensfun.
	  lensfun_phase was renamed to transfrom_phase accordingly.

2009-11-19 22:40  udifuchs

	* configure.ac: Update the GTK_DISABLE_DEPRECATED to GTK 2.18.

2009-11-18 23:44  udifuchs

	* ufraw_ufraw.c: Fix final output when applying vignetting and no
	  geometry corrections.

2009-11-18 23:24  udifuchs

	* ufraw_ufraw.c: Return the correct rgb_image.

2009-11-16 23:05  nkbj

	* ufraw_lens_ui.c: Reorder lensfun GUI. Patch by Martin Ling.

2009-11-14 12:15  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2009-11-13 10:25  nkbj

	* README, configure.ac, ufraw_conf.c: Bump version number. Clean up
	  configuration and update README. Add PNG enabled/disabled to
	  --version output.

2009-11-10 20:20  udifuchs

	* ufraw_preview.c: Fix a small rounding issue in zoom-in/out. Patch
	  by Frank van Maarseveen.

2009-11-10 20:09  udifuchs

	* ufraw.h, ufraw_preview.c, ufraw_ufraw.c, ufraw_ui.h: Move
	  despeckle's channel-select logic to ufraw_preview.  Clear
	  channel-select when changing page.  Patch by Frank Van
	  Maarseveen.

2009-11-10 00:22  udifuchs

	* ufraw_preview.c, ufraw_ufraw.c: Make rendering of small sizes a
	  bit faster.  Small cleanups.

2009-11-09 22:39  udifuchs

	* ufraw_preview.c: Fix for a logic flaw which prevented zooming in
	  from <100 to >100 to work (it stopped at 100%). Based on patch by
	  Frank van Maarseveen.

2009-11-09 21:44  udifuchs

	* ufraw_preview.c: Keep the viewport center during zooming. Patch
	  by Frank van Maarseveen.

2009-11-09 21:36  udifuchs

	* ufraw_ufraw.c: re-enable raw phase caching.

2009-11-09 21:33  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_ufraw.c,
	  ufraw_ui.h: Added a despeckling/denoising algorithm to solve
	  issues with images taken under very difficult lighting
	  conditions, like deep sea diving.  It may be useful in other
	  situations too.  Patch by Frank van Maarseveen.

2009-11-07 20:22  udifuchs

	* ufraw.h, ufraw_ufraw.c: Fix some redundant warnings that showed
	  up.  Suppress some other warnings that are still relevant, but
	  will be fixed later.

2009-11-07 19:27  udifuchs

	* ufraw_preview.c: Fix buid without lensfun.

2009-11-06 23:15  udifuchs

	* ufraw_lens_ui.c: Fine-tune (increase) step and page size for
	  adjustment scales in lensfun.  page should make a small but
	  noticable change.  step = page/10 is about the smallest
	  significant change.  accuracy = step/10 allow for full precision
	  control.

2009-11-06 08:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files.

2009-11-06 00:47  udifuchs

	* ufraw_preview.c: Change all rint(x) to floor(x+0.5) since it
	  turns out that rint(x) rounds half-integer number to the nearest
	  even integer! Fixes bug ID 2886414.

2009-11-06 00:42  udifuchs

	* ufraw.h, ufraw_preview.c, ufraw_ufraw.c, ufraw_ui.h: Code
	  refactoring. CFG->size, CFG->shrink are always kept at the
	  setting required to generate the preview, only switching to final
	  value when generating final image.

2009-11-05 09:30  nkbj

	* configure.ac: Search for the lensfun library as default.

2009-11-05 00:02  udifuchs

	* ufraw.h, ufraw_lens_ui.c, ufraw_preview.c, ufraw_ufraw.c,
	  ufraw_ui.h: Apply vignetting at the end of ufraw_first_phase.
	  Apply ufraw_lensfun_phase before ufraw_develop_phase.  Use
	  Lanczos resampling also for preview.

2009-11-04 22:05  udifuchs

	* ufraw_preview.c: Add some checks for crop coordinate rescaling to
	  prevent rounding errors.

2009-11-03 23:35  nkbj

	* ufraw_ufraw.c: Fix compiler warning in latest commit.

2009-11-03 20:48  udifuchs

	* ufraw.h, ufraw_lens_ui.c, ufraw_preview.c, ufraw_ufraw.c,
	  ufraw_writer.c: Some code refactoring.

2009-11-03 01:30  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2009-11-03 01:10  nkbj

	* ufraw_conf.c: Make white-space use consistent with other help
	  strings.

2009-11-03 01:00  nkbj

	* ufraw_conf.c: Fix compiler warning from latest commit.

2009-11-03 00:49  udifuchs

	* ufraw.h, ufraw_preview.c, ufraw_ufraw.c: A small #include
	  simplification.

2009-11-03 00:41  udifuchs

	* ufraw-batch.c, ufraw.h, ufraw_conf.c, ufraw_lens_ui.c,
	  ufraw_ufraw.c: Added a --lensfun=auto|none option. Based on patch
	  by Konrad.  The default is --lensfun=none also in interactive
	  mode which used to behave like --lensfun=auto.

	  Fixed a small bug in the --grayscale option.

2009-10-31 00:18  udifuchs

	* ufraw_preview.c, ufraw_ufraw.c: Save image defaults for
	  image-chooser (bug ID: 2889697).  Clean pixbuf before first
	  display.  free uf->conf in ufraw_close(), hopefully not breaking
	  anything.

2009-10-30 20:59  udifuchs

	* ufraw.h, ufraw_developer.c, ufraw_preview.c, ufraw_ufraw.c:
	  Calculate live histogram from working color-space instead of
	  display color-space.	Calculate live histogram from cropped area
	  only.  Based on patches by Konrad.

2009-10-30 01:30  nkbj

	* dcraw.cc: Add support for the NIKON D3S.

2009-10-29 09:40  nkbj

	* wb_presets.c: Use the correct model name for the Canon EOS REBEL
	  T1i.

2009-10-29 00:14  udifuchs

	* dcraw_api.cc, ufraw_ufraw.c: Simplify OpenMP use. Patch by Frank
	  van Maarseveen.

2009-10-28 22:30  nkbj

	* ufraw_ufraw.c: Scale wavelet denoising threshold.

2009-10-27 23:55  udifuchs

	* ufraw_preview.c, ufraw_ufraw.c: Small changes to last commit.

2009-10-27 23:44  udifuchs

	* dcraw_api.cc, dcraw_api.h, ufraw.h, ufraw_developer.c,
	  ufraw_lens_ui.c, ufraw_preview.c, ufraw_ufraw.c, ufraw_ui.h: Code
	  refactoring. Groundwork for tiling all phases, WB fixes,
	  optimizations, denoise scaling. Patch by Frank van Maarseveen.

2009-10-24 22:50  nkbj

	* configure.ac: Simplify search for the exiv2 library.

2009-10-24 22:00  nkbj

	* wb_presets.c: Add WB presets and fine tuning for the OLYMPUS
	  E-30.

2009-10-24 02:05  nkbj

	* dcraw.cc, dcraw_api.cc: Update error handling to current dcraw.c
	  code.

2009-10-23 08:50  nkbj

	* nikon_curve.c: Fix warnings while reading some Nikon curve files.

2009-10-22 22:30  nkbj

	* nikon_curve.c: Make warning message more consistent.

2009-10-22 10:15  nkbj

	* po/zh_CN.po: Delete obsolete lines in latest commit.

2009-10-21 23:28  udifuchs

	* po/zh_CN.po: Updated Chinese translation by Xu Yuanfei.

2009-10-21 22:25  nkbj

	* dcraw.cc: Revert latest commit. It had no effect.

2009-10-21 16:53  udifuchs

	* po/it.po: Updated Italian translation by Eugenio Baldi.

2009-10-21 09:00  nkbj

	* configure.ac, ufraw.h, ufraw_conf.c, ufraw_developer.c,
	  ufraw_preview.c, ufraw_ufraw.c, ufraw_ui.h: Enable contrast
	  setting and hot pixel elimination by default.

2009-10-20 22:45  nkbj

	* dcraw.cc: Use PENTAX K20D color matrix for SAMSUNG GX20.

2009-10-20 20:34  udifuchs

	* ufraw_preview.c, ufraw_ui.h: Allow upto 400% zoom.

2009-10-20 09:45  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2009-10-19 23:05  udifuchs

	* configure.ac, ufraw_preview.c: Remove unused pre-GtkImageView
	  code.  Require GtkImageView >= 1.6 for
	  gtk_image_view_damage_pixels().

2009-10-19 22:42  udifuchs

	* ufraw-gimp.c, ufraw_preview.c: Some post-release textual changes.

2009-10-19 21:57  udifuchs

	* ufraw_preview.c, ufraw_ui.h: The function g_idle_remove_by_data()
	  removes just one idle function.  We fix some bad interactions and
	  duplicate function calls when controls are adjusted too fast.

2009-10-19 08:00  nkbj

	* ufraw_ufraw.c: Fix a couple of denoising issues.

2009-10-18 11:00  nkbj

	* dcraw.cc, dcraw_api.cc, dcraw_indi.c: Make code closer to
	  original dcraw.c code. These type casts are not necessary for
	  avoiding compiler warnings with newer versions of GCC.

2009-10-18 00:40  nkbj

	* ufraw_ufraw.c: Fix hot pixel elimination code.

2009-10-15 22:52  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier.

2009-10-15 21:25  nkbj

	* Makefile.am: Add 'mkinstalldirs' to distributed files.

2009-10-15 20:50  udifuchs

	* Makefile.am: Add ac_openmp.m4 to the distributed files.

2009-10-15 14:00  nkbj

	* Makefile.am, icons/Makefile.am, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po: Make sure
	  that 'make distclean' removes only files not included in
	  distribution tar-ball. Use 'make maintainer-clean' to remove
	  other generated files.

2009-10-15 13:45  nkbj

	* Makefile.am: ufraw.1 should only be removed by 'make distclean'

2009-10-15 11:45  nkbj

	* icons/Makefile.am: Add missing icon to UFRAW_ICONS.

2009-10-15 06:30  nkbj

	* ufraw_ufraw.c: Use OpenMP reduction construct for hot pixel
	  count. Patch by Frank van Maarseveen.

2009-10-15 02:50  nkbj

	* README: Fix typo and make language more consistent.

2009-10-15 00:27  udifuchs

	* README: Updated README history for the release of ufraw-0.16.

2009-10-14 23:30  nkbj

	* ufraw_writer.c: Flip image before saving in FITS format to avoid
	  output being saved upside down.

2009-10-14 22:20  udifuchs

	* po/it.po: Updated Italian translation by Eugenio Baldi.

2009-10-14 01:30  nkbj

	* po/es.po: White space fixes.

2009-10-13 21:45  nkbj

	* po/: cs.po, es.po, pl.po: Update version.

2009-10-13 18:09  udifuchs

	* po/ru.po: Updated Russian translation by Alexandre Prokoudine.

2009-10-13 15:09  udifuchs

	* po/nb.po: Updated Norwegian translation by Alvin Brattli.

2009-10-13 14:47  udifuchs

	* po/es.po: Updated Spanish translation by Enrique Jorreto.

2009-10-13 00:00  nkbj

	* po/da.po: Update Danish translation.

2009-10-12 22:15  udifuchs

	* ufraw_preview.c, po/ca.po, po/cs.po, po/da.po, po/de.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot, po/zh_CN.po: Mark forgotten string for
	  translation. Being part of the hotpixel shaving interface, it is
	  irrelevant to the coming release.

2009-10-12 21:47  udifuchs

	* po/nb.po: Updated Norwegian translation by Alvin Brattli.

2009-10-12 19:17  udifuchs

	* dcraw.cc: Support Sony A500 and A550. Patch from Dave Coffin.

2009-10-12 13:30  nkbj

	* dcraw_api.h, po/ca.po, po/cs.po, po/es.po, po/fr.po, po/it.po,
	  po/ko.po, po/nl.po, po/pl.po, po/ru.po, po/sv.po: Update
	  copyright information.

2009-10-12 02:06  nkbj

	* dcraw.cc: Make stand-alone dcraw behave more like the original
	  dcraw.

2009-10-11 22:15  nkbj

	* po/ja.po: Remove deprecated lines.

2009-10-11 21:16  udifuchs

	* ufraw_ufraw.c: Added OpenMP support for hotpixel detection, patch
	  by Frank van Maarseveen.

2009-10-09 23:13  udifuchs

	* po/ja.po: Updated Japanese translation by Yota Kunioka.

2009-10-09 23:01  udifuchs

	* po/ru.po: Updated Russian translation by Alexander Rabtsevich.

2009-10-08 20:55  udifuchs

	* wb_presets.c: WB presets fpr the Canon 7D.

2009-10-08 20:48  udifuchs

	* ufraw_preview.c: Keep image fully uncropped while rotating, if
	  aspect ratio is not locked.  Try avoiding possible infinite loop
	  by using double instead of float and warn if infinite loops still
	  happen.

2009-10-07 18:14  udifuchs

	* po/pt.po: Updated Portuguese (Brazil) translation by Bruno Buys.

2009-10-06 21:22  udifuchs

	* dcraw_api.cc: Enable the code for pulling greens together after
	  denoising.

2009-10-06 20:22  udifuchs

	* ufraw_conf.c: Finish last commit.

2009-10-06 19:28  udifuchs

	* dcraw_api.cc, ufraw.h, ufraw_preview.c: Calculate shrink from
	  zoom when needed and get rid of conf->Shrink.  Try using shrink
	  instead of resize when reasonable, because it is faster.

2009-10-06 06:50  nkbj

	* po/: cs.po, ko.po, sr.po, sr@latin.po: Update translation files.

2009-10-06 00:20  udifuchs

	* po/ko.po: Fixed last commit.

2009-10-06 00:18  udifuchs

	* po/ko.po: Update Korean translation by Homin Lee.

2009-10-05 22:30  nkbj

	* dcraw.cc, dcraw_indi.c: Suppress more valgrind errors. The
	  compiler warning fix in dcraw_indi.c caused an error in valgrind.

2009-10-05 21:30  nkbj

	* ufraw-batch.c, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot, po/zh_CN.po: Add missing white-spaces to strings.
	  Update translation files accordingly.

2009-10-05 17:07  udifuchs

	* ufraw_preview.c: Fix crash when changing JPEG compression.

2009-10-05 00:00  udifuchs

	* po/cs.po: Updated Czech translation by Milan Knizek.

2009-10-04 09:30  nkbj

	* ufraw_writer.c: Fix writing of black'n'white PPM files.

2009-10-04 04:00  nkbj

	* dcraw.cc, ufraw.h, ufraw_developer.c: Suppress a couple of
	  valgrind errors.

2009-10-03 15:21  udifuchs

	* ufraw_preview.c, ufraw_ufraw.c: Force triggering of rotation
	  event even if angle did not change during reset.  Add comment
	  explaining the angle sign change in ufraw_flip_image().

2009-10-03 07:15  nkbj

	* ufraw-gimp.c: Fix sending grayscale images to GIMP.

2009-10-03 03:30  nkbj

	* configure.ac: Warn but do not crash when --with-lensfun is used
	  on systems where lensfun is not installed.

2009-10-03 01:55  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_ufraw.c,
	  ufraw_ui.h: Fixed again flip & rotate logic, hopefully once and
	  for all.  Rotation reset button, resets to camera orientation.

2009-10-02 09:30  nkbj

	* ufraw_preview.c, ufraw_ui.h: Use a more obvious variable name for
	  latest change.

2009-10-02 06:15  nkbj

	* ufraw_lens_ui.c, ufraw_preview.c, ufraw_ui.h: Fix broken
	  rotation/flip logic. Based on patch by Frank van Maarseveen.

2009-10-01 13:56  udifuchs

	* po/pl.po: Updated Polish translation.

2009-10-01 00:03  udifuchs

	* ufraw_preview.c: Move Alignment line count adjustment to rotation
	  page.

2009-09-30 22:59  udifuchs

	* ufraw_preview.c: Fix rotation angle calculation when flipping.

2009-09-30 17:37  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier.

2009-09-30 16:57  udifuchs

	* po/ca.po: Updated Catalan translation by Paco Rivière.

2009-09-30 16:51  udifuchs

	* ufraw_exiv2.cc: Read Exif.Canon.FocalLength tag. Patch by Artis
	  Rozentāl.

2009-09-30 11:24  udifuchs

	* po/: sr.po, sr@latin.po: Updated Serbian translation by Miloš
	  Popović.

2009-09-30 11:18  udifuchs

	* po/pl.po: Updated Polish translation by Tomasz Golinski.

2009-09-30 09:45  nkbj

	* po/nl.po: Update Dutch translation.

2009-09-30 09:30  nkbj

	* po/da.po: Update Danish translation.

2009-09-30 09:00  nkbj

	* po/: da.po, nl.po: Update Dutch and Danish translations.

2009-09-29 16:30  udifuchs

	* ufraw_ufraw.c: Fix some corner cases for 100% zoom.

2009-09-29 11:45  nkbj

	* configure.ac, ufraw.h, ufraw_conf.c, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_ui.h, po/ca.po, po/cs.po, po/da.po,
	  po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po,
	  po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po,
	  po/sr@latin.po, po/sv.po, po/ufraw.pot, po/zh_CN.po: Add support
	  for hot pixel elimination. It is enabled by the configuration
	  switch --enable-hotpixels. Based on patch by Frank van
	  Maarseveen.

2009-09-28 22:52  udifuchs

	* ufraw_ufraw.c: Simplify (and improve) calculation of
	  ConvertShrink.

2009-09-28 22:51  udifuchs

	* dcraw_api.cc: Fix one pixel wide line artifact on image edge.

2009-09-28 20:03  udifuchs

	* ufraw-gimp.c, ufraw.h, ufraw_ufraw.c, ufraw_writer.c: Get rid of
	  image_type and simplify the code a bit.

2009-09-28 17:42  udifuchs

	* ufraw_conf.c, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot, po/zh_CN.po: Grammer correction (Debian bug
	  #530589).

2009-09-27 17:39  udifuchs

	* dcraw_api.cc, dcraw_api.h, dcraw_indi.c, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_ui.h: Update 100% zoom preview when denoise
	  threshold is changed.  Based on patch by Frank van Maarseveen.
	  100% preview is now enabled.

2009-09-27 09:05  nkbj

	* dcraw.cc: Disable latest commit to avoid segfault with PENTAX
	  *ist D files.

2009-09-25 20:31  udifuchs

	* ufraw_preview.c: Update interpolatin method and color-smoothing
	  for 100% zoom (if enabled).

2009-09-25 20:23  udifuchs

	* ufraw.h, ufraw_preview.c, ufraw_ufraw.c: Small code
	  simplification.

2009-09-25 13:55  udifuchs

	* ufraw_writer.c: Fix buffer overflow when rotating.

2009-09-23 08:30  nkbj

	* ufraw_ufraw.c: Fix mistake in latest commit.

2009-09-23 08:15  nkbj

	* ufraw_preview.c, ufraw_ufraw.c: Clean up use of Developer macro.

2009-09-23 00:45  nkbj

	* ufraw_preview.c: Fix spelling of temporarily in comments. White
	  space fix.

2009-09-22 22:40  nkbj

	* dcraw.cc: dcraw modified 8.98 (1.431). Changelog: Ignore the
	  first data error in a Pentax *ist D file.

2009-09-22 22:36  nkbj

	* dcraw.cc: dcraw original 8.98 (1.431).

2009-09-22 11:30  nkbj

	* ufraw_ufraw.c: Fix bug where --rotate=no flips images
	  horizontally.

2009-09-22 04:55  nkbj

	* ufraw_lens_ui.c: Work around lensfun bug revealed by GCC 4.4.x.

2009-09-21 22:32  udifuchs

	* ufraw_preview.c: Whitespace cleanup.

2009-09-21 01:39  udifuchs

	* ufraw_preview.c, ufraw_ufraw.c: Treat create_base_image() as
	  another rendering phase and trigger full rendering when WB
	  changes during 100% zoom. Based on patch by Frank van Maarseveen.
	  100% zoom is still not enabled.

2009-09-19 00:55  uid198679

	* dcraw.cc: dcraw modified 8.98 (1.430). Changelog: Support the
	  Sony DSLR-A850.

2009-09-19 00:50  nkbj

	* dcraw.cc: dcraw original 8.98 (1.430).

2009-09-18 18:13  udifuchs

	* ufraw_ufraw.c: Fix --size when size is between 50% and 100% of
	  original size.

2009-09-18 14:17  udifuchs

	* ufraw_preview.c: Fix last commit.

2009-09-18 13:39  udifuchs

	* ufraw.h, ufraw_developer.c, ufraw_preview.c, ufraw_ufraw.c:
	  Initial changes toward possible future implementation of 100%
	  zoom in preview.  Patch by Frank van Maarseveen.

2009-09-17 08:20  nkbj

	* dcraw.cc: dcraw modified 8.98 (1.429). Changelog: Support the
	  Canon EOS 7D and the Casio EX-Z850.

2009-09-17 08:15  nkbj

	* dcraw.cc: dcraw original 8.98 (1.429).

2009-09-13 20:04  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier.

2009-09-12 21:01  udifuchs

	* ufraw-batch.c: Support --create-id=only in ufraw-batch.

2009-09-10 18:07  udifuchs

	* ufraw_preview.c: Update alignment line drawing in preview.

2009-09-07 11:00  nkbj

	* dcraw_indi.c: Fix compiler warning with GCC 4.4.x. Now without
	  segfault.

2009-09-06 22:30  nkbj

	* ufraw_exiv2.cc: Add comment to latest commit.

2009-09-05 04:00  nkbj

	* dcraw_indi.c: Revert latest commit to avoid segfaults.

2009-09-03 12:30  nkbj

	* ufraw_developer.c: Make apply_matrix() safe against overwriting
	  its data.

2009-09-01 23:00  nkbj

	* dcraw_indi.c: Fix compiler warning with GCC 4.4.x.

2009-09-01 21:23  udifuchs

	* ufraw_exiv2.cc: Do not write the DNGPrivateData tag to output
	  EXIF.

2009-09-01 14:13  udifuchs

	* configure.ac: Added automake 1.11 silent rules.

2009-09-01 10:08  udifuchs

	* ufraw_preview.c, ufraw_writer.c: Fixed rotation and crop issue
	  from last commit.

2009-09-01 03:30  nkbj

	* configure.ac: Check for the cfitsio library both using pkg-config
	  and header files.

2009-09-01 00:24  udifuchs

	* ufraw-gimp.c, ufraw.h, ufraw_developer.c, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_writer.c: Fix slowdown when sending images
	  to Gimp.

2009-08-31 11:45  nkbj

	* dcraw.cc: dcraw modified 8.97 (1.428). Changelog: Correctly crop
	  Nikon D300S photos.

2009-08-31 11:40  nkbj

	* dcraw.cc: dcraw original 8.97 (1.428).

2009-08-31 11:35  nkbj

	* configure.ac: Use pkgconfig til test for the cfitsio library.

2009-08-31 07:00  nkbj

	* dcraw.cc: Add preliminary support for the NIKON D300S.

2009-08-31 01:30  nkbj

	* ufraw-gimp.c: Update copyright information.

2009-08-30 11:45  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files.

2009-08-30 10:55  nkbj

	* dcraw.cc, dcraw.h: Fix typo in latest commit. Clean up dcraw.h
	  namespace.

2009-08-30 10:50  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.97 (1.427). Changelog:
	  Support the Canon A470, G11, Nikon D3000, and Panasonic
	  FZ35/FZ38. Support camera WB for the Kodak EasyShare Z980 and
	  Z1015.

2009-08-30 10:41  nkbj

	* dcraw.cc: dcraw original 8.97 (1.427).

2009-08-28 17:41  udifuchs

	* ufraw-gimp.c, ufraw.h, ufraw_writer.c: Change ufraw-gimp to use
	  the same image writing code as all other image formats.  This
	  fixes the rotation issue in the plugin.

2009-08-27 18:45  nkbj

	* ufraw_preview.c: Increase range of channel multipliers in
	  preview.

2009-08-20 11:40  nkbj

	* dcraw.cc, wb_presets.c: Add camera WB support and WB presets for
	  the KODAK EASYSHARE Z1015 IS.

2009-08-19 09:15  nkbj

	* dcraw.cc: Add color matrix for the Nikon D3000. Patch by Dave
	  Coffin.

2009-08-16 22:20  nkbj

	* ufraw_preview.c: Fix OpenMP support for preview.

2009-08-15 14:30  nkbj

	* dcraw.cc: Add preliminary support for the Nikon D3000.

2009-08-14 12:15  nkbj

	* dcraw_indi.c: Fix indentations in latest commit.

2009-08-14 09:45  nkbj

	* dcraw.cc: dcraw modified 8.96 (1.426). Changelog: Update
	  packed_load_raw().

2009-08-14 09:32  nkbj

	* dcraw.cc: dcraw original 8.96 (1.426).

2009-08-13 23:30  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.96 (1.426). Changelog: Decode
	  all packed 10-bit and 12-bit formats in one function. Support the
	  Casio Z60, Casio Z75, Kodak Z980, and Pentax K-7. Support the
	  Olympus X200,D560Z,C350Z with or without JPEG files. Copied color
	  matrices from Adobe DNG Converter 5.4.

2009-08-13 23:07  nkbj

	* dcraw.cc: dcraw original 8.96 (1.426).

2009-08-13 11:05  nkbj

	* configure.ac: Only include ac_openmp.m4 if AC_OPENMP is not
	  defined.

2009-08-13 07:00  nkbj

	* ufraw-batch.c: Fix segfault in ufraw-batch with unsupported raw
	  file formats.

2009-08-11 21:30  nkbj

	* wb_presets.c: Add WB presets and fine tuning for the SONY
	  DSLR-A380.

2009-08-11 21:15  nkbj

	* ufraw_lens_ui.c: Update preview image properly when lens
	  distortion model 'None' is selected.

2009-08-11 10:15  nkbj

	* ufraw.c: Update copyright information.

2009-08-10 22:45  nkbj

	* dcraw_indi.c: OpenMP support for VNG interpolation. Patch by
	  Bruce Guenter.

2009-08-10 14:35  nkbj

	* ufraw_preview.c, ufraw_ufraw.c: OpenMP support for preview
	  redrawing. Patch by Bruce Guenter.

2009-08-10 08:10  nkbj

	* ufraw_preview.c: Don't write alignment lines at the image
	  borders.

2009-08-09 01:20  nkbj

	* ufraw_preview.c: Increase linearity precision. Patch by Omari
	  Stephens.

2009-08-07 12:00  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2009-08-07 11:51  udifuchs

	* ufraw_preview.c: Double the gridlines to make them more
	  prominent.

2009-08-07 11:15  nkbj

	* ufraw_preview.c, ufraw_ui.h: Add reset button to the rotation
	  dialog.

2009-08-07 00:15  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2009-08-07 00:00  nkbj

	* ufraw.h, ufraw_conf.c, ufraw_preview.c: Add configurable
	  alignment lines overlay. Patch by Bruce Guenter.

2009-08-06 09:30  uid198679

	* dcraw.cc: Add preliminary support for the PENTAX K-7.

2009-08-05 23:50  nkbj

	* ufraw_conf.c, ufraw_developer.c, ufraw_preview.c, ufraw_ui.h: Add
	  std. deviation to hue calculations. Refactor spot size
	  calculations. Patch by Bruce Guenter.

2009-08-05 07:45  nkbj

	* ufraw.h, ufraw_developer.c, ufraw_preview.c, ufraw_ui.h: Improve
	  hue calculation for lightness adjustment. Patch by Bruce Guenter.

2009-08-04 22:55  nkbj

	* po/fr.po: Remove obsolete entry from latest commit.

2009-08-04 17:05  udifuchs

	* ufraw.desktop, po/fr.po: Update French translation by Gaëtan
	  Perrier.

2009-08-03 04:45  nkbj

	* ufraw-batch.c, ufraw.h, ufraw_ufraw.c: Make createID==only_id
	  behave in logically. Based on patch by Frank van Maarseveen.

2009-08-02 01:30  nkbj

	* ufraw_preview.c, ufraw_ufraw.c: Fix rotation in preview. Fix
	  white-space damage.

2009-08-02 01:10  nkbj

	* wb_presets.c: Add WB presets for the PENTAX K-7.

2009-07-31 22:45  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files. Update
	  Danish translation.

2009-07-31 00:29  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier.

2009-07-28 23:56  udifuchs

	* ufraw.c, ufraw.h, ufraw_preview.c, ufraw_ufraw.c, ufraw_ui.h:
	  Added rotation control to the transformations page of the GUI.
	  Patch by Frank van Maarseveen.

2009-07-24 21:03  udifuchs

	* ufraw_conf.c, ufraw_preview.c, ufraw_ui.h: Rewrote the lightness
	  adjustment UI to create new controls.  Based on patch by Bruce
	  Guenter.

2009-07-24 00:05  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_preview.c: Add a
	  hue "width" parameter to the lightness adjustments.  Patch by
	  Bruce Guenter.

2009-07-24 00:02  udifuchs

	* ufraw_lens_ui.c, ufraw_preview.c, ufraw_ui.h: Refactors more
	  button creation by adding two common subroutines for making
	  buttons with stock images in them.  Code size is reduced by 77
	  lines in total. Patch by Bruce Guenter.

2009-07-15 19:00  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files.

2009-07-11 13:15  nkbj

	* ufraw_ufraw.c: Cosmetic changes.

2009-07-10 11:00  nkbj

	* ufraw-batch.c: Output \'Saved...\' message even when warnings
	  occur.

2009-07-10 08:25  nkbj

	* ufraw.h, ufraw_preview.c, ufraw_ufraw.c, ufraw_writer.c: Fix
	  preview and writing of rotated images. Patch by Frank van
	  Maarseveen.

2009-07-10 08:15  nkbj

	* ufraw_ufraw.c: Fix for flipping images when using lensfun. Patch
	  by Frank van Maarseveen.

2009-07-10 01:45  nkbj

	* ufraw_preview.c: Raise contrast and saturation limits to 8.

2009-07-09 23:16  nkbj

	* po/: ca.po, cs.po, da.po, de.po, es.po, fr.po, it.po, ja.po,
	  ko.po, nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po,
	  sv.po, ufraw.pot, zh_CN.po: Update translation files.

2009-07-08 20:57  udifuchs

	* configure.ac, ufraw-setup.iss.in, ufraw.desktop, po/de.po: Added
	  German translation by Matthias Urlichs and Chris Leick.

2009-07-08 10:30  nkbj

	* dcraw.cc, nikon_curve.c: Fix compiler warnings from GCC 4.4.

2009-07-08 00:46  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_preview.c,
	  ufraw_ui.h: Updated hue-lightness adjustmens. Patch by Bruce
	  Guenter.

	  1. Introduces a new struct lightness_adjustment.

	  2. Changes the text saved in the conf files to have one record
	  for each adjustment, containing both the adjustment and the hue.

	  3. Eliminates the hue slider from the UI.

	  4. Rename adjustment_steps to max_adjustments, in line with the
	  other #defines.

2009-07-08 00:45  nkbj

	* ufraw.desktop: Add Simplified Chinese translation.

2009-07-08 00:00  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot, zh_CN.po: Update translation files.

2009-07-07 23:55  nkbj

	* configure.ac, ufraw-setup.iss.in, po/zh_CN.po: Add Simplified
	  Chinese translation.

2009-07-07 22:35  nkbj

	* autogen.sh: Update to support automake-1.11. Patch by Marco
	  Hyman.

2009-07-07 22:30  nkbj

	* ufraw_lens_ui.c, ufraw_preview.c, ufraw_ui.h: Refactor the
	  creation of reset buttons. Based on patch by Bruce Guenter.

2009-07-07 09:20  nkbj

	* ufraw_preview.c: Make UFRaw usable on 1024x600 pixels netbook
	  screens.

2009-07-07 08:05  nkbj

	* dcraw.cc: Fix build error when using GCC 4.4.

2009-07-06 23:40  nkbj

	* ufraw_ufraw.c: Fix for rotation by a negative rotation angle.

2009-07-06 00:30  nkbj

	* po/da.po: Bump version number.

2009-07-06 00:15  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot: Update translation files.

2009-07-06 00:15  nkbj

	* configure.ac: Bump version number.

2009-07-04 23:15  nkbj

	* wb_presets.c: Add WB presets for the NIKON D5000.

2009-06-30 11:00  nkbj

	* nikon_curve.c: Fix nc_fwrite(). Patch by James Vega.

2009-06-19 22:00  nkbj

	* dcraw.cc: dcraw modified 8.95 (1.425). Changelog: Support the
	  Phase One P45+.

2009-06-19 21:50  nkbj

	* dcraw.cc: dcraw original 8.95 (1.425).

2009-06-19 09:15  nkbj

	* dcraw.h: Clean up DCRaw class namespace.

2009-06-18 06:50  nkbj

	* dcraw.cc: Remove lines of code which had been included twice.

2009-06-09 02:15  nkbj

	* dcraw.cc: dcraw modified 8.95 (1.424). Changelog: Decode one-byte
	  Huffman tokens by lookup table instead of crawling a tree.
	  Support the Casio EX-S20, the Samsung S850, and the Agfa DC-833m.
	  Removed pre_mul[] settings so users will send me color chart
	  photos.

2009-06-09 02:05  nkbj

	* dcraw.cc: dcraw original 8.95 (1.424).

2009-06-09 00:00  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.95 (1.424). Changelog: Decode
	  one-byte Huffman tokens by lookup table instead of crawling a
	  tree. Support the Casio EX-S20, the Samsung S850, and the Agfa
	  DC-833m. Removed pre_mul[] settings so users will send me color
	  chart photos.

2009-06-08 23:09  nkbj

	* dcraw.cc: dcraw original 8.95 (1.424).

2009-06-01 23:16  udifuchs

	* nikon_curve.c: Patch from Debian downstream by Pascal de Bruijn.

2009-05-24 03:15  nkbj

	* ufraw_routines.c: Add support for the Leica D-LUX4 .RWL file
	  format.

2009-05-20 22:10  nkbj

	* wb_presets.c: Add WB presets for Canon EOS 500D/DIGITAL REBEL
	  T1i/Kiss Digital X3 and Canon Powershot SX1 IS.

2009-05-15 12:20  nkbj

	* dcraw.cc: dcraw modified 8.94 (1.423). Changelog: Various fixes.

2009-05-15 12:17  nkbj

	* dcraw.cc: dcraw original 8.94 (1.423).

2009-05-15 11:45  nkbj

	* wb_presets.c: Add WB presets for the Panasonic DMC-FZ28.

2009-05-15 04:00  nkbj

	* dcraw.cc: Fix segfault with Kodak DC50 image files.

2009-05-15 01:50  nkbj

	* dcraw.cc: Fix mistake in latest commit. Temporary fix for
	  segfault with Kodak DC50 images.

2009-05-15 00:15  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.94 (1.423). Changelog: When
	  sampling dark pixels, don't get too close to the light pixels.
	  Support the Panasonic DMC-GH1.

2009-05-15 00:05  nkbj

	* dcraw.cc: dcraw original 8.94 (1.423).

2009-05-14 22:45  nkbj

	* dcraw.cc: Clean up latest commit.

2009-05-14 22:30  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot: Update translation files.

2009-05-14 22:20  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.94 (1.422). Changelog: Use a
	  logarithmic curve when -g has zero power and nonzero toe slope.
	  Linearize the Apple Quicktake, Kodak DC40/DC50, and Logitech
	  Fotoman Pixtura. Support the Canon SX1, SX110, and EOS 500D/Rebel
	  T1i/Kiss X3. Support the Motorola PIXL, Kodak Z1015, and Olympus
	  E-30.

2009-05-14 21:50  nkbj

	* dcraw.cc: dcraw original 8.94 (1.422).

2009-05-06 00:25  nkbj

	* ufraw_ufraw.c: Make lensfun work again.

2009-05-05 23:40  udifuchs

	* po/cs.po: Updated Czech translation by Milan Knížek.

2009-04-22 07:45  nkbj

	* wb_presets.c: Add WB presets + fine tuning for SONY DSLR-A900.

2009-04-12 07:17  lexort

	* README-processing.txt: some notes about highlight processing,
	  with a pointer to Robert's infamous sunset picture.

2009-04-12 06:49  lexort

	* README-processing.txt: Add section on nikon tone curves, from an
	  email by Udi long ago.

	  Simplify discusssion on gamma in light of recent mail.  Mention
	  the mostly-consensus to move to standard sRGB gamma if/when the
	  fogginess issue is resolved.

2009-04-11 20:38  lexort

	* README-processing.txt: add pointer to argyll note about
	  reasonable spacing in perceptual spaces for ArgyllCMS.

2009-04-11 20:36  lexort

	* README-processing.txt: link to thread pointed out by Martin, and
	  note the quantization noise hypothesis (which I find highly
	  believable, but trying not to jump to conclusions since obviously
	  this is hard).

2009-04-08 17:21  lexort

	* README-processing.txt: Add pointer to dlraw's description of
	  processing.

2009-04-07 18:34  lexort

	* TODO: Put a linear profile with sRGB primaries on the wishlist.

2009-04-06 20:02  lexort

	* README-processing.txt: add

	  http://www.21stcenturyshoebox.com/essays/color_reproduction.html

2009-04-06 07:32  lexort

	* TODO: Add item about gamma/linearity mystery.

2009-04-05 22:55  nkbj

	* ufraw_conf.c: Fix loading lightness adjustment settings from ID
	  files. Based on patch by Simon Kirby.

2009-03-25 11:55  nkbj

	* ufraw_preview.c: Fix auto black point setting. Patch by Martin
	  Ling.

2009-03-16 23:21  udifuchs

	* wb_presets.c: WB presets for the Fuji S100FS.

2009-03-12 23:26  nkbj

	* dcraw_api.cc: Fix typo in last commit.

2009-03-12 15:55  nkbj

	* dcraw_api.cc: Fix error handling for corrupt data.

2009-03-12 00:51  udifuchs

	* configure.ac, Makefile.am: Add --with-gtk configuration option to
	  make GTK optional.

	  When GTK is used GtkImageView library is mandatory.

2009-03-09 22:45  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.93 (1.421). Changelog: Pentax
	  K2000/K-m Huffman tree must be read from the MakerNote. The Kodak
	  620x and 720x use the filter pattern YMCY, not GRBG.

2009-03-09 22:39  nkbj

	* dcraw.cc: dcraw original 8.93 (1.421).

2009-03-05 09:50  nkbj

	* dcraw.cc: Fix compiler warning.

2009-03-03 22:45  nkbj

	* dcraw.h: Update copyright information.

2009-03-03 21:51  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.92 (1.420). Changelog: Added
	  -g option for custom gamma curves. Support the Pentax K2000/K-m.
	  Support Firmware 1.0.7 in the Canon EOS 5D Mark II.

2009-03-03 21:41  nkbj

	* dcraw.cc: dcraw original 8.92 (1.420).

2009-02-18 07:40  nkbj

	* ufraw_ufraw.c: Select the correct version of ctime_r() on
	  Solaris.

2009-02-17 08:35  nkbj

	* configure.ac: Make configuration more flexible. Based on patch by
	  Markus Meier.

2009-02-12 21:45  nkbj

	* dcraw.cc: dcraw modified 8.91 (1.419). Changelog: Don't hang when
	  a RIFF file has an extra byte at the end.

2009-02-12 21:40  nkbj

	* dcraw.cc: dcraw original 8.91 (1.419).

2009-02-09 00:05  nkbj

	* ufraw_developer.c, ufraw_icons.c, ufraw_lens_ui.c: Update
	  copyright information.

2009-02-09 00:00  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot: Update translation files. Update Danish translation.

2009-02-08 23:03  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_icons.c,
	  ufraw_preview.c, ufraw_ui.h, icons/Makefile.am,
	  icons/hueadjust-24.png, icons/hueadjust.svg: dded lightness
	  adjustmens by hue. Based on patch by Bruce Guenter.

2009-02-07 11:00  nkbj

	* ufraw_conf.c: Write lens model to ID file.

2009-02-06 01:30  udifuchs

	* ufraw_lens_ui.c: Automatic lens selection with lensfun. Based on
	  patch by Martin Ling.

2009-02-06 00:30  udifuchs

	* wb_presets.c: WB Presets + fine tuning for the Sony Alpha 350.

2009-02-05 22:45  udifuchs

	* configure.ac, wb_presets.c: WB presets for the Canon 5D Mark II.

2009-02-02 23:55  nkbj

	* dcraw.cc: dcraw modified 8.91 (1.418). Changelog: Support the
	  Hasselblad V96C.

2009-02-02 23:49  nkbj

	* dcraw.cc: dcraw original 8.91 (1.418).

2009-02-02 23:30  nkbj

	* dcraw_indi.c: Remove broken OpenMP support from
	  vng_interpolate_INDI().

2009-01-28 21:55  nkbj

	* dcraw_api.cc, dcraw_indi.c: Update scale_colors_INDI() to DCRaw
	  8.90 code.

2009-01-27 22:15  nkbj

	* README, dcraw_indi.c: Update ppg_interpolate() to DCRaw 8.90
	  code.

2009-01-26 12:00  nkbj

	* dcraw_indi.c: Revert changes to vng_interpolate() to keep OpenMP
	  working.

2009-01-26 10:25  nkbj

	* dcraw_indi.c: Keep portability.

2009-01-25 22:45  nkbj

	* dcraw_indi.c: Some whitespace corrections.

2009-01-25 20:48  udifuchs

	* po/ja.po: Updated Japanese translation by Yota Kunioka.

2009-01-25 19:57  udifuchs

	* dcraw_indi.c: Fix wavelet denoise when working with OpenMP (ufraw
	  bug 2518452).

2009-01-25 12:00  nkbj

	* ufraw.pod, ufraw_conf.c, po/ca.po, po/cs.po, po/da.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot: Add --color-smoothing command line option.

2009-01-24 02:15  nkbj

	* dcraw_indi.c: Update vng_interpolate_INDI() to DCRaw 8.90 code.

2009-01-23 21:45  nkbj

	* dcraw.cc, dcraw_indi.c: A couple of whitespace changes.

2009-01-23 21:15  nkbj

	* ufraw_preview.c: Update aspect ratio display when crop region is
	  reset.

2009-01-20 21:10  nkbj

	* dcraw.cc: dcraw modified 8.90 (1.417). Changelog: Get camera WB
	  from ARW files edited by Sony IDC software.

2009-01-20 21:08  nkbj

	* dcraw.cc: dcraw original 8.90 (1.417).

2009-01-19 10:10  nkbj

	* dcraw_indi.c: Revert latest change until bug in 64-bit version
	  has been investigated.

2009-01-16 08:55  nkbj

	* dcraw_indi.c: Undo whitespace changes in latest commit.

2009-01-16 08:45  nkbj

	* dcraw_indi.c: Update wavelet_denoise() to DCRaw 8.90 code.

2009-01-15 22:30  nkbj

	* ufraw.pod, ufraw_conf.c, po/ca.po, po/cs.po, po/da.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot: Update help text and man page entry for --exif
	  option.

2009-01-15 22:00  nkbj

	* dcraw.cc: dcraw modified 8.90 (1.416). Changelog: Fixed an
	  overflow bug in wavelet_denoise().

2009-01-15 21:56  nkbj

	* dcraw.cc: dcraw original 8.90 (1.416).

2009-01-15 20:28  udifuchs

	* ufraw_preview.c: Most format (except ppm and fits) support saving
	  EXIF. Update label accordingly.

2009-01-14 12:25  nkbj

	* dcraw.cc: dcraw modified 8.90 (1.415). Changelog: Support the
	  Samsung S85 at ISO 800 and higher.

2009-01-14 12:20  nkbj

	* dcraw.cc: dcraw original 8.90 (1.415).

2009-01-14 12:15  nkbj

	* ufraw_preview.c: Change exposure adjustment stepping to 1/6 EV.

2009-01-14 10:40  nkbj

	* ufraw_exiv2.cc: Fall back to read short lens name from Nikon NEF
	  files if full lens name is not defined in Exiv2.

2009-01-14 10:15  nkbj

	* ufraw_exiv2.cc: Read full lens name from Nikon NEF files. Needed
	  for future work on lensfun support.

2009-01-13 23:26  nkbj

	* ufraw_preview.c: Set exposure compensation to +/-6 EV to keep
	  usability of slider.

2009-01-13 22:30  nkbj

	* dcraw.cc: dcraw modified 8.90 (1.414). Changelog: Better support
	  the Apple QuickTake 100.

2009-01-13 22:28  nkbj

	* dcraw.cc: dcraw original 8.90 (1.414).

2009-01-13 21:45  nkbj

	* ufraw_preview.c: Allow exposure compensation of +/-8 EV for
	  extreme HDR work.

2009-01-13 07:00  nkbj

	* ufraw_conf.c: More clean-ups.

2009-01-13 04:50  nkbj

	* ufraw_preview.c, ufraw_writer.c, po/ca.po, po/cs.po, po/da.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot: Various clean-ups.

2009-01-12 21:15  nkbj

	* configure.ac: Fix link error on Mac OS X.

2009-01-12 12:00  nkbj

	* ufraw_conf.c, po/ca.po, po/cs.po, po/da.po, po/es.po, po/fr.po,
	  po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/pl.po,
	  po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot: Add --maximize-window command line switch.

2009-01-11 16:44  udifuchs

	* wb_presets.c: WB presets for the Canon PowerShot A710 IS.

2009-01-11 15:07  udifuchs

	* ufraw_writer.c: Use the heap instead of malloc().

2009-01-11 02:50  nkbj

	* ufraw_preview.c: Fix warning with recent GTK+: Gtk-WARNING **:
	  GtkSpinButton: setting an adjustment with non-zero page size is
	  deprecated.

2009-01-10 22:45  nkbj

	* ufraw_writer.c: Make code from latest commit simpler.

2009-01-10 21:45  nkbj

	* ufraw_conf.c, ufraw_writer.c, po/ca.po, po/cs.po, po/da.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot: Add option not to embed built-in sRGB
	  profile (default).

2009-01-10 20:15  nkbj

	* dcraw.cc: dcraw modified 8.90 (1.413). Changelog: Support the
	  Samsung S85.

2009-01-10 20:09  nkbj

	* dcraw.cc: dcraw original 8.90 (1.413).

2009-01-10 10:20  nkbj

	* ufraw_conf.c: Fix a couple of typoes.

2009-01-10 02:20  nkbj

	* ufraw_writer.c, po/ca.po, po/cs.po, po/da.po, po/es.po, po/fr.po,
	  po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/pl.po,
	  po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot: Update error handling in embedding sRGB profile.

2009-01-10 00:15  nkbj

	* ufraw_writer.c: Make some strings ready for translation.

2009-01-09 23:25  nkbj

	* ufraw_ufraw.c: Fix crash while saving TIFF files.

2009-01-09 04:20  nkbj

	* ufraw_conf.c, ufraw_writer.c, po/ca.po, po/cs.po, po/da.po,
	  po/es.po, po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nb.po,
	  po/nl.po, po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po,
	  po/sv.po, po/ufraw.pot: Embed sRGB profile made by
	  cmsCreate_sRGBProfile() if no other output profile is set.

2009-01-08 18:55  nkbj

	* dcraw.cc: dcraw modified 8.89 (1.412). Changelog: Regardless of
	  the Software tag, a DNG file is always raw.

2009-01-08 18:50  nkbj

	* dcraw.cc: dcraw original 8.89 (1.412).

2009-01-08 07:30  nkbj

	* ufraw.h, ufraw_conf.c, ufraw_ufraw.c, ufraw_ui.h: Update some
	  comments.

2009-01-07 22:30  nkbj

	* ufraw_ufraw.c: Avoid getting dark corners with lensfun (fix bug
	  #2023470).

2009-01-06 22:15  nkbj

	* wb_presets.c: Add WB presets for the Canon PowerShot G10. Please
	  test if this camera model really supports native WB presets.

2009-01-04 22:10  nkbj

	* wb_presets.c: Update Panasonic DMC-L1 Kelvin presets.

2009-01-04 21:50  nkbj

	* wb_presets.c: Add WB presets for the Leica DIGILUX 3.

2009-01-04 21:45  nkbj

	* dcraw.cc: dcraw modified 8.89 (1.411). Changelog: Support 3672 x
	  2486 images from the Panasonic DMC-FZ50.

2009-01-04 21:40  nkbj

	* dcraw.cc: dcraw original 8.89 (1.411).

2009-01-04 05:00  nkbj

	* dcraw.cc: Fix reading Panasonic DMC-FZ50 files (bug #2464573).

2009-01-03 23:00  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot: Update translation files.

2009-01-03 13:00  nkbj

	* wb_presets.c: Update WB presets for Canon EOS 30D.

2009-01-03 09:10  nkbj

	* dcraw.cc: dcraw modified 8.89 (1.410). Changelog: Support FFF
	  format from the Hasselblad H3D.

2009-01-03 09:04  nkbj

	* dcraw.cc: dcraw original 8.89 (1.410).

2009-01-03 09:01  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nb.po, nl.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot: Update translation files. Update Danish translation.

2009-01-03 09:00  nkbj

	* wb_presets.c: Add WB fine tune and Kelvin presets for the Nikon
	  D90.

2008-12-24 01:24  udifuchs

	* README: Final textual changes before UFRaw 0.15 release.

2008-12-24 00:25  udifuchs

	* po/: fr.po, ko.po, nb.po, nl.po: Updated Korean translation.

2008-12-23 01:58  udifuchs

	* mkinstalldirs: Update to the latest mkinstalldirs generated by
	  automake 1.10.1.

2008-12-23 01:56  udifuchs

	* dcraw.cc, ufraw_embedded.c, ufraw_ufraw.c: Refined the warning
	  messaged that were added lately.

	  A few warnings are actually errors.

	  Some warning were downgrade to log messages, since they are very
	  'light' warning. If they do pop-up to users, they would only be
	  an annoyance.

2008-12-23 00:58  udifuchs

	* ufraw_exiv2.cc: With Exiv2-0.18 there is no need any more to
	  explicitly delete tags Exif.Canon.0x4002, Exif.Canon.0x4005.

2008-12-23 00:45  udifuchs

	* po/: nb.po, nl.po: Update Nederlands translation.  Update
	  comments in Norwegian translation.

2008-12-23 00:32  udifuchs

	* configure.ac, ufraw-setup.iss.in, ufraw.desktop, po/nb.po,
	  po/no.po: The Norwegian (no) translation is actually a
	  translation to Norwegian bokml (nb).

	  (There is also a Norwegian Nynorsk (nn) language.)

2008-12-23 00:04  udifuchs

	* ufraw_developer.c, ufraw_preview.c: Updated preview correctly
	  when display profile changes (ufraw bug 2459398).

2008-12-22 21:00  udifuchs

	* dcraw_indi.c: OpenMP support also for VNG interpolation. Patch by
	  Bruce Guenter.

2008-12-22 03:20  nkbj

	* po/: cs.po, fr.po: Update translation files.

2008-12-21 09:42  lexort

	* README: Note that OpenMP is enabled by default, and how to
	  disable it.

2008-12-21 00:05  nkbj

	* po/cs.po: Update Czech translation.

2008-12-20 21:50  udifuchs

	* po/fr.po: Udated French translation.

2008-12-20 21:46  udifuchs

	* po/cs.po: Updated Czech translation.

2008-12-20 21:21  udifuchs

	* ufraw_preview.c: Add scrollbars to the profiles/curves page in
	  the options window.

	  Set default option window size 600 by 400.

2008-12-20 08:00  nkbj

	* po/da.po: Fix typo in latest commit.

2008-12-20 00:30  nkbj

	* po/da.po: Update Danish translation to UFRaw 0.15.

2008-12-19 01:03  udifuchs

	* configure.ac: Bump UFRaw's version to 0.15.

2008-12-19 00:59  udifuchs

	* dcraw.cc: Fix redundant warning when loading .badpixels.

2008-12-19 00:51  udifuchs

	* ufraw_writer.c: Continue openmp support by developing the image
	  in big patches to improve performance. Patch by Bruce Guenter.

	  The use of variable arrays is introduced into ufraw code base.
	  If noone complains, we will start using it all over.

2008-12-18 22:45  nkbj

	* wb_presets.c: Fix goof in latest commit.

2008-12-18 22:25  nkbj

	* wb_presets.c: Add WB presets for Canon EOS 450D/REBEL XSi/Kiss X2
	  and REBEL XS/Kiss F.

2008-12-18 01:31  udifuchs

	* ufraw_ufraw.c: Fix the warning message for the last commit.

2008-12-18 01:08  udifuchs

	* wb_presets.c: Added WB presets for the Canon 1000D.

2008-12-18 00:15  udifuchs

	* ufraw_ufraw.c: Fix a check that produced a wrong "fread 1!=9"
	  warning.

2008-12-16 06:15  nkbj

	* curveeditor_widget.h, nikon_curve.h: Update copyright
	  information.

2008-12-16 00:58  udifuchs

	* configure.ac, dcraw_api.h, nikon_curve.c, ufraw_conf.c,
	  ufraw_embedded.c, ufraw_routines.c, ufraw_ufraw.c: Fix all the
	  unused result warnings.

	  Add -D_FORTIFY_SOURCE=2 to configure.ac to turn on these
	  warnings.

	  Remove the #include <features.h>, which does not exist in all
	  environments.

2008-12-15 23:43  udifuchs

	* dcraw.cc, dcraw.h, dcraw_api.cc, dcraw_api.h, ufraw_ufraw.c: Add
	  integrity checks for dcraw's standard io functions, instead of
	  ignoring them. I think the added warnings are too technical to be
	  translated.

	  Add progress report during the loading of the raw file.

2008-12-13 19:15  udifuchs

	* wb_presets.c: Some more WB presets for the Nikon D90.

2008-12-12 02:36  udifuchs

	* ac_openmp.m4, configure.ac, dcraw_indi.c, ufraw_developer.c:
	  Added openmp support for parallel processing of interpolations
	  and pixel development. Patch by Bruce Guenter.

2008-12-11 06:10  nkbj

	* dcraw.cc: dcraw modified 8.89 (1.409). Changelog: Correctly
	  handle negative pixels in split NEF files.

2008-12-11 06:08  nkbj

	* dcraw.cc: dcraw original 8.89 (1.409).

2008-12-10 23:02  udifuchs

	* wb_presets.c: WB presets + fine tuning + temperature presets for
	  the Nikon D700.

2008-12-09 22:22  udifuchs

	* ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_ui.h: Magor simplification of the conf/rc
	  code.  Fixes ufraw-Bugs-2190311 : Defaults always saved in 0.14.1

2008-12-07 13:11  nkbj

	* dcraw.cc: dcraw modified 8.89 (1.408). Changelog: Support
	  GPS-tagged ORFs and anonymous DNGs.

2008-12-07 13:09  nkbj

	* dcraw.cc: dcraw original 8.89 (1.408).

2008-12-01 22:32  nkbj

	* dcraw.cc: dcraw modified 8.89 (1.407). Changelog: Correctly
	  handle edges of Canon sRAW images.

2008-12-01 22:28  nkbj

	* dcraw.cc: dcraw original 8.89 (1.407).

2008-11-26 13:07  nkbj

	* dcraw.cc: dcraw modified 8.89 (1.406). Changelog: Show exposure
	  from Canon MakerNote only if EXIF values are missing. Support the
	  sRAW1 and sRAW2 modes of the Canon EOS 50D and 5D Mark II.
	  Support the Leaf AFi 7, Panasonic FX150 and G1, and Canon
	  PowerShot G10.

2008-11-26 12:57  nkbj

	* dcraw.cc: dcraw original 8.89 (1.406).

2008-11-23 23:23  udifuchs

	* wb_presets.c: Added WB presets for the Nikon D90.

	  Added WB presets for the Canon 50D.

2008-11-18 00:58  udifuchs

	* ufraw_exiv2.cc: Keep the NEFThumbnailSize tag as it turns out it
	  is really a RawImageCenter tag.

2008-11-18 00:30  nkbj

	* dcraw.cc, nikon_curve.c, ufraw_conf.c, ufraw_embedded.c,
	  ufraw_preview.c, ufraw_routines.c, ufraw_ufraw.c: Fix compiler
	  warnings from gcc 3.4.x.

2008-11-15 00:15  nkbj

	* ufraw_routines.c: Add general support for Nikon DSLR input
	  profiles.

2008-11-13 23:30  nkbj

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_writer.c, po/ca.po,
	  po/cs.po, po/da.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
	  po/ko.po, po/nl.po, po/no.po, po/pl.po, po/pt.po, po/ru.po,
	  po/sr.po, po/sr@latin.po, po/sv.po, po/ufraw.pot: Do not make
	  JPEG size optimization optional.

2008-11-13 23:30  nkbj

	* ufraw_exiv2.cc: Delete Exif.Canon.0x4002 if EXIF header is too
	  big.

2008-11-11 00:10  nkbj

	* wb_presets.c: Add WB presets for OLYMPUS E-420.

2008-11-11 00:00  nkbj

	* ufraw.pod, ufraw_conf.c, po/ca.po, po/cs.po, po/da.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nl.po, po/no.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po,
	  po/ufraw.pot: Add jpg and tif as valid --out-type options.

2008-11-10 23:30  nkbj

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_writer.c, po/ca.po,
	  po/cs.po, po/da.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
	  po/ko.po, po/nl.po, po/no.po, po/pl.po, po/pt.po, po/ru.po,
	  po/sr.po, po/sr@latin.po, po/sv.po, po/ufraw.pot: Add option for
	  JPEG size optimization.

2008-11-09 17:33  udifuchs

	* po/: sr.po, sr@latin.po: Updated Serbian translation by Milos
	  Popovic.

2008-11-08 14:53  udifuchs

	* ufraw_exiv2.cc: Delete Exif.Canon.0x4005 tag if EXIF block is too
	  big.

2008-11-07 10:00  nkbj

	* ufraw_exiv2.cc: Add comments.

2008-11-01 13:49  udifuchs

	* ufraw_exiv2.cc: Fix again last commit for users of "older" exiv2
	  libraries.

2008-10-27 12:36  udifuchs

	* dcraw.cc: Canon 5D Mark II support patch from Dave Coffin.

2008-10-23 21:20  nkbj

	* ufraw_conf.c: Save grayscale channel mixer settings properly.

2008-10-22 17:13  udifuchs

	* ufraw_exiv2.cc: Fix previous commit.

2008-10-21 23:20  nkbj

	* ufraw_exiv2.cc: Fix latest commit.

2008-10-21 16:48  udifuchs

	* ufraw_exiv2.cc: Use the new Exiv2::Metadatum::print() method.

	  Read the Exif.CanonCs.LensType tag.

2008-10-20 22:00  udifuchs

	* icons/Makefile.am: ufraw_icons.h should only be deleted on 'make
	  distclean'.

	  Exit with error if gdk-pixbuf-csource is needed but not found.

2008-10-20 21:44  udifuchs

	* ufraw_preview.c, ufraw_ui.h: Split the notebook pages generation
	  out of ufraw_preview().  Patch by Bruce Guenter.

2008-10-19 01:57  udifuchs

	* README: Final textual changes for version 0.14.1.

2008-10-19 01:05  nkbj

	* po/ru.po: Update copyright information.

2008-10-19 01:00  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nl.po, no.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot: Update translation files.

2008-10-18 14:54  udifuchs

	* po/ru.po: Russian translation update by Alexander Rabtchevich.

2008-10-18 02:49  udifuchs

	* ufraw_developer.c: Output and Display intents where switched when
	  a proofing transformation was used.

2008-10-17 20:01  udifuchs

	* configure.ac: Change version to 0.14.1.

2008-10-17 19:58  udifuchs

	* po/ko.po: Korean translation update from Homin Lee.

2008-10-17 19:46  udifuchs

	* wb_presets.c: WB presets for the Panasonic LX3.

2008-10-16 20:12  udifuchs

	* configure.ac, ufraw_conf.c, ufraw_saver.c: gimp-2.6 no longer has
	  the gimp-remote command.

	  For OS's with sane packaging this is checked during ./configure

	  For win32 we check both options during run-time.

2008-10-16 13:27  udifuchs

	* configure.ac: Require lensfun 0.2.3.

2008-10-16 11:30  udifuchs

	* README: Rewrite history. The JPEG 2x2 sampling is for the
	  chrominance components, not the luminance.

2008-10-16 00:49  udifuchs

	* README, ufraw-setup.jpg: Final textual changes before the 0.14
	  release.

	  Update the win32 installer photo.

2008-10-15 20:31  udifuchs

	* dcraw.cc: Prevent dcraw from recognizing UFRaw's generated TIFFs
	  as raw files.

2008-10-15 20:18  udifuchs

	* po/ko.po: Updated Korean translation by Homin Lee.

2008-10-12 22:50  nkbj

	* ufraw_preview.c, ufraw_routines.c: Extend color temperature range
	  to 15000K.

2008-10-10 03:05  udifuchs

	* Makefile.am, icons/grayscale.svg: Fix 'make distcheck'.

2008-10-10 03:01  udifuchs

	* ufraw_exiv2.cc: Really fix writing EXIF data of the Nikon D80
	  (hopefuly).

2008-10-08 00:50  udifuchs

	* ufraw_exiv2.cc: Remove the Exif.NikonPreview tag from the EXIF
	  data. Now EXIF from Nikon D80 files can be written to JPEG.

2008-10-07 22:43  udifuchs

	* ufraw_writer.c: Use predictor value 2 when saving deflated TIFFs
	  for much better compression.

2008-10-07 22:34  udifuchs

	* ufraw_conf.c: If input profile was "No" or "Matrix" it was not
	  written to ID files.	Fixes bug 2004097.

2008-09-29 22:45  nkbj

	* wb_presets.c: Update WB presets for CANON EOS 400D DIGITAL. Patch
	  by Pascal de Bruijn.

2008-09-26 19:40  udifuchs

	* ufraw.pod: Fix the last commit.

2008-09-26 17:39  udifuchs

	* ufraw.pod: Add --grayscale to the man page.

2008-09-26 17:24  udifuchs

	* ufraw_conf.c, ufraw_preview.c: Fix the "remember outpath" option
	  to work also when "save configuration" is set to "never".

	  Now that outputPath is a GUI entry there is no need to guess it
	  anymore.

2008-09-20 22:50  nkbj

	* ufraw_preview.c: Better preview screen fit on GNOME.

2008-09-16 11:15  nkbj

	* dcraw.cc: Make dcraw.cc closer to the original dcraw.c.

2008-09-15 23:55  nkbj

	* ufraw_routines.c: Add support for the Panasonic .RW2 file format.

2008-09-15 23:00  nkbj

	* ufraw_routines.c: Add support for Nikon .NRW files.

2008-09-15 23:00  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.88 (1.405). Changelog: Detect
	  and correct even/odd dark skew in Canon images. Merged three
	  other functions into packed_12_load_raw(). Support the Panasonics
	  LX3 and FZ28, Nikons D90 and P6000, Canon EOS 50D, and Sony A900.

2008-09-15 22:40  nkbj

	* dcraw.cc: dcraw original 8.88 (1.405).

2008-09-13 19:40  nkbj

	* ufraw_ufraw.c: Fix preview image for all values of
	  raw->pixel_aspect.

2008-09-13 17:56  udifuchs

	* wb_presets.c: Sony A200 WB presets and fine tuning.

2008-09-13 17:32  udifuchs

	* ufraw_ufraw.c: Fix preview image for raw files with
	  raw->pixel_aspect.

2008-09-13 11:25  nkbj

	* configure.ac: Only check for gtk_image_view_damage_pixels if
	  GtkImageView is found.

2008-09-13 11:15  nkbj

	* dcraw.cc: Fix compiler warnings with older version of gcc.

2008-09-12 22:00  nkbj

	* wb_presets.c: Add WB presets for the OLYMPUS E-410.

2008-09-10 19:08  udifuchs

	* ufraw-setup.iss.in: Warn win32 users not to change the
	  installation directory.

2008-09-10 19:06  udifuchs

	* ufraw_ufraw.c: Re-enable shrink sizes between 1 and 2.

2008-09-10 09:00  nkbj

	* README, configure.ac: Add --enable-contrast option to the
	  configure script.

2008-09-04 22:15  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nl.po, no.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot: Update translation files. Update Danish translation.

2008-09-01 15:15  nkbj

	* dcraw.cc, dcraw.h: Add support for the Nikon D90.

2008-08-30 13:40  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_preview.c,
	  ufraw_ui.h: Hide the contrast feature behind an #ifdef
	  UFRAW_CONTRAST.

2008-08-30 00:15  nkbj

	* po/: es.po, sr.po, sr@latin.po: Update copyright information.

2008-08-29 23:30  nkbj

	* po/: es.po, it.po, nl.po, no.po, pl.po: Fix build error in
	  Italian translation.

2008-08-29 18:50  udifuchs

	* po/es.po: Updated Spanish translation by Enrique Jorreto Ledesma.

2008-08-29 18:43  udifuchs

	* configure.ac: Build with lensfun only if './configure
	  --with-lensfun' is specified.

2008-08-29 17:44  udifuchs

	* po/no.po: Updated Norwegian translation by Alvin Brattli.

2008-08-29 16:58  udifuchs

	* po/nl.po: Updated Dutch translation by Simon Oosthoek.

2008-08-29 16:54  udifuchs

	* po/it.po: Updated Italian translation by Daniele Medri.

2008-08-29 10:30  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nl.po, no.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot: Update translation files.

2008-08-23 02:30  nkbj

	* wb_presets.c: Update WB presets for the Canon EOS 300D DIGITAL
	  (firmware 1.1.1).

2008-08-21 10:00  nkbj

	* README, configure.ac: Change --enable-local-time to
	  --enable-dst-correction to reflect what it does.

2008-08-21 07:45  nkbj

	* README, configure.ac, dcraw_api.cc: Add --enable-local-time
	  option to use local time (with DST) for file timestamps.

2008-08-20 10:30  nkbj

	* po/cs.po: Update Czech .po file.

2008-08-18 20:48  udifuchs

	* po/cs.po: Updated Czech translation by Milan Knzek.

2008-08-17 22:35  nkbj

	* po/: ca.po, cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po,
	  nl.po, no.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po,
	  ufraw.pot: Update translation files.

2008-08-17 21:54  udifuchs

	* ufraw_preview.c: Removed the 9:16, 10:16, 9:21 aspect ratio
	  presets. I think they are only useful in the landscape ratio.

2008-08-17 21:44  udifuchs

	* po/pl.po: Updated polish translation by Tomasz Goliski.

2008-08-17 21:36  udifuchs

	* ufraw_routines.c: Restore the defualt gamma=0.45 and
	  linearity=0.10 when not using ICC profiles.

2008-08-17 18:36  udifuchs

	* configure.ac, ufraw-setup.iss.in, po/ca.po: New Catalan
	  translation by Paco Rivière.

2008-08-17 18:05  udifuchs

	* po/nl.po: Updated Dutch translation by Simon Oosthoek.

2008-08-17 01:30  nkbj

	* ufraw_preview.c: Make preview windows resizeable without
	  GtkImageView.

2008-08-16 23:55  nkbj

	* dcraw_api.cc: Add call to remove_zeroes().

2008-08-16 13:25  nkbj

	* wb_presets.c: Add Flash WB preset for the SONY DSLR-A300.

2008-08-16 06:30  nkbj

	* wb_presets.c: Add WB presets for the SONY DSLR-A300.

2008-08-16 05:30  nkbj

	* dcraw.cc: Use correct dark value for odd/even columns in Canon
	  EOS 400D files.

2008-08-12 22:35  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.87 (1.404). Changelog:
	  Support the Kodak C603, Nikon D700, Canon EOS 1000D, Canon
	  PowerShot SD300, and Olympus E-520. Removed useless code from
	  ppg_interpolate().

2008-08-12 22:26  nkbj

	* dcraw.cc: dcraw original 8.87 (1.404).

2008-08-07 03:00  nkbj

	* dcraw.cc: Make dcraw.cc closer to original dcraw.c code.

2008-08-02 01:25  nkbj

	* ufraw_preview.c: Add predefined 16:10 crop ratio.

2008-08-01 12:30  nkbj

	* dcraw.cc: Fine-tune error handling (fix bugs #1972371 and
	  #2028871).

2008-07-28 15:50  nkbj

	* ufraw_ufraw.c: Fix segfault with Sigma .X3F files.

2008-07-28 13:20  nkbj

	* ufraw_preview.c, ufraw_ufraw.c: Fix various zoom problems.

2008-07-28 12:20  nkbj

	* ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_conf.c, ufraw_ufraw.c:
	  Better fix for seg-fault in ufraw-batch.

2008-07-27 09:45  nkbj

	* ufraw_ufraw.c: Fix segfault in ufraw-batch with rotated images.

2008-07-27 04:40  nkbj

	* ufraw_preview.c: Correct fix for segfault on high-resolution
	  monitors.

2008-07-26 22:30  nkbj

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_routines.c: Really
	  fix segfault on high-resolution monitors. Patch by Omari
	  Stephens.

2008-07-26 15:21  nkbj

	* ufraw_preview.c: Prevent segfault on high-resolution monitors.

2008-07-26 14:35  nkbj

	* ufraw-setup.iss.in: Update translations and file associations.

2008-07-25 08:45  nkbj

	* po/: cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po, nl.po,
	  no.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po, ufraw.pot:
	  Update translation files.

2008-07-25 08:12  lexort

	* TODO: Explain that "Understand differences between ufraw with
	  defaults and in-camera with defaults." is particularly relevant
	  to the "need varying exposure compensation" issue.

2008-07-25 07:45  nkbj

	* dcraw.cc: Add preliminary color matrix for Nikon D700.

2008-07-23 02:30  nkbj

	* wb_presets.c: Add WB presets for OLYMPUS E-520.

2008-07-23 01:30  nkbj

	* dcraw_api.cc: Revert latest change.

2008-07-23 01:05  nkbj

	* dcraw.cc: Update a comment.

2008-07-23 01:00  nkbj

	* wb_presets.c: Update comments.

2008-07-22 01:00  nkbj

	* dcraw.cc: Add support for the OLYMPUS E-520 camera.

2008-07-21 08:50  nkbj

	* ufraw_ufraw.c: Fix a couple of typoes in comments.

2008-07-10 17:43  udifuchs

	* po/fr.po: Updated French translation by Gatan Perrier.

2008-07-08 08:50  nkbj

	* dcraw.cc, dcraw_api.cc: Various small clean-ups.

2008-07-07 17:01  udifuchs

	* ufraw_exiv2.cc: Synchronize list of EXIF tags that should not be
	  copied with digikam.

	  Remove redundant test. If you are using Exiv2 0.17.91 you should
	  update to revision 1527 or later.

2008-07-05 05:00  nkbj

	* ufraw_conf.c: Various clean-ups.

2008-07-05 02:55  nkbj

	* ufraw_conf.c: Revert latest commit. It did not fix cases with
	  horizontal or vertical flipping.

2008-07-05 02:31  nkbj

	* ufraw_conf.c: Fix segfault in ufraw-batch.

2008-07-03 11:30  nkbj

	* dcraw.cc: Add preliminary support for the Nikon D700 camera.

2008-07-03 10:45  nkbj

	* nikon_curve.c, uf_glib.h, uf_gtk.cc, uf_gtk.h, ufraw_embedded.c,
	  ufraw_message.c, ufraw_saver.c: Update copyright information.

2008-07-03 00:00  nkbj

	* ufraw_ufraw.c: Fix aspect ratio for rotated Nikon D1x images.

2008-07-02 17:09  udifuchs

	* ufraw_preview.c: Fix cropping after rotation.

2008-07-02 15:16  udifuchs

	* ufraw-gimp.c, ufraw.h, ufraw_exiv2.cc, ufraw_ufraw.c,
	  ufraw_writer.c: Update EXIF code to build with Exiv2 0.17.91.
	  Initial support for writting EXIF to TIFF files (still doesn't
	  work).

2008-07-02 08:40  nkbj

	* wb_presets.c: Add Panasonic DMC-FZ18 WB presets.

2008-06-30 16:59  udifuchs

	* curveeditor_widget.c, curveeditor_widget.h, dcraw.cc, dcraw.h,
	  dcraw_api.cc, dcraw_api.h, dcraw_indi.c, nikon_curve.c,
	  nikon_curve.h, uf_glib.h, uf_gtk.cc, uf_gtk.h, ufraw-batch.c,
	  ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_conf.c,
	  ufraw_delete.c, ufraw_developer.c, ufraw_embedded.c,
	  ufraw_exiv2.cc, ufraw_icons.c, ufraw_lens_ui.c, ufraw_message.c,
	  ufraw_preview.c, ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c,
	  ufraw_ui.h, ufraw_writer.c, wb_presets.c: Change UFRaw's license
	  from 'GPLv2' to 'GPLv2 or later'.  All contributors of
	  substantial (meaning non trivial) code agreed to the license
	  change.

2008-06-30 15:47  udifuchs

	* ufraw_conf.c: Remove spurious warning in 'ufraw --version'.

2008-06-30 13:57  udifuchs

	* ufraw_writer.c: Fix a very small leak when writing ICC profiles
	  to PNG.

2008-06-29 17:39  udifuchs

	* wb_presets.c: Add WB presets for the Nikon D60.

2008-06-28 17:05  udifuchs

	* ufraw_preview.c: Fix build when GtkImageView is not used.

2008-06-20 16:42  udifuchs

	* ufraw_preview.c: In continuation to the previous commit also
	  disable Ctrl+scroll which activates GtkImageView's zoom.

2008-06-20 15:17  udifuchs

	* ufraw_preview.c: Hide zoom key bindings from GtkImageView.  Hide
	  left, right scroll events from GtkImageView.

2008-06-20 10:00  nkbj

	* ufraw_delete.c: Update copyright information.

2008-06-18 15:48  udifuchs

	* ufraw_lens_ui.c: Get UFRaw to build with latest lensfun SVN. This
	  means that it will fail to build with older versions of lensfun.

2008-06-18 15:37  udifuchs

	* ufraw_ufraw.c: Add boundary checks, hopefully fixing
	  ufraw-Bugs-1992672.

2008-06-12 16:49  udifuchs

	* ufraw_conf.c, ufraw_developer.c, ufraw_preview.c, ufraw_ui.h:
	  Change grayscale mixer value to 1.0 instead of 100 and some code
	  cleaning.  Patch by Bruce Guenter.

2008-06-11 15:57  udifuchs

	* wb_presets.c: Update Nikon D3 WB presets and added temperature
	  presets.

2008-06-09 22:30  nkbj

	* ufraw_lens_ui.c, ufraw_ufraw.c: Fix compiler warnings.

2008-06-09 22:21  nkbj

	* ufraw_conf.c: Add missing initializers.

2008-06-08 00:00  nkbj

	* ufraw_exiv2.cc: Fix passing EXIF data to JPEG files.

2008-06-07 01:50  nkbj

	* po/: cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po, nl.po,
	  no.po, pl.po, pt.po, ru.po, sr.po, sr@latin.po, sv.po, ufraw.pot:
	  Update translation files. Update Danish translation.

2008-06-07 01:30  nkbj

	* ufraw_preview.c: Fix build error when UFRaw is built with
	  GtkImageView.

2008-06-06 19:22  udifuchs

	* configure.ac, ufraw-setup.iss.in: Update win32 installer.

	  Use pkg-config for libpng, otherwise win32 requires special
	  attention.

2008-06-05 15:38  udifuchs

	* ufraw_exiv2.cc: Read lens information from Minolta and Pentax
	  makernotes.

2008-06-04 17:46  udifuchs

	* ufraw_lens_ui.c: Some textual changes in the lensfun code.  We
	  are back to about 320 pixels for the control panel.  Description
	  is ellipsized. Yet it (and the URL) is selectable.

2008-06-04 01:07  udifuchs

	* ufraw_preview.c: Fix notebook page num when there is no lensfun.
	  Patch by Bruce Guenter.

2008-06-03 15:59  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_lens_ui.c, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_ui.h, po/ru.po: Lensfuns update patch by
	  Andrew Zabolotny:

	  * Respect the camera crop factor setting.  * Made conf_default
	  const again.	* Substantial improvements to camera and lens
	  search.  * Implemented priority subarea preview.

	  This requires the latest lensfun from SVN.

2008-05-31 14:31  udifuchs

	* dcraw.cc, dcraw.h, dcraw_api.cc, dcraw_indi.c, ufraw_conf.c,
	  ufraw_delete.c, ufraw_preview.c, ufraw_routines.c: Convert ifname
	  to utf8 for dcraw_message() calls.  Code in DCRaw::main() was not
	  fixed since it is never called from GTK.

	  Use the newly discovered g_locale_display_name() instead of
	  g_locale_to_utf8().

	  Thanks Andrew Zabolotny for the tips.

2008-05-30 07:30  nkbj

	* dcraw_api.h, ufraw-batch.c, ufraw_lens_ui.c, ufraw_ufraw.c,
	  ufraw_ui.h: Fix compiler warning when UFRaw is built without
	  lensfun. Update copyright information.

2008-05-29 15:45  udifuchs

	* ufraw.pod: Update the man page. --grayscale and --contrast are
	  still not in the man page, because their design is not finalized
	  yet.

2008-05-29 15:17  udifuchs

	* ufraw-batch.c, ufraw.c: Return exit code 1 if ufraw-batch or
	  ufraw fail.

2008-05-26 17:39  udifuchs

	* ufraw.desktop, po/sr.po, po/sr@latin.po: Update Serbian
	  translation.

2008-05-26 17:32  udifuchs

	* ufraw_preview.c: Fix crop controls using the mouse.

2008-05-25 08:07  udifuchs

	* configure.ac, po/sr.po, po/sr@latin.po: New Serbian translation
	  (Cyrilic and Latin) by Miloš Popović.

2008-05-25 06:45  udifuchs

	* ufraw_preview.c: Add some missing preview updates.

2008-05-24 23:45  nkbj

	* wb_presets.c: Add Panasonic DMC-L1 Kelvin presets.

2008-05-23 22:35  nkbj

	* wb_presets.c: Add Panasonic DMC-L1 WB presets.

2008-05-23 16:32  udifuchs

	* Makefile.am, configure.ac, dcraw_api.cc, dcraw_api.h,
	  dcraw_indi.c, ufraw.h, ufraw_conf.c, ufraw_exiv2.cc,
	  ufraw_icons.c, ufraw_lens_ui.c, ufraw_preview.c,
	  ufraw_routines.c, ufraw_ufraw.c, ufraw_ui.h, icons/Makefile.am,
	  icons/distortion-24.png, icons/distortion.svg,
	  icons/geometry-24.png, icons/geometry.svg, icons/lens-24.png,
	  icons/lens.svg, icons/tca-24.png, icons/tca.svg,
	  icons/vignetting-24.png, icons/vignetting.svg, po/POTFILES.in,
	  po/ru.po: lensfun patch by Andrew Zabolotny.

2008-05-19 05:43  udifuchs

	* wb_presets.c: WB presets for the Pentax K200D.

2008-05-18 09:04  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_preview.c: Remove
	  the grayscaleMixerNormalization option.

2008-05-18 08:44  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_preview.c:
	  Grayscale path by Bruce Guenter: - Sets the default channel mixer
	  as above - Adds a color patch below the mixer sliders - Adds a
	  reset button - Removes the redundant "average" grayscale mode

	  In addition, the option to disable luminosity preservation was
	  removed from the UI. And the interface was cleaned up a bit.

2008-05-18 07:45  udifuchs

	* ufraw.pod: Document $HOME/.ufraw-gtkrc.

2008-05-14 13:45  nkbj

	* ufraw-gimp.c, ufraw.c: Load private resource file at startup.

2008-05-12 13:48  lexort

	* README-processing.txt: +  Discussion of sensor saturation levels
	  and highlight recovery in dcraw:

	  http://www.guillermoluijk.com/tutorial/dcraw/index_en.htm

2008-05-11 08:14  lexort

	* README-processing.txt: Note and link to PPM output specification.

2008-05-10 19:29  lexort

	* README-processing.txt: add pointer to lprof site that describes
	  how to create ufraw profiles

2008-05-07 22:50  nkbj

	* po/: cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po, nl.po,
	  no.po, pl.po, pt.po, ru.po, sv.po, ufraw.pot: Update Danish
	  translation.

2008-05-07 22:45  nkbj

	* dcraw.cc: Stand-alone dcraw should not depend on glib.

2008-05-02 15:25  udifuchs

	* ufraw_preview.c: Fix default loaded profile setting, broken by
	  previous commit.

2008-05-01 17:00  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_ufraw.c: Replace
	  the "use matrix" check box with a "Color matrix" profile.  Based
	  on patch by Rafael Espíndola.

2008-05-01 16:37  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier

2008-05-01 14:39  udifuchs

	* curveeditor_widget.c, ufraw_conf.c, ufraw_routines.c: Fix
	  possible overflows in curve data.

2008-05-01 11:07  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c: Make LockAspect a
	  configuration option. LockAspect defaults to TRUE.

	  Fix reset crop area.

2008-04-29 22:30  nkbj

	* dcraw.cc: dcraw modified 8.86 (1.403). Changelog: Don't crash on
	  corrupt CR2 files. Extract the largest JPEG from any X3F file.

2008-04-29 22:24  nkbj

	* dcraw.cc: dcraw original 8.86 (1.403).

2008-04-28 22:30  nkbj

	* po/nl.po: Update translation to Nederlands.

2008-04-26 05:40  nkbj

	* ufraw_conf.c, po/cs.po, po/da.po, po/es.po, po/fr.po, po/it.po,
	  po/ja.po, po/ko.po, po/nl.po, po/no.po, po/pl.po, po/pt.po,
	  po/ru.po, po/sv.po, po/ufraw.pot: Fix typo. Update Danish
	  translation.

2008-04-24 13:16  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_icons.c,
	  ufraw_preview.c, icons/Makefile.am, icons/channel-blue-24.png,
	  icons/channel-green-24.png, icons/channel-red-24.png: 1. The
	  grayscale tab is now the second tab, placing it between WB and
	  base curve.

	  2. The drop down is now a set of radio boxes.  This improves
	  interactivity of the setting (one click to get to a setting
	  instead of two).

	  3. As requested, the color picker is now a channel mixer, which
	  updates the image as it is adjusted.

	  The three color icons are taken from GIMP's channel mixer.

	  (patch by Bruce Guenter)

	  Also added:

	  4. Enable the spot-selector on the grayscale page.

2008-04-22 19:09  lexort

	* README-processing.txt: Drop all links in B&W section, because
	  they are motsly focused on non-free software and have little
	  technical content or insight.  Now that the section is empty, rm
	  it.

2008-04-21 09:39  lexort

	* README-processing.txt: b&w/channel mixer refs

2008-04-20 17:39  udifuchs

	* po/fr.po: Updated French translation by Gatan Perrier.

2008-04-20 10:15  nkbj

	* dcraw.cc: dcraw modified 8.86 (1.402). Changelog: Added SONY A300
	  (dcraw's 300th camera\!), fixed camera WB on the A200. Set
	  model-specific saturation levels in adobe_coeff().

2008-04-20 10:00  nkbj

	* dcraw.cc: dcraw original 8.86 (1.402).

2008-04-19 09:15  nkbj

	* po/: cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po, nl.po,
	  no.po, pl.po, pt.po, ru.po, sv.po, ufraw.pot: Update Danish
	  translation.

2008-04-19 09:00  nkbj

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_icons.c,
	  ufraw_preview.c, ufraw_writer.c, icons/Makefile.am,
	  icons/grayscale-24.png: Add grayscale conversion. Patch by Bruce
	  Guenter.

2008-04-14 22:15  nkbj

	* dcraw.cc: Fix WB on the SONY DSLR-A200.

2008-04-12 09:50  nkbj

	* ufraw_preview.c: Lock aspect ratio when target ratio selected.
	  Patch by Martin Ling.

2008-04-12 09:45  nkbj

	* ufraw_developer.c, po/ko.po: Update copyright information.

2008-04-12 01:00  nkbj

	* po/: cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po, nl.po,
	  no.po, pl.po, pt.po, ru.po, sv.po, ufraw.pot: Update Danish and
	  Korean translations.

2008-04-12 00:45  nkbj

	* README-processing.txt, ufraw.h, ufraw_conf.c, ufraw_developer.c,
	  ufraw_preview.c: Add contrast adjustment. Patch by Bruce Guenter

2008-04-12 00:35  nkbj

	* dcraw.cc: Fix Panasonic WB bug.

2008-04-11 08:44  lexort

	* README-processing.txt: Add reference to an available profile that
	  is compatible with AdobeRGB.

2008-04-08 11:45  nkbj

	* wb_presets.c: Add PENTAX K20D WB presets.

2008-04-08 10:01  nkbj

	* ufraw_preview.c, ufraw_ufraw.c: Fix cropping. Patch by Martin
	  Ling.

2008-04-07 22:25  nkbj

	* dcraw.cc: dcraw modified 8.85 (1.401). Changelog: Support the
	  Olympus E-420.

2008-04-07 22:15  nkbj

	* dcraw.cc: dcraw original 8.85 (1.401).

2008-04-05 23:45  nkbj

	* dcraw.cc: dcraw modified 8.84 (1.400). Changelog: Support the
	  Canon EOS 450D, Nikon D60, and Fuji S100FS. Copied new matrices
	  from Adobe DNG Converter 4.4. sRAW support in 1.393 broke Fuji
	  DNG files, now fixed.

2008-04-05 23:40  nkbj

	* configure.ac: Enable FITS support by default.

2008-04-05 23:35  nkbj

	* dcraw.cc: dcraw original 8.84 (1.400).

2008-04-02 17:35  udifuchs

	* ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_conf.c, ufraw_ufraw.c,
	  ufraw_writer.c: rbitrary rotation support for ufraw-batch. Patch
	  by Martin Ling.

2008-03-29 01:15  nkbj

	* ufraw_writer.c: Fix typo in FITS code.

2008-03-27 22:45  nkbj

	* ufraw.desktop: Add Norwegian translation.

2008-03-26 23:00  nkbj

	* curveeditor_widget.c, dcraw.h, dcraw_api.cc, dcraw_indi.c,
	  ufraw-gimp.c, ufraw.c, ufraw.desktop, ufraw.h, ufraw_chooser.c,
	  ufraw_conf.c, ufraw_preview.c, ufraw_routines.c, ufraw_ufraw.c,
	  ufraw_writer.c, wb_presets.c, po/cs.po, po/da.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/nl.po, po/no.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sv.po, po/ufraw.pot: Update
	  copyright information.

2008-03-26 22:15  nkbj

	* configure.ac, ufraw-setup.iss.in, po/no.po: Add Norwegian
	  translation.

2008-03-25 22:00  nkbj

	* ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_conf.c, ufraw_preview.c,
	  ufraw_ufraw.c: Revert latest changes.

2008-03-25 14:06  lexort

	* README-processing.txt: add reference to incorrect scaling

2008-03-23 02:35  nkbj

	* ufraw_conf.c: Remember RememberOutputPath and progressiveJPEG
	  between images.

2008-03-22 12:40  nkbj

	* ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_conf.c, ufraw_preview.c,
	  ufraw_ufraw.c: Add conf_copy_transform() function. Patch by
	  Martin Ling.

2008-03-15 19:06  udifuchs

	* wb_presets.c: Added WB presets for the Canon PowerShot A630 (CHDK
	  firmware).

2008-03-15 18:58  udifuchs

	* curveeditor_widget.c: Undo irrelevant changes from last commit.

2008-03-15 18:22  udifuchs

	* curveeditor_widget.c, wb_presets.c: WB presets for the Nikon D3.

2008-03-14 11:40  nkbj

	* po/nl.po: Update Dutch translation.

2008-03-14 10:35  nkbj

	* ufraw-setup.iss.in: Add missing translations.

2008-03-14 10:25  nkbj

	* ufraw.desktop: Add Dutch translation by Simon Oosthoek.

2008-03-14 10:15  nkbj

	* configure.ac, po/cs.po, po/da.po, po/es.po, po/fr.po, po/it.po,
	  po/ja.po, po/ko.po, po/nl.po, po/pl.po, po/pt.po, po/ru.po,
	  po/sv.po, po/ufraw.pot: Add Dutch translation by Simon Oosthoek.

2008-03-13 13:30  nkbj

	* dcraw.cc: Do not read TIFF files made by hugin.

2008-03-09 08:55  lexort

	* README-processing.txt: add rawtherapee reference from Jos De
	  Laender

2008-03-08 17:24  udifuchs

	* po/pl.po: Updated Polish translation by Tomasz Golinski.

2008-03-06 14:45  udifuchs

	* po/cs.po: Updated Czech translation by Milan Knizek.

2008-03-05 10:10  nkbj

	* wb_presets.c: Add WB presets for Panasonic DMC-FZ8.

2008-03-05 10:00  nkbj

	* dcraw.cc, dcraw.h, dcraw_indi.c: dcraw modified 8.83 (1.399).
	  Changelog: Copy GPS data into thumbnails and TIFF output. Support
	  the Apple QuickTake 200, Fuji IS-1, Sony DSLR-A350, Pentax K20D,
	  Nokia N95, and Canon PowerShots A460, A530, and A650.

2008-03-05 09:33  nkbj

	* dcraw.cc: dcraw original 8.83 (1.399).

2008-03-05 07:06  lexort

	* wb_presets.c: fix typo in comment (D300 not D200)

2008-03-04 16:20  udifuchs

	* wb_presets.c: WB presets and fine tunings for Panasonic DMC-LX2.

2008-02-20 10:45  nkbj

	* dcraw.cc: Add support for the Sony A350 camera.

2008-02-17 00:10  nkbj

	* ufraw_writer.c: Tidy up duplicate code. Patch by Martin Ling.

2008-02-11 11:00  nkbj

	* ufraw_preview.c: Make better use of 1280x800 pixels.

2008-02-11 09:55  nkbj

	* ufraw_preview.c: Make preview fit on monitors with a resolution
	  of 1280x800 pixels.

2008-02-11 07:40  nkbj

	* dcraw_api.cc: Re-instate .badpixels support.

2008-02-06 21:50  nkbj

	* dcraw_api.cc: Remove bad_pixel() support ATM. It has to be
	  integrated in the GUI.

2008-02-06 21:50  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.82 (1.398). Changelog: Added
	  the -P and -S options. Support the Sony DSLR-A200 and the
	  PowerShots A720 and S5 IS.

2008-02-06 21:12  nkbj

	* dcraw.cc: dcraw original 8.82 (1.398).

2008-02-05 14:47  lexort

	* wb_presets.c: Expanded set of D300 presets (all 13 fine
	  adjustment values from -6 to 6), contributed by Alvin Brattli.

2008-01-29 22:00  nkbj

	* wb_presets.c: Add WB presets for Canon PowerShot G9.

2008-01-23 08:45  nkbj

	* ufraw_exiv2.cc: Make Exiv2 0.16-pre1 work.

2008-01-23 07:45  nkbj

	* configure.ac, ufraw_exiv2.cc: More elegant solution to EXIF
	  changes from Yesterday.

2008-01-22 13:10  nkbj

	* ufraw_exiv2.cc: Make latest commit work with Exiv2 0.12 (and
	  newer versions).

2008-01-22 12:50  nkbj

	* configure.ac, ufraw_exiv2.cc: Remove misleading EXIF fields.
	  Based on patch by Martin Ling.

2008-01-22 06:24  lexort

	* wb_extract.pl: Document usage in a comment.

2008-01-22 06:15  lexort

	* wb_extract.pl: Use /usr/bin/env (refrain from assuming perl is in
	  /usr/bin/perl, because it isn't always).  Use "use warnings;"
	  instead of -w a) which doesn't work with env and b) is
	  recommended by perllexwarn(1).

2008-01-21 21:15  nkbj

	* wb_presets.c: Copy FUJIFILM FinePix S5600 presets to FUJIFILM
	  FinePix S5200 since they are the same camera.

2008-01-19 02:55  nkbj

	* ufraw_writer.c: Fix segfault in ufraw-batch.

2008-01-19 01:30  nkbj

	* ufraw_routines.c: Add support for Hasselblad 3FR and CINE RAW
	  file formats.

2008-01-19 00:30  nkbj

	* ufraw-gimp.c, ufraw.h, ufraw_exiv2.cc, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_writer.c: Write Exif.Photo.ColorSpace tag
	  for sRGB output. Patch by Martin Ling.

2008-01-14 11:45  nkbj

	* wb_presets.c: Add WB presets for PENTAX K100D Super.

2008-01-10 23:00  nkbj

	* po/ja.po: Remove fuzzy.

2008-01-10 22:55  nkbj

	* po/: cs.po, es.po, fr.po, it.po, ja.po, ko.po, pl.po, pt.po,
	  ru.po, sv.po: Small updates to translation files. Patch by Andrew
	  Zabolotny.

2008-01-05 22:35  nkbj

	* ufraw_preview.c: Fix saving in the FITS file format.

2008-01-04 09:05  nkbj

	* ufraw_conf.c, ufraw_preview.c, po/cs.po, po/da.po, po/es.po,
	  po/fr.po, po/it.po, po/ja.po, po/ko.po, po/pl.po, po/pt.po,
	  po/ru.po, po/sv.po, po/ufraw.pot: Fix use of non-ascii control
	  keys. Check if ID files are regular files. Update translation
	  files. Update Danish translation.

2008-01-03 11:30  nkbj

	* ufraw_exiv2.cc: Fix for localized exiv2 values. Patch by Andrew
	  Zabolotny.

2008-01-02 18:51  udifuchs

	* po/: fr.po, it.po: Updated French translation by Gatan PERRIER.

2008-01-02 18:43  udifuchs

	* wb_presets.c: Turns out that the S9600 is a bit different from
	  the S9100.  The presets values are almost the same. The biggest
	  difference is that the American "Cloudy" turns into "Shade" in
	  Europe.

2008-01-02 16:26  udifuchs

	* ufraw.desktop, po/it.po: Updated Italian translation.

2008-01-02 07:55  nkbj

	* wb_presets.c: Add WB presets for OLYMPUS E-3.

2008-01-01 23:05  nkbj

	* po/: cs.po, da.po, es.po, fr.po, it.po, ja.po, ko.po, pl.po,
	  pt.po, ru.po, sv.po, ufraw.pot: Update translation files. Update
	  Danish translation.

2008-01-01 11:53  udifuchs

	* ufraw.c, ufraw.h, ufraw_conf.c, ufraw_exiv2.cc, ufraw_ufraw.c:
	  Added --rotate=no to ufraw-batch. This is useful for creating
	  contact sheets. Based on a patch by Serge Droz.

2007-12-31 10:51  udifuchs

	* wb_presets.c: Copied the Fuji S9500 WB presets to the S9000.
	  Copied the Fuji S9100 WB presets to the S9600.  These cameras
	  pairs are identical.

2007-12-30 17:09  udifuchs

	* wb_presets.c: WB presets for the Fuji s9100.

2007-12-30 16:55  udifuchs

	* configure.ac, po/it.po: New Italian translation by Daniele Medri.

2007-12-29 23:05  nkbj

	* po/: cs.po, da.po, es.po, fr.po, ja.po, ko.po, pl.po, pt.po,
	  ru.po, sv.po, ufraw.pot: Update translation files. Update Danish
	  translation.

2007-12-29 19:07  lexort

	* README-processing.txt: add references, and caution  about 'gamma'
	  in some of them.

	  explain rationale for canon "1 stop" reduction in raw files.

2007-12-29 13:47  udifuchs

	* ufraw_preview.c: Rename "Threshold" to "Denoise".

2007-12-28 09:49  udifuchs

	* uf_gtk.cc: Fix compilation on OS-X.

2007-12-27 10:21  udifuchs

	* po/pl.po: Updated Polish translation by Tomasz Golinski.

2007-12-26 23:35  nkbj

	* wb_presets.c: Fix capitalization in comment.

2007-12-23 17:17  udifuchs

	* ufraw.desktop: Czech translation.

2007-12-23 16:22  udifuchs

	* configure.ac, po/cs.po: New Czech translation by Milan Knizek.

2007-12-13 16:51  udifuchs

	* ufraw.h, ufraw_preview.c, ufraw_ufraw.c: Fix some 64-bits
	  warnings.

2007-12-12 15:15  nkbj

	* wb_presets.c: Added WB presets and fine tuning for the Sony A700.

2007-12-10 11:09  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.81 (1.397). Changelog:
	  Support the Panasonic DMC-L10, added the "-W" option.

2007-12-10 10:55  nkbj

	* dcraw.cc: dcraw original 8.81 (1.397).

2007-12-09 12:48  udifuchs

	* ufraw.h, ufraw_ufraw.c: Switch from raw luminosity histogram to
	  normalized raw histogram for the auto-exposure/black/curve tools.

2007-12-08 20:30  nkbj

	* wb_presets.c, po/da.po, po/es.po, po/fr.po, po/ja.po, po/ko.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sv.po, po/ufraw.pot: Add WB
	  presets and fine tuning for Nikon D300 (patch by Duncan Grisby).
	  Update translation files. Update Danish translation.

2007-12-06 07:54  lexort

	* README-processing.txt: more gamma text from Rafael Espindola.

2007-12-06 07:51  lexort

	* README-processing.txt: add references

2007-12-05 23:15  nkbj

	* po/da.po: Update Danish translation.

2007-12-05 23:05  nkbj

	* po/: da.po, es.po, fr.po, ja.po, ko.po, pl.po, pt.po, ru.po,
	  sv.po, ufraw.pot: Update translation files. Update Danish
	  translation.

2007-12-05 16:19  udifuchs

	* ufraw-batch.c: Add progress report to ufraw-batch as suggested by
	  Alexandre Prokoudine.

2007-12-05 15:50  udifuchs

	* po/fr.po: Update of French translation by Gatan Perrier.

2007-12-02 16:28  udifuchs

	* wb_presets.c: Fix type in the incandescent wb preset of the Canon
	  400D.

2007-12-02 14:48  lexort

	* README-processing.txt: Describe gamma input processing.  From
	  patch by Rafael Espindola, edited my me, plus some of my own
	  ramblings.

2007-12-01 14:56  udifuchs

	* uf_gtk.cc: Fix build on 64-bits targets.

2007-12-01 09:52  lexort

	* README-processing.txt: some discussion of input processing and
	  white balance.

2007-11-30 19:58  lexort

	* README-documentation.txt: mention README-processing.txt

2007-11-30 10:00  nkbj

	* po/: da.po, es.po, fr.po, ja.po, ko.po, pl.po, pt.po, ru.po,
	  sv.po, ufraw.pot: Update translation files. Update Danish
	  translation.

2007-11-28 16:35  udifuchs

	* uf_gtk.cc, uf_gtk.h, ufraw_preview.c: Allow attaching a value to
	  each uf_combo_box entry.

	  Fix the bit-depth combo.

	  Make sure that the text in combo boxes doesn't make the window
	  too wide.

2007-11-26 17:58  udifuchs

	* ufraw_routines.c: Add some comments.

2007-11-26 16:58  udifuchs

	* ufraw_writer.c: For JPEG output 2x2 sampling factor for the
	  luminance components was used by default. Now for compression>90
	  we use 2x1 sampling and for compression>92 we use 1x1  sampling.

2007-11-26 16:52  udifuchs

	* ufraw_routines.c: Fix uf_file_set_absolute() from previous
	  commit.

2007-11-26 16:04  udifuchs

	* configure.ac, uf_gtk.cc, uf_gtk.h, ufraw.c, ufraw.h,
	  ufraw_conf.c, ufraw_preview.c, ufraw_routines.c, ufraw_saver.c:
	  Move save-as dialog controls to main window.

	  Add a 'remember output path' option.

	  Depend on Gtk+ 2.6 because of GtkFileChooserButton.

2007-11-23 10:08  udifuchs

	* ufraw_preview.c, po/da.po, po/es.po, po/fr.po, po/ja.po,
	  po/ko.po, po/pl.po, po/pt.po, po/ru.po, po/sv.po, po/ufraw.pot:
	  No need to translate numbers.

2007-11-21 23:40  nkbj

	* ufraw_conf.c, po/da.po, po/es.po, po/fr.po, po/ja.po, po/ko.po,
	  po/pl.po, po/pt.po, po/ru.po, po/sv.po, po/ufraw.pot: Fix
	  capitalization in string. Update translation files accordingly.
	  Update Danish translation.

2007-11-20 14:01  udifuchs

	* po/POTFILES.skip: Add list of files that do not need translation.

2007-11-18 17:39  udifuchs

	* ufraw_conf.c, ufraw_preview.c, po/da.po, po/es.po, po/fr.po,
	  po/ja.po, po/ko.po, po/pl.po, po/pt.po, po/ru.po, po/sv.po,
	  po/ufraw.pot: Some string fixes.

2007-11-18 17:31  udifuchs

	* ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_conf.c, ufraw_preview.c,
	  ufraw_saver.c, ufraw_writer.c, po/da.po, po/es.po, po/fr.po,
	  po/ja.po, po/ko.po, po/pl.po, po/pt.po, po/ru.po, po/sv.po,
	  po/ufraw.pot: Make bit-depth part of the output profile settings.

2007-11-18 17:24  udifuchs

	* configure.ac: Bump version to 0.14.

2007-11-17 15:02  udifuchs

	* ufraw_developer.c: Fix interger overflow in Canon exposure
	  calculation.

2007-11-16 12:05  udifuchs

	* po/: Makefile.in.in, da.po, es.po, fr.po, ja.po, ko.po, pl.po,
	  pt.po, ru.po, sv.po, ufraw.pot: Do not generate the "#:
	  filename:line" comments in PO files.

2007-11-16 11:45  udifuchs

	* ufraw_preview.c, uf_gtk.cc, uf_gtk.h: Stop jiggling by fixing the
	  width of the spot values. Patch by Lydia van Dijk.

2007-11-16 10:45  nkbj

	* dcraw.cc: dcraw modified 8.80 (1.396). Changelog: Cropped four
	  columns from the Nikon D3.

2007-11-16 10:40  nkbj

	* dcraw.cc: dcraw original 8.80 (1.396).

2007-11-14 10:20  nkbj

	* configure.ac: Fix typo in comment.

2007-11-13 15:20  udifuchs

	* configure.ac: Make the compile command a bit shorter.

2007-11-13 15:00  udifuchs

	* configure.ac, po/sv.po: Start of Swedish translation by Daniel
	  Nylander.

2007-11-12 21:52  nkbj

	* dcraw.cc: dcraw modified 8.80 (1.395). Changelog: Generated color
	  matrix for Nikon Coolpix 2100.

2007-11-12 21:49  nkbj

	* dcraw.cc: dcraw original 8.80 (1.395).

2007-11-12 15:42  udifuchs

	* README, TODO: Final textual changes before UFRaw-0.13 release.

2007-11-12 13:15  nkbj

	* dcraw.cc: dcraw modified 8.80 (1.395). Changelog: Abolish the
	  getrat() macro, support the Hasselblad H3D.

2007-11-12 12:59  nkbj

	* dcraw.cc: dcraw original 8.80 (1.395).

2007-11-11 18:54  udifuchs

	* po/es.po: Updated Spanish translation by Enrique Jorreto Ledesma.

2007-11-11 01:45  nkbj

	* po/: da.po, es.po, fr.po, ja.po, ko.po, pl.po, pt.po, ru.po,
	  ufraw.pot: Update translation files.

2007-11-10 20:25  udifuchs

	* README, curveeditor_widget.c, dcraw.cc, dcraw.h, dcraw_api.cc,
	  dcraw_api.h, dcraw_indi.c, nikon_curve.c, nikon_curve.h,
	  uf_glib.h, uf_gtk.cc, ufraw-batch.c, ufraw-gimp.c, ufraw.c,
	  ufraw.pod, ufraw_chooser.c, ufraw_conf.c, ufraw_developer.c,
	  ufraw_embedded.c, ufraw_exiv2.cc, ufraw_message.c,
	  ufraw_preview.c, ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c,
	  wb_presets.c: whitespace cleanup.

2007-11-10 01:10  nkbj

	* configure.ac: Make sure MSGFMT_OPTS is defined.

2007-11-09 11:50  nkbj

	* dcraw.cc: More changes to get code closer to DCRaw 8.79.

2007-11-09 11:30  nkbj

	* dcraw.cc: Change code to be closer to DCRaw 8.79.

2007-11-09 10:45  nkbj

	* po/ko.po: Update Korean translation.

2007-11-08 22:00  nkbj

	* dcraw.cc, dcraw.h, dcraw_api.cc: Make code closed to dcraw.c.

2007-11-08 15:51  udifuchs

	* po/ru.po: Updated Russian translation by Alexandre Prokoudine.

2007-11-07 22:00  nkbj

	* dcraw.cc: ftello/fseeko is handled by config system.

2007-11-06 17:49  udifuchs

	* po/: da.po, es.po, fr.po, ja.po, ko.po, pl.po, pt.po, ru.po,
	  ufraw.pot: Updated Polish translation by Tomasz Golinski

	  Updated French translation by Gatan PERRIER.

2007-11-06 04:54  udifuchs

	* po/ru.po: Updated Russian translation from Alexandre Prokoudine.

2007-11-05 21:15  nkbj

	* po/Makefile.in.in: Fix build with non-GNU msgfmt.

2007-11-04 22:37  nkbj

	* ufraw-gimp.c: Fix compiler warning in CinePaint plug-in.

2007-11-04 14:26  udifuchs

	* ufraw_preview.c, po/da.po, po/es.po, po/fr.po, po/ja.po,
	  po/ko.po, po/pl.po, po/pt.po, po/ru.po, po/ufraw.pot: Update crop
	  ranges in GUI when rotating the image.

2007-11-03 22:57  nkbj

	* dcraw.cc: dcraw modified 8.79 (1.394). Changelog: Added the
	  Olympus E-3 and adjusted a few maximums.

2007-11-03 22:48  nkbj

	* dcraw.cc: dcraw original 8.79 (1.394).

2007-11-03 20:24  udifuchs

	* ufraw_conf.c, ufraw_preview.c, ufraw_ufraw.c: Fix some
	  localizations issues on win32 (snprintf->g_snprintf).

	  Fix timing problem in preview rendering.

	  Small log message fix.

	  Make Gimp-2.4 the default for win32 gimp-remote.

2007-11-03 02:40  nkbj

	* po/da.po: Update Danish translation.

2007-11-02 21:10  udifuchs

	* ufraw_conf.c, ufraw_routines.c: Fix the setting and resetting of
	  the C locale for XML output.

2007-11-02 19:03  udifuchs

	* configure.ac: UFRaw does not use deprecated GTK 2.12 symbols.

2007-11-01 18:45  udifuchs

	* dcraw_api.cc, ufraw_ufraw.c: Make memory allocation a bit more
	  efficient.

2007-11-01 18:07  udifuchs

	* uf_gtk.cc, po/POTFILES.in, po/da.po, po/es.po, po/fr.po,
	  po/ja.po, po/ko.po, po/pl.po, po/pt.po, po/ru.po, po/ufraw.pot:
	  Added the single message from GtkImageView to UFRaw's translated
	  strings.

2007-11-01 17:32  udifuchs

	* configure.ac, ufraw.desktop, po/da.po, po/es.po, po/fr.po,
	  po/ja.po, po/ko.po, po/pl.po, po/pt.po, po/ru.po, po/ufraw.pot:
	  New Polish translation by Tomasz Golinski.

2007-11-01 17:24  udifuchs

	* ufraw.c: Do not use outputPath from .ufrawrc, also in interactive
	  mode.  The default output path is always the path of the input
	  file.

2007-11-01 17:04  udifuchs

	* Makefile.am, dcraw.cc: Fix build with automake-1.10 on win32 and
	  mac.

	  Fix dcraw.cc warnings in win32.

2007-11-01 16:23  udifuchs

	* dcraw.cc, ufraw.h, ufraw_conf.c, ufraw_developer.c,
	  ufraw_preview.c, ufraw_ufraw.c: Fix updateTransform so that lcms
	  transformations are really only created when needed.

	  Fix reading/writing of display profile from/to .ufrawrc.

2007-11-01 06:03  udifuchs

	* po/ko.po: New Korean translation by Homin Lee.

2007-11-01 05:56  udifuchs

	* configure.ac, ufraw.desktop: New Korean translation by Homin Lee.

2007-10-31 19:08  udifuchs

	* Makefile.am, README, configure.ac: Clean up the build process.
	  The compiler optimization options are only set for GNU C and only
	  if the user did not specify CFLAGS, CXXFLAGS of his own.

	  ufraw-batch no longer requires the GTK libraries (again).

2007-10-31 11:30  nkbj

	* dcraw.cc, dcraw.h: Various cosmetic fixes.

2007-10-31 10:39  udifuchs

	* dcraw.h: Fix memory overflow.

2007-10-31 09:27  udifuchs

	* uf_gtk.cc: Read system default display ICC profile also for the
	  Mac Quartz backend.  I don't have a Mac, so I cannot even test if
	  it builds correctly.

2007-10-30 11:23  nkbj

	* dcraw.cc, dcraw.h: Update license to reflect dcraw.c 8.78
	  changes.

2007-10-30 11:23  nkbj

	* dcraw_indi.c: Update lin_interpolate_INDI() to dcraw.c 8.78 code.

2007-10-30 11:10  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.78 (1.393). Changelog:
	  Support the AVT F-080C, Canon EOS 40D, Canon EOS-1Ds Mark III,
	  Canon PowerShot G9, Nikon Coolpix S6, Nikon D3, Nikon D300,
	  Panasonic DMC-FZ18, and Sony DSLR-A700. Support the new Canon
	  sRAW CR2 format. Added median filtering after interpolation.

2007-10-30 10:37  nkbj

	* dcraw.cc: dcraw original 8.78 (1.393).

2007-10-29 23:50  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  Danish translation.

2007-10-29 17:58  udifuchs

	* dcraw.cc: Updated dcraw's Canon 40D support.

2007-10-29 16:34  udifuchs

	* ufraw_conf.c: Changed "System profile" to "System default".

2007-10-29 15:15  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  Danish translation.

2007-10-28 13:17  udifuchs

	* ufraw_preview.c: Small cleanups.

2007-10-28 12:56  udifuchs

	* dcraw.h, uf_gtk.cc, uf_gtk.h, ufraw.h, ufraw_conf.c,
	  ufraw_developer.c, ufraw_preview.c: Add 'System profile' option
	  to read display ICC profile from the X display.

2007-10-27 16:08  udifuchs

	* wb_presets.c: WB presets+finetuning for the Olympus SP500UZ.
	  Finetuning -7 stands for 7 blue in camera.  Finetuning 7 stands
	  for 7 red in camera.

2007-10-27 13:51  udifuchs

	* ufraw_conf.c, ufraw_preview.c: Do not read/write display ICC
	  profile from/to ID files.

2007-10-27 12:41  udifuchs

	* ufraw_preview.c: Fix bug in mouse click mapping, only noticed in
	  older versions of GTK+.

2007-10-27 12:38  udifuchs

	* configure.ac: Do not override CFLAGS, CXXFLAGS.

2007-10-24 11:45  nkbj

	* README: Update requirements for building UFRaw on the PowerPC
	  platform.

2007-10-24 04:33  udifuchs

	* ufraw_preview.c: Fix some rounding issues when GtkImageView is
	  not used.

2007-10-23 23:05  nkbj

	* configure.ac: Remove old cruft.

2007-10-23 15:34  udifuchs

	* ufraw_preview.c: Re-revert the change from August 16th and be
	  more careful in the calls to preview_draw_area().

2007-10-21 05:20  nkbj

	* ufraw_preview.c: Revert change from August 16th to avoid errors
	  like this: preview_draw_area(): y:385 out of range, 0 <= y < 385.

2007-10-20 23:30  nkbj

	* configure.ac: Update comment.

2007-10-20 06:15  nkbj

	* configure.ac: Make it possible to override CFLAGS and CXXFLAGS
	  from the command line.

2007-10-18 11:00  nkbj

	* uf_gtk.cc: Fix compiler warning with GTK+ 2.12.0 and higher.

2007-10-17 07:28  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier.

2007-10-17 07:24  udifuchs

	* ufraw_ufraw.c: Do not read EXIF data with --embedded-image.

2007-10-14 23:00  nkbj

	* ufraw_ufraw.c: Fix building on Solaris.

2007-10-14 14:42  udifuchs

	* ufraw_preview.c: Fix the GUI freeze from the last commit.

2007-10-14 03:20  nkbj

	* ufraw_saver.c, po/da.po, po/es.po, po/fr.po, po/ja.po, po/pt.po,
	  po/ru.po, po/ufraw.pot: Update Danish translation.

2007-10-13 16:10  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_exiv2.cc, ufraw_preview.c: Show
	  camera white balance in EXIF data. Patch by Erik Burrows.

2007-10-13 14:59  udifuchs

	* ufraw_preview.c: Stop the CPU hogging that started after the last
	  commit.

2007-10-12 16:56  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c: Automatically fit
	  histograms to allocated height.

2007-10-11 15:09  udifuchs

	* dcraw_indi.c: Apply the correct patch this time, without the
	  color smoothing.

2007-10-11 14:49  udifuchs

	* ufraw_preview.c: Fix the TWO bugs that caused the scrollbars to
	  appear at startup.

2007-10-10 18:30  udifuchs

	* dcraw_indi.c: Suppress the "Wavelet denoising..." message, since
	  it just fills up the log.

2007-10-10 17:33  udifuchs

	* ufraw_exiv2.cc: Read Canon lens from EXIF data
	  (Exif.Canon.0x0095).	Patch by Andreas Steinel.

2007-10-10 17:27  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_embedded.c, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_writer.c: Changed FITS to output a 3d array
	  (width, height, colors) instead of 3 images. Add more data
	  statistics, correct time handling and conditional inclusion of
	  EXIF data. Patch by Andreas Steinel.

2007-10-10 15:41  udifuchs

	* dcraw_indi.c: PPG interpolation code revised.  Calculation of
	  gradients improved, Pattern management is no longer necessary.
	  Better handling of diagonals.  Patch by Alain Desbiolles.

	  A similar patch should appear in dcraw 8.78.

2007-10-09 17:29  udifuchs

	* Makefile.am, uf_gtk.cc, uf_gtk.h, ufraw-gimp.c, ufraw.c,
	  ufraw_chooser.c, ufraw_preview.c, ufraw_saver.c: Add an interface
	  to some GTK+ mess.

	  The C++ ending of uf_gtk.cc is for future plans.

2007-10-09 13:30  udifuchs

	* ufraw_saver.c: Remove redundant g_free().

2007-10-08 23:45  nkbj

	* ufraw_saver.c: Fix possible segfault.

2007-10-07 13:45  nkbj

	* dcraw_api.cc, dcraw_indi.c: Fix off-by-one error in
	  fuji_rotate_INDI().

2007-10-07 06:43  udifuchs

	* ufraw_chooser.c: Fix focus bug in the file chooser dialog (fixed
	  by Niels).

2007-10-06 08:18  nkbj

	* configure.ac: Revert latest commit.

2007-10-06 08:15  nkbj

	* configure.ac, iccjpeg.c: Fix comment.

2007-10-06 08:00  nkbj

	* iccjpeg.h: Another header file search order fix.

2007-10-06 07:45  nkbj

	* dcraw_api.cc, nikon_curve.c, ufraw-batch.c, ufraw-gimp.c,
	  ufraw.c, ufraw_conf.c, ufraw_delete.c, ufraw_developer.c,
	  ufraw_embedded.c, ufraw_exiv2.cc, ufraw_routines.c,
	  ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c: Search for
	  uf_glib.h in local directory first.

2007-10-06 07:30  nkbj

	* ufraw_saver.c: Fix building with EXIF support when libjpeg is not
	  installed.

2007-10-06 05:15  nkbj

	* ufraw_ufraw.c: Fix building on Fedora Linux.

2007-10-06 04:15  nkbj

	* wb_presets.c: Update WB presets for the Canon EOS 350D family.

2007-10-05 19:09  lexort

	* ufraw_ufraw.c: add/adjust comments around ctime_r.  Actual
	  POSIX.1c says two arguments, and it's some versions of solaris
	  that have 3.	This was hard to figure out; hence the comment.

2007-10-05 18:41  udifuchs

	* ufraw_ufraw.c: Hopefully fix the call to ctime_r on for the new
	  Solaris.

2007-10-05 10:49  udifuchs

	* Makefile.am, configure.ac: echo an error message when pod2man is
	  needed but missing.

	  add ufraw.1 to the tarball so that pod2man is usually not needed.

2007-10-03 22:56  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po: Update Danish
	  translation.

2007-10-03 18:12  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, po/da.po, po/es.po,
	  po/fr.po, po/ja.po, po/pt.po, po/ru.po, po/ufraw.pot: Remember
	  maximized state of window between sessions.

2007-10-03 14:04  udifuchs

	* ufraw_preview.c: Make vertical lines in live histogram more
	  visible (patch by Laurent Monin).

2007-10-03 13:55  udifuchs

	* dcraw_api.cc, dcraw_api.h, dcraw_indi.c, ufraw.h, ufraw_conf.c,
	  ufraw_preview.c, ufraw_ufraw.c: Add color smoothing option to all
	  interpolation (partly based on patch by alexander melkozerov).

	  AHD+smoothing is exactly the same as the now obsolete EAHD.

	  The smoothing applies 3 passes to AHD and 1 pass to other
	  interpolations.

2007-10-02 14:26  udifuchs

	* ufraw_ufraw.c: Fix exposure norm calculation for Canon cameras.

2007-10-01 12:00  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  Danish translation.

2007-09-30 15:54  udifuchs

	* dcraw_api.cc, ufraw.h, ufraw_conf.c, ufraw_preview.c,
	  ufraw_ufraw.c: Small code optimization.

2007-09-30 11:23  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c: Make the over/under
	  blinks a config option (based on patch by Bruce Guenter).

	  Save the gimp-remote command when needed.

2007-09-29 15:18  udifuchs

	* dcraw_api.cc, dcraw_indi.c: Fix the vng interpolation
	  (hopefully).

	  Free some memory that was never freed.

2007-09-28 05:35  udifuchs

	* uf_glib.h: Fix build with glib-2.4.

2007-09-27 16:35  udifuchs

	* Makefile.am, dcraw.cc, ufraw_ufraw.c, po/da.po, po/es.po,
	  po/fr.po, po/ja.po, po/pt.po, po/ru.po, po/ufraw.pot: Fix
	  exposure for the new 14bit Canon cameras.

	  Fix daylight multipliers (chan_mul) for some DNG files.

	  Fix 'make dist'.

2007-09-26 16:51  udifuchs

	* uf_glib.h: Add forgotten file from last commit.

2007-09-26 16:06  udifuchs

	* Makefile.am, dcraw.h, dcraw_api.cc, nikon_curve.c, ufraw-batch.c,
	  ufraw-gimp.c, ufraw-setup.iss.in, ufraw.c, ufraw.h, ufraw_conf.c,
	  ufraw_delete.c, ufraw_developer.c, ufraw_embedded.c,
	  ufraw_exiv2.cc, ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c,
	  ufraw_writer.c: Start using gstdio function to allow upgrade to
	  GTK+2.6 on win32.

	  Remove version information from liblcms-1-16-ufraw.dll.

	  make "send to gimp" work by default on win32.

2007-09-23 13:05  udifuchs

	* ufraw_preview.c: Remove the 11:14 aspect ratio preset.

	  Explain in the tooltip that ratios can be entered.

	  Allow for non-integer ratios.

2007-09-23 11:02  udifuchs

	* ufraw.h, ufraw_chooser.c, ufraw_preview.c, ufraw_ufraw.c: Added
	  darkframe to GUI (patch by Bruce Guenter).

2007-09-22 14:20  udifuchs

	* wb_presets.c: WB presets for the Canon 40D.

2007-09-22 13:45  udifuchs

	* dcraw_api.cc, dcraw_api.h, ufraw_ufraw.c: Move darkframe
	  subtraction code to dcraw_api.h (patch by Bruce Guenter).

2007-09-21 15:44  udifuchs

	* ufraw_preview.c: Show spot values only if spot is selected and
	  allow unselecting spot values.

2007-09-21 09:15  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  Danish translation.

2007-09-20 22:30  nkbj

	* curveeditor_widget.c, dcraw.cc: Fix typo in latest commit and
	  update copyfight notice.

2007-09-20 19:29  lexort

	* ufraw_preview.c: prettify whitespace on 11:14, following original
	  scheme.

2007-09-20 19:28  lexort

	* ufraw_preview.c: CSE: Hoist list of aspect ratios to static
	  global, and use it in two places:   converting numbers to
	  symbolic aspect ratio   offering a choice of aspect ratios

	  Add 5:7, 14:11 4:5 and inverses (note that 4:5 is 8:10), which
	  were somehow not present in a photography program; these are of
	  course the commonly available print sizes other than 3:2.

2007-09-20 18:18  udifuchs

	* ufraw.h, ufraw_icons.c, ufraw_message.c, ufraw_preview.c,
	  ufraw_writer.c: Get rid of ufraw_private_function, which is no
	  longer relevant.  Fix some warnings from earlier commits.

2007-09-20 18:02  udifuchs

	* curveeditor_widget.c, dcraw_indi.c, ufraw-batch.c, ufraw.h,
	  ufraw_conf.c, ufraw_developer.c, ufraw_embedded.c,
	  ufraw_message.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_ufraw.c, wb_presets.c: Make all local
	  functions static (patch by Bruce Guenter).

2007-09-20 16:39  udifuchs

	* ufraw_preview.c: Fix last commit.

2007-09-20 15:25  udifuchs

	* dcraw.cc, ufraw-gimp.c, ufraw_conf.c, ufraw_developer.c,
	  ufraw_message.c, ufraw_preview.c, ufraw_writer.c: Added mnemonics
	  to delete and sent-to-gimp buttons.

	  Made the save-as button an icon only to save space.

	  Removed some craft.

	  Marked all static variabled that might cause problems in threads.
	   They can be found using grep "not thread-safe".

2007-09-19 12:48  udifuchs

	* ufraw_ufraw.c: Improved dark frame elimination (patch by Bruce
	  Guenter).

2007-09-18 16:38  udifuchs

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Updated
	  French translation by Gatan PERRIER.

2007-09-18 16:21  udifuchs

	* wb_presets.c: Added WB presets for the Panasonic DMC-LX1.

2007-09-17 18:57  udifuchs

	* dcraw.cc, dcraw.h, ufraw-gimp.c: Fix gcc 4.2 warnings.

	  Textual fixes to ufraw-gimp.

2007-09-17 17:22  udifuchs

	* wb_presets.c: WB presets for the Leica M8.

2007-09-17 17:10  udifuchs

	* dcraw.cc, dcraw_api.cc: Fix generation of PPM thumbnails.

	  Suppress a valgrind warning.

2007-09-16 09:28  lexort

	* ufraw_routines.c: Restore include of locale.h, listed as required
	  by setlocale man page, and indeed required on NetBSD.
	  Inexplicably removed in 1.78 without being mentioned in commit
	  message, and I therefore assume it was a stray unintentional
	  change.

	  Sort includes alphabetically, and separate system and glib
	  includes with a blank line.

2007-09-16 08:21  udifuchs

	* configure.ac, ufraw_preview.c: Use the new
	  gtk_image_view_damage_pixels(). It requires GtkImageView SVN and
	  GtkImageView version should be manually increased to a value
	  larger than 1.5.0.

2007-09-16 06:50  udifuchs

	* ufraw_preview.c: Add missing initialization for BlinkTimer.

2007-09-14 08:52  udifuchs

	* ufraw.desktop: Get rid of some depreceted options.

2007-09-14 08:51  udifuchs

	* ufraw_ufraw.c: Fix some typos.

2007-09-14 08:48  udifuchs

	* ufraw_preview.c: Get rid of a global variable.

2007-09-13 10:16  udifuchs

	* dcraw.cc: Support Canon 40D. Patch by Dave Coffin, to be included
	  in dcraw v8.78.

2007-09-13 08:55  udifuchs

	* ufraw-gimp.c, ufraw.h, ufraw_delete.c, ufraw_preview.c,
	  ufraw_routines.c, ufraw_saver.c: Improve the blinking activation
	  (patch by Bruce Guenter):

	  -Stop blinking when the window is unmapped (minimized) -Stop
	  blinking when saving -Start blinking only once per image -Return
	  to normal preview when turning off blinks

2007-09-12 10:20  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  Danish translation.

2007-09-12 07:25  udifuchs

	* ufraw_saver.c: Added a 0.2 seconds sleep after calling
	  gimp-remote.

2007-09-11 15:59  udifuchs

	* configure.ac, ufraw.h, ufraw_conf.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_writer.c: Add FITS output (patch by Andreas
	  Steinel).

	  Notice the comment in configure.ac on enabling this option.

2007-09-11 14:03  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_saver.c, ufraw_writer.c: Progress
	  JPEG encoding (patch by Bruce Guenter).

2007-09-11 13:49  udifuchs

	* ufraw_preview.c: Blink over/under exposure in preview (patch by
	  Bruce Guenter).

2007-09-10 10:35  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  translation files.

2007-09-09 22:30  nkbj

	* dcraw.cc: Fix standalone dcraw return values.

2007-09-05 17:13  udifuchs

	* ufraw-gimp.c, ufraw.c, ufraw_preview.c: Enable --output option
	  for stand-alone tool. It forces the output filename to the value
	  specified. It is useful for F-Spot. Patch by Stephane Delcroix.

2007-09-05 12:30  nkbj

	* wb_presets.c: Add WB fine tuning for Nikon D100.

2007-09-01 18:26  udifuchs

	* po/fr.po: Updated French translation by Gaëtan Perrier.

2007-08-23 12:15  nkbj

	* ufraw_routines.c: Set correct gamma for Nikon D1/H/X color
	  profile.

2007-08-22 13:00  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  Danish translation.

2007-08-21 15:50  udifuchs

	* ufraw_preview.c: Avoid warnings with the latest GtkImageView SVN.

2007-08-20 14:47  udifuchs

	* ufraw_saver.c: Do not write CreateID=send_id to .ufrawrc. CVS
	  users with the line <CreateID>3</CreateID> in their .ufrawrc
	  should delete it manually.

2007-08-20 13:49  udifuchs

	* ufraw_preview.c: Reset filenames between images.  Fixes bug of
	  filename carried over between images.

2007-08-19 10:57  udifuchs

	* ufraw_conf.c, ufraw_saver.c, ufraw_writer.c: Write EXIF data to
	  PNG files. Based on code from DigiKam.

2007-08-18 19:50  udifuchs

	* ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_conf.c,
	  ufraw_icons.c, ufraw_preview.c, ufraw_saver.c, ufraw_ufraw.c,
	  icons/Makefile.am, icons/gimp-24.png: Added 'send to Gimp'
	  option. Both ufraw, and ufraw-gimp need to be updated for this to
	  work properly.

2007-08-17 14:05  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_exiv2.cc, ufraw_preview.c,
	  ufraw_ufraw.c: Display flash mode EXIF data.

2007-08-16 17:00  udifuchs

	* ufraw_writer.c: Attempt to fix the 16-bit png output on
	  big-endian machines.

2007-08-16 15:29  udifuchs

	* ufraw_preview.c: Revert last change. There was simply a missing
	  call to preview_notify_dirty().

2007-08-16 11:42  nkbj

	* ufraw_preview.c: Make preview work with GtkImageView 1.4.0.

2007-08-16 10:53  udifuchs

	* ufraw_preview.c: Fix memory flow in spot selector.

2007-08-16 00:00  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  Danish translation.

2007-08-14 18:55  udifuchs

	* Makefile.am, ufraw-batch.c, ufraw.h, ufraw_conf.c,
	  ufraw_embedded.c, ufraw_icons.c, ufraw_message.c,
	  ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c,
	  icons/lock-24.png, icons/lock.svg: Added option to save as png 8
	  or 16 bits.

	  Trying a new error handling mechanism on ufraw_write_image().

2007-08-14 11:26  nkbj

	* dcraw_api.cc: Remember to include "config.h".

2007-08-14 11:15  nkbj

	* dcraw_api.cc: Make sure off_t is defined (for d->data_offset and
	  d->thumb_offset).

2007-08-13 13:26  udifuchs

	* ufraw.h, ufraw_icons.c, ufraw_preview.c: Removed inline function,
	  since it is not ANSI-C.

	  Added ufraw_private_function macro, to mark functions private to
	  the source file.

2007-08-12 14:18  udifuchs

	* ufraw_icons.c, ufraw_preview.c, icons/Makefile.am,
	  icons/crop-24.png, icons/crop.svg, icons/exif-24.png,
	  icons/exif.svg, icons/rectify-24.png, icons/rectify.svg: Added
	  some new icons and reimplemented the EXIF page. Patch by Andrew
	  Zabolotny.

2007-08-12 00:35  nkbj

	* po/: da.po, es.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  translation files.

2007-08-11 15:53  udifuchs

	* ufraw_preview.c, ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c:
	  Moved shrink/size controls from Save dialog to main window.  It
	  might make sense to scale also the crop coordinates, but it is
	  tricky because of rounding issues.

	  conf->outputFilename is now set in ufraw_config().  It simplifies
	  (and hopefully does not break) things.

2007-08-11 08:53  udifuchs

	* icons/: lock-24.png, lock.svg: Added icon for the last commit.

2007-08-11 08:52  udifuchs

	* ufraw_icons.c, ufraw_preview.c, icons/Makefile.am: Added aspect
	  ratio control. Patch by Andrew Zabolotny.

2007-08-11 01:15  nkbj

	* configure.ac, ufraw_delete.c, po/POTFILES.in, po/da.po, po/es.po,
	  po/fr.po, po/ja.po, po/pt.po, po/ru.po, po/ufraw.pot: Change
	  version to 0.13 and add ufraw_delete.c to translation files.

2007-08-11 00:56  nkbj

	* dcraw.cc: dcraw modified 8.77 (1.392). Changelog: Use fseeko()
	  and ftello() only when needed.

2007-08-11 00:39  nkbj

	* dcraw.cc: dcraw original 8.77 (1.392).

2007-08-10 16:45  udifuchs

	* Makefile.am, ufraw.h, ufraw_delete.c, ufraw_preview.c: Add delete
	  button to stand-alone tool.

2007-08-10 09:16  udifuchs

	* configure.ac, ufraw.desktop, po/es.po: Added new Spanish (es)
	  translation by Enrique Jorreto Ledesma.

2007-08-09 17:11  udifuchs

	* README, configure.ac, dcraw.cc: Fix fseeko compatibility issues
	  on win32.

	  Final textual changes before UFRaw-0.12.1 release.

2007-08-09 01:12  nkbj

	* dcraw.cc: Do not use fseeko() with DJGPP compiler system.

2007-08-09 00:27  nkbj

	* dcraw.cc: dcraw modified 8.77 (1.391). Changelog: Reject TIFF
	  files with unsupported Compression tags.

2007-08-09 00:16  nkbj

	* dcraw.cc: dcraw original 8.77 (1.391).

2007-08-08 03:06  nkbj

	* wb_presets.c: Added PENTAX K110D WB presets (copied from PENTAX
	  K100D presets).

2007-08-07 23:01  nkbj

	* po/: da.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  translation files.

2007-08-07 23:00  nkbj

	* dcraw.cc: Enable fseek() for CINE files.

2007-08-06 15:09  udifuchs

	* dcraw.cc: Fix build on MacPorts.

2007-08-06 14:53  udifuchs

	* configure.ac: Bump version to 0.12.1. This is going to be a bug
	  correction release.

2007-08-06 14:52  udifuchs

	* ufraw-gimp.c, ufraw_preview.c, ufraw_saver.c, ufraw_ufraw.c,
	  ufraw_writer.c: Fix non-integer shrink bug.

2007-08-02 18:00  udifuchs

	* ufraw_preview.c: Hopefully fixed crash when selection crosses
	  image [ufraw-Bugs-1762052].

	  Fixed 2 tiny bugs found during the search for the above bug.

2007-08-01 23:20  nkbj

	* dcraw.cc: dcraw modified 8.77 (1.390) updated. Changelog: When
	  they differ, use DateTimeOriginal instead of DateTime.

2007-08-01 23:17  nkbj

	* dcraw.cc: dcraw original 8.77 (1.390) updated.

2007-07-31 15:03  udifuchs

	* ufraw.desktop, ufraw_exif.c: Update RU description in
	  ufraw.desktop.

	  Delete ufraw_exif.c, which should have being removed a long time
	  ago.

2007-07-31 08:00  udifuchs

	* README: Fix mistaken commit.

2007-07-30 16:02  udifuchs

	* README, TODO, po/POTFILES.in: Final textual changes before
	  release of UFRaw-0.12.

2007-07-30 11:05  nkbj

	* dcraw.cc: dcraw modified 8.77 (1.390). Changelog: Time tag 36868
	  may be modified, so use it as a last resort.

2007-07-30 10:58  nkbj

	* dcraw.cc: dcraw original 8.77 (1.390).

2007-07-29 16:20  lexort

	* README: adjust advice given that plugins are in ufraw's prefix

2007-07-29 16:18  lexort

	* configure.ac: make comment about gimp/cinepaint plugin
	  installation location match reality

2007-07-29 15:56  lexort

	* README-processing.txt: talk about bit depths in typical cameras.

	  Introduce notion of in-camera JPG conversion with all settings
	  NORMAL as a reference.

2007-07-29 00:07  nkbj

	* dcraw.cc: dcraw modified 8.77 (1.389). Changelog: Added color
	  matrix for the Canon PowerShot A640.

2007-07-29 00:02  nkbj

	* dcraw.cc: dcraw original 8.77 (1.389).

2007-07-29 00:00  nkbj

	* po/: da.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  translation files.

2007-07-28 15:22  udifuchs

	* dcraw_api.cc, dcraw_api.h, ufraw_ufraw.c: Fix crop/rotate bug
	  when loading ID file.

2007-07-28 14:46  udifuchs

	* configure.ac: Depend on the just released GtkImageView 1.3.

2007-07-28 11:18  nkbj

	* ufraw-batch.c, ufraw_embedded.c: Update copyright information.

2007-07-27 15:07  udifuchs

	* ufraw-setup.iss.in, ufraw_preview.c: Fix crash in spot tool since
	  on win32.

2007-07-27 01:22  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.77 (1.388). Changelog: Reject
	  8-bit grayscale TIFFs. Decode raw CINE files, which may exceed
	  2GB. Error-check the "-s" option, and enable "-s all". Support
	  camera WB for the Canon EOS-1D and EOS-1DS. Use full output range
	  for "-H 2".

2007-07-27 01:00  nkbj

	* dcraw.cc: dcraw original 8.77 (1.388).

2007-07-26 18:01  udifuchs

	* ufraw_ufraw.c: Fix possible floating exception
	  [ufraw-bugs-1761037]

2007-07-24 19:19  udifuchs

	* ufraw_preview.c: Reduce the cases where the blue channel in the
	  raw histogram disappears.

2007-07-23 16:27  udifuchs

	* ufraw-setup.iss.in: Give a name to the UFRaw filetype in win32.

2007-07-22 17:01  udifuchs

	* nikon_curve.c, ufraw_preview.c, ufraw_ufraw.c, ufraw_writer.c:
	  Use the correct codeset for translated string when output is send
	  to console (patch by Andrew Zabolotny).

2007-07-22 11:59  udifuchs

	* Makefile.am, README: No need to install ufraw-mime.xml any more.

2007-07-22 10:50  udifuchs

	* po/ru.po: Update Russian translation thanks to Andrew Zabolotny
	  and Alexander Prokoudine.

2007-07-21 18:52  udifuchs

	* dcraw_api.cc: Fix foveon image size.

2007-07-21 18:11  udifuchs

	* ufraw.desktop: Use URI instead of FILE in desktop entry. It seems
	  to be need to allow f-spot to open images with ufraw.

2007-07-19 17:02  udifuchs

	* wb_presets.c: Added Samsung GX10 WB presets (same as Pentax
	  K-10).

2007-07-19 16:53  udifuchs

	* dcraw_api.cc, dcraw_api.h, ufraw-gimp.c, ufraw.h,
	  ufraw_preview.c, ufraw_ufraw.c: Fix handling of Foveon image
	  size.

	  Change name of variable predictedHeight/Width to more appropriate
	  initialHeight/Width.

	  Fix crash in spot drawing.

2007-07-17 16:30  udifuchs

	* po/fr.po: Updated French translation by Gaertan Perrier.

2007-07-17 10:09  nkbj

	* dcraw.cc: Fix compiler warning when using g++ 4.0.x.

2007-07-17 02:55  nkbj

	* po/ru.po: Fix bug in latest update to Russian translation.

2007-07-16 16:59  udifuchs

	* po/: fr.po, ru.po: Update to fr and ru translations.

2007-07-16 15:51  udifuchs

	* ufraw_preview.c: Fix some bugs in the latest crop code.

2007-07-16 14:00  nkbj

	* po/: da.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  translation files.

2007-07-15 13:46  udifuchs

	* ufraw_preview.c: Improve speed of the crop selector.

2007-07-14 16:29  udifuchs

	* ufraw_preview.c: New controls for the crop tool. Still need to
	  improve performance issues.

2007-07-14 10:56  udifuchs

	* ufraw_ufraw.c: Keep crop info for ID files.

2007-07-13 11:01  udifuchs

	* wb_presets.c: Added WB presets for the RICOH Caplio GX100.

2007-07-13 10:35  udifuchs

	* configure.ac: Support both released version (1.1) and SVN version
	  (1.2) of GtkImageView.

2007-07-09 15:57  udifuchs

	* ufraw_saver.c: Remove Interpolation setting from saver dialog
	  where it does not belong.

2007-07-09 15:51  udifuchs

	* 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.

2007-07-09 04:15  nkbj

	* wb_presets.c: Add WB presets for FUJIFILM FinePix S6500fd.

2007-07-08 23:53  nkbj

	* ufraw_conf.c, ufraw_ufraw.c: Do not save crop coordinates to
	  .ufrawrc and reset between images.

2007-07-08 23:16  nkbj

	* wb_presets.c: Add OLYMPUS E-510 WB presets + fine tuning.

2007-07-08 17:15  udifuchs

	* ufraw-gimp.c, ufraw_preview.c, ufraw_ufraw.c: Fix some cropping
	  issues (patches from Martin Ling).

2007-07-02 22:55  nkbj

	* ufraw_preview.c, po/da.po, po/fr.po, po/ja.po, po/pt.po,
	  po/ru.po, po/ufraw.pot: Fix typo in preview and update
	  translation files.

2007-07-02 18:34  udifuchs

	* ufraw_preview.c: Darken cropped area.

2007-07-02 14:36  udifuchs

	* ufraw_preview.c: Put rotate controls together with crop controls.

2007-07-01 18:16  udifuchs

	* ufraw_preview.c, po/da.po, po/fr.po, po/ja.po, po/pt.po,
	  po/ru.po, po/ufraw.pot: Updated French translation by Gaetan
	  Perrier.

	  Fixed mix up in tooltips.

2007-07-01 15:13  udifuchs

	* ufraw_preview.c: Fit buttons better in the UI (with French in
	  mind).

2007-07-01 13:58  udifuchs

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

2007-06-24 04:34  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.76 (1.387). Changelog:
	  Support all Lossless JPEG predictors.

2007-06-24 04:17  nkbj

	* dcraw.cc: dcraw original 8.76 (1.387).

2007-06-23 20:04  udifuchs

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

2007-06-23 18:52  udifuchs

	* wb_presets.c: Leica model name no long ends with 'DNG'.

2007-06-23 18:21  udifuchs

	* ufraw_preview.c: Redraw in zoom events only if needed (patch by
	  Lydia).

2007-06-22 18:04  udifuchs

	* configure.ac, ufraw_exiv2.cc, ufraw_preview.c, ufraw_saver.c:
	  Don't use deprecated GTK+2.10 and Exiv2 1.15 options.

2007-06-21 22:34  nkbj

	* dcraw.cc: Changes to make dcraw.cc closer to the original dcraw.c
	  code.

2007-06-20 23:24  nkbj

	* po/: da.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  translation files.

2007-06-20 23:24  nkbj

	* dcraw.cc, dcraw.h: Clean up global variables.

2007-06-20 14:58  udifuchs

	* ufraw_preview.c: Fix zone calculation when using film highlight
	  clipping.

2007-06-19 15:08  udifuchs

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

	  Add a reset threshold button.

	  Rearrange the UI a bit.

2007-06-18 22:35  nkbj

	* po/: da.po, ufraw.pot: Update Danish translation.

2007-06-18 05:07  udifuchs

	* wb_presets.c: Update WB presets for Canon 400D/Rebel XTi/Kiss X.

	  The flash preset is not exactly a preset as it depends on the
	  background light.  The currect numbers match both daylight and
	  darkness.

2007-06-18 04:48  udifuchs

	* po/ru.po: Fix header of Russian translation.

2007-06-17 15:19  udifuchs

	* wb_presets.c: Added WB presets for the Fuji s6000fd.

2007-06-16 19:32  lexort

	* TODO: add exif for Exposure value, more zone stuff, reorganize.

2007-06-16 17:43  udifuchs

	* po/ru.po: Updated Russian translation from Alexander Rabtchevich.

2007-06-14 22:34  nkbj

	* dcraw.cc: dcraw modified 8.75 (1.386). Changelog: Reports of
	  corruption in 16-bit linear DNGs were false (added previously).

2007-06-14 22:20  nkbj

	* dcraw.cc: dcraw original 8.75 (1.386).

2007-06-14 18:55  udifuchs

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

2007-06-14 09:19  nkbj

	* po/da.po: Update Danish translation file.

2007-06-14 09:17  nkbj

	* po/: da.po, fr.po, ja.po, pt.po, ru.po, ufraw.pot: Update
	  translation files.

2007-06-13 19:04  udifuchs

	* dcraw.cc, dcraw_api.cc, ufraw.h, ufraw_preview.c, ufraw_ufraw.c:
	  Fix dcraw warnings in linear DNG file. Patch from Dave Coffin
	  that will appear in next version of dcraw.

	  Do not use ppg_inderpolation if colors==4 (as dcraw does).

	  Fix the sometimes missing green channel in the raw histogram.

	  Show only relevant interpolations in the combo-box.

2007-06-13 09:03  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.75 (1.385). Changelog: Added
	  +M option for version 8.75.

2007-06-13 08:29  nkbj

	* dcraw.cc: dcraw original 8.75 (1.385).

2007-06-11 23:58  nkbj

	* dcraw.cc: Fix color temperature display for some Olympus .ORF
	  files.

2007-06-09 17:07  udifuchs

	* TODO: Delete tasks that are already implemented.

2007-06-09 14:45  udifuchs

	* ufraw_ufraw.c: Fix memory leak in denoising.

2007-06-09 01:20  nkbj

	* dcraw_indi.c: More updates for ppg_interpolate_INDI().

2007-06-09 01:14  nkbj

	* dcraw.cc: dcraw modified 8.74 (1.384). Changelog: More fixes for
	  PPG interpolation.

2007-06-09 01:07  nkbj

	* dcraw.cc: dcraw original 8.74 (1.384).

2007-06-08 17:51  udifuchs

	* ufraw_ufraw.c: Fix initialization bug.

2007-06-08 07:27  nkbj

	* dcraw_indi.c: Update ppg_interpolate_INDI() to dcraw 8.74 code.

2007-06-08 05:28  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.74 (1.384). Changelog: Added
	  -M option and improved PPG interpolation.

2007-06-08 05:16  nkbj

	* dcraw.cc: dcraw original 8.74 (1.384).

2007-06-07 18:51  lexort

	* README, TODO: Move todo items from README (which describes how
	  things are) into TODO.  Adjust format of TODO to match those from
	  README.  Delete 'rotate by 90 degrees' and 'zoom' since they
	  appaer done in the current code.

2007-06-07 18:45  lexort

	* README: Document new optional dependency on gtkimageview.

	  Define term 'development' package once up front, and then just
	  use it.

	  Clarify that compressed tiff needs zlib development package.

	  Retitle 'Development Version' to "Building from CVS" and "CVS" to
	  "source control using CVS" for clarity.

	  Update configure summary output example for new options.

	  Minor language editing.

2007-06-06 10:33  udifuchs

	* configure.ac: Fix configure compatibility with NetBSD's /bin/sh.

2007-06-06 10:10  udifuchs

	* configure.ac: Fix a change that slipped into the last commit.

2007-06-06 10:00  udifuchs

	* configure.ac, ufraw_preview.c: Fix WB spot selection when
	  GtkImageView is not used.

2007-06-05 18:11  udifuchs

	* ufraw.c, ufraw_preview.c, ufraw_ufraw.c: Ignore button presses
	  for spot WB outside the preview image.

	  Free some memory that wasn't freed before.

2007-06-05 05:25  nkbj

	* wb_presets.c: Update WB presets for Nikon D1.

2007-06-05 01:56  nkbj

	* wb_presets.c: Correct incandescent WB presets for Nikon D1.

2007-06-05 00:07  nkbj

	* wb_presets.c: Added Nikon D1 WB presets + fine tuning.

2007-06-03 22:40  nkbj

	* dcraw.cc: dcraw modified 8.73 (1.383). Changelog: Added "-C"
	  option to the usage message.

2007-06-03 22:29  nkbj

	* dcraw.cc: dcraw original 8.73 (1.383).

2007-06-03 02:52  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.73 (1.382). Changelog: Added
	  "-C" option to correct chromatic aberration. Support the
	  Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a
	  switch statement for Leica and Panasonic models. Output seven new
	  TIFF tags, including ImageDescription and Artist. Generated color
	  matrices for the Apple QuickTake and Phase One H 20. Copied new
	  matrices from Adobe DNG Converter 4.1.

2007-06-03 02:22  nkbj

	* dcraw.cc: dcraw original 8.73 (1.382).

2007-05-28 04:38  nkbj

	* ufraw_ufraw.c: Really fix interpolation for Foveon (Sigma)
	  cameras.

2007-05-28 01:40  nkbj

	* ufraw_ufraw.c: Fix interpolation of images from Foveon (Sigma)
	  cameras.

2007-05-28 01:02  nkbj

	* ufraw.h, ufraw.pod, ufraw_conf.c, po/da.po, po/fr.po, po/ja.po,
	  po/pt.po, po/ru.po, po/ufraw.pot: Make PPG interpolation work
	  with ufraw-batch.

2007-05-27 19:46  udifuchs

	* wb_presets.c: Added WB presets + fine tuning for the Nikon D40X.

2007-05-27 17:22  udifuchs

	* ufraw_conf.c: Fix a very improbable memory flow related to
	  ProductName.

2007-05-27 17:06  udifuchs

	* ufraw_exiv2.cc: Delete thumbnail if EXIF data is too long.

2007-05-27 14:10  udifuchs

	* ufraw_preview.c: Fix the spot WB.

2007-05-25 22:30  nkbj

	* ufraw_preview.c: Fix typo in latest commit.

2007-05-25 22:20  nkbj

	* ufraw_preview.c: Make code build without the GtkImageView
	  library.

2007-05-24 16:48  udifuchs

	* configure.ac, ufraw-setup.iss.in, ufraw_preview.c: Fix win32
	  build.

	  Add optional file associations to the win32 installer.

	  Cleanup ufraw_preview from last commit.

2007-05-22 16:52  udifuchs

	* ufraw_preview.c, wb_presets.c: Added more detailed WB presets for
	  the Nikon D40.

	  Added flash WB for the Minolta G500. It is not a real preset, but
	  was measured by shoting a white object with flash and low ambient
	  light.

2007-05-14 10:45  udifuchs

	* ufraw_preview.c: Fix order of operation for casting.

2007-05-13 22:00  nkbj

	* po/: da.po, ufraw.pot: Update Danish translation.

2007-05-13 14:40  udifuchs

	* dcraw_api.cc, ufraw.h, ufraw_preview.c, ufraw_ufraw.c: Make
	  setting of Threshold in GUI much more responsive.

2007-05-13 08:15  udifuchs

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

2007-05-13 06:48  udifuchs

	* ufraw_preview.c, ufraw_saver.c: Change string "Pixel grouping
	  interpolation" to "PPG interpolation" since apparently it is not
	  exactly the same thing.

2007-05-13 06:43  udifuchs

	* ufraw_embedded.c: Fix build when libjpeg dev package is missing.

2007-05-12 00:16  nkbj

	* Makefile.am, configure.ac: Removing support for CinePaint 0.21
	  since CinePaint 0.22 has been released.

2007-05-10 23:12  nkbj

	* po/: da.po, ufraw.pot: Update Danish translation.

2007-05-10 17:05  udifuchs

	* 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.

2007-05-09 23:49  nkbj

	* dcraw.cc: dcraw modified 8.72 (1.381). Changelog: Support
	  3096x2103 mode for the Panasonic DMC-FZ8.

2007-05-09 23:42  nkbj

	* dcraw.cc: dcraw original 8.72 (1.381).

2007-05-08 23:35  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.72 (1.380). Changelog: Added
	  Patterned Pixel Grouping interpolation.

2007-05-08 23:25  nkbj

	* dcraw.cc: dcraw original 8.72 (1.380).

2007-05-07 17:22  udifuchs

	* dcraw_api.cc, dcraw_api.h, ufraw.h, ufraw_conf.c,
	  ufraw_preview.c, ufraw_ufraw.c: Add denoise threshold to the GUI,
	  with very slow response time.

	  Made flip/rotate response time in the GUI very fast.

	  Start of infrastructure that gives better control on the
	  rendering, which fixes some old bugs and hopefully one day will
	  lead to 100% zoom.

2007-05-06 13:36  udifuchs

	* ufraw_preview.c: Fix last commit for users that do not use
	  GtkImageView.

2007-05-06 11:37  udifuchs

	* configure.ac, ufraw_preview.c: Add support for spot selector when
	  using GtkImageView.

	  Fix preview redraw.

	  Depend on GtkImageView 1.1.0

2007-05-05 09:49  udifuchs

	* wb_presets.c: WB presets for the Olympus E-330.

2007-05-04 13:48  udifuchs

	* ufraw.h, ufraw_developer.c, ufraw_ufraw.c: Fix crash on 64bit
	  machines during lcms error reporting.

2007-05-03 10:39  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.71 (1.379). Changelog: Offer
	  blended highlights with the "-H 2" option. Set "shot_order" for
	  ORF and CR2 files. Support the Pentax Optio 750Z.

2007-05-03 10:24  nkbj

	* dcraw.cc: dcraw original 8.71 (1.379).

2007-05-02 16:49  udifuchs

	* ufraw_preview.c: Improve the GtkImageView code. When this code is
	  enabled, the window size can be modified by the user.

2007-05-01 10:21  udifuchs

	* ufraw_preview.c: Small correction to last GtkImageView commit.

2007-05-01 08:48  udifuchs

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

2007-04-30 23:24  nkbj

	* dcraw.cc: Whitespace changes for consistancy with original
	  dcraw.c code.

2007-04-30 16:33  udifuchs

	* ufraw-batch.c, ufraw.c, ufraw.h, ufraw_exiv2.cc, ufraw_ufraw.c:
	  Read EXIF data also for zipped raw files.

2007-04-30 12:14  udifuchs

	* README-processing.txt: Correct some facts.

2007-04-30 11:56  lexort

	* README-processing.txt: Skeleton for file to explain the
	  processing flow:

	    This document describes how UFRaw processes raw files to
	  produce output
	    files.  The description is intended to be correct and precise,
	  even at
	    the expense of readability.  This document is not a HOWTO.

	    This document assumes that the reader is generally familiar
	  with computer
	    image processing, and understands the issues surrounding Bayer
	  arrays,
	    white balance, and color management.

	  This file is an asciidoc article.  It is quite readable as plain
	  text, and "asciidoc README-processing.txt" produces HTML.  This
	  decision is subject to change as the grand documentation strategy
	  evolves, but seems reasonable for now.

2007-04-30 10:49  udifuchs

	* dcraw.cc, dcraw_api.cc, dcraw_api.h, ufraw_ufraw.c: Better error
	  handling in ufraw/dcraw.

2007-04-30 10:19  nkbj

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

2007-04-30 10:12  nkbj

	* dcraw.cc: Various updates to get closer to the original dcraw
	  code.

2007-04-30 07:39  udifuchs

	* wb_presets.c: Added WB presets+fine tuning for the Nikon D40.

2007-04-30 07:23  udifuchs

	* ufraw_routines.c: Create correct default output filename for
	  zipped raw files.

2007-04-30 06:29  udifuchs

	* ufraw_icons.c, ufraw_preview.c: Use the Tango icon naming
	  specification for the rotate/flip icons.

2007-04-29 09:52  nkbj

	* TODO, po/da.po, po/ufraw.pot: Update TODO file. Update Danish
	  translation.

2007-04-29 09:47  lexort

	* README-documentation.txt: pointers to all documentation gdt knows
	  about

2007-04-29 09:19  nkbj

	* ufraw_routines.c: Add support for .mef and .qtk file formats.

2007-04-29 09:16  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.70 (1.378). Changelog: Added
	  -A option to select a rectangle for white balance. Protect
	  against overflow attacks on malloc() or calloc(). Nucore raw
	  formats are not used outside Nucore, so drop them. Support the
	  Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14,
	  Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus
	  E-410.

2007-04-29 08:11  nkbj

	* dcraw.cc: dcraw original 8.70 (1.378).

2007-04-26 16:47  udifuchs

	* wb_presets.c: Added WB presets and fine tuning for the Olympus
	  E-400.  Fine tuning of +7 stands for setting red +7 and green +7
	  in camera.

2007-04-26 16:22  udifuchs

	* wb_presets.c: Added temperature WB presets for the Minolta Dynax
	  7D.

2007-04-26 16:09  udifuchs

	* 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.

2007-04-23 05:27  nkbj

	* dcraw.cc: Fix FUJIFILM FinePix S6500fd WB problem.

2007-04-22 10:33  nkbj

	* ufraw_developer.c: Fix call to cmsCreateMultiprofileTransform()
	  the right way.

2007-04-22 10:04  nkbj

	* ufraw_developer.c: Update ugly hack to bypass a bug in
	  cmsCreateMultiprofileTransform() in lcms-1.16.

2007-04-22 09:56  nkbj

	* ufraw_developer.c: Ugly hack to bypass a bug in
	  cmsCreateMultiprofileTransform() in lcms-1.16.

2007-04-21 23:36  nkbj

	* ufraw_routines.c: Set default gamma to 0.45 for Adobe RGB profile
	  from lcms.

2007-04-15 12:28  lexort

	* ufraw_developer.c: revert part of last commit that was
	  unintentional whitespace change

2007-04-15 12:02  lexort

	* ufraw_developer.c: Check likely troublesome return value from
	  lcms and abort() on failure, pending better error checking and
	  recovery.  Makes failures less mysterious.

2007-04-15 08:58  nkbj

	* wb_presets.c: Update Canon PowerShot S60 WB presets.

2007-04-09 02:18  nkbj

	* ufraw_routines.c: Revert latest change.

2007-04-01 23:48  nkbj

	* ufraw_routines.c: Add .bz2 and .gz as recognized file extensions.

2007-04-01 23:46  nkbj

	* configure.ac: Fix output from CinePaint search.

2007-04-01 18:19  udifuchs

	* 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.

2007-04-01 13:15  udifuchs

	* ufraw_developer.c: Simplify clipping code from yesterday.

2007-03-31 17:28  udifuchs

	* 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.

2007-03-31 13:52  udifuchs

	* ufraw-gimp.c, ufraw.h, ufraw_preview.c, ufraw_saver.c,
	  ufraw_writer.c: Fix ufraw-Bugs-1691138 - Don't quit when save
	  fails.  Make the surronding code a bit more elegant.

2007-03-31 13:01  nkbj

	* dcraw_api.cc, dcraw_api.h, dcraw_indi.c, ufraw_ufraw.c: Make
	  wavelet denoising work for all WB settings.

2007-03-31 01:18  nkbj

	* 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.

2007-03-31 01:11  nkbj

	* po/: da.po, ufraw.pot: Update Danish translation.

2007-03-30 23:57  nkbj

	* README, dcraw.cc, dcraw_api.cc, dcraw_indi.c: Adding wavelet
	  denoising step 0 - Copying the code into UFRaw.

2007-03-28 15:05  udifuchs

	* wb_presets.c: Improved WB presets for the Minolta Z2 from the
	  MakerNote.

2007-03-28 14:54  udifuchs

	* dcraw.cc: Keep daylight multipliers in pre_mul[], as suggested by
	  Dave Coffin.	Camera multipliers (cam_mul[]) come from the
	  AsShotNeutral tag.  Setting camera multipliers with AsShotWhiteXY
	  is not supported, at least until we get a sample DNG that uses
	  this tag.

2007-03-26 15:49  udifuchs

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

2007-03-25 22:11  nkbj

	* dcraw.cc: dcraw modified 8.69 (1.377). Changelog: Better detect
	  and reject non-raw TIFFs.

2007-03-25 22:03  nkbj

	* dcraw.cc: dcraw original 8.69 (1.377).

2007-03-24 14:49  udifuchs

	* ufraw_developer.c: Simplifies the saturation_sampler() as
	  suggested by Stephane Chauveau.

2007-03-23 09:28  nkbj

	* .cvsignore: Remove ufraw-exif from the .cvsignore file.

2007-03-23 09:11  nkbj

	* .cvsignore: Add CinePaint plug-in to .cvsignore file.

2007-03-23 09:10  nkbj

	* Makefile.am, configure.ac: Fix CinePaint plug-in installation.

2007-03-22 15:52  udifuchs

	* 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.

2007-03-22 11:20  nkbj

	* configure.ac: Fix line break problem in latest commit.

2007-03-22 11:13  nkbj

	* Makefile.am, configure.ac: Get correct CinePaint plug-in
	  installation directory.

2007-03-22 10:47  nkbj

	* configure.ac: Replace --variable=cinepaintlibdir by
	  --variable=libdir since the former is not in the default
	  cinepaint-gtk.pc file.

2007-03-22 10:11  nkbj

	* po/: da.po, ufraw.pot: Update ufraw.pot and Danish translation.

2007-03-22 10:08  nkbj

	* Makefile.am, configure.ac, ufraw-gimp.c: Rename the CinePaint
	  plug-in to be consistent with the GIMP plug-in. Fix call to
	  gimp_layer_new().

2007-03-21 15:22  udifuchs

	* ufraw_exiv2.cc: Be compatiple with exiv2-0.14.

2007-03-20 14:30  udifuchs

	* ufraw_developer.c: When handling clipped highlight, don't clip to
	  RGB right away.  It can be done in later in XYZ space.

2007-03-20 00:20  nkbj

	* README, dcraw_api.cc, dcraw_indi.c: Update UFRaw to use new,
	  faster AHD interpolation.

2007-03-19 23:29  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.68 (1.376). Changelog:
	  Optimized AHD interpolation to take 22% less time.

2007-03-19 23:17  nkbj

	* dcraw.cc: dcraw original 8.68 (1.376).

2007-03-19 15:03  udifuchs

	* ufraw_preview.c: Make notebook icons smaller.

2007-03-19 15:00  udifuchs

	* ufraw-gimp.c: Do not display a GIMP error if user press 'cancel'.

2007-03-18 07:56  udifuchs

	* Makefile.am, configure.ac: The cinepaint plug-in can also work
	  with cinepaint-0.21.

2007-03-18 01:27  nkbj

	* ufraw_preview.c: Fix "restore-highlights-hsv" button.

2007-03-17 02:57  nkbj

	* dcraw.cc: dcraw modified 8.67 (1.375). Changelog: Support the
	  Fuji FinePix S5Pro.

2007-03-17 02:51  nkbj

	* dcraw.cc: dcraw original 8.67 (1.375).

2007-03-17 02:48  nkbj

	* dcraw.cc, dcraw_api.cc, dcraw_indi.c: More dcraw_indi.c updates.

2007-03-16 12:38  nkbj

	* dcraw_api.cc, dcraw_indi.c, nikon_curve.c, ufraw-gimp.c, ufraw.c,
	  ufraw_chooser.c, ufraw_exif.c, ufraw_saver.c, ufraw_writer.c:
	  Update scale_colors_INDI() to current dcraw code and update
	  copyright information.

2007-03-16 10:31  nkbj

	* ufraw_conf.c: Fix compiler warning.

2007-03-16 08:14  nkbj

	* wb_presets.c: Added WB presets for Canon EOS-1D Mark II N.

2007-03-15 23:11  nkbj

	* po/da.po: Update Danish translation.

2007-03-15 20:06  udifuchs

	* Makefile.am, configure.ac: Simplify build process using a
	  libufraw local library.

2007-03-15 18:50  udifuchs

	* ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_conf.c,
	  ufraw_developer.c, ufraw_icons.c, ufraw_preview.c, ufraw_ufraw.c,
	  icons/Makefile.am, icons/color-corrections-24.png,
	  icons/color-corrections.svg, icons/color-management-24.png,
	  icons/curve-24.png, icons/curve.svg,
	  icons/icc-profile-camera-24.png,
	  icons/icc-profile-display-24.png, icons/icc-profile-display.svg,
	  icons/icc-profile-output-24.png, icons/icc-profile-output.svg,
	  icons/white-balance-24.png, icons/white-balance.svg, po/da.po,
	  po/fr.po, po/ja.po, po/pt.po, po/ru.po, po/ufraw.pot: Added
	  display-profile. UFRaw now has a full color management workflow.

	  Added some more icons to the UI.

2007-03-15 08:21  nkbj

	* dcraw.cc: dcraw modified 8.66 (1.374). Changelog: Refactored
	  wavelet_denoise() to use memory more intelligently.

2007-03-15 08:09  nkbj

	* dcraw.cc: dcraw original 8.66 (1.374).

2007-03-14 23:33  nkbj

	* dcraw.cc: Make derror() use the dcraw_message() error system.

2007-03-14 23:25  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.65 (1.373). Changelog: Detect
	  and report data errors wherever possible.

2007-03-14 23:00  nkbj

	* dcraw.cc: dcraw original 8.65 (1.373).

2007-03-13 00:51  nkbj

	* configure.ac: Test for zlib before libpng (fix for OpenBSD build
	  system).

2007-03-13 00:44  nkbj

	* dcraw.cc, dcraw.h: [no log message]

2007-03-13 00:32  nkbj

	* dcraw.cc: dcraw original 8.64 (1.372).

2007-03-11 14:32  udifuchs

	* nikon_curve.c, ufraw_writer.c: Add error handling for some fatal
	  errors.

2007-03-11 10:07  lexort

	* README: pass to spiff up and align with current reality

	    gimp must be >= 2.0, not equal

	    change 'this option will be suppressed' to 'foo support will be
	  omitted'

	    remove --disable-gimp discussion

	    note what happens on install with gimp plug-in, since for some
	  it
	    will violate POLA

	    clarify bit about rawphoto not being installed (Udi: please
	  make
	    sure it's accurate)

	    add hint to use local packaging system for dependencies if
	  possible

2007-03-11 09:58  lexort

	* configure.ac: spiff up comment: Note that gimp plugin is
	  installed in gimp's prefix.

2007-03-09 17:13  udifuchs

	* 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.

2007-03-08 17:03  udifuchs

	* wb_presets.c: Added WB presets for the Pentax *ist D and for the
	  Minolta DiMAGE Z2.

2007-03-08 15:34  udifuchs

	* README, configure.ac, ufraw-gimp.c, ufraw.c, ufraw_chooser.c,
	  ufraw_preview.c, ufraw_saver.c: Use GTK_CHECK_VERSION instead of
	  configuration macros.

2007-03-08 15:16  udifuchs

	* configure.ac, nikon_curve.c: Use STATIC_ASSERT instead of the
	  slow configuration macros.

2007-03-08 15:00  udifuchs

	* Makefile.am, README, configure.ac, ufraw-setup.iss.in, ufraw.h,
	  ufraw_conf.c, ufraw_exif.c, ufraw_exiv2.cc, ufraw_ufraw.c: Use
	  exiv2.pc instead of the deprecated exiv2-config.

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

	  Remove all dependency on libexif.

2007-03-08 13:24  nkbj

	* dcraw_indi.c: Fix typo in fc_INDI().

2007-03-08 13:09  udifuchs

	* ufraw_conf.c: Fix --restore and --clip options.

2007-03-08 11:30  nkbj

	* dcraw_indi.c: Update copyright information.

2007-03-08 11:15  nkbj

	* dcraw.cc, dcraw_indi.c, ufraw_developer.c: Clean up some extern
	  definitions.

2007-03-08 10:54  nkbj

	* configure.ac: Bump version number to 0.12.

2007-03-07 22:14  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.63 (1.371).

2007-03-07 22:05  nkbj

	* dcraw.cc: dcraw original 8.63 (1.371).

2007-03-06 16:03  udifuchs

	* README, ufraw-setup.jpg: New photo for the win32 installer.

	  Final textual changes for version 0.11.

2007-03-06 15:59  udifuchs

	* Makefile.am, icons/Makefile.am: Support different source and
	  object directories for win32 build.

	  Clean everything needed in 'make clean'.

2007-03-06 15:08  udifuchs

	* po/ja.po: Updated Japanese translation by Yota Kunloka.

2007-03-06 15:01  udifuchs

	* ufraw_ufraw.c: Add a comment on Canon 1D.

2007-03-05 21:20  nkbj

	* po/da.po: Update Danish translation.

2007-03-05 14:37  udifuchs

	* wb_presets.c, po/da.po, po/fr.po, po/ja.po, po/pt.po, po/ru.po,
	  po/ufraw.pot: Beautify both source and translation files.

2007-03-04 17:35  udifuchs

	* po/fr.po: Formatting corrections.

2007-03-04 10:09  nkbj

	* ufraw.pod: More spelling error fixes.

2007-03-04 09:36  udifuchs

	* ufraw.pod: Spelling corrections.

2007-03-03 12:57  udifuchs

	* wb_presets.c: Add WB presets for the Fuji E900.

2007-03-03 12:32  nkbj

	* po/: pt.po, ru.po: Remove obsolete strings from translations.

2007-03-03 10:24  udifuchs

	* po/fr.po: Update of French translation by Gaetan Perrier.

2007-03-03 09:41  udifuchs

	* po/ru.po: Update Russian translation.

2007-03-03 02:31  nkbj

	* dcraw_api.cc, ufraw_icons.c, po/da.po: Update copyright
	  information.

2007-03-03 00:15  nkbj

	* TODO: Update TODO file.

2007-03-02 12:05  nkbj

	* dcraw.cc: dcraw modified 8.62 (1.370).

2007-03-02 11:55  nkbj

	* dcraw.cc: dcraw original 8.62 (1.370).

2007-02-28 13:25  udifuchs

	* ufraw.desktop: Finish the commit of the Portuguese translation.

2007-02-27 15:00  udifuchs

	* configure.ac, ufraw-setup.iss.in, po/pt.po: Added Portuguese
	  translation by Bruno Buys.  The translation was added as pt, even
	  though it is actually pt_BR.

2007-02-26 22:17  nkbj

	* dcraw.cc: dcraw modified 8.61 (1.369).

2007-02-26 22:15  nkbj

	* dcraw.cc: dcraw original 8.61 (1.369).

2007-02-25 22:02  nkbj

	* po/: da.po, ufraw.pot: Update Danish translation.

2007-02-25 14:56  udifuchs

	* ufraw_preview.c: Fix the width of the WB page.

2007-02-25 13:48  udifuchs

	* ufraw_icons.c, ufraw_preview.c, icons/Makefile.am,
	  icons/interpolation-24.png, icons/interpolation.svg: Move
	  interpolation options to the WB page.

	  Make Green adjustment steps larger.

2007-02-24 23:25  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.61 (1.368).

2007-02-24 23:14  nkbj

	* dcraw.cc: dcraw original 8.61 (1.368).

2007-02-24 10:27  udifuchs

	* po/ru.po: Update the russian translation.

2007-02-24 08:10  nkbj

	* wb_presets.c: Added WB presets for OLYMPUS SP510UZ.

2007-02-22 22:31  nkbj

	* dcraw.cc: More consistency fixes.

2007-02-22 05:00  nkbj

	* dcraw.cc: Various changes for consistency with the original
	  dcraw.c file.

2007-02-21 22:30  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.60 (1.366).

2007-02-21 21:57  nkbj

	* dcraw.cc: dcraw original 8.60 (1.366).

2007-02-18 17:16  udifuchs

	* Makefile.am, ufraw-setup.iss.in: Fix conflict with liblcms-1.dll
	  supplied with the Gimp windows installer.

2007-02-18 16:21  udifuchs

	* dcraw_api.cc, ufraw_ufraw.c: Add sanity check before normalizing
	  EOS images. Relevant to DNG files.

	  Fix possible uninitialized memory access.

2007-02-12 22:35  nkbj

	* dcraw.cc: dcraw modified 8.54 (1.365).

2007-02-12 22:27  nkbj

	* dcraw.cc: dcraw original 8.54 (1.365).

2007-02-11 23:00  nkbj

	* ufraw_routines.c: Add support for Sinar .IA files.

2007-02-08 15:39  udifuchs

	* po/ja.po: Updated Japanese translation by Yota Kunioka.

2007-02-03 00:28  nkbj

	* ufraw_exiv2.cc: Fix typo in comment.

2007-02-02 18:42  udifuchs

	* ufraw_exiv2.cc: Erase MakerNote tag if EXIF block too large for
	  JPEG files.

2007-01-28 15:11  udifuchs

	* ufraw_preview.c, ufraw_ufraw.c: Make sure temperature from old ID
	  files gets recalculated.

2007-01-28 13:23  udifuchs

	* ufraw_routines.c: Make uf_file_set_absolute() fail more
	  gracefully.

2007-01-27 00:41  nkbj

	* po/: da.po, fr.po, ja.po, ru.po, ufraw.pot: Update ja.po to
	  latest ufraw.pot file.

2007-01-26 23:15  nkbj

	* ufraw_ufraw.c: Fix segfault in Canon DSLR exposure normalization
	  code.

2007-01-26 15:16  udifuchs

	* ufraw.h, ufraw_ufraw.c: Fix auto-exposure for Canon EOS cameras.

	  Convert exposure value from ID files from before the exposure
	  normalization.

2007-01-26 09:25  nkbj

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_routines.c:
	  Update copyright messages.

2007-01-26 09:15  nkbj

	* ufraw_routines.c: Add support for Kodak DSC200 files.

2007-01-25 14:59  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_ufraw.c:
	  Normalize the exposure for Canon DSLRs.

2007-01-24 16:34  udifuchs

	* ufraw.pod: Update the long forgotten man page.

2007-01-24 14:14  udifuchs

	* wb_presets.c: Added WB presets for the Kodak P850.

2007-01-21 14:53  udifuchs

	* configure.ac, ufraw-setup.iss.in, po/ja.po: Added Japanese
	  translation.

2007-01-21 10:07  nkbj

	* dcraw.cc: dcraw modified 8.53 (1.364).

2007-01-21 09:57  nkbj

	* dcraw.cc: dcraw original 8.53 (1.364).

2007-01-20 12:34  udifuchs

	* ufraw_preview.c: Make the raw histogram rendering much more
	  efficient.

2007-01-20 12:33  udifuchs

	* ufraw_developer.c: Fix bug in first run of rgb_to_cielch().

2007-01-18 22:19  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.52 (1.363).

2007-01-18 22:00  nkbj

	* dcraw.cc: dcraw original 8.52 (1.363).

2007-01-18 21:56  nkbj

	* wb_presets.c: Add custom WB presets for Canon PowerShot S3 IS.

2007-01-16 17:04  udifuchs

	* ufraw_routines.c: Add default values for D80 ICC profile.

2007-01-09 23:00  nkbj

	* ufraw_preview.c, ufraw_ufraw.c: Fix EXIF data display in preview.

2007-01-09 00:15  nkbj

	* ufraw_ufraw.c: Fix EXIF data spill over between images.

2007-01-08 22:10  nkbj

	* dcraw.cc: dcraw modified 8.50 (1.362).

2007-01-08 22:02  nkbj

	* dcraw.cc: dcraw original 8.50 (1.362).

2007-01-07 01:30  nkbj

	* ufraw_preview.c, ufraw_ufraw.c: Better fix for overexposure at
	  50% zoom (does not break ufraw-batch --size this time).

2007-01-06 11:30  nkbj

	* ufraw_ufraw.c: Fix overexposure at 50% zoom.

2007-01-06 00:15  nkbj

	* ufraw_ufraw.c: Update copyright information.

2007-01-06 00:05  nkbj

	* ufraw_ufraw.c: Fix zooming with NIKON D1X images.

2007-01-02 22:16  nkbj

	* wb_presets.c: Added PENTAX K10D presets.

2007-01-01 22:20  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.49 (1.361).

2007-01-01 22:11  nkbj

	* dcraw.cc: dcraw original 8.49 (1.361).

2006-12-31 02:30  nkbj

	* ufraw_saver.c, po/da.po: Save image size as width x height and
	  update Danish translation.

2006-12-31 01:15  nkbj

	* ufraw_preview.c: Show image size as width x height.

2006-12-30 00:24  nkbj

	* po/da.po: Update Danish translation.

2006-12-29 07:45  nkbj

	* dcraw.cc, dcraw_api.cc, dcraw_indi.c, ufraw.c, ufraw.desktop,
	  ufraw_conf.c, po/da.po, po/fr.po, po/ru.po, po/ufraw.pot: Update
	  i18n and complete the Danish translation.

2006-12-25 13:00  nkbj

	* ufraw_ufraw.c: Fix ufraw-batch --shrink.

2006-12-25 11:50  nkbj

	* dcraw.cc, dcraw_api.cc, ufraw-gimp.c, ufraw.c, ufraw_conf.c,
	  ufraw_embedded.c, ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c,
	  ufraw_writer.c, po/POTFILES.in, po/da.po, po/fr.po, po/ru.po,
	  po/ufraw.pot: Add stretch() function from dcraw.c 8.48 (1.360)
	  and update i18n.

2006-12-22 03:45  nkbj

	* dcraw.cc, dcraw.h, dcraw_api.cc, dcraw_api.h, dcraw_indi.c,
	  ufraw_ufraw.c: dcraw modified 8.48 (1.360).

2006-12-22 00:48  nkbj

	* dcraw.cc: dcraw original 8.48 (1.360).

2006-12-21 00:08  nkbj

	* ufraw_preview.c: Change channel multiplier increments to 0.001.

2006-12-20 23:52  nkbj

	* ufraw_preview.c: Change green component increments to 0.001.

2006-12-17 11:57  nkbj

	* dcraw_api.cc: White space fix.

2006-12-17 10:03  lexort

	* autogen.sh: Accept automake 1.10

	  Add RCS id.

	  Spiff up comments.

2006-12-17 09:55  lexort

	* icons/.cvsignore: ignore generated files

2006-12-15 22:20  nkbj

	* ufraw_conf.c, po/da.po, po/fr.po, po/ru.po, po/ufraw.pot: Update
	  string.

2006-12-15 04:24  nkbj

	* po/: da.po, fr.po, ru.po, ufraw.pot: Update translation system.

2006-12-14 13:56  nkbj

	* dcraw.cc: Add changes from rereleased dcraw 8.46 (1.359).

2006-12-13 23:49  nkbj

	* dcraw.cc: dcraw modified 8.46 (1.359).

2006-12-13 23:41  nkbj

	* dcraw.cc: dcraw original 8.46 (1.359).

2006-12-13 23:33  nkbj

	* wb_presets.c: Add WB presets + fine tuning for NIKON D1X.

2006-12-11 22:39  nkbj

	* configure.ac, ufraw.desktop, po/da.po: Add first step of Danish
	  translation (not complete).

2006-12-07 07:48  nkbj

	* wb_presets.c: Added WB presets for PENTAX K100D.

2006-12-05 00:37  nkbj

	* dcraw.cc: dcraw modified 8.45 (1.358).

2006-12-05 00:23  nkbj

	* dcraw.cc: dcraw original 8.45 (1.358).

2006-12-04 08:19  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.45 (1.358).

2006-12-04 08:00  nkbj

	* dcraw.cc: dcraw original 8.45 (1.358).

2006-11-27 23:58  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.44 (1.357).

2006-11-27 23:34  nkbj

	* dcraw.cc: dcraw original 8.44 (1.357).

2006-11-22 09:04  nkbj

	* dcraw.cc: dcraw modified 8.43 (1.356).

2006-11-22 08:47  nkbj

	* dcraw.cc: dcraw original 8.43 (1.356).

2006-11-20 17:51  udifuchs

	* ufraw_preview.c: Fix possible crash in spot-wb.

	  Improve a bit the pen color calculation for the raw histogram.

2006-11-12 19:51  nkbj

	* wb_presets.c: Add missing comma.

2006-11-12 19:35  nkbj

	* wb_presets.c: Correct names for Panasonic DMC-FZ50 WB presets.

2006-11-12 18:30  udifuchs

	* Makefile.am, configure.ac, nikon_curve.c, nikon_curve.h,
	  ufraw-gimp.c, ufraw.c, ufraw.h, ufraw.png, ufraw_chooser.c,
	  ufraw_conf.c, ufraw_developer.c, ufraw_icon.h, ufraw_icons.c,
	  ufraw_preview.c, ufraw_ufraw.c, icons/Makefile.am,
	  icons/digital-24.png, icons/digital.svg, icons/exposure-24.png,
	  icons/exposure.svg, icons/film-24.png, icons/film.svg,
	  icons/restore-hsv-24.png, icons/restore-hsv.svg,
	  icons/restore-lch-24.png, icons/restore-lch.svg, icons/ufraw.png,
	  po/fr.po, po/ru.po, po/ufraw.pot: Bumped version to 0.11.  Change
	  name of '--unclip' option to '--restore'.  Allow user to choose
	  between restoring highlights in LCH and HSV spaces.  Add option
	  for soft, filmlike clipping of highlights.  Base GUI more on
	  icons.  Added nikon_curve function CurveDataIsTrivial().

2006-11-08 18:09  udifuchs

	* wb_presets.c: Added WB presets for the Panasonic DMC-FZ50.

2006-11-08 08:13  nkbj

	* ufraw_preview.c: Keep output path in saved configuration (fix for
	  last commit).

2006-11-07 14:19  udifuchs

	* ufraw_preview.c: Fix bug were second file saved had name of the
	  first file as default.

2006-11-06 04:16  udifuchs

	* ufraw_developer.c: Fix divide by zero.

2006-11-06 00:37  nkbj

	* dcraw.cc: Keep dcraw.cc thread-safe.

2006-11-05 11:52  udifuchs

	* ufraw_saver.c, ufraw_ufraw.c: Use OutputFilename from the ID file
	  to set the output filename.

2006-11-05 10:24  udifuchs

	* ufraw_conf.c: Document the --silent option.

2006-11-05 00:57  nkbj

	* dcraw.cc, dcraw.h, dcraw_api.cc: dcraw modified 8.42 (1.355).

2006-11-04 23:42  nkbj

	* dcraw.cc: dcraw original 8.42 (1.355).

2006-11-04 13:01  udifuchs

	* ufraw_developer.c: Added unclipping option in LCh space. This is
	  not enabled by default, but requires setting
	  CFLAGS=-DLCH_BLENDING during make. Setting this option disables
	  the HSV unclipping.

	  For HSV unclipping use 100% saturation from clipped pixel to
	  prevent any color artifacts.

2006-11-03 15:28  udifuchs

	* ufraw.h, ufraw_developer.c, ufraw_preview.c: New algorithm for
	  unclipping hightlights that really restores some details.

	  Fix colors in raw histogram.

2006-10-31 16:30  udifuchs

	* ufraw_preview.c: Make the WB combo as wide as possible.

2006-10-30 17:28  udifuchs

	* generate_schemas.sh, ufraw-mime.xml: Added k25 mime-type and made
	  some modifications to kdc, raf, crw.

2006-10-26 17:37  udifuchs

	* README, TODO: Final textual changes for version 0.10.

2006-10-26 17:33  udifuchs

	* ufraw_exiv2.cc: Fix compatibility with Exiv2-0.11.

2006-10-26 15:42  udifuchs

	* po/: fr.po, ru.po, ufraw.pot: Update Russian translation.

2006-10-26 00:03  nkbj

	* dcraw.cc: dcraw modified 8.41 (1.354).

2006-10-25 23:46  nkbj

	* dcraw.cc: dcraw original 8.41 (1.354).

2006-10-25 17:47  udifuchs

	* generate_schemas.sh, ufraw-batch.c, ufraw-mime.xml, ufraw.c,
	  ufraw.h, ufraw_conf.c, ufraw_preview.c: Add undocumented --silent
	  option and use this option to silent the thumbnail generation
	  schema.

	  Add mime type for DNG files.

2006-10-25 17:36  udifuchs

	* dcraw.cc: Fix Kodak WB bug.

2006-10-25 15:16  udifuchs

	* Makefile.am, po/Makefile.in.in: Fix 'make distcheck'.

2006-10-24 17:21  udifuchs

	* dcraw.cc: Add a small fix that will appear in dcraw 8.41.

2006-10-24 16:16  udifuchs

	* wb_presets.c: Duplicate the Leica R8 WB presets for the Lecia R9.

2006-10-23 17:08  udifuchs

	* ufraw_preview.c: Center the raw histogram if the rest of the
	  controls are too wide.

2006-10-23 16:38  udifuchs

	* configure.ac, ufraw-setup.iss.in, po/fr.po: Added French
	  translation, thanks to Gatan Perrier.

2006-10-22 17:40  udifuchs

	* ufraw_conf.c, ufraw_preview.c, po/ru.po, po/ufraw.pot: Add i18n
	  to the About text and some bug fixing.

2006-10-22 01:38  nkbj

	* po/da.po: [no log message]

2006-10-22 01:31  nkbj

	* configure.ac: Remove Danish translation until it is completed.

2006-10-21 15:39  udifuchs

	* ufraw_ufraw.c: If input and output filenames in the ID file have
	  the same path, then input filename is searched for in the path of
	  the ID file.	This allows moving raw and ID files together
	  between folders.

2006-10-21 01:48  nkbj

	* Makefile.am: Make building ufraw.schemas work with BSD make.

2006-10-21 01:23  nkbj

	* po/ru.po: Clean up after latest commit.

2006-10-20 23:59  nkbj

	* po/: da.po, ru.po, ufraw.pot: Update ufraw.pot after latest
	  changes.

2006-10-20 16:24  udifuchs

	* ufraw-gimp.c: Fix compilation warning from last commit.

2006-10-20 16:22  udifuchs

	* ufraw-batch.c, ufraw-gimp.c, ufraw-setup.iss.in, ufraw.c,
	  ufraw.h, ufraw_conf.c, ufraw_routines.c: Make the windows
	  installer install translation files.	Find these files in the
	  windows environment.	Check for UFRAW_LOCALEDIR environment
	  variable on all archs.

2006-10-20 14:08  udifuchs

	* ufraw_routines.c: Remove unneeded check and accompaning message.

2006-10-20 11:23  nkbj

	* dcraw.cc: dcraw modified 8.40 (1.353).

2006-10-20 11:20  nkbj

	* dcraw.cc: dcraw original 8.40 (1.353).

2006-10-18 09:27  lexort

	* ufraw_conf.c, ufraw_routines.c: Replace isspace with
	  g_ascii_isspace (to avoid passing signed/wrong type to isspace).

2006-10-18 07:24  lexort

	* Makefile.am: Use dcraw.cc explicitly in the dcraw_nomain.o make
	  rule instead of using $^ (a GNU make extension).  Fixes build
	  with BSD make, and of course still works fine with GNU make.

2006-10-12 22:40  nkbj

	* po/da.po: Update Danish translation.

2006-10-12 22:37  nkbj

	* ufraw_conf.c, po/da.po, po/ru.po, po/ufraw.pot: Fix typo in
	  string.

2006-10-08 16:15  udifuchs

	* wb_presets.c: Added Nikon D80 WB presets and fine tuning.

2006-10-07 11:21  udifuchs

	* ufraw_ufraw.c: When handling ID files save output image in same
	  directory as ID file.

2006-10-07 09:48  udifuchs

	* wb_presets.c: Added Nikon E4500 WB presets and fine tuning.

2006-10-07 08:31  udifuchs

	* ufraw_saver.c: Fix saver to work with GTK+ 2.10.

2006-10-07 01:54  nkbj

	* wb_presets.c: Add WB presets for Canon EOS 400D DIGITAL, Canon
	  EOS Kiss Digital N, and Canon EOS Kiss Digital X.

2006-10-06 22:58  nkbj

	* dcraw.cc, dcraw.h: dcraw modified 8.40 (1.352).

2006-10-06 22:52  nkbj

	* dcraw.cc: dcraw original 8.40 (1.352).

2006-10-06 13:53  udifuchs

	* wb_presets.c: Added WB presets for the Canon EOS Digital Rebel
	  XTi. (and removed some white spaces.)

2006-10-05 13:48  udifuchs

	* wb_presets.c: Add WB presets for Canon Kiss, same as the 300D.

2006-10-04 16:04  udifuchs

	* po/ru.po: Russian translation by Alexander Rabtsevich and
	  Alexandre Prokoudine.

2006-10-04 15:59  udifuchs

	* ufraw_ufraw.c: Adjust focal length formatting to changes in
	  dcraw.

2006-10-02 02:55  nkbj

	* ufraw_routines.c, po/da.po, po/ru.po, po/ufraw.pot: Fix a string
	  in ufraw_routines.c

2006-09-27 23:46  nkbj

	* dcraw.cc: dcraw modified 8.39 (1.351).

2006-09-27 23:26  nkbj

	* dcraw.cc: dcraw original 8.39 (1.351).

2006-09-20 09:43  nkbj

	* dcraw.cc: dcraw modified 8.39 (1.350).

2006-09-20 09:27  nkbj

	* dcraw.cc: dcraw original 8.39 (1.350).

2006-09-18 23:34  nkbj

	* dcraw.cc: Fix FUJIFILM FinePix S5500 artifacts.

2006-09-17 15:31  udifuchs

	* ufraw_conf.c: Fix a valgrind warning.

2006-09-17 14:24  udifuchs

	* wb_presets.c: Added WB presets for the Fuji S9500 and the Lecia
	  R8.

2006-09-15 13:39  udifuchs

	* dcraw.cc: Fix crash cause by int/unsigned tricks.

2006-09-12 18:33  udifuchs

	* ufraw-batch.c, ufraw_writer.c, po/da.po, po/ru.po, po/ufraw.pot:
	  Fixed i18n in ufraw-batch.

	  Added i18n for the [y/n] question.

2006-09-12 10:56  nkbj

	* dcraw.cc: dcraw modified 8.38 (1.349).

2006-09-12 10:43  nkbj

	* dcraw.cc: dcraw original 8.38 (1.349).

2006-09-09 12:02  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_embedded.c, ufraw_exiv2.cc,
	  ufraw_preview.c, ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c,
	  ufraw_writer.c, wb_presets.c, po/da.po, po/ru.po, po/ufraw.pot:
	  Mostly finish the i18n.

	  WB presets are now standardized.

2006-09-08 23:48  nkbj

	* dcraw.cc: dcraw modified 8.37 (1.348).

2006-09-08 23:32  nkbj

	* dcraw.cc: dcraw original 8.37 (1.348).

2006-09-07 13:22  udifuchs

	* wb_presets.c: Added WB presets (+fine tuning) for the Minolta
	  DiMAGE A2.

2006-09-07 07:57  udifuchs

	* ufraw-mime.xml: Added mime type for Kodak KDC

2006-09-07 00:16  nkbj

	* dcraw.cc: dcraw modified 8.36 (1.347).

2006-09-07 00:07  nkbj

	* dcraw.cc: dcraw original 8.36 (1.347).

2006-09-06 16:43  udifuchs

	* wb_presets.c: Added WB presets for the Minolta DiMAGE 7.

2006-09-06 16:18  udifuchs

	* Makefile.am, configure.ac, ufraw-batch.c, ufraw-gimp.c,
	  ufraw_chooser.c, ufraw_conf.c, ufraw_saver.c, po/Makefile.in.in,
	  po/da.po, po/ru.po, po/ufraw.pot: Some more translation markups.

2006-09-05 15:35  udifuchs

	* ufraw-batch.c, po/ufraw.pot: Some more i18n updates.

2006-09-05 13:40  udifuchs

	* ufraw_preview.c, po/da.po, po/ru.po: Marked most text in
	  ufraw_preview.c for translation.  Russian translation to above
	  texts.  (patch by Alexander Rabtchevich and Alexandre Prokoudine)

2006-09-05 13:04  udifuchs

	* mkinstalldirs: Added file as executable.

2006-09-05 13:02  udifuchs

	* mkinstalldirs: Removed for changing file to executable.

2006-09-05 01:31  nkbj

	* configure.ac: Add Danish translation to ALL_LINGUAS.

2006-09-05 01:19  nkbj

	* po/da.po: Add Danish translation for UFRaw.

2006-09-05 01:15  nkbj

	* po/Makefile.in.in: Fix configuration warning in po directory.

2006-09-04 16:35  udifuchs

	* Makefile.am, configure.ac, mkinstalldirs, ufraw-gimp.c, ufraw.c,
	  ufraw_chooser.c, ufraw_preview.c, po/.cvsignore,
	  po/Makefile.in.in, po/POTFILES.in, po/ru.po: Added infrastructure
	  for i18n support (patch by Alexey Voinov).

2006-09-04 14:05  udifuchs

	* ufraw_preview.c: If 'save ID' is set to 'never again' then
	  .ufrawrc is not written after each processed image.

	  Instead, after curves/profiles are loaded or deleted .ufrawrc is
	  written (regardless of the 'save ID' setting).

	  Added a 'Cancel' button to the 'Options' window.

2006-09-03 23:21  nkbj

	* dcraw.cc: dcraw modified 8.35 (1.346).

2006-09-03 23:07  nkbj

	* dcraw.cc: dcraw original 8.35 (1.346).

2006-08-31 23:29  nkbj

	* dcraw.cc: dcraw modified 8.33 (1.344).

2006-08-31 23:15  nkbj

	* dcraw.cc: dcraw original 8.33 (1.344).

2006-08-31 13:42  udifuchs

	* ufraw_ufraw.c: Fix possible segfault when uf==NULL.

2006-08-30 11:23  udifuchs

	* ufraw_conf.c: Fix ISO speed in the ID file.

2006-08-28 15:53  nkbj

	* Makefile.am: Add ufraw.schemas to CLEANFILES.

2006-08-28 15:28  nkbj

	* .cvsignore: Add ufraw.schemas to .cvsignore.

2006-08-28 15:26  nkbj

	* ufraw_embedded.c: Fix compiler warning on FreeBSD in a thread
	  safe way.

2006-08-26 11:25  nkbj

	* generate_schemas.sh: Make generate_schemas.sh work for non-bash
	  /bin/sh.

2006-08-26 11:12  nkbj

	* ufraw_embedded.c: Fix compiler warning on FreeBSD.

2006-08-26 08:29  udifuchs

	* Makefile.am, README, configure.ac, generate_schemas.sh,
	  ufraw-mime.xml, ufraw.desktop, ufraw.h, ufraw_conf.c,
	  ufraw_embedded.c, ufraw_routines.c, ufraw_ufraw.c: Support
	  --out-type=png for embedded images. This adds a dependency on
	  libpng development package, but GTK+2 depends on it anyway.

	  Add mime types to recognize raw files in the Gnome desktop.

	  Add schemas to generate thumbnails for these mime types.

	  Modify the desktop entry to associate ufraw with these mime
	  types.

	  The mime options are only enabled with the configuration option
	  '--enable-mime'.  See the README for further information on
	  installing these options.

	  Bump ufraw version to 0.10

2006-08-25 05:06  nkbj

	* ufraw_embedded.c: Remove superfluous #include <time.h>.

2006-08-25 04:41  udifuchs

	* ufraw_embedded.c: Fix bug in saving jpegs of ppm type embedded
	  images.

2006-08-25 01:09  nkbj

	* dcraw.cc: dcraw modified 8.32 (1.343).

2006-08-25 00:58  nkbj

	* dcraw.cc: dcraw original 8.32 (1.343).

2006-08-24 14:40  udifuchs

	* wb_presets.c: Added WB presets for the Nikon E8700.

2006-08-24 02:53  nkbj

	* ufraw_embedded.c: Fix compile error on FreeBSD.

2006-08-22 00:52  nkbj

	* ufraw_developer.c: Let workaround for lcms 1.13 bug depend on
	  LCMS_VERSION.

2006-08-21 02:24  nkbj

	* dcraw.cc: Fix compiler warnings.

2006-08-21 01:53  udifuchs

	* ufraw_embedded.c: Complete the '--embedded-image' commit.

2006-08-20 23:01  nkbj

	* dcraw.cc: dcraw modified 8.31 (1.342).

2006-08-20 22:48  nkbj

	* dcraw.cc: dcraw original 8.31 (1.342).

2006-08-20 15:57  udifuchs

	* dcraw.cc: Fix a sign bug in reading Leaf images.

	  Downgrade "Failed to read metadata" from DCRAW_ERROR to
	  DCRAW_WARNING.

2006-08-20 15:51  udifuchs

	* Makefile.am, dcraw.cc, dcraw_api.cc, dcraw_api.h, ufraw-gimp.c,
	  ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_ufraw.c, ufraw_writer.c: Add the '--embedded-image' option
	  to ufraw-batch for reading the embedded preview image in raw
	  files. It supports most of the format supported by dcraw. The
	  most notable missing support is for Foveon images.

	  Use the above code in the Gimp plug-in for a much quicker
	  generation of the preview thumbnails.

2006-08-20 04:52  udifuchs

	* ufraw_developer.c: Bypass an lcms 1.13 bug.

2006-08-18 02:28  nkbj

	* dcraw.cc, dcraw.h: Fix compiler warnings.

2006-08-18 02:22  nkbj

	* dcraw.h: ABI changes for DCRaw 8.30 (1.341).

2006-08-18 02:08  nkbj

	* dcraw.cc: dcraw modified 8.30 (1.341).

2006-08-18 02:06  nkbj

	* dcraw.cc: dcraw original 8.30 (1.341).

2006-08-17 05:18  udifuchs

	* wb_presets.c: Added WB presets to the Pentax *ist DL.

2006-08-17 00:00  nkbj

	* iccjpeg.c: Fix comment.

2006-08-14 23:12  nkbj

	* wb_presets.c: Add WB presets for Canon PowerShot S45.

2006-08-13 11:12  nkbj

	* wb_presets.c: Add WB presets for Minolta DiMAGE 7i.

2006-08-13 10:33  udifuchs

	* curveeditor_widget.c, nikon_curve.c, ufraw.h, ufraw_developer.c:
	  Apply luminosity curve and saturation corrections in LCV(ab)
	  space.  Fix some rounding issues in the curve sampling.

2006-08-12 10:46  udifuchs

	* README, configure.ac: Bump version to 0.9.1 and final textual
	  changes before 0.9.1 release.

2006-08-11 16:07  udifuchs

	* ufraw_preview.c, ufraw_ufraw.c, wb_presets.c: Treat Minolta's
	  ALPHA and MAXXUM models as the DYNAX model for WB presets.

2006-08-10 23:15  nkbj

	* README: Add Minolta (MRW) to file types supported by exiv2.

2006-08-10 14:16  udifuchs

	* ufraw_exiv2.cc: Fix possible crash in std::cerr redirection.

2006-08-08 22:18  nkbj

	* dcraw.cc: dcraw modified 8.29 (1.340).

2006-08-08 22:14  nkbj

	* dcraw.cc: dcraw original 8.29 (1.340).

2006-08-07 23:00  nkbj

	* wb_presets.c: Added WB presets for Canon PowerShot G3.

2006-08-07 00:31  nkbj

	* dcraw.cc: dcraw modified 8.29 (1.339).

2006-08-07 00:18  nkbj

	* dcraw.cc: dcraw original 8.29 (1.339).

2006-08-05 16:59  udifuchs

	* ufraw_routines.c: Reconize Sony's *.arw file type.

2006-08-04 17:35  udifuchs

	* dcraw_api.cc, ufraw_exiv2.cc: Fix log messages and redirect exiv2
	  warnings from stderr to the log.

2006-08-04 17:22  udifuchs

	* configure.ac: Fix ./configure --help text.

2006-08-04 16:50  udifuchs

	* dcraw.cc: Add 'extern C' around jpeglib include. Needed for some
	  buggy versions of libjpeg

2006-08-03 14:01  udifuchs

	* README, TODO: Final textual changes for the 0.9 release.

2006-08-01 16:29  udifuchs

	* dcraw.cc: Use the correct VERSION in the standalone dcraw.

2006-08-01 16:12  udifuchs

	* dcraw.cc: Remove unneeded 'static' directives

2006-08-01 15:51  udifuchs

	* wb_presets.c: Added wb presets for the Samsung GX-1S.

2006-07-31 18:31  udifuchs

	* dcraw.cc, dcraw.h: dcraw modified 8.28 (1.338).

2006-07-31 18:19  udifuchs

	* dcraw.cc: dcraw original 8.28 (1.338).

2006-07-31 18:13  udifuchs

	* dcraw.cc: Fix build on minw32 which has very strange prototype
	  for swab().

2006-07-31 13:34  udifuchs

	* wb_presets.c: Added Sony A100 WB presets with fine tuning

2006-07-30 13:08  udifuchs

	* ufraw_preview.c: Fix crash in spot WB.

2006-07-30 11:56  udifuchs

	* Makefile.am, README, dcraw.c, dcraw.h, dcraw_api.c, dcraw_api.cc,
	  dcraw_api.h, dcraw_indi.c: Replaces the old dcraw interface with
	  a C++ interface. This gets rid of global variables and allows
	  opening several files simultaniously and easier access to dcraw
	  variables.

	  Some files have changed names in this change and seem to require
	  applying 'make distclean' and './configure' again.

2006-07-30 11:50  udifuchs

	* dcraw.cc: dcraw modified 8.26 (1.336)

2006-07-30 11:47  udifuchs

	* dcraw.cc: New C++ interface for dcraw.  dcraw original 8.26
	  (1.336)

2006-07-23 16:26  udifuchs

	* wb_presets.c: Added WB presets for the Minolta DiMAGE 5.

2006-07-21 14:41  udifuchs

	* curveeditor_widget.c, curveeditor_widget.h, dcraw_api.c,
	  dcraw_api.h, dcraw_indi.c, nikon_curve.c, nikon_curve.h,
	  ufraw-batch.c, ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c,
	  ufraw_conf.c, ufraw_developer.c, ufraw_exif.c, ufraw_preview.c,
	  ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c,
	  wb_presets.c: Clear up the license and copyright in all the
	  source files.

2006-07-19 14:19  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_ufraw.c: Smarter
	  highlight unclipping that should not create color artifact.  Now
	  the difference between clip and unclip is usually very small.
	  Made clip highlights the default.

2006-07-19 08:32  udifuchs

	* ufraw_exiv2.cc: Do not copy EXIF 'Strip' tags from raw/tiff
	  files.

2006-07-18 09:36  udifuchs

	* ufraw_ufraw.c: Support local file URI (bug #1519520).

2006-07-18 09:20  udifuchs

	* ufraw_ufraw.c: Fix preview size in the Gimp plug-in (bug
	  #1523071).

2006-07-17 18:06  udifuchs

	* ufraw_preview.c: Fix the positioning of widgets in large windows.

2006-07-13 09:17  udifuchs

	* ufraw-batch.c, ufraw.c, ufraw_conf.c: Fix some bugs in the
	  darkframe subtraction.

2006-07-10 15:00  udifuchs

	* ufraw-gimp.c: Finish the last change.

2006-07-10 11:05  udifuchs

	* ufraw.h, ufraw_preview.c, ufraw_saver.c, ufraw_ufraw.c: Scale the
	  selected spot WB aread together with the zooming.  It makes more
	  sense and fixes a possible crash.

2006-07-06 10:05  udifuchs

	* wb_presets.c: Added WB presets for: Fuji F700 Fuji S2Pro Fuji
	  S5500 Olympus E300 (with fine tuning) Olympus E500

2006-06-28 18:08  udifuchs

	* ufraw-batch.c, ufraw.c, ufraw.h, ufraw_conf.c, ufraw_ufraw.c: Add
	  the --darkframe option for subtracting a raw darkframe image.
	  Based on a patch by Kevin Vacit

2006-06-26 11:40  cbennett

	* wb_extract.pl: Added support in wb_extract.pl for D70 white
	  balance values, which are in different Exif fields than the D200.

2006-06-25 18:38  cbennett

	* wb_extract.pl, wb_presets.c: Added WB fine tune presets for Nikon
	  D200.

	  Added Perl script that uses Exiftool to get WB info from images
	  automatically and creates lines ready for wb_presets.c.

2006-06-24 11:20  udifuchs

	* Makefile.am, ufraw.h, ufraw_conf.c, ufraw_exif.c, ufraw_exiv2.cc,
	  ufraw_preview.c, ufraw_ufraw.c: Show basic EXIF information in
	  the UI.

	  Removed the obselete ufraw-exif extra program.

	  Disabled the code to read TIFF style raw file using libexif.
	  This can be enabled by 'CCFLAGS=-DUSE_LIBEXIF_LIBTIFF_HACK'.

2006-06-23 15:42  nkbj

	* dcraw.c: DCRaw modified 8.23 (1.332).

2006-06-23 15:21  nkbj

	* dcraw.c: DCRaw original 8.23 (1.332).

2006-06-21 15:14  nkbj

	* dcraw.c: DCRaw modified 8.22 (1.331).

2006-06-21 14:48  nkbj

	* dcraw.c: DCRaw original 8.22 (1.331).

2006-06-10 15:29  udifuchs

	* ufraw_ufraw.c, wb_presets.c: Add WB presets for the Fuji S5600
	  and for the Nikon D1H (with fine tuning).

	  Reset fine tuning value on auto wb.

2006-05-31 00:39  nkbj

	* configure.ac: Clean up messages.

2006-05-29 14:54  nkbj

	* dcraw.c: DCRaw modified 8.21 (1.330).

2006-05-29 14:45  nkbj

	* dcraw.c: DCRaw original 8.21 (1.330).

2006-05-28 12:12  nkbj

	* dcraw_api.c, dcraw_indi.c: Update API for DCRaw 8.20 (1.329).

2006-05-28 12:11  nkbj

	* dcraw.c: DCRaw modified 8.20 (1.329).

2006-05-28 11:48  nkbj

	* dcraw.c: DCRaw original 8.20 (1.329).

2006-05-22 20:50  nkbj

	* dcraw_indi.c: Update dcraw_indi.c for DCRaw 8.19 (1.328).

2006-05-22 20:48  nkbj

	* dcraw.c: DCRaw modified 8.19 (1.328).

2006-05-22 20:17  nkbj

	* dcraw.c: DCRaw original 8.19 (1.328).

2006-05-22 07:58  udifuchs

	* ufraw_exiv2.cc: Reset orientation tag in exiv2 since UFRaw
	  already rotates the image.

2006-05-21 01:34  nkbj

	* configure.ac: Stop './configure --with-libexif' from barfing with
	  'libexif < 0.6.13'.

2006-05-21 01:08  nkbj

	* TODO: Add highlight recovery to TODO list.

2006-05-19 00:17  nkbj

	* dcraw.c: DCRaw modified 8.18 (1.326).

2006-05-19 00:01  nkbj

	* dcraw.c: DCRaw original 8.18 (1.326).

2006-05-16 06:05  nkbj

	* dcraw_indi.c: Update definition of CLIP() to match DCRaw 8.17
	  (1.325).

2006-05-16 04:06  nkbj

	* configure.ac: Update version number to 0.9.

2006-05-16 04:05  nkbj

	* dcraw.c: DCRaw modified 8.17 (1.325).

2006-05-16 03:33  nkbj

	* dcraw.c: DCRaw original 8.17 (1.325).

2006-05-13 16:52  udifuchs

	* README: Final textual changes before 0.8.1 release.

2006-05-13 16:09  udifuchs

	* configure.ac, ufraw_preview.c, ufraw_ufraw.c, wb_presets.c: Fix
	  gimp plug-in half-interpolation crash.

	  Fix possible auto-exposure crash.

	  Add Canon 30D WB presets.

2006-05-07 12:00  nkbj

	* README: Fix yet another typo i README.

2006-05-07 11:35  nkbj

	* README: Fix typo in README.

2006-05-05 03:16  nkbj

	* README, configure.ac, dcraw_indi.c: Change version number to 0.9
	  and update dcraw_indi.c and README.

2006-05-05 02:07  nkbj

	* configure.ac, dcraw.c: Make ./configure test for memmem().

2006-05-05 01:50  nkbj

	* configure.ac, dcraw.c: Integrate dcraw.c in UFRaw config system.

2006-05-05 00:56  nkbj

	* dcraw.c: DCRaw modified 8.15 (1.324).

2006-05-05 00:38  nkbj

	* dcraw.c: DCRaw original 8.15 (1.324).

2006-05-04 15:36  udifuchs

	* README, TODO: Final textual changes for the release of version
	  0.8.

2006-05-03 17:12  udifuchs

	* ufraw_developer.c, ufraw_preview.c, ufraw_ufraw.c: Fix bug in
	  auto-exposure calculation.

	  Fix some uninitialized memory access.

2006-05-02 16:57  udifuchs

	* ufraw_ufraw.c: Remove some cruft that for some reason was
	  crashing ufraw.

2006-05-02 15:38  udifuchs

	* ufraw_ufraw.c: Fix auto-black for 4 color cameras and another
	  very improbable bug.

2006-05-01 16:45  udifuchs

	* ufraw_ufraw.c: Fix overflow in calculation RawLumHistogram and
	  auto-exposure, which was apparent with 16-bit cameras.

2006-04-29 17:03  udifuchs

	* configure.ac, ufraw_preview.c: Fix build flags to set both CFLAGS
	  and CXXFLAGS.

	  Make sure that ResetExposure works correctly with auto-exposure.

2006-04-29 14:45  udifuchs

	* curveeditor_widget.c: Fix bug where selected curve point was not
	  drawn.

2006-04-28 19:00  udifuchs

	* ufraw_preview.c: Improve widgets positioning and save a few
	  pixels in width.

2006-04-28 11:51  udifuchs

	* ufraw_preview.c: Enable ResetBlackButton after choosing
	  auto-black.

	  Increase the "safety margins" around the preview window to
	  decrease the chances of getting a window larger than the screen
	  size.

2006-04-27 06:57  udifuchs

	* configure.ac: Remove powerpc specific flag since it does not
	  build on powerpc64.

2006-04-26 11:30  udifuchs

	* nikon_curve.c: Fix bug when no anchor points are specified.

2006-04-26 11:12  udifuchs

	* nikon_curve.c: Set some defaults and add some checks when loading
	  a curve file.

2006-04-25 06:11  udifuchs

	* ufraw_ufraw.c: Add a cutoff to the auto-wb

2006-04-24 13:35  udifuchs

	* curveeditor_widget.c, ufraw.h, ufraw_developer.c,
	  ufraw_preview.c, ufraw_ufraw.c: Modified all the 'auto'
	  functions:

	  Auto WB, no longer uses the dcraw code. Current code is at least
	  49 times faster, with very similar results.

	  Auto exposure is a bit slower now, but much more accurate, taking
	  into account many more conversion parameters, like the gamma
	  corrections and the base curve.

	  Auto black and auto curve are much faster with simpler code, and
	  fairly similar results. Auto black is now persistent, meaning
	  that onces set, it will be recalculated when relevant parameters
	  are changed.

2006-04-22 10:57  udifuchs

	* wb_presets.c: Added WB presets for Canon Pro1, Olympus C5050Z
	  (+fine tuning) and Nikon D70s (same as D70).

2006-04-20 07:49  udifuchs

	* ufraw-gimp.c, ufraw_exiv2.cc, ufraw_ufraw.c, ufraw_writer.c: JPEG
	  supports EXIF buffers up to 65533 bytes in size.  Therefore,
	  larger buffers are ignored.

2006-04-19 16:32  udifuchs

	* wb_presets.c: Added Canon D60 WB presets.

2006-04-19 11:20  nkbj

	* wb_presets.c: Add WB presets for Canon PowerShot S30.

2006-04-08 22:54  nkbj

	* dcraw.c: DCRaw modified 8.13 (1.323).

2006-04-08 22:45  nkbj

	* dcraw.c: DCRaw original 8.13 (1.323).

2006-04-06 21:57  nkbj

	* dcraw.c: DCRaw modified 8.12 (1.322).

2006-04-06 21:56  nkbj

	* dcraw.c: DCRaw original 8.12 (1.322).

2006-04-05 01:37  nkbj

	* dcraw_indi.c: Update dcraw_indi.c to use d65_white[].

2006-04-05 00:05  nkbj

	* dcraw.c: DCRaw modified 8.11 (1.321).

2006-04-04 23:56  nkbj

	* dcraw.c: DCRaw original 8.11 (1.321).

2006-03-28 23:23  nkbj

	* TODO, ufraw_ufraw.c: Update TODO for UFRaw 0.8.

2006-03-28 23:22  nkbj

	* dcraw.c: DCRaw modified 8.10 (1.320).

2006-03-28 23:17  nkbj

	* dcraw.c: DCRaw original 8.10 (1.320).

2006-03-28 16:48  udifuchs

	* nikon_curve.c, wb_presets.c: Added WB presets for the Olympus
	  C5060WZ and WB presets with fine tunning for the Olympus C8080WZ.

	  Make curve interpulation calculation faster. This can have an
	  affect on the UI responsiveness.

2006-03-28 16:03  udifuchs

	* dcraw_api.c, ufraw_conf.c, ufraw_ufraw.c: Handle 'spot_wb' in
	  --conf correctly.

	  Fix bug that caused a 'maze effect' in the output. This only
	  happend when working with the 'file-chooser' and for some reason
	  mostly on Windows.

2006-03-25 12:40  udifuchs

	* configure.ac, dcraw_api.c, ufraw_ufraw.c: Make code compatible
	  with Solaris.  Fix the pseudoinverse() function declaration.

2006-03-24 22:16  nkbj

	* dcraw.c: DCRaw modified 8.09 (1.319).

2006-03-24 22:06  nkbj

	* dcraw.c: DCRaw original 8.09 (1.319).

2006-03-21 23:26  nkbj

	* dcraw.c: DCRaw modified 8.08 (1.318).

2006-03-21 23:19  nkbj

	* dcraw.c: DCRaw original 8.08 (1.318).

2006-03-20 23:21  nkbj

	* dcraw.c: DCRaw modified 8.07 (1.317).

2006-03-20 23:08  nkbj

	* dcraw.c: DCRaw original 8.07 (1.317).

2006-03-16 00:43  nkbj

	* Makefile.am, configure.ac, dcraw.c, dcraw_api.c, dcraw_indi.c:
	  Fix dcraw.c so -Wno-sign-compare is no longer necessary.

2006-03-13 01:47  nkbj

	* configure.ac: Fix typo in comment.

2006-03-11 09:47  udifuchs

	* nikon_curve.c: Fix a few possible memory flows.

2006-03-10 10:04  udifuchs

	* configure.ac: Check if exiv2 is installed.

2006-03-09 15:54  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_ufraw.c: Add
	  preliminary zoom support. Can zoom only up to 50%. No panning,
	  and a bit non-responsive interface since create_base_image()
	  should run in g_idle_add().

2006-03-08 13:22  udifuchs

	* ufraw_exiv2.cc: Make exiv2 compatible with gcc-3.3.

2006-03-07 14:23  udifuchs

	* ufraw_exiv2.cc: Add the forgotten ufraw_exiv2.cc.

2006-03-06 16:22  udifuchs

	* Makefile.am, configure.ac, ufraw_conf.c, ufraw_exif.c,
	  ufraw_saver.c, ufraw_writer.c: Use exiv2 to read EXIF data from
	  CRW files (if --with-exiv2 is specified).

	  libexif can now also read Fuji RAF files thanks to a patch from
	  Heiko Schroeder.

2006-03-05 17:56  udifuchs

	* wb_presets.c: Added WB presets for Fuji S20Pro. Modified WB
	  presets for Minolta 5D + fine tuning.

2006-03-04 14:32  udifuchs

	* Makefile.am, README, blackbody.h, configure.ac, ufraw_routines.c:
	  Bump up version to 0.8

	  Some code clean up. Remove blackbody.h that is no longer used and
	  will not be used. Add configuration option --with-prefix instead
	  of the environment variable PREFIX.

2006-03-03 15:11  udifuchs

	* MANIFEST, README, TODO: Final textual changes for version 0.7
	  release.

2006-03-02 16:46  udifuchs

	* ufraw_saver.c: Fix alignment of the 8-bit TIFF radio button in
	  the Save As window.

2006-03-01 11:41  lexort

	* TODO: remove deleting profiles - done in options

2006-03-01 10:30  lexort

	* TODO: move WB Presets per camera to done, since we're over the
	  hump.

	  add some items.

2006-02-28 16:16  udifuchs

	* wb_presets.c: Added WB fine tuning for the Nikon D70.

2006-02-27 10:00  udifuchs

	* README, configure.ac, dcraw_api.c, dcraw_indi.c: #include
	  <time.h> is missing for building with some versions of mingw.

	  Since libexif-0.6.13 is two month old, we now require it.

2006-02-24 07:39  udifuchs

	* wb_presets.c: Add all WB fine tuning values for the Olympus E-1

2006-02-23 15:27  udifuchs

	* ufraw_conf.c, ufraw_routines.c, ufraw_ufraw.c: Handle errors
	  during XML parsing correctly.

	  Fix a very improbable bug in the WB setting.

2006-02-22 16:33  udifuchs

	* dcraw.c, dcraw_api.c: After checking that pseudoinverse of
	  pseudoinverse gives back the same matrix, we can get rid of the
	  cam_rgb global variable.

2006-02-22 05:08  udifuchs

	* ufraw_conf.c: [no log message]

2006-02-22 04:46  udifuchs

	* wb_presets.c: Added WB presets for the Canon 5D.

2006-02-21 01:24  nkbj

	* wb_presets.c: Add WB fine tuning for MINOLTA DYNAX 7D and OLYMPUS
	  E-1.

2006-02-20 18:05  udifuchs

	* Makefile.am, ufraw.h, ufraw_conf.c, ufraw_preview.c,
	  ufraw_routines.c, ufraw_ufraw.c, wb_presets.c: Added suppord for
	  WB presets fine tuning.  At the moment there are only fine tuning
	  data for the Nikon D2X.

2006-02-20 08:52  udifuchs

	* ufraw_developer.c: Apply the base curve before the gamma curve.
	  This seems to simulate the results from the Nikon software
	  better.

2006-02-19 11:47  nkbj

	* ufraw_routines.c: Add WB presets for Canon PowerShot S70.

2006-02-18 23:12  nkbj

	* ufraw_routines.c: Add WB presets for PENTAX *ist DS.

2006-02-18 22:23  nkbj

	* ufraw_routines.c: Add WB presets for Canon PowerShot G2, Nikon
	  D100 and Nikon D200.

2006-02-18 10:04  udifuchs

	* ufraw_routines.c: Added WB presets for the Minolta A1.

2006-02-18 07:59  nkbj

	* ufraw_routines.c: Fix gamma for Nikon D50 input profile +
	  reordering WB presets following camera list on Dave Coffin's
	  homepage.

2006-02-16 21:41  nkbj

	* ufraw_routines.c: Use correct WB presets for Canon PowerShot S60.

2006-02-15 10:26  nkbj

	* ufraw_routines.c: Update WB presets for Minolta DiMAGE 7Hi.

2006-02-15 09:52  udifuchs

	* ufraw_routines.c: Added WB presets for the Minolta 5D.

2006-02-15 09:27  nkbj

	* ufraw_routines.c: Use correct WB presets for Canon PowerShot G6.

2006-02-14 23:35  nkbj

	* ufraw_routines.c: Add WB presets for Canon PowerShot G6 and S60.

2006-02-14 00:28  nkbj

	* ufraw_routines.c: Add WB presets for Canon PowerShot G5 and
	  FUJIFILM FinePix S7000.

2006-02-11 22:20  nkbj

	* ufraw_routines.c: Add WB presets for OLYMPUS E-10 + spelling
	  fixes.

2006-02-11 20:02  udifuchs

	* ufraw_preview.c: Split between the WB page and the Color
	  management page in the preview.  This structure is much more
	  logical. It also helps fit the window inside 1024x768 screens.

2006-02-11 07:18  udifuchs

	* ufraw_routines.c: Added WB presets from the Canon S60.

2006-02-09 11:34  udifuchs

	* ufraw_routines.c: Add WB presets for the Panasonic FZ30.

2006-02-08 23:50  nkbj

	* dcraw.c: DCRaw modified 8.05 (1.315).

2006-02-08 23:49  nkbj

	* dcraw.c: DCRaw original 8.05 (1.315).

2006-02-08 18:27  udifuchs

	* ufraw_routines.c, ufraw_ufraw.c: Added WB presets for Olumpus E-1
	  and Leica Digilux 2.

	  For Nikon D1X images stretch the pixels before shrinking the
	  image to improve shrank image quality.

2006-02-08 11:35  udifuchs

	* ufraw_routines.c: Added WB presets for the Canon 20D.

	  Added in comments fit functions for a real blackbody.

2006-02-08 02:35  udifuchs

	* ufraw_routines.c: Added WB presets for Canon 1D Mark II and
	  Minolta G500

2006-02-07 23:32  nkbj

	* ufraw_routines.c: Add WB presets for MINOLTA DYNAX 7D.

2006-02-07 01:35  nkbj

	* dcraw_api.c: Update API for DCRaw 8.04 (1.314).

2006-02-07 01:32  nkbj

	* dcraw.c: DCRaw modified 8.04 (1.314).

2006-02-07 01:12  nkbj

	* dcraw.c: DCRaw original 8.04 (1.314).

2006-02-06 23:22  nkbj

	* ufraw_routines.c: Add remaining Canon EOS DIGITAL REBEL WB
	  presets.

2006-02-06 14:40  udifuchs

	* ufraw_conf.c, ufraw_preview.c, ufraw_routines.c: Allow for
	  loading of curves with older versions.

	  Don't crash when loaded curve has more than 20 anchors.

	  Fit the channel multipliers better in the window.

2006-02-06 02:36  nkbj

	* ufraw_preview.c: Extend WB range to 12000 K.

2006-02-05 11:52  udifuchs

	* ufraw_developer.c, ufraw_preview.c, ufraw_ufraw.c: Added the
	  channel multipliers to the GUI.

	  Fixed a bug in the developer that caused jaginess in the raw
	  histogram curves.

	  Fixed a WB bug for the Sony-828.

2006-02-04 14:36  udifuchs

	* configure.ac, dcraw_api.c, ufraw_routines.c: In cygwin build a
	  native cygwin executatble by default.  Cross compiling mingw32
	  executable should also work fine.

	  Add WB presets for Canon 300D.

	  Fix initialization bug in dcraw_api.c.

2006-02-03 12:35  lexort

	* ufraw_routines.c: note firmware version (which is current) on d2x
	  multipliers; it's different from older firmware.

2006-02-02 16:38  udifuchs

	* dcraw.c, dcraw_api.c, ufraw_conf.c, ufraw_ufraw.c: Fix some
	  camera specific bugs introduced in yesterday's commit.

	  Fix bug where output path was only updated at the end of the
	  session.

2006-02-01 18:02  udifuchs

	* dcraw.c, dcraw_api.c, dcraw_api.h, ufraw.h, ufraw_conf.c,
	  ufraw_preview.c, ufraw_routines.c, ufraw_ufraw.c: Replace the old
	  WB temperature calculation with a correct one. This calculation
	  is for a reference white of D65. The color matrices are used to
	  convert it to the camera color space.

	  Bump the internal version for UFRaw IDs to 7. This marks the
	  change in temperature definition. Still, the old temperature is
	  not converted to the current one.

	  Added WB presets for the Nikon D50.

2006-01-31 08:29  lexort

	* ufraw_routines.c: Add fine-tune presets (-3, -2, -1, 1, 2, 3) for
	  the six basic source types.  Add Kelvin presets, corresponding to
	  camera settings.

	  The WB menu is now a bit awkward, but still usable.

	  Patch from Bill Chiarchiaro <wjc@cleartech.com>.

2006-01-30 19:14  lexort

	* ufraw_routines.c: Add Nikon D2X (basic six, no fine adjustments,
	  not the K presets) white balance presets.  Patch received via
	  email from Bill Chiarchiaro (wjc@cleartech.com).

2006-01-30 05:18  udifuchs

	* ufraw_routines.c: Add WB presets for Canon 350D and Fuji S5000.

2006-01-29 13:59  udifuchs

	* ufraw_routines.c: Add WB presets for Canon EOS 10D.

2006-01-29 11:29  udifuchs

	* ufraw.h, ufraw_preview.c, ufraw_routines.c, ufraw_ufraw.c: Show
	  WB presets according to the make and model of the camera.

2006-01-29 07:31  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, ufraw_ufraw.c: Change
	  'wb' in conf_data from int to string. It is a first step in
	  making the WB presets camera dependent.

2006-01-26 02:11  nkbj

	* dcraw_api.c: Update to match output from DCRaw.

2006-01-26 01:17  nkbj

	* README, configure.ac: Updated documentation for EXIF support.

2006-01-25 23:36  nkbj

	* ufraw.pod: Include link to the GIMP homepage.

2006-01-25 16:55  udifuchs

	* configure.ac, ufraw-setup.iss.in, ufraw_ufraw.c: Do not read EXIF
	  data using libexif by default. Add the --with-libexif option to
	  the configuration for those that still want this feature.

	  Fixed the build on mingw32. Do not include the libexif dll in the
	  windows package if not needed.

2006-01-25 13:31  udifuchs

	* ufraw_preview.c: Fix leakage in the spot size calculation.

2006-01-25 00:24  nkbj

	* dcraw_api.c: Various cosmetic fixes (mainly in comments) for
	  consistency.

2006-01-25 00:20  nkbj

	* MANIFEST, README, configure.ac, dcraw.c, dcraw_api.c,
	  dcraw_api.h, dcraw_indi.c, ufraw-batch.c, ufraw-gimp.c,
	  ufraw-setup.iss.in, ufraw.c, ufraw.h, ufraw_preview.c,
	  ufraw_ufraw.c: Various cosmetic fixes (mainly in comments) for
	  consistency.

2006-01-24 18:19  nkbj

	* README: Update status for reading EXIF data.

2006-01-24 18:14  nkbj

	* TODO: Update what has been done.

2006-01-24 18:11  nkbj

	* dcraw.c: DCRaw modified 8.03 (1.313).

2006-01-24 18:07  nkbj

	* dcraw.c: DCRaw original 8.03 (1.313).

2006-01-24 15:18  udifuchs

	* configure.ac, dcraw_api.c, ufraw.h, ufraw_conf.c,
	  ufraw_developer.c, ufraw_ufraw.c: Pass the EXIF tags DCRaw reads
	  to UFRaw and save them in the ID file. Nothing else is done with
	  this information for now.

	  Change the WB setting logic so that the algorithems for full
	  interpolation and shrinked images will be almost the same. There
	  is also some commented code in develope() to handle highlight
	  clipping better.

2006-01-24 02:35  nkbj

	* dcraw_api.c: Fix crash when saving images from foveon cameras.

2006-01-23 23:51  nkbj

	* dcraw_indi.c: Update functions to recent code.

2006-01-23 15:36  udifuchs

	* dcraw_api.c: Update logic according to dcraw 8.01 main().

2006-01-23 04:38  nkbj

	* dcraw_indi.c: Update scale_colors_INDI() for DCRaw 8.01.

2006-01-23 04:36  nkbj

	* dcraw.c: DCRaw modified 8.01 (1.311).

2006-01-23 04:31  nkbj

	* dcraw.c: DCRaw original 8.01 (1.311).

2006-01-23 00:39  nkbj

	* Makefile.am, dcraw_api.c, dcraw_api.h: API changes for DCRaw
	  8.00.

2006-01-23 00:38  nkbj

	* dcraw.c: DCRaw modified 8.00 (1.310).

2006-01-21 05:15  nkbj

	* dcraw.c: DCRaw original 8.00 (1.310).

2006-01-20 00:47  nkbj

	* ufraw_exif.c: Fix a couple of comments.

2006-01-19 15:35  udifuchs

	* nikon_curve.c: Support Nikon D2H default embedded curve.

2005-12-18 22:12  nkbj

	* dcraw.c: DCRaw modified 7.94 (1.309).

2005-12-18 22:09  nkbj

	* dcraw.c: DCRaw original 7.94 (1.309).

2005-12-12 16:43  udifuchs

	* ufraw_ufraw.c: A subtraction of the black point from the maximum
	  (rgbMax) was missing.

2005-12-11 04:51  nkbj

	* dcraw.c: DCRaw modified 7.93 (1.308).

2005-12-11 04:49  nkbj

	* dcraw.c: DCRaw original 7.93 (1.308).

2005-12-09 01:26  nkbj

	* dcraw.c: DCRaw modified 7.92 (1.307).

2005-12-09 01:25  nkbj

	* dcraw.c: DCRaw original 7.92 (1.307).

2005-12-07 22:30  nkbj

	* dcraw.c: DCRaw modified 7.91 (1.306).

2005-12-07 22:11  nkbj

	* dcraw.c: DCRaw original 7.91 (1.306).

2005-12-07 01:49  nkbj

	* dcraw.c: Fix artifacts in FUJIFILM FinePix S5100 images caused by
	  previous fix.

2005-12-06 23:19  nkbj

	* dcraw.c: Fix FUJIFILM FinePix S5100 top margin artifacts.

2005-12-06 21:36  nkbj

	* dcraw.c: DCRaw modified 7.90 (1.305).

2005-12-06 21:33  nkbj

	* dcraw.c: DCRaw original 7.90 (1.305).

2005-11-29 22:15  nkbj

	* README: Update DCRaw update information.

2005-11-29 22:09  nkbj

	* dcraw.c: DCRaw modified 7.86 (1.304).

2005-11-29 22:07  nkbj

	* dcraw.c: DCRaw original 7.86 (1.304).

2005-11-29 02:53  nkbj

	* dcraw.c: dcraw modified 7.86 (1.303)

2005-11-29 02:51  nkbj

	* dcraw.c: dcraw original 7.86 (1.303)

2005-11-24 00:10  nkbj

	* dcraw.c: dcraw modified 7.35 (1.302).

2005-11-24 00:07  nkbj

	* dcraw.c: dcraw original 7.35 (1.302).

2005-11-24 00:03  nkbj

	* ufraw_routines.c: Update supported file formats.

2005-11-23 03:10  nkbj

	* dcraw.c: dcraw modified 7.85 (1.301).

2005-11-23 03:07  nkbj

	* dcraw.c: dcraw original 7.85 (1.301).

2005-11-22 14:36  udifuchs

	* ufraw_preview.c: Fix compile warning on 64-bit machines.

2005-11-22 14:21  udifuchs

	* TODO, dcraw_api.c: Fix crash when saving images from four
	  color-filter cameras.

2005-11-22 14:15  udifuchs

	* configure.ac: Bump UFRaw version to 0.7

2005-11-21 19:35  lexort

	* TODO: Add some features gdt would like to see.

2005-11-13 14:39  udifuchs

	* README, TODO, ufraw-setup.jpg: Final changes for the 0.6 release.

2005-11-13 11:07  udifuchs

	* ufraw_preview.c: Fix 'reset base curve'.

2005-11-12 23:12  nkbj

	* dcraw.c: dcraw modified 7.84 (1.300).

2005-11-12 23:04  nkbj

	* dcraw.c: dcraw original 7.84 (1.300).

2005-11-12 13:33  nkbj

	* dcraw.c: dcraw modified 7.84 (1.299).

2005-11-12 13:31  nkbj

	* dcraw.c: dcraw original 7.84 (1.299).

2005-11-11 16:06  udifuchs

	* README: Add recomendations for packagers in README.

2005-11-06 17:01  udifuchs

	* Makefile.am, configure.ac, ufraw-gimp.c, ufraw.c, ufraw_exif.c:
	  Link each executable only with the libraries that it uses.

	  Fix EXIF support to work with libtiff 3.7.4.

	  Change default language for RTL languages from "en_US" to "C".

2005-11-06 11:06  nkbj

	* dcraw.c: Fix for building on FreeBSD 6.0-RELEASE.

2005-11-06 01:06  nkbj

	* dcraw.c: dcraw modified 7.82 (1.297).

2005-11-06 01:05  nkbj

	* dcraw.c: dcraw original 7.82 (1.297).

2005-11-05 15:51  udifuchs

	* dcraw_indi.c: Fix bug in border_interpolate_INDI().

2005-11-04 07:21  udifuchs

	* ufraw_conf.c: Fix reading of BaseCurve from configuration file.

2005-11-04 01:12  nkbj

	* dcraw.c: dcraw modified 7.82

2005-11-04 01:11  nkbj

	* dcraw.c: dcraw original 7.82

2005-11-03 17:18  udifuchs

	* ufraw.h, ufraw.pod, ufraw_conf.c, ufraw_developer.c,
	  ufraw_preview.c, ufraw_ufraw.c: Add a base curve, which is
	  applied before the ICC transformation.  This curve corresponds to
	  Nikon's tone curve. Therefore there is now an option
	  --base-curve=camera, while the option --curve=camera is no longer
	  valid. This could break some scripts that use ufraw-batch with
	  this option.

2005-11-02 10:32  udifuchs

	* dcraw.c, dcraw_api.c, dcraw_api.h, ufraw.h, ufraw.pod,
	  ufraw_conf.c, ufraw_preview.c, ufraw_ufraw.c: Added the Custom
	  Curve option which is the sample as the old Camera Curve Option.
	  The new Camera Curve applied the Custom Curve only if the camera
	  was set to use this curve. (Patch from Solomon Peachy.)

2005-10-28 13:23  nkbj

	* dcraw.c: dcraw modified 7.81

2005-10-28 13:15  nkbj

	* dcraw.c: dcraw original 7.81

2005-10-21 00:50  nkbj

	* configure.ac, dcraw.c: Fix some gcc-4.x compiler warnings.

2005-10-20 10:23  nkbj

	* dcraw_api.c, dcraw_indi.c: Small fix for fuji_rotate().

2005-10-20 08:39  nkbj

	* dcraw_indi.c: Update AHD interpolation to dcraw 7.79

2005-10-20 08:38  nkbj

	* dcraw.c: dcraw modified 7.79

2005-10-20 08:29  nkbj

	* dcraw.c: dcraw original 7.79

2005-10-12 17:04  udifuchs

	* ufraw_ufraw.c: Fix --size bug.

2005-10-12 04:17  nkbj

	* dcraw.c: Small fix to parse_fuji().

2005-10-11 09:46  udifuchs

	* dcraw_api.c, dcraw_api.h, ufraw_ufraw.c: Remove some redundant
	  code.

2005-10-08 07:42  nkbj

	* dcraw.c, dcraw_api.c: Fix breakage in 'Use color matrix' from
	  Yesterday.

2005-10-08 04:52  nkbj

	* TODO: Update TODO.

2005-10-08 04:36  nkbj

	* dcraw.c: dcraw modified 7.77

2005-10-08 04:31  nkbj

	* dcraw.c: dcraw original 7.77

2005-10-08 04:25  nkbj

	* dcraw_indi.c: Another cosmetic fix (whitespace).

2005-10-08 03:34  nkbj

	* README, configure.ac, curveeditor_widget.c, dcraw_api.c,
	  dcraw_indi.c, iccjpeg.c, nikon_curve.c, nikon_curve.h,
	  ufraw-batch.c, ufraw-gimp.c, ufraw.c, ufraw.h, ufraw.pod,
	  ufraw_chooser.c, ufraw_conf.c, ufraw_developer.c, ufraw_exif.c,
	  ufraw_preview.c, ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c,
	  ufraw_writer.c: Various cosmetic fixes (mainly in comments) for
	  consistency.

2005-10-08 02:59  nkbj

	* dcraw.c, dcraw_api.c: Better fix for dark foveon images.

2005-10-07 13:06  udifuchs

	* dcraw_indi.c, ufraw_preview.c: Fix small memory leak in
	  dcraw_indi.c.

	  Fix segfault bug after pressing "Cancel".

2005-10-07 06:00  nkbj

	* dcraw.c, dcraw_api.c, dcraw_indi.c: Fix color scaling bug with
	  Canon PowerShot S60.

2005-10-07 04:50  udifuchs

	* dcraw.c: Fix memory leak in dcraw.c.

2005-10-07 03:52  nkbj

	* dcraw.c: Revert last change (messed up color scaling for anything
	  but preview image).

2005-10-07 01:45  nkbj

	* dcraw.c: Remove pre-AHD hack.

2005-10-06 15:43  udifuchs

	* ufraw_ufraw.c: Fix handling of Foveon images.

2005-10-04 17:28  udifuchs

	* dcraw.c, dcraw_api.c, dcraw_api.h, dcraw_indi.c, ufraw-gimp.c,
	  ufraw.h, ufraw_ufraw.c, ufraw_writer.c: Updated to dcraw 7.74.
	  This involved some API changes, mostly getting rid of 'trim',
	  since there is a new border_interpolate().

2005-10-04 16:48  udifuchs

	* dcraw.c: dcraw original 7.74

2005-10-04 07:55  lexort

	* ufraw.c: Don't declare optInd after statements; move the decl up
	  to the decl block and just assign to it later.  Fixes failure to
	  compile on NetBSD 1.6.2 which uses gcc 2.95.3, and should restore
	  compilation with other pre-C99 compilers.

2005-10-04 07:51  lexort

	* dcraw.c: Before defining memmem, include sys/param.h, and test
	  for __NetBSD_Version__ being >= 300000000 (3.0).  Awkward, but
	  without autoconf it's hard to do feature tests.

	  May need augmenting for recent FreeBSD, which I hear also has
	  memmem.

2005-09-29 16:24  udifuchs

	* dcraw_api.c, dcraw_api.h, dcraw_indi.c, ufraw_ufraw.c: Stretch
	  the Nikon D1x rectangular pixels.

2005-09-29 13:50  udifuchs

	* dcraw_api.c: Use gushort instead of ushort for compatibility with
	  MS-Windows.

2005-09-28 15:53  udifuchs

	* dcraw.c, dcraw_api.c, dcraw_api.h, dcraw_indi.c, ufraw-batch.c,
	  ufraw.c, ufraw.h, ufraw.pod, ufraw_conf.c, ufraw_developer.c,
	  ufraw_preview.c, ufraw_saver.c, ufraw_ufraw.c: Add AHD
	  interpolation support.

2005-09-28 05:09  udifuchs

	* nikon_curve.c, nikon_curve.h: Removed restrictions on the GPL in
	  nikon_curve, with permision from the original author, Shawn
	  Freeman.

2005-09-28 00:30  nkbj

	* TODO: Start TODO for UFRaw-0.6

2005-09-28 00:15  nkbj

	* TODO: Update future plans.

2005-09-28 00:14  nkbj

	* configure.ac: Fix typo.

2005-09-27 19:36  lexort

	* configure.ac: Rationalize handling of have_foo for foo in {exif
	  jpg tiff zlib}.  For each, set have_foo to yes if the library is
	  found, and otherwise no.  Solves problem of have_foo being "" if
	  the header check failed (e.g. in have_tiff), causing a shell
	  syntax error.

	  Improve comment about pow and libm.

	  For tiff check, set have_tiff, not have_zlib.

	  Explain the reason for the odd (to an autoconf user) -DNO_JPEG
	  usage.

	  Only print a message about TIFF compression support if we have
	  tiff to start with; it's odd to report having TIFF lossless
	  compression but not tiff.  Use the word 'deflate', so the clueful
	  will realize we mean that and not LZW or packbits.

2005-09-27 12:44  lexort

	* configure.ac: add comment about the whole pkgconfig/prefix
	  mechanism

	  spiff up getopt_long comment

2005-09-26 19:07  lexort

	* configure.ac: add $Id:$

	  fix up some comments, and mark things that need attention (but
	  don't change them)

2005-09-26 18:42  lexort

	* Makefile.am: add commented $Id line cleanup whitespace

2005-09-26 18:33  lexort

	* README: Note that perl is required.  Explain the term
	  'development package' for those not using Linux.

2005-09-26 00:49  nkbj

	* ufraw.pod: Fix typography.

2005-09-26 00:18  nkbj

	* TODO: Add bilateral filtering for noise reduction as future
	  addition.

2005-09-26 00:17  nkbj

	* configure.ac: Change version to 0.6

2005-09-25 19:30  nkbj

	* dcraw.c: dcraw modified 7.70

2005-09-25 19:16  nkbj

	* dcraw.c: dcraw original 7.70

2005-09-25 14:39  udifuchs

	* Makefile.am, README, TODO, ufraw-setup.jpg, ufraw_saver.c: -
	  Final changes for the release of ufraw-0.5.

2005-09-23 17:00  udifuchs

	* ufraw_ufraw.c: Improved a bit the ufraw_exif_from_raw() memory
	  leak bypass.

2005-09-21 22:40  nkbj

	* configure.ac: Fix gcc-4.0.x compiler warnings.

2005-09-21 13:00  nkbj

	* ufraw_exif.c: Fix gcc-4.0.x compiler warnings.

2005-09-18 02:20  nkbj

	* TODO, configure.ac: Be ready til strip binaries for release.

2005-09-15 23:05  nkbj

	* TODO: Update to current state.

2005-09-15 07:07  udifuchs

	* ufraw_exif.c: -Do not write the EXIF orientation tag

2005-09-15 02:26  udifuchs

	* ufraw_ufraw.c: -Ugly fix to memory leak in ufraw_exif

2005-09-14 19:15  udifuchs

	* ufraw-gimp.c, ufraw_exif.c, ufraw_routines.c, ufraw_saver.c,
	  ufraw_writer.c: Fixed some gcc-4.0 warnings and one bug.

2005-09-12 23:50  nkbj

	* dcraw.c: dcraw modified 7.65

2005-09-12 23:36  nkbj

	* dcraw.c: dcraw original 7.65

2005-09-09 07:17  udifuchs

	* configure.ac: -Fix bug when libjpeg or libtiff are not installed.

2005-09-09 06:51  nkbj

	* dcraw.c: Make stand-alone dcraw use new scale_colors() code.

2005-09-09 01:48  nkbj

	* Makefile.am, configure.ac: Fix build system for stand-alone
	  dcraw.

2005-09-08 05:39  nkbj

	* README: ./autogen.sh must be used in development version.

2005-09-08 05:35  nkbj

	* ufraw_routines.c: Update supported RAW file formats.

2005-09-08 02:30  nkbj

	* dcraw.c: Revert to old scale_colors() (for UFRaw 0.5), second
	  part.

2005-09-08 02:00  nkbj

	* dcraw.c: Revert to old scale_colors() (for UFRaw 0.5).

2005-09-08 00:44  nkbj

	* dcraw.c: dcraw modified 7.64

2005-09-08 00:08  nkbj

	* dcraw.c: dcraw original 7.64

2005-09-07 07:45  nkbj

	* dcraw.c: dcraw modified 7.63

2005-09-07 03:24  nkbj

	* dcraw.c: dcraw original 7.63

2005-09-06 02:42  udifuchs

	* ufraw_conf.c, ufraw_preview.c: -Bug corrections in save
	  configurations.

2005-09-06 00:15  nkbj

	* dcraw_indi.c: Cosmetic fix.

2005-09-05 17:11  udifuchs

	* ufraw_chooser.c, ufraw_conf.c, ufraw_preview.c, ufraw_routines.c:
	  Many small bug corrections.

2005-09-05 11:21  udifuchs

	* configure.ac: -Add sizeof checks for nikon_curve.

2005-09-03 06:00  nkbj

	* dcraw.c: dcraw modified 7.60

2005-09-03 06:00  nkbj

	* dcraw_api.c: Update API for dcraw 7.60

2005-09-03 05:18  nkbj

	* dcraw.c: dcraw original 7.60

2005-09-02 16:40  udifuchs

	* ufraw_preview.c: Fixed curve-editor refresh with auto black point

2005-09-01 18:47  udifuchs

	* ufraw.h, ufraw_conf.c, ufraw_developer.c, ufraw_preview.c,
	  ufraw_routines.c, ufraw_ufraw.c, ufraw_writer.c: -Fix the
	  conf_save() crash.  -Rewrite string manipulation in conf_save(),
	  curve_buffer().  -Bring back the log buffer (was cleared by
	  mistake).

2005-09-01 04:53  udifuchs

	* README, configure.ac, gimp-2.0.pc, gimpui-2.0.pc: -Update
	  MS-Windows build.

2005-09-01 03:50  udifuchs

	* nikon_curve.c: -Get rid of global variables and beautify the code
	  a bit.

2005-09-01 01:35  udifuchs

	* curveeditor_widget.c, nikon_curve.c, nikon_curve.h, ufraw.h,
	  ufraw_developer.c, ufraw_ufraw.c: -Fix error handling in
	  nikon_curve.	-Fix "knots must be increasing" crash in
	  nikon_curve.	-Fix ufraw_auto_curve() to prevent this error in
	  the first place.  -Small change in the shape of the gamma curve.

2005-08-30 17:01  udifuchs

	* ufraw_chooser.c, ufraw_preview.c: -Add "Reset WB" button.  -Allow
	  relative directory when using 'ufraw directory-name'.  -Make
	  preview window a bit smaller for 800 pixel high screens.

2005-08-29 19:10  udifuchs

	* .cvsignore, Makefile.am, configure.ac, ufraw-batch.c,
	  ufraw-gimp.c, ufraw.c, ufraw.h, ufraw.pod, ufraw_conf.c,
	  ufraw_preview.c, ufraw_ufraw.c, ufraw_writer.c: -Split ufraw and
	  ufraw-batch to two different source files.  -Remove the --batch
	  option.  -Organize error messaging a bit.  -Add man page.

2005-08-29 17:01  udifuchs

	* Makefile.am, ufraw.desktop, ufraw.png, ufraw_icon.h,
	  ufraw_icon.ico, ufraw_icon.png: -Added ufraw.desktop file.
	  -Renamed ufraw_icon.png to ufraw.png and resized it to 48x48.

2005-08-29 08:16  udifuchs

	* ufraw-gimp.c: Create an 'icc-profile' parasite in the GIMP
	  plug-in.

2005-08-28 16:52  udifuchs

	* dcraw.c, dcraw_api.c, dcraw_api.h, ufraw_developer.c,
	  ufraw_ufraw.c: -Fix highlights discolorization.  -Fix dark foveon
	  images.

2005-08-25 06:53  nkbj

	* ufraw.h: Fix prototype.

2005-08-25 02:20  nkbj

	* dcraw.c: dcraw modified 7.53

2005-08-25 02:18  nkbj

	* dcraw.c: dcraw original 7.53

2005-08-24 22:45  nkbj

	* dcraw.c: dcraw modified 7.52

2005-08-24 22:39  nkbj

	* dcraw.c: dcraw original 7.52

2005-08-23 15:36  udifuchs

	* ufraw.c: Added --curve-file option (patch from Artur Wroblewski).

2005-08-23 10:03  udifuchs

	* ufraw.c: Add the --version option.

2005-08-23 08:41  udifuchs

	* nikon_curve.c, nikon_curve.h, ufraw-gimp.c, ufraw_conf.c,
	  ufraw_preview.c, ufraw_routines.c: Big endian support, take two.

2005-08-22 13:40  nkbj

	* dcraw.c: dcraw modified 7.51

2005-08-22 13:35  nkbj

	* dcraw.c: dcraw original 7.51

2005-08-22 11:19  udifuchs

	* nikon_curve.c, nikon_curve.h: Nikon Curve support for big endian
	  machines.

2005-08-18 23:15  nkbj

	* ufraw_routines.c: Update supported RAW file formats.

2005-08-18 00:30  nkbj

	* ufraw_routines.c: Update supported RAW file formats.

2005-08-17 01:00  nkbj

	* dcraw.c: dcraw modified 7.50

2005-08-17 00:49  nkbj

	* dcraw.c: dcraw original 7.50

2005-08-13 08:00  nkbj

	* dcraw.c: dcraw modified 7.49

2005-08-13 07:24  nkbj

	* dcraw.c: dcraw original 7.49

2005-08-06 13:30  nkbj

	* dcraw.c: dcraw modified 7.48

2005-08-06 12:55  nkbj

	* dcraw.c: dcraw original 7.48

2005-07-28 00:30  nkbj

	* ufraw_preview.c, ufraw_routines.c: Set correct gamma for Nikon
	  D100 input profile.

2005-07-27 23:45  nkbj

	* README, ufraw_preview.c: Fix some more typos.

2005-07-27 05:01  nkbj

	* README, dcraw_api.c, dcraw_api.h, dcraw_indi.c, ufraw.h,
	  ufraw_conf.c, ufraw_developer.c, ufraw_preview.c,
	  ufraw_routines.c, ufraw_ufraw.c: Fix various typos in comments
	  etc.

2005-07-27 00:30  nkbj

	* dcraw.c: dcraw modified 7.43

2005-07-26 23:38  nkbj

	* dcraw.c: dcraw original 7.43

2005-07-26 10:56  nkbj

	* ufraw.h, ufraw_preview.c, ufraw_saver.c: Make ufraw.h independent
	  of gtk.

2005-07-26 01:05  nkbj

	* ufraw.h, ufraw_preview.c, ufraw_saver.c: Show hidden files
	  optionally in all open/save dialogues.

2005-07-24 17:45  udifuchs

	* ufraw-gimp.c, ufraw.c, ufraw_chooser.c, ufraw_conf.c,
	  ufraw_routines.c: - Load .ufrawrc before every image.  - Show
	  hidden files optionally.  - Add XML header to ID files.

2005-07-22 10:42  udifuchs

	* ufraw-gimp.c, ufraw_ufraw.c, ufraw_routines.c: - Fixed
	  ChannelMultipliers normalization in Manual WB.  - Updated list of
	  supported extensions (added DNG).  - Small corrections to the
	  plug-in.

2005-07-21 17:23  udifuchs

	* dcraw_api.c, dcraw_api.h, dcraw_indi.c, ufraw-gimp.c,
	  ufraw_ufraw.c: - Changed back the size of fuji images to the
	  conservative size.  - Support Gimp 2.2 thumbnail API.

2005-07-21 08:42  udifuchs

	* ufraw-setup.iss.in: Modified text in windows installer.

2005-07-20 18:55  udifuchs

	* ufraw.c, ufraw.h, ufraw_conf.c, ufraw_preview.c,
	  ufraw_routines.c, ufraw_ufraw.c: - Create outputPath in
	  conf_save().	- If needed, set "C" locale while creating config.
	  - Added saveConfiguration combo in options.

2005-07-17 19:00  udifuchs

	* Makefile.am, dcraw_api.c, ufraw-gimp.c, ufraw.c, ufraw.h,
	  ufraw_chooser.c, ufraw_conf.c, ufraw_developer.c, ufraw_exif.c,
	  ufraw_preview.c, ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c,
	  ufraw_writer.c: - Reorginized all configuration issues.  -
	  Reading ID files is supported.  - Added --conf option.

2005-07-15 14:54  udifuchs

	* ufraw_saver.c: Fix memory leak if file exists.

2005-07-15 08:04  udifuchs

	* ufraw_preview.c, ufraw_routines.c, ufraw_saver.c: Fix some more
	  filename/utf8 conversions

2005-07-14 04:48  udifuchs

	* ufraw_preview.c: Stabilize utf-8 a bit.

2005-07-14 04:44  udifuchs

	* dcraw.c: dcraw modified 7.42

2005-07-14 04:38  udifuchs

	* dcraw.c: dcraw original 7.42

2005-07-13 09:18  udifuchs

	* curveeditor_widget.c, ufraw_preview.c: - Set depth of pixbuf
	  according to display.  - Add g_filename_to_utf8() for window
	  header.

2005-07-08 10:01  udifuchs

	* dcraw.c: dcraw modified 7.39

2005-07-08 09:53  udifuchs

	* dcraw.c: dcraw original 7.39

2005-07-05 11:02  udifuchs

	* dcraw_api.c, ufraw.c: - Support --curve on curves from ~/.ufrawrc
	  (patch by Tomasz).  - Fix image shrink artifacts.

2005-07-04 10:38  udifuchs

	* dcraw_api.c, ufraw_preview.c: - Fix colors in raw histogram.	-
	  Fix foveon support.

2005-07-04 06:48  udifuchs

	* configure.ac: Fix default prefix back to /usr/local

2005-07-02 15:07  udifuchs

	* configure.ac, ufraw.c, ufraw.h, ufraw_developer.c,
	  ufraw_preview.c, ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c:
	  - use apply_state enum instead of nan() to signal when auto
	  exposure/black has to be calculated.	- correct (gint64) casting
	  in develope().  - Moved interpolation combo-box from save-as to
	  main window.	- fix appearence of a ghost profile in
	  input-profile combo.	- Added a 'Save default configuration'
	  option.

2005-06-30 17:12  udifuchs

	* TODO, configure.ac, dcraw.c, dcraw_api.c, dcraw_api.h,
	  dcraw_indi.c, ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c,
	  ufraw_developer.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c: - Support dcraw's
	  color matrices.  - Major change in dcraw_data and ufraw_data (was
	  image_data) which simplifies the code.  - Improved auto-curve
	  behavior.  - The correction curve now controls the value
	  (preserving saturation and hue).  - Added "Manual curve".  -
	  Fixed multi file output in ufraw-batch, - Fixed mingw32 build -
	  Fixed Options menu for 64-bits.

2005-06-22 12:14  udifuchs

	* Makefile.am, autogen.sh: - Makefile.am now supports automake-1.5
	  or heigher.  - autogen.sh tries to find the right automake.
	  ('automake' itself might point to an older version.)

2005-06-20 18:00  udifuchs

	* curveeditor_widget.c, nikon_curve.c, nikon_curve.h, ufraw-gimp.c,
	  ufraw.c, ufraw.h, ufraw_preview.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c: * Freeze preview
	  correctly while processing image.  * Inactivate reset buttons
	  when value is already reset.	* Add auto curve calculation.  *
	  Get rid of global variables in ufraw_preview.c

2005-06-17 09:59  udifuchs

	* dcraw_api.c: Fixed Foveon X3F raw support

2005-06-16 07:44  udifuchs

	* ufraw_writer.c: Fixed output to stdout

2005-06-15 10:56  udifuchs

	* Makefile.am, configure.ac, iccjpeg.c: Better support for older
	  version of automake.

2005-06-14 18:32  udifuchs

	* curveeditor_widget.c, nikon_curve.c, nikon_curve.h, ufraw.c,
	  ufraw.h, ufraw_developer.c, ufraw_preview.c, ufraw_routines.c,
	  ufraw_ufraw.c: -Moved black-point functionality into curve
	  editor.  -Removed contrast control.  -Preview window should look
	  better on 1024x768 screens.  -Fixed black output in batch mode.

2005-06-14 08:56  udifuchs

	* Makefile.am, README, configure.ac, ufraw_saver.c: Fix build when
	  JPEG is disabled.

2005-06-14 05:16  udifuchs

	* nikon_curve.c, nikon_curve.h: Added casts and comments. (Shawn)

2005-06-13 17:11  udifuchs

	* README, TODO: Documentation changes

2005-06-13 07:12  udifuchs

	* ufraw_preview.c, ufraw_routines.c: Fix crash in Save.

2005-06-11 18:01  udifuchs

	* ufraw-setup.jpg, ufraw_icon.ico, ufraw_icon.png: Initial import
	  of binary files.

2005-06-11 17:58  udifuchs

	* dcraw.c: UFRaw's modified version of dcraw.c 7.30.

2005-06-11 17:49  udifuchs

	* dcraw.c: Dave Coffin's original dcraw.c version 7.30.

2005-06-11 17:39  udifuchs

	* autogen.sh, blackbody.h, configure.ac, COPYING,
	  curveeditor_widget.c, curveeditor_widget.h, dcraw_api.c,
	  dcraw_api.h, dcraw_indi.c, gimp-2.0.pc, gimpui-2.0.pc,
	  Makefile.am, iccjpeg.c, iccjpeg.h, MANIFEST, nikon_curve.c,
	  README, TODO, nikon_curve.h, ufraw_chooser.c, ufraw_developer.c,
	  ufraw_exif.c, ufraw_icon.h, ufraw_icon.rc, ufraw_preview.c,
	  ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c,
	  ufraw.c, ufraw.h, .cvsignore, ufraw-gimp.c, ufraw-setup.iss.in:
	  Initial import.

2005-06-11 17:39  udifuchs

	* autogen.sh, blackbody.h, configure.ac, COPYING,
	  curveeditor_widget.c, curveeditor_widget.h, dcraw_api.c,
	  dcraw_api.h, dcraw_indi.c, gimp-2.0.pc, gimpui-2.0.pc,
	  Makefile.am, iccjpeg.c, iccjpeg.h, MANIFEST, nikon_curve.c,
	  README, TODO, nikon_curve.h, ufraw_chooser.c, ufraw_developer.c,
	  ufraw_exif.c, ufraw_icon.h, ufraw_icon.rc, ufraw_preview.c,
	  ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c,
	  ufraw.c, ufraw.h, .cvsignore, ufraw-gimp.c, ufraw-setup.iss.in:
	  Initial revision

