comparison CHANGELOG @ 479:35dfa9d9782e

Fixed automake nonsense.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 12 Nov 2004 08:04:00 +0000
parents 3e705c9180e5
children 00b61987b555
comparison
equal deleted inserted replaced
478:15a540505a02 479:35dfa9d9782e
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 11122004 - Fixed automake nonsense.
5 05112004 - Added Sound_GetDuration() and moved total_time out of Sound_Sample 6 05112004 - Added Sound_GetDuration() and moved total_time out of Sound_Sample
6 struct and into it's opaque data...this fixes binary compatibility 7 struct and into it's opaque data...this fixes binary compatibility
7 with apps written for SDL_sound 1.0. 8 with apps written for SDL_sound 1.0.
8 05082004 - Started 1.1.0 development branch with code to determine the total 9 05082004 - Started 1.1.0 development branch with code to determine the total
9 length of a sample (thanks to Wesley, Eric, Wang, and Ahilan!)... 10 length of a sample (thanks to Wesley, Eric, Wang, and Ahilan!)...