diff ChangeLog @ 7:e5c49367b899

Updated to 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 11:25:05 +0000
parents 183e7cbc1036
children f69fa2496512
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 03 11:19:04 2003 +0000
+++ b/ChangeLog	Tue Jun 03 11:25:05 2003 +0000
@@ -1,43 +1,152 @@
-2002-09-02  Matti Hämäläinen (ccr/TNSP)  <ccr@tnsp.org>
+2002-10-30  Matti Hämäläinen (ccr/TNSP)  <ccr@tnsp.org>
+
+	* Updated GNU autoconf to 2.54, automake to 1.7.1
+	and libtool to latest CVS-version.	
+
+	* Improvements in configure.ac
 
-	* version 0.7.4
+	* Re-arranged docs some.
+
+2002-10-20  Matti Hämäläinen (ccr/TNSP)  <ccr@tnsp.org>
+
+	* Incredible amount of remodelling done.
+	Now uses glade-generated C-files directly.
+
+	* Bugfixes included from 0.7-series.
 
-	* Patch from Euan MacGregor to fix bug with
-	"Determine filetype by contents" option enabled
-	crashing XMMS-SID when trying to play a file
-	that does not exist. Thanks!
+	* New documentation, updated FAQ.
+
+2002-05-05  Matti Hämäläinen (ccr/TNSP)  <ccr@tnsp.org>
+
+	* xs_config.c: we must not free() data got from
+	textfield-widgets. Changed to xs_calloc() them.
+	(Fixed segfault when constantly re-opening the
+	configuration-dialog.)
+
+
+2002-05-04  Matti Hämäläinen (ccr/TNSP)  <ccr@tnsp.org>
+
+	* Improved documentation lot.
+
+	* Some nasty bugs in core code, debugging ...
+	
+2002-05-01  Matti Hämäläinen (ccr/TNSP)  <ccr@tnsp.org>
 
-	* Fixed a bug in About-dialog, patch from OpenBSD
-	project's PortsPlus tree. Thanks BSD-guys! :)
+	* Lots of work on cleaning up the mess left
+	from the major rewrites ...
+
+	* Disabled parts of code to ease testing.
+
+	* Started integration of experimental support
+	for libsidplay2.
+	
+2002-03-21  Matti Hämäläinen (ccr/TNSP)  <ccr@tnsp.org>
+
+	* Implemented routines for reading HVSC Songlength
+	database. (Still need to think of memory management
+	issues.)
+
+	* Added xs_close() for cleanups. TODO: check all
+	memory leaks and other things to be "shut down"
+	in the plugin.
 
-	* Fixed free() of internal Gtk-data in config-dialog,
-	which caused crash if opening+closing config-dialog
-	multiple times.
+	
+2002-03-20  Matti Hämäläinen (ccr/TNSP)  <ccr@tnsp.org>
+	
+	Loads of work, cleanups, etc.
+
+	- The configuration dialog starts to be finished ..
+	Few arrangements were done to make it more reasonably
+	and new config items were added for the new options.
 
-	* Added in LE->NE 16-bit audioformat patch from
-	OpenBSD-project. I'm not entirely sure what's the
-	difference, but it did not break at least Linux/x86. :)
+	- Integrated the new config-dialog code.
+
+	* version 0.8alpha0
+	
+2001-11-25  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+
+	* Lots of cleanups.
+
+	* xs_title.c: General fixes, trying to get
+	generic title support to work...
 
-	* Added in updated songpos-patch for XMMS 1.2.7
+	* Worked on the configuration dialog.	
 	
-2002-02-26  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+2001-11-22  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
 
-	* version 0.7.3
-
-	* Fixed to work with latest libsidplay, needed
-	to add linking to libstdc++.
+	* Lots of cleanups, now compiles again.
+	(Yes, I've been somewhat lazy for a while)	
 	
-2001-11-18  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+2001-11-17  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+
+	* Changed to libtool 1.4
+
+2001-09-12  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+
+	* xs_md5.*: Changed to use glib guint8/guint32.
+	Cleaned up the sources slightly.
+
+2001-08-29  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+
+	* Added xs_md5.c, xs_md5.h, xs_length.c to start
+	implementing the song-length support.
+
+	* Source now in local CVS due to some hassle.
 
-	* version 0.7.2
+	A long programming session followed by sleepy
+	let's-remove-the-~-files.
+
+	Guess what? The tilde key did not work for that
+	time. Result: "rm -f *" instead of "rm -f *~".
+	What a STUPID STUPID mistake.
 
-	* Updated libtool to v1.4
+	Fortunately, the ext2fs undeletion HOW-TO with
+	some debugfs-magic worked and I didn't have to
+	start again with week-old backups :)
+
+	*whew* (First time for me that something like
+	this happened. Hopefully also the last time.)
+
+2001-08-20  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+
+	* Fixed some indentations.
 
-	* Again fixed the song-pos patch. Sorry.	
+	* Makefile.am: Removed duplicate xmms-sid.spec
+
+2001-08-19  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+
+	* Updated all documents to new e-mail address
+	<ccr@tnsp.org> and new TNSP e-mail address
+	<tnsp@tnsp.org>.
+
+	* Added in the RPM .spec-file.
+
+	* Lots of source cleanups.
+
+	* Added xs_support.c and xs_title.c.
+
+	* xs_title.c: Worked on global title support.
+
+2001-08-15  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
 
-	* Minor fixes backported from 0.8-betas
+	* configure.in: Improved general structure, show
+	information about options when finished succesfully,
+	detect XMMS >= 1.2.5 and enable extra features,
+	option --enable-subsongsel
+
+	* Worked on new configuration dialog.
+
+	* Started work on changing the internals of STIL-system.
 
-2001-07-20  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+	* Started work on adding the song-length support.
+
+	* Removed an erratic kludge from songpos-patch v1.2.5.
+
+2001-07-19  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
+
+	* Improved README, added "usage"-section.
+
+2001-07-16  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
 
 	* Uh oh. The v0.7 release version's song-position
 	patch (v1.2.4 one) was flawed. It was against CVS
@@ -49,20 +158,11 @@
 	(aka comments out) an unused(??) function that
 	caused trouble when compiling XMMS 1.2.5 under RH7.1.
 
-	* Fixed a bug in STIL COMMENT-parsing. There must be
-	a whitespace between after line end.
-
-2001-07-19  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
-
-	* Improved README, added "usage"-section.
-
-2001-07-16  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
-
 	* Improved README.songpos documentation.
 
 2001-06-24  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
 
-	* Started working on new version, 0.8beta0 ...
+	* Started working on new version, 0.8 ...
 
 	* Designed additions to configuration dialog.
 
@@ -273,7 +373,7 @@
 	configuration system now works and it should be
 	easier to modify the variables, etc.
 
-2000-09-27  Matti (ccr/TNSP) Hamalainen  <mhamalai at ratol.fi>
+2000-09-27  Matti (ccr/TNSP) Hamalainen  <ccr@tnsp.org>
 
 	* Configuration dialog: Added STIL settings.
 	Stil bugs somewhat, the cancel-button does not