comparison CHANGELOG @ 446:ce8937e44e7a

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 10 Mar 2003 22:44:59 +0000
parents 188eef49ad0d
children 139cb6ef0491
comparison
equal deleted inserted replaced
445:d0393837bfac 446:ce8937e44e7a
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 01302003 - Patches to make SDL_sound more compiler-happy (Thanks, Eric!). 5 03102003 - Never actually created samplelist_mutex (Thanks, Glenn Maynard!).
6 01302003 - Patches to make SDL_sound more Visual C happy (Thanks, Eric!).
6 01122003 - Fix to smpeg.c's rewinding code (Thanks, Eric). Put Visual C 6 7 01122003 - Fix to smpeg.c's rewinding code (Thanks, Eric). Put Visual C 6
7 project files in CVS, without external binaries (Thanks, Eric). 8 project files in CVS, without external binaries (Thanks, Eric).
8 12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg 9 12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg
9 packet per call, and mikmod has a check during initialization to 10 packet per call, and mikmod has a check during initialization to
10 prevent a clash with SDL_mixer (Thanks, Eric). 11 prevent a clash with SDL_mixer (Thanks, Eric).