2010-05-23 Carlo Baldassi <carlobaldassi@gmail.com>
	* modified: put back help files
	* bugfix: fixed Windows localization
	* bugfix: flush displays when cancelling
	  unfinished work on aux layers

2010-03-30 Carlo Baldassi <carlobaldassi@gmail.com>
	* modified: stripped offline help files

2010-03-21 Carlo Baldassi <carlobaldassi@gmail.com>
	* modified: pressing "back" in the interactive
	  dialog saves the plugin values
	* modified: removed "Cancel" button from mask
	  editor mode
	* modified: if mask editor mode dialog is closed
	  when working on a new layer, that layer is
	  removed

2010-03-20 Carlo Baldassi <carlobaldassi@gmail.com>
	* bugfix: thumbnail creation error under some
	  circumstances (preview.c)

2010-03-14 Carlo Baldassi <carlobaldassi@gmail.com>
	* bugfix: removed legacy liblqr macro call
	  in io_functions.c
	* modified: updated liblqr required version
	  to 0.4.0

2010-02-25 Carlo Baldassi <carlobaldassi@gmail.com>
	* modified: no longer use extra layers for
	  preview display

2010-02-23 Carlo Baldassi <carlobaldassi@gmail.com>
	* new: output on new image option
	* modified: output target is reset when coming
	  back from interactive mode
	* bugfix: fixed some minor issues arising
	  when working on a new layer and going back
	  and forth through interactive/non-interactive
	  modes (undo groups, layer selections)

2010-02-22 Carlo Baldassi <carlobaldassi@gmail.com>
	* modified: if an aux layer is deleted during or
	  between sessions, it is not substitued by another
	  one and the corresponding setting is made inactive
	* modified: updated code to complain with GTK >= 2.12

2010-02-20 Carlo Baldassi <carlobaldassi@gmail.com>
	* new: reduced interface when editing aux layers
	* modified: text in new and edit buttons for
	  aux layers; inverted new/edit positions
	* modified: active layer goes back to the one
	  which is to be rescaled after creating/editing
	  aux layers
	* modified: interactive dialog stays above
	  other windows
	* modified: interactive button bigger with text

2009-05-19 Carlo Baldassi <carlobaldassi@gmail.com>
	* new: info icons for aux layers
	* modified: new liblqr energy functions instead
	  of old gradients

2009-05-18 Carlo Baldassi <carlobaldassi@gmail.com>
	* new: edit buttons for aux layers

2009-02-15 Carlo Baldassi <carlobaldassi@gmail.com>
	* modified : introduce Windows-specific code
	  for interactive interface

2009-02-04 Carlo Baldassi <carlobaldassi@gmail.com>
	* bugfix : fixed non-interactive mode
	* new : batch script for non-interactive execution

2009-01-27 Carlo Baldassi <carlobaldassi@gmail.com>
	* new : interactive interface
	* new : with and height (std) scaleback modes
	* modified: mode combo box moved to output tab

2008-11-24 Carlo Baldassi <carlobaldassi@gmail.com>

	* modified : split auto button in 2
	* bugfix : hid some tooltips in unsensitive
	  regions

2008-10-31 Carlo Baldassi <carlobaldassi@gmail.com>

	* bugfix : refresh button discarded guess
	  direction
	* bugfix : cleanup in .po files

2008-10-27 Carlo Baldassi <carlobaldassi@gmail.com>

	* bugfix : only convert to RGB if needed

2008-10-24 Carlo Baldassi <carlobaldassi@gmail.com>

	* bugfix : fixed some problems with new masks
	  in greyscale images

2008-10-21 Carlo Baldassi <carlobaldassi@gmail.com>

	* modified : use expanders and scroll widgets in
	  Advanced tab
	* new : added enlargement step selector
	* modified : removed size limits

2008-10-17 Carlo Baldassi <carlobaldassi@gmail.com>

	* bugfix : forbid going below 50% of original size
	  in ``LqR+LqR back'' mode
	* bugfix : enforced limits in render.c to prevent
	  crashes in noninteractive mode

2008-10-14 Carlo Baldassi <carlobaldassi@gmail.com>

	* modified : split of interface.c code, some cleanup

2008-08-03 Carlo Baldassi <carlobaldassi@gmail.com>

	* new : info icons for newly created masks

2008-08-01 Carlo Baldassi <carlobaldassi@gmail.com>

	* new : discard mask is ignored by default when
	  enlarging, added option + warning icon
	* new : added overall reset button

2008-07-31 Carlo Baldassi <carlobaldassi@gmail.com>

	* bugfix : fixed memory leaks when reading masks
	* bugfix : protected a memory call when writing
	  seams

