comparison CHANGELOG @ 243:4a8d627a2326

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 04 Feb 2002 14:07:05 +0000
parents ff6e66f54ece
children effbf695ba58
comparison
equal deleted inserted replaced
242:12a9c2e0b00f 243:4a8d627a2326
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 01232002 - Fixed decoders/Makefile.am to work with seperate build directories. 5 02042002 - Darrell Walisser submitted some cleanups and CodeWarrior project
6 Corrected some dates in this file. 6 files for MacOS 9. Sweet!
7 01232002 - Max fixed decoders/Makefile.am to work with seperate build
8 directories, and corrected some dates in this file.
7 01192002 - Torbjörn sent in patches implementing the rewind method for the 9 01192002 - Torbjörn sent in patches implementing the rewind method for the
8 rest of the decoders except shn.c, for which I added a kludged 10 rest of the decoders except shn.c, for which I added a kludged
9 implementation. Added more info to the README. Hunted down the 11 implementation. Added more info to the README. Hunted down the
10 reason why SMPEG can't decode before calling SDL_OpenAudio(), and 12 reason why SMPEG can't decode before calling SDL_OpenAudio(), and
11 it can't be fixed without a change to SMPEG (not MY fault! :) ). 13 it can't be fixed without a change to SMPEG (not MY fault! :) ).