1999-12-30  Seth Golub  <seth@aigeek.com>

	* HISTORY: updated history

	* TODO, gui_config.c: Made a selection list for the new hue modes.

	* waterfall.c: Changed intensity-hue colors.

1999-12-30  Seth Golub  <seth@aigeek.com>

	* TODO, gui_config.c: Made a selection list for the new hue modes.

	* waterfall.c: Changed intensity-hue colors.

1999-12-28  Seth Golub  <seth@aigeek.com>

	* waterfall.c:
	Fixed integer roundoff error.  Now windows narrower than 150 pixels
	(or 75 in mono mode) actually show something.  (Needed to compute
	pixels per band for each band in order to do subsampling.)

1999-12-28  Seth Golub  <seth@aigeek.com>

	* waterfall.c:
	Fixed integer roundoff error.  Now windows narrower than 150 pixels
	(or 75 in mono mode) actually show something.  (Needed to compute
	pixels per band for each band in order to do subsampling.)

1999-12-26  Seth Golub  <seth@aigeek.com>

	* HISTORY: *** empty log message ***

	* waterfall.c: Better onset coloring.  Uses neighbors now.

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Lots of code reorganization.
	Added a primitive onset coloring.
	Made a hue mode spinner in gui_config.  (temporary)

	* INSTALL: Added note about Debian.

1999-12-26  Seth Golub  <seth@aigeek.com>

	* HISTORY: *** empty log message ***

	* waterfall.c: Better onset coloring.  Uses neighbors now.

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Lots of code reorganization.
	Added a primitive onset coloring.
	Made a hue mode spinner in gui_config.  (temporary)

	* INSTALL: Added note about Debian.

1999-12-26  Seth Golub  <seth@aigeek.com>

	* waterfall.c: Better onset coloring.  Uses neighbors now.

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Lots of code reorganization.
	Added a primitive onset coloring.
	Made a hue mode spinner in gui_config.  (temporary)

	* INSTALL: Added note about Debian.

1999-12-25  Seth Golub  <seth@aigeek.com>

	* Makefile.am, configure.in:
	Removed xmms-prefix stuff from configure script.  Now uses normal
	prefix the way it should.  Also now checks path for xmms binary to
	guess a default prefix.

1999-12-24  Seth Golub  <seth@aigeek.com>

	* gui_config.c:
	Put spinners on the left, since that's where the checkbuttons are.

	* configure.in: Incremented version number to 0.8

	* TODO, gui_config.c, waterfall.c, waterfall.h: Added time smoothing.

	Made render function non-destructive.

	Changed default window width from 250 to 150 (because 150 is a
	multiple of NUM_BANDS, so each band will have the same width after
	rounding.)

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added frequency smoothing.

1999-12-24  Seth Golub  <seth@aigeek.com>

	* gui_config.c:
	Put spinners on the left, since that's where the checkbuttons are.

	* configure.in: Incremented version number to 0.8

	* TODO, gui_config.c, waterfall.c, waterfall.h: Added time smoothing.

	Made render function non-destructive.

	Changed default window width from 250 to 150 (because 150 is a
	multiple of NUM_BANDS, so each band will have the same width after
	rounding.)

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added frequency smoothing.

1999-12-24  Seth Golub  <seth@aigeek.com>

	* configure.in: Incremented version number to 0.8

	* TODO, gui_config.c, waterfall.c, waterfall.h: Added time smoothing.

	Made render function non-destructive.

	Changed default window width from 250 to 150 (because 150 is a
	multiple of NUM_BANDS, so each band will have the same width after
	rounding.)

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added frequency smoothing.

1999-12-24  Seth Golub  <seth@aigeek.com>

	* TODO, gui_config.c, waterfall.c, waterfall.h: Added time smoothing.

	Made render function non-destructive.

	Changed default window width from 250 to 150 (because 150 is a
	multiple of NUM_BANDS, so each band will have the same width after
	rounding.)

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added frequency smoothing.

1999-12-24  Seth Golub  <seth@aigeek.com>

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added frequency smoothing.

1999-12-21  Seth Golub  <seth@aigeek.com>

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added option to save window position.

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added option for upside-down orientation.

	* waterfall.c:
	Moved some runtime loop invariants outside the band loop so they're
	calculated once per data sample instead of 75 times.  No noticeable
	affect on performance, but I like the code better this way regardless.

1999-12-21  Seth Golub  <seth@aigeek.com>

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added option to save window position.

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added option for upside-down orientation.

	* waterfall.c:
	Moved some runtime loop invariants outside the band loop so they're
	calculated once per data sample instead of 75 times.  No noticeable
	affect on performance, but I like the code better this way regardless.

1999-12-21  Seth Golub  <seth@aigeek.com>

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added option for upside-down orientation.

	* waterfall.c:
	Moved some runtime loop invariants outside the band loop so they're
	calculated once per data sample instead of 75 times.  No noticeable
	affect on performance, but I like the code better this way regardless.

1999-12-21  Seth Golub  <seth@aigeek.com>

	* waterfall.c:
	Moved some runtime loop invariants outside the band loop so they're
	calculated once per data sample instead of 75 times.  No noticeable
	affect on performance, but I like the code better this way regardless.

1999-12-20  Seth Golub  <seth@aigeek.com>

	* ChangeLog, configure.in: Incremented version number to 0.7

	* xmms/configfile.h, xmms/plugin.h:
	Added xmms header files to distribution.  This really isn't proper,
	but many linux users have an xmms package installed that doesn't
	include development files.

	* ChangeLog, Makefile.am, TODO:
	Added xmms header files to distribution.  This really isn't proper,
	but many linux users have an xmms package installed that doesn't
	include development files.

	Also created ChangeLog from CVS log, and added it to distribution.

	* gui_config.c, waterfall.c, waterfall.h:
	Put config into its own structure.

	* gui_about.c: Centering fix.

1999-12-20  Seth Golub  <seth@aigeek.com>

	* ChangeLog, configure.in: Incremented version number to 0.7

	* xmms/configfile.h, xmms/plugin.h:
	Added xmms header files to distribution.  This really isn't proper,
	but many linux users have an xmms package installed that doesn't
	include development files.

	* ChangeLog, Makefile.am, TODO:
	Added xmms header files to distribution.  This really isn't proper,
	but many linux users have an xmms package installed that doesn't
	include development files.

	Also created ChangeLog from CVS log, and added it to distribution.

	* gui_config.c, waterfall.c, waterfall.h:
	Put config into its own structure.

	* gui_about.c: Centering fix.

1999-12-16  Seth Golub  <seth@aigeek.com>

	* AUTHORS, README, TODO, gui_about.c, gui_config.c, waterfall.c, waterfall.h:
	Updated TODO file.
	Changed address from thehouse.org to aigeek.com

1999-12-02  Seth Golub  <seth@aigeek.com>

	* TODO: Fixed anvil setup, got rid of warning.

	* configure.in: Incremented version number.

	* aclocal.m4, configure.in:
	Fixed configure script to do GTK & GLIB properly

	* ChangeLog, configure.in: Changed defaults paths in configure.in

1999-12-01  Seth Golub  <seth@aigeek.com>

	* AUTHORS, ChangeLog: more fun meta files

	* README: *** empty log message ***

	* README: blah blah

	* COPYING, INSTALL, README: Added meta files

	* TODO: added bug list

	* waterfall.h: small type fix

	* configure.in: Incremented version number to 0.5

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Configuration and window size now persistent.

	* TODO, waterfall.c: Fixed resize problem.

1999-11-28  Seth Golub  <seth@aigeek.com>

	* Makefile.am, TODO, gui_config.c, logo.xpm, waterfall.c: Removed logo.
	Added window resize capability.
	Changed config dialog appearance slightly.

1999-11-26  Seth Golub  <seth@aigeek.com>

	* TODO: *** empty log message ***

	* TODO, gui_config.c: Fixed layout selection gui bug.

1999-11-25  Seth Golub  <seth@aigeek.com>

	* TODO: the usual nonsense

	* waterfall.c: Fatal typo.

	* waterfall.c: Changed a floating point op to integer, for speed.

	* TODO, configure.in, gui_config.c, waterfall.c, waterfall.h:
	Added Mirrored Mono & Stereo modes, with configuration.

	* TODO: *** empty log message ***

	* config.log, config.status: cleanup

	* TODO: *** empty log message ***

	* configure.in, gui_config.c, waterfall.c:
	Extended stereo color to N steps

	* Makefile.am, configure.in:
	Removed config option for linear/sqrt gradient.

	* TODO, gui_config.c, waterfall.c, waterfall.h:
	Added 3-level stereo colorization, with runtime config option.

	* TODO, waterfall.c:
	updated TODO list, removed version number from source code.

	* Makefile.am, gui_config.c, waterfall.c, waterfall.h:
	Added config dialog.
	SQRT/Linear color gradient is now run-time configurable.

1999-11-22  Seth Golub  <seth@aigeek.com>

	* aclocal.m4, config.cache, configure, waterfall.h:
	Adding waterfall.h to CVS controll.
	Removing some auto{make,conf}-generated file from CVS control.

	* Makefile, Makefile.am, Makefile.in, gui_about.c:
	Finishing addition of gui_about.c
	Removing Makefile and Makefile.in from CVS control.  (These are
	generated by automake/autoconf.)

1999-11-21  Seth Golub  <seth@aigeek.com>

	* Makefile, Makefile.am, Makefile.in, TODO, config.log, config.status, configure, configure.in, waterfall.c:
	Added about box.
	Added scrolling option, though it's hard coded for now.

	* Makefile, Makefile.am, Makefile.in, TODO, aclocal.m4, config.cache, config.guess, config.log, config.status, config.sub, configure, configure.in, install-sh, libtool, logo.xpm, ltconfig, ltmain.sh, missing, mkinstalldirs, waterfall.c:
	Release 0.1

