comparison 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
comparison
equal deleted inserted replaced
6:ff6b3a556a15 7:e5c49367b899
1 2002-09-02 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org> 1 2002-10-30 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
2 2
3 * version 0.7.4 3 * Updated GNU autoconf to 2.54, automake to 1.7.1
4 4 and libtool to latest CVS-version.
5 * Patch from Euan MacGregor to fix bug with 5
6 "Determine filetype by contents" option enabled 6 * Improvements in configure.ac
7 crashing XMMS-SID when trying to play a file 7
8 that does not exist. Thanks! 8 * Re-arranged docs some.
9 9
10 * Fixed a bug in About-dialog, patch from OpenBSD 10 2002-10-20 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
11 project's PortsPlus tree. Thanks BSD-guys! :) 11
12 12 * Incredible amount of remodelling done.
13 * Fixed free() of internal Gtk-data in config-dialog, 13 Now uses glade-generated C-files directly.
14 which caused crash if opening+closing config-dialog 14
15 multiple times. 15 * Bugfixes included from 0.7-series.
16 16
17 * Added in LE->NE 16-bit audioformat patch from 17 * New documentation, updated FAQ.
18 OpenBSD-project. I'm not entirely sure what's the 18
19 difference, but it did not break at least Linux/x86. :) 19 2002-05-05 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
20 20
21 * Added in updated songpos-patch for XMMS 1.2.7 21 * xs_config.c: we must not free() data got from
22 22 textfield-widgets. Changed to xs_calloc() them.
23 2002-02-26 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org> 23 (Fixed segfault when constantly re-opening the
24 24 configuration-dialog.)
25 * version 0.7.3 25
26 26
27 * Fixed to work with latest libsidplay, needed 27 2002-05-04 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
28 to add linking to libstdc++. 28
29 29 * Improved documentation lot.
30 2001-11-18 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org> 30
31 31 * Some nasty bugs in core code, debugging ...
32 * version 0.7.2 32
33 33 2002-05-01 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
34 * Updated libtool to v1.4 34
35 35 * Lots of work on cleaning up the mess left
36 * Again fixed the song-pos patch. Sorry. 36 from the major rewrites ...
37 37
38 * Minor fixes backported from 0.8-betas 38 * Disabled parts of code to ease testing.
39 39
40 2001-07-20 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org> 40 * Started integration of experimental support
41 for libsidplay2.
42
43 2002-03-21 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
44
45 * Implemented routines for reading HVSC Songlength
46 database. (Still need to think of memory management
47 issues.)
48
49 * Added xs_close() for cleanups. TODO: check all
50 memory leaks and other things to be "shut down"
51 in the plugin.
52
53
54 2002-03-20 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
55
56 Loads of work, cleanups, etc.
57
58 - The configuration dialog starts to be finished ..
59 Few arrangements were done to make it more reasonably
60 and new config items were added for the new options.
61
62 - Integrated the new config-dialog code.
63
64 * version 0.8alpha0
65
66 2001-11-25 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
67
68 * Lots of cleanups.
69
70 * xs_title.c: General fixes, trying to get
71 generic title support to work...
72
73 * Worked on the configuration dialog.
74
75 2001-11-22 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
76
77 * Lots of cleanups, now compiles again.
78 (Yes, I've been somewhat lazy for a while)
79
80 2001-11-17 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
81
82 * Changed to libtool 1.4
83
84 2001-09-12 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
85
86 * xs_md5.*: Changed to use glib guint8/guint32.
87 Cleaned up the sources slightly.
88
89 2001-08-29 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
90
91 * Added xs_md5.c, xs_md5.h, xs_length.c to start
92 implementing the song-length support.
93
94 * Source now in local CVS due to some hassle.
95
96 A long programming session followed by sleepy
97 let's-remove-the-~-files.
98
99 Guess what? The tilde key did not work for that
100 time. Result: "rm -f *" instead of "rm -f *~".
101 What a STUPID STUPID mistake.
102
103 Fortunately, the ext2fs undeletion HOW-TO with
104 some debugfs-magic worked and I didn't have to
105 start again with week-old backups :)
106
107 *whew* (First time for me that something like
108 this happened. Hopefully also the last time.)
109
110 2001-08-20 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
111
112 * Fixed some indentations.
113
114 * Makefile.am: Removed duplicate xmms-sid.spec
115
116 2001-08-19 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
117
118 * Updated all documents to new e-mail address
119 <ccr@tnsp.org> and new TNSP e-mail address
120 <tnsp@tnsp.org>.
121
122 * Added in the RPM .spec-file.
123
124 * Lots of source cleanups.
125
126 * Added xs_support.c and xs_title.c.
127
128 * xs_title.c: Worked on global title support.
129
130 2001-08-15 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
131
132 * configure.in: Improved general structure, show
133 information about options when finished succesfully,
134 detect XMMS >= 1.2.5 and enable extra features,
135 option --enable-subsongsel
136
137 * Worked on new configuration dialog.
138
139 * Started work on changing the internals of STIL-system.
140
141 * Started work on adding the song-length support.
142
143 * Removed an erratic kludge from songpos-patch v1.2.5.
144
145 2001-07-19 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
146
147 * Improved README, added "usage"-section.
148
149 2001-07-16 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
41 150
42 * Uh oh. The v0.7 release version's song-position 151 * Uh oh. The v0.7 release version's song-position
43 patch (v1.2.4 one) was flawed. It was against CVS 152 patch (v1.2.4 one) was flawed. It was against CVS
44 repository and not a normal source tree. 153 repository and not a normal source tree.
45 154
47 156
48 Additionally the new v1.2.5 patch also fixes 157 Additionally the new v1.2.5 patch also fixes
49 (aka comments out) an unused(??) function that 158 (aka comments out) an unused(??) function that
50 caused trouble when compiling XMMS 1.2.5 under RH7.1. 159 caused trouble when compiling XMMS 1.2.5 under RH7.1.
51 160
52 * Fixed a bug in STIL COMMENT-parsing. There must be
53 a whitespace between after line end.
54
55 2001-07-19 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
56
57 * Improved README, added "usage"-section.
58
59 2001-07-16 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
60
61 * Improved README.songpos documentation. 161 * Improved README.songpos documentation.
62 162
63 2001-06-24 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org> 163 2001-06-24 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
64 164
65 * Started working on new version, 0.8beta0 ... 165 * Started working on new version, 0.8 ...
66 166
67 * Designed additions to configuration dialog. 167 * Designed additions to configuration dialog.
68 168
69 * Drew new logo for about-box. 169 * Drew new logo for about-box.
70 170
271 371
272 * xs_config.c: Fixed loading and saving. The new 372 * xs_config.c: Fixed loading and saving. The new
273 configuration system now works and it should be 373 configuration system now works and it should be
274 easier to modify the variables, etc. 374 easier to modify the variables, etc.
275 375
276 2000-09-27 Matti (ccr/TNSP) Hamalainen <mhamalai at ratol.fi> 376 2000-09-27 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
277 377
278 * Configuration dialog: Added STIL settings. 378 * Configuration dialog: Added STIL settings.
279 Stil bugs somewhat, the cancel-button does not 379 Stil bugs somewhat, the cancel-button does not
280 work. (Does not close the window, but deletes 380 work. (Does not close the window, but deletes
281 ITSELF instead!?! Hmmm... :-) 381 ITSELF instead!?! Hmmm... :-)