Thu Aug 17 23:48:45 EDT 2006  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.8.13 ===
	* fix for read file bug when decimal point character is a ','
	like in Austria

Thu Aug 17 12:10:36 EDT 2006  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.8.10 ===
	* fixed filenames of xpm image files to be compatable
	with lastest ImageMagick (just for development).
	* made install_portage use Portage overlay for gentoo systems
	* This should make any diff if you're not developing quickplot

Sat Aug  5 11:34:22 EDT 2006  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.8.9 ===
	* Fixed the zoom box and other over-lay lines color so that they
	are always well seen.

Thu Aug  3 20:05:09 EDT 2006  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.8.8 ===
	* Stopped using CVS and started using Sourceforge Subversion
	Repository.
	* Added one line to Field.h which may fix a compiler error on some
	RedHat systems.	
	* Made it so that the first graph has the same default
	colors as the all other graphs.  I think this is a work around of a
	GTKmm bug.
	* minor edits of homepage.
	* Removed @ from email, which may cut back on SPAM I receive.

Fri Jan  7 14:33:35 EST 2005  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.8.7 ===
	* fixed configure libsndfile bug which excluded the
	use of libsndfile in some cases when it should not
	have

Thu Jan  6 20:26:45 EST 2005  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.8.6 ===
	* added --with-html-dir=DIR configure option
	* made it so that quickplot will not exit if reading stdin
	fails at startup.

Wed Jan  5 21:25:45 EST 2005  Lance Arsenault <lanceman_at_users.sourceforge.net>
	*  === released version 0.8.5 ===
	* fixed PlotLister bug that caused SegFault
	
Wed Jan  5 19:06:46 EST 2005  Lance Arsenault <lanceman_at_users.sourceforge.net>
        * === released version 0.8.4 ===
	* applied patch for amd64
	* quickplot.ebuild from Gentoo
	* minor edits to configure.ac

Sun Dec  5 18:31:53 EST 2004  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.8.3 ===
	* minor edits

Thu Aug 26 19:22:36 EDT 2004  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === release  version 0.8.2 ===

Thu Aug 26 18:17:57 EDT 2004  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.8.1 ===
	* this may be a good OS X Darwin port of quickplot
	
Thu Aug 26 10:53:03 EDT 2004  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.8.0 ===
	* requires gtkmm-2.4.x
	* get quickplot-0.7.8 to use with gtkmm-2.2.x
	it's pretty much the same otherwise

Wed Aug 25 19:55:07 EDT 2004  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.7.8 ===
	* this may be the last release that uses gtkmm version 2.2.x we
	will be using gtkmm version 2.4.x in future releases. gtkmm
	version 2.2.x is not does not provide all the same interfaces as
	gtkmm version 2.4.x.

Thu Aug  5 21:06:09 EDT 2004  Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.7.7 ===
	* minor edits

Sun Jul 11 21:50:48 EDT 2004   Lance Arsenault <lanceman_at_users.sourceforge.net>
	* === released version 0.7.6 ===
	* removed released files for version 0.7.5 because of bug
	* fixed a nasty bug in the GraphConfig widget which caused
	segfault

Sun Jul 11 00:03:22 EDT 2004  Lance Arsenault <lanceman_at_users.sourceforge.net>
	*=== released version 0.7.5 ===
	*split GraphConfig widget into two notebook tabs

Thu Jun 17 17:57:12 EDT 2004  Lance Arsenault <lanceman_at_users.sourceforge.net>
	*=== released version 0.7.4 ===
	*cleaned up scripts to better use GNU Autotools
	*minor bug fixes

2004-05-16   23:49 EDT   Version 0.7.3   lanceman
	Fixed some minor bugs.  Added --silent command line option.  Made
	accelerator keys work better.  Documented accelerator keys.  Made
	linking with libsndfile optional. Open and Save PNG dialogs are
	reused; this way the directories will be the same as last time.

2004-05-01   23:36 EDT   Version 0.7.2   lanceman
	Fixed Accelerator keys.  Fixed frame copy bug.
	
2004-04-23   14:17 EDT   Version 0.7.1   lanceman
	Just minor edits to docs and scripts.

2004-04-22   21:35 EST   Version 0.7.0   lanceman

  The last release of Quickplot was version 0.6.5.  In this version, 0.7.0,
  we changed the widget API from QT to GTK using GTKmm
  (http://www.gtkmm.org/).  Most of the code was rewritten when going from
  version 0.6.5 to 0.7.0. 

  Some command line options are not interpreted the same.  

	
  Fixed:
	
	reading WAV sound files works for more WAV files types

	the plot manager has been replaced with a better GUI


  Added features include:

	Graph Tabs -- kind of like page tabs in a web browser

	multiple main window frames. Like Emacs has "New Frame".  Each
	main window frame uses the same plot data, but the plots are not
	the same, kind of like Emacs buffers are shared between frames.
	
	reads many sound file types using the package libsndfile
	(http://www.mega-nerd.com/libsndfile/)
	
	can plot any field against any field -- version 0.6.5 could not
	plot the same field against itself or fields against fields with
	a different number of values

	zoom levels do not change when plots are added or removed until
	it's zoomed back all the way out, or is forced to by the plots
	added

	by default the scales are set to fit all plots in a graph so long
	as the span of x,y values in all the plots are within an order of
	magnitude of each other.  We retained the "same scales" and
	"different scales" options in addition to this new default called
	"auto scale".

	added the use of the GNU autotools (./configure) to build and install

	added the default GTK command line options


  Lost features:

	the QT command line options -- we no longer use QT

	No longer saves xpm image files, since PNG files are much better
	for most purposes, and you can always convert png files to xpm
	files using `convert' from http://www.imagemagick.org/

	The action of the mouse buttons has changed.

