2003-11-12
        - added GTK2 GUI (this is a major redesign of the code to
	  enable GUI abstraction to also be able to keep a unified
	  binary distribution. Also, if somebody with know-how about
	  Qt wants to add a KDE GUI, that should now be easy)
        - added basic command line functionality
        - changed --cap_size parameter to --cap_geometry to allow
          positioning of the selection frame

2003-10-09
	- build system bugfixes for building without ffmpeg
	- recognize *.mpg extension as MPEG

2003-09-08
	- bugfixes for compilation with gcc 3.3.1
	- upgrade to ffmpeg 0.4.7
	- change of default compilation options regarding ffmpeg (rf. INSTALL)

2003-07-31
	- made some small additions/fixes to make building on HP-UX
	  easier ... have been told it works considerably well

2003-06-30
	- added config options to allow specification of static linkage
	  for certain libraries
	- removed GNUTime stuff from default compilation
	- enabled build without ffmpeg
	- added basic widget for the selection of coded to use w/ ffmpeg
	- changed ffmpeg's configure to only build encoders

2003-06-22
	- added working code for 8bit pseudo color ... need to keep an
	  eye on quality

2003-06-18
	- cleaned up color space handling for 32bit depth in xtoffmpeg.c
	- fixed some minor bugs w/ handling of options
	- added variable bitrate depending on image size and selected
	  quality ... need to verify the metric works out well.

2003-06-13
	- made xvidcap work on Solaris/SPARC

2003-05-03
	- tidied up distribution w/ autotools and embedded ffmpeg. this
	  version uses ffmpeg-cvs-2003-05-18 due to color problems w/
	  image format conversions in 0.4.6. Be expecting dynamically
	  linked versions with the next stable ffmpeg release.

2003-05-30
	- fixed stupid error leading to color troubles when encoding through
	  ffmpeg
	- added very basic support for rgb24 bgr24 input (untested, 8-bit
	  pseudo-color has been confirmed to NOT work atm)

2003-05-26
	- released 1.0.10
	- preliminary support for on-line encoding through FFMPEG, atm. only 
	  works if:
	    - System is running on Linux x86
	    - You can use the Makefile as is (no good configure, yet)
	    - X dump is 32 bit rgba (which should be the case for XFree
	      in 24 or 32 bit)

1999-02-05
	- released 1.0.9
	- small changes in Xw to make keyboard input available again.. still not
	  perfect :(
	- minor changes in gt/ppm2qt, colors should be correct now

1999-02-04
	- added some gt_* prefixes in the gt code
	- changed ATOM_* to GTA_*

1999-02-03
	- released 1.0.8
	- capture.c/h: defined correct callback arguments
	- minor changes in configure.in
	- rename some files, minor changes in gnutime

1998-12-20
	- added ChangeLog