2008-07-29 Carlo Baldassi <carlobaldassi@gmail.com>

	* new : added GAP support for animations

2008-07-28 Carlo Baldassi <carlobaldassi@gmail.com>

	* new : added reset and revert buttons
	* modified : now retains last used width and height
	  if operating on the same layer
	* bugfix : round width and height values

2008-02-20 Carlo Baldassi <carlobaldassi@gmail.com>

	* new : introduced the rigidity mask interface

2008-01-14 Carlo Baldassi <carlobaldassi@yahoo.it>

	* bugfix : fixed configure.ac

2007-12-07 Carlo Baldassi <carlobaldassi@yahoo.it>

        * modified : stripped the library

2007-11-26 Carlo Baldassi <carlobaldassi@yahoo.it>

	* modified : reorganized code in order to completely separate
	  the UI from the carving library

2007-11-20 Carlo Baldassi <carlobaldassi@yahoo.it>

	* new : seam max step option
	* new : auto size button for object removal
	* new : added new operational modes (LqR back, scale back)
	* new : added rescale order option
	* bugfix : layer validity check is now working in GIMP 2.4
	* bugfix : all layers are now transposed correctly

2007-11-09 Carlo Baldassi <carlobaldassi@yahoo.it>

	* modified : global optimization of the core (removed
	  the LqrData class, turned r->raw into an array of ints, various
	  others)
	* modified : added PANGO_ELLIPSIZE_START to the combo boxes

2007-11-07 Carlo Baldassi <carlobaldassi@yahoo.it>

	* modified : call to gimp_layer_set_lock_alpha()
	  instead of deprecated gimp_layer_set_preserve_trans()
	* modified : added tile cache to speed up input/output
	  operations

2007-10-14 Carlo Baldassi <carlobaldassi@yahoo.it>

	* bugfix : pres./disc. layer are now reused when running with
	  last values
	* bugfix : progress_update called less often
	* bugfix : lqr_raster_resize can be called multiple times again
	* modified : re-organized source files

2007-10-09 Carlo Baldassi <carlobaldassi@yahoo.it>

	* modified : faster core engine (use pointers buffer
	  instead of just cursors)
	* bugfix : different transparency handling in
	  auxiliary layers (no more averge_on_all_channels
	  but average_on_color_channels * alpha)
	* bugfix : all image modifications are now made inside the render
	  function, and the undo group is limited to that, so that
	  nothing is changed until the ok button is pressed
	* bugfix : it is now possible to safely work while the
	  dialog is running, e.g. create/remove layers, paint etc.
	* new : refresh button
	* new : new masks buttons
	* new : rigidity setting (for getting straighter seams)
	* new : seam map layer option (with color buttons)
	* removed : update energy option (now is always used)

2007-10-04 Carlo Baldassi <carlobaldassi@yahoo.it>

	* modfied : dialog with notepad (thanks Alexandre!)
	* new : output to new layer option
	* modfied : floating selection becomes a layer
	* bugfix : lock alpha is disabled (but with deprecated syntax)

2007-09-29 Carlo Baldassi <carlobaldassi@yahoo.it>

	* bugfix : memory leak in dialog (also faster now)
	* bugfix : more sensible "strength" scale for features
	* new (help): tooltips

2007-09-25 Carlo Baldassi <carlobaldassi@yahoo.it>

	* added a proto-preview
	* added sensitivity to interface elements
	* hiding of advanced options
	* added resize preserve/discard layers feature
	* transveral value is the new default gradient function
	* added null gradient function
	* reduced memory requirements
	* added insufficient memory handling
	* added some more progress indicators

2007-09-12 Carlo Baldassi <carlobaldassi@yahoo.it>

	* added preserve + discard features
	* moved the plugin from "Image" to "Layer" menu

2007-09-11 Carlo Baldassi <carlobaldassi@yahoo.it>

	* selctions are now saved as channels and then cleared
	* floating selections are immediately applied
	* quick masks and channels are ignored
	* added "resize canvas" option
	* updated help page

2007-09-10 Carlo Baldassi <carlobaldassi@yahoo.it>

	* faster update in mmap
	* faster build_vpath
	* now deals with masks
	* improved interface (added some options)

2007-09-07 Carlo Baldassi <carlobaldassi@yahoo.it>

	* improved interface

2007-09-05 Carlo Baldassi <carlobaldassi@yahoo.it>

	* undo group created
	* better external_writeimage function
	* introduced bias on energy

2007-09-04  Carlo Baldassi  <carlobaldassi@yahoo.it>

	* initial revision.
