comparison ChangeLog.old @ 310:3714cf5aeb28

Added old ChangeLog that was missing from CVS
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Dec 2004 16:35:01 +0000
parents
children
comparison
equal deleted inserted replaced
309:42497aa44a35 310:3714cf5aeb28
1 2002-10-30 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
2
3 * Updated GNU autoconf to 2.54, automake to 1.7.1
4 and libtool to latest CVS-version.
5
6 * Improvements in configure.ac
7
8 * Re-arranged docs some.
9
10 2002-10-20 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
11
12 * Incredible amount of remodelling done.
13 Now uses glade-generated C-files directly.
14
15 * Bugfixes included from 0.7-series.
16
17 * New documentation, updated FAQ.
18
19 2002-05-05 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
20
21 * xs_config.c: we must not free() data got from
22 textfield-widgets. Changed to xs_calloc() them.
23 (Fixed segfault when constantly re-opening the
24 configuration-dialog.)
25
26
27 2002-05-04 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
28
29 * Improved documentation lot.
30
31 * Some nasty bugs in core code, debugging ...
32
33 2002-05-01 Matti Hämäläinen (ccr/TNSP) <ccr@tnsp.org>
34
35 * Lots of work on cleaning up the mess left
36 from the major rewrites ...
37
38 * Disabled parts of code to ease testing.
39
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>
150
151 * Uh oh. The v0.7 release version's song-position
152 patch (v1.2.4 one) was flawed. It was against CVS
153 repository and not a normal source tree.
154
155 A new stable v0.7.1 released to fix this issue.
156
157 Additionally the new v1.2.5 patch also fixes
158 (aka comments out) an unused(??) function that
159 caused trouble when compiling XMMS 1.2.5 under RH7.1.
160
161 * Improved README.songpos documentation.
162
163 2001-06-24 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
164
165 * Started working on new version, 0.8 ...
166
167 * Designed additions to configuration dialog.
168
169 * Drew new logo for about-box.
170
171 * Examined UADE subsong selector, planning
172 how to implement it in XMMS-SID (due to many
173 requests from users :-D )
174
175 2001-05-28 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
176
177 * Sub-song name is now shown in the sub-song
178 selector of the file-information window.
179
180 2001-05-26 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
181
182 * version 0.7 (final)
183
184 Enjoy this new release, see you in version 0.8
185 development stage!
186
187 - ccr/TNSP @ Relletti, Ruukki, Finland
188 Local : Sat May 26 23:23:41 EEST 2001
189 Universal: Sat May 26 20:23:41 UTC 2001
190
191 * Added the file-selector (browse) to the STIL
192 configuration panel for selecting the database-file.
193
194 * Modularized and partially re-wrote the STIL-parsing
195 function, now handles multiple data-entries for one
196 sub-song and other improvements. Cleaned up the code too.
197
198 2001-05-24 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
199
200 * More comments
201
202 * Improved the SID-story-telling in README :)
203
204 * Fixed last remaining issues in file-info dialog.
205
206 2001-04-24 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
207
208 * version 0.7beta9
209
210 * Fixed RedHat 7.x compability problems, should
211 now compile with RH's "gcc" "2.96" in 7.0 and 7.1.
212 (Don't know for sure, though, tested with 7.1)
213
214 2001-04-22 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
215
216 * version 0.7beta8
217
218 * WHOA! A long time since last update!
219
220 * Fixed STIL parsing, should now work OK. The
221 STIL info-window is not yet finished.
222
223 * Makefile.am: Had forgot to include autogen.sh, added.
224
225 * configure.in: Fixed user-specified --libdir option.
226 (Was overwritten by AM_PATH_XMMS() previously)
227
228 * Few general bugfixes.
229
230 * Added the further improved XMMS songpos-patch
231 from Willem! Thanks and greets to him.
232
233 2001-01-19 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
234
235 * Noticed several bugs in STIL parser, need to fix.
236
237 2001-01-17 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
238
239 * Fixed probable bugs in STIL handling.
240
241 2001-01-16 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
242
243 * version 0.7beta6
244
245 * Fixed few minor memory leaks.
246
247 * Changed XMMS-configuration file ident from "SID" to
248 "XMMS-SID" to prevent conflicting with the old (0.4
249 and older) XMMS-SID versions. (The values from old
250 configs could cause problems)
251
252 Not the 'cleanest' way to do it, as the old configs
253 stay on the config file, but detection routine for
254 old config would have been overkill.
255
256
257 2001-01-15 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
258
259 * Cleaned up the error messages, now more informative.
260 Thanks to Willem for reminding me.
261
262 * Also macrofied the error printing not to repeat code.
263
264 * Now handles properly "no-previous-config" situation
265 instead of crashing. The values were initialized, but
266 got to nowhere. Fixed. Thanks to Willem for this one too.
267
268 2001-01-13 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
269
270 * Improved speed of STIL support, simple "caching" now enabled.
271 (I just keep the previous tune's infos on memory
272 in case it gets reused)
273
274 2001-01-12 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
275
276 * Lots of cleanups, re-wrote function and variable names
277 to match a 'standard', now nice.
278
279 2001-01-12 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
280
281 * xs_stil.c: added support for more information fields:
282 NAME, COMMENT
283
284 * xs_stil.c: fixed parser bug in case when STIL record
285 is the last on on file, found did not get set. (standard
286 STIL releases did not cause this bug to occur)
287
288 2001-01-11 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
289
290 * Worked on the STIL handling code. Parser is in works,
291 will be able to get all relevant info. Supports both
292 DOS CR/LF and *NIX LF format STIL database files.
293
294 2001-01-03 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
295
296 * Added (finally) the file-selector/browser for
297 the STIL database setting on the config panel.
298
299 * Worked on the fileinfo-dialog. (not yet on the
300 main source, just experimenting)
301
302 2001-01-01 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
303
304 * version 0.7beta5 released
305
306 * Added BUGS (somehow got forgotten before) to
307 Makefile.am extradist.
308
309 * Updated docs and copyrights for 2001
310 (uhh, I am afraid that we don't see the intelligent
311 computers or even the first trip to Mars this year ;-)
312
313 * Added README.bugreport
314
315 2000-12-25 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
316
317 * New debugging macros.
318
319 2000-12-24 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
320
321 * Added README.songpos
322
323 2000-12-24 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
324
325 * version 0.7beta4 (internal)
326
327 * Made songpos-patch compatible with XMMS 1.2.4.
328 (now available in two flawours: for 1.2.2 and 1.2.4)
329
330 * configure.in: more informational messages when
331 some library (or similar) is not found.
332
333 2000-11-11 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
334
335 * FINALLY updated the xmms-songpos.patch to work with
336 XMMS 1.2.2 and above.
337
338 2000-11-07 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
339
340 * INSTALL, README: fixes, changes, clarifications.
341
342 * Re-designed the fileinfo dialog. Now much more robust
343 and has needed fields for future enchantments.
344
345 2000-11-05 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
346
347 * Released 0.7beta for limited public testing.
348
349 * xs_fileinfo.cc: Basics of the new fileinfo dialog.
350 Not quite how it will be when final.
351
352 2000-11-04 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
353
354 * Started implementing new file information dialog.
355
356 * Version 0.7beta
357
358 2000-10-01 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
359
360 * Version 0.6beta
361
362 * xmms-sid.cc: Now the file-description setting
363 (in configuration STIL panel) works and is parsed.
364
365 * Filter settings work.
366
367 2000-09-29 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
368
369 * xs_config.c: Configuration and aboutbox
370 work now fine.
371
372 * xs_config.c: Fixed loading and saving. The new
373 configuration system now works and it should be
374 easier to modify the variables, etc.
375
376 2000-09-27 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
377
378 * Configuration dialog: Added STIL settings.
379 Stil bugs somewhat, the cancel-button does not
380 work. (Does not close the window, but deletes
381 ITSELF instead!?! Hmmm... :-)
382
383 2000-09-24 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
384
385 * New aboutbox-dialog.
386
387 * New configuration dialog (bit buggy):
388 - Can set filter parameters
389
390 * Miscellaneous improvements.
391
392 2000-09-19 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
393
394 * Fixed some bugs in .spec file.
395
396 * Created a logo for the aboutbox.
397
398 * Started creating a more flexible configuration file
399 reading and saving, etc. One can add new settings more
400 easily, without adding a bunch of xmms_cfg_read_XXX()'s.
401 Probably less error prone too. See xmms-sid.h for more.
402
403 2000-09-18 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
404
405 * Added a preliminary .spec file for RPM generation.
406
407 * Fixed some bugs in documentations
408
409 * Started integrating the config panel into the source.
410 (Can't use the Glade generated code directly, it would
411 be too cumbersome due to the fact how Glade does it ;)
412
413 * Added autogen.sh to make world a better place ;)
414
415 * Working on a new configuration panel, with Glade.
416
417 2000-09-17 Matti (ccr/TNSP) Hamalainen <ccr@tnsp.org>
418
419 * Bumped up the version number to 0.5
420
421 * sidplay.cc, sid.c: combined and moved to xmms-sid.cc
422
423 * sid.h: Moved to xmms-sid.h
424
425 * Makefile.am: Updated to above changes.
426
427 * Cleaned up sources
428
429 * configure.in: Fixed bugs, cleaned up and changed
430 to use the XMMS_PATH() macro to get the Input plugin
431 path and other information instead of the Willem's
432 slightly hacky method. Set xmms require to v1.2.0.
433
434 * Fixed the STIL reading (still quite rudimentary)
435
436
437 Mon Nov 1 05:08:06 CET 1999 Willem Monsuwe <willem@stack.nl>
438
439 * More clean split between C++ and C code.
440
441 * Rudimentary STIL support (dump entry in file info window)
442
443 Mon Oct 1 16:32:34 CEST 1999 Willem Monsuwe <willem@stack.nl>
444
445 * configure.in: --with-sidplay-* options
446
447 * configure.in: Better recognition of unusual install directories
448
449 Sat Aug 7 03:29:44 CEST 1999 Willem Monsuwe <willem@stack.nl>
450
451 * Finished the first package with configure script etc.
452
453 * ChangeLog: Started ChangeLog