2008-11-28  Sed  <sed@free.fr>

	* many files:
	Removing "modify" for I was not sure to handle it correctly.
	Now, when you quit, open a project, create a new project,
	the popup asking if you are sure will always come. I don't
	think it is such an issue. You are not supposed to open/close/quit
	all the time.

	* verb.c verb.h verb_gui.k sverb.c sverb.h sverb_version.h sverb_asm.s
	New files to handle, well, reverb.

	* many files:
	Adaptated to use the new reverb effect.

2008-11-27  Sed  <sed@free.fr>

	* file.c:
	Fixing a bug (if the mixer view window is displayed and you
	open a new file, some effects might be tagged as "viewed"
	because the previous file had the effect viewed, but the
	new one won't). Fuck. These bugs should not even exist at
	all. I need to rewrite this software with a more abstract
	language (yeah, LISP).


2008-11-25  Sed  <sed@free.fr>

	* several files:
	Removing short_mono and short_stereo functions, they were
	not used.

2008-11-22  Sed  <sed@free.fr>

	* file.c:
	Fixing a bug (an empty Songs file, ie. with no track, is
	legal but was not loaded).
	Implementing save/load of eq effect.

2008-11-18  Sed  <sed@free.fr>

	* mixer.c, input.c, mix_gui.c:
	Changing mixer for float mixer to use input data in
	short (so in [-32768, 32767]) in [-1,1]. Heck,
	why didn't I do this? So we introduce an incompatibility.
	Files from songs <= 0.3 may fail (I think about float
	audio files). It should not be too hard to fix, by
	opening float files, do a /32768 and write back the
	result in the files.

2008-11-13  Sed  <sed@free.fr>

	* eq.c eq.h eq_gui.k:
	New files to implement an equalizer.

	* various files:
	Modified to take into account the equalizer.

2008-11-12  Sed  <sed@free.fr>

	* many files:
	Removing gcc 4 compilation warnings (__FUNCTION__ passed
	as 'char *' but it's a 'const char *' so explicit cast
	required) (using NULL and not 0 to represent null pointers)
	('char *' passed where 'unsigned char *' wanted, explicit
	cast)

2004-12-13  Sed  <sed@free.fr>

	** Release 0.3

2004-12-12  Sed  <sed@free.fr>

	* sc1.c sc1_gui.c:
	New files, ripping a compressor from sc1_1425 coming from
	swh-plugins-0.4.11.tar.gz (see http://plugin.org.uk/).
	The compressor was buggy, sometimes in rms_env_process
	r->sum was negative, leading to NaN for the sqrt stuff.

	* pan/vol/pos.c:
	Checking return value of malloc (no, it was not done, shame !).

	* various files:
	Fixing a realloc misusing (doing realloc(size+=32) then size+=32,
	which finally means size+=64 but only allocing size+32 stuff,
	weirdy to find).

	* help_gui.c:
	The "About" stuff only appeared once, fixing it.

	* various files:
	Fixing bugs those last days, forgot to feed this Changelog.

2004-01-16  Sed  <sed@free.fr>

	** Release 0.2

	* effects_gui.c:
	gdk_display_beep does not exist with 2.0 gtk, adding a version check
	and displaying an error message instead of beep if version 2.0.

2004-01-15  Sed  <sed@free.fr>

	* dump_gui.c:
	Adding a mono WAV dumper.

	* Makefile:
	Removing -Werror because of a problem with gcc 2.95.2, which states
	that an argument of the mixer functions will be clobbered by longjmp,
	(which probably is true, but the program does not care about this
	variable, so it's not an error).

	* various files:
	There were some gcc warnings stating 'this variable might be unused',
	it has been fixed (default value). (I guess noone ever could build
	the program because of these warnings and the -Werror stuff. This
	may explain why there was no contact at all from any user...) These
	were no bugs in the code, simply gcc could not be 100% sure that
	the variables were used the right way. I won't blame gcc, it's
	almost impossible to do (it is impossible I think, isn't there
	some impossibility results out there for such things?).

2004-01-06  Sed  <sed@free.fr>

	** Release 0.1
