comparison CHANGELOG @ 319:4a2cd7d4aa06

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 29 Apr 2002 06:02:34 +0000
parents aaf9142d5a9e
children ed466b90dbcb
comparison
equal deleted inserted replaced
318:df024df56996 319:4a2cd7d4aa06
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 04292002 - Darrell Walisser updated the Mac Classic and OS X project
6 files, fixed some portability issues, and added an
7 experimental decoder that uses Apple's QuickTime libraries
8 (see decoders/quicktime.c). I've included the Mac project files
9 in CVS, now. Removed all use of alloca() from playsound.
5 04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes 10 04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes
6 through with seek support for the FLAC, MIDI, and ModPlug 11 through with seek support for the FLAC, MIDI, and ModPlug
7 decoders (and some stub code for MikMod), and a bugfix for sample 12 decoders (and some stub code for MikMod), and a bugfix for sample
8 flag manipulation in the base library (and his own --seek code for 13 flag manipulation in the base library (and his own --seek code for
9 playsound, which unfortunately we're not using). 14 playsound, which unfortunately we're not using).