2007-11-23 20:27  petr
    * A patch contributed by Eric P Caillibot was applied. The program
    can now set viewfinder output mode: lcd/video/off.

2007-07-10 07:54  petr
   * properties.c: Thanks to Voon-Li Chung, new value "medium3" for image
   size setting has been added.
   
2007-04-19 17:15  petr
   * properties.c: Thanks to Hamish van Groeneveld, aperture values has 
   been extended to cover range of G5.

2007-04-17 21:33  petr
   * viewfinder.c: A small memory leak fixed: Data from the call of
   ptp_canon_getviewfinderimage() are now free()ed.
   * viewfinder.c: Replaced hard-wired viewfinder dimensions by dynamic
   values.

2007-03-29 20:53  Petr Danecek
   * A patch contributed by Christian Reitwiener was applied. 
     1) The G7 camera requires to query settings before setting them. 
     2) The G7 has some additional zoom.
     3) To query the current value of a setting simply type the name of the setting.

2007-02-12 13:56  Petr Danecek
    * A new command "vfsave" was added, for saving viewfinder images.
   
2006-07-06 Petr Danecek
    * A patch suggested by Sami Sallinen applied (timeouts and the pos parameters 0,1,2).

2005-07-15  Alexandre Bourget <wackysalut at users sourceforge net>
	* Added the 'borders' function, which draws a white border around
	the viewfinder, takes a numeric argument in % (0, 5, 10, 15, etc..)

2005-07-09  Petr Danecek <danecek at ucl dot cas dot cz>
        * capture.c: Added new option -S for specifying socket name.
	Also, the default socket name was renamed so it is less likely
	to clash with existing files (as was the case of our cvs tree 
	temporarily saved into /tmp/capture).
	
2005-07-07  Petr Danecek <danecek at ucl dot cas dot cz>
        * commands.c: Change in start_handler - some cameras do not 
	return proper code on usb_checkevent_wait() call. This call
	is not critical -> ignore the status on fail.
	* viewfinder.c: On some systems, the viewfinder_refresh_handler
	is not called periodically. Will the addition of
	g_main_context_wakeup(NULL) call help??

2005-05-11  Petr Danecek <danecek at ucl dot cas dot cz>
        * capture.c/version.h: Added new option -V, --version.
	
2005-01-17  Alexandre Bourget <wackysalut at users sourceforge net>
	* Fixed #ifdef HAVE_GTK at a couple of places in case HAVE_GTK isn't
	defined.
	* viewfinder.c/capture.c: removed ugly code I wrote. sorry for
	that :)
	* viewfinder.c/etc: added command 'vftrans' to set transparency %
	in vfalign 'transparent' mode.
	* viewfinder.c/commands.c: viewfinder.c will not reload an image
	if you specified the same 'filename' as in the previous call. So you
	can switch vfalign mode without delay.

2005-01-15  Alexandre Bourget <wackysalut at users sourceforge net>
	* README: update new sourceforge stuff
	* viewfinder.c/properties.c: added new onion skinning
	'transparent' vfalign mode which provides true
	transparency. Default 50% (viewfinder.c)
	* Makefile: LIBPTP_LIB now defaults to /usr/lib/libptp2.a

2005-01-08  Alexandre Bourget <wacky at bourget dotts cc>
	* Makefile: use libptp2-1.0.1 instead of pre7

	* viewfinder.c/commands.c: added the pseudo-transparent vfalign
	mode which interpolates one pixel from the given image with one
	pixel of the camera feed alternatively.


2005-01-05  Alexandre Bourget <wacky at bourget dotts cc>
      * commands.c: don't close viewfinder window while capturing,
      just suspend...

      * viewfinder.c/commands.c: vfalign will now allow to change
      the image in the viewfinder

      * viewfinder.c: changed convert args to speed up jpg resizing

      * README: added PowerShot A80 to the list

      * commands.c: use the commented code to refresh the viewfinder
      seems to work alright over here. At least.. don't close the gtk
      window. It's not fun to place in the window manager.

2004-11-29  Petr Danecek <NO-danecek-SPAM@ucl.cas.PLEASE.cz>
      * viewfinder.c: deprecated gtk_timeout_handler replaced 
      by g_timeout_add
      
      * viewfinder.c: fixed incorrect handling of gdk_pixbuf 
      data

2004-11-29  Rafal Bosak <rafal.bosak at talex.pl>
      * image quality/size selection support added

      * c++ style variable declarations replaced

