# HG changeset patch # User Ryan C. Gordon # Date 1023456699 0 # Node ID ea5c61aeb891c364a05bb6460f6a657e7afff1ee # Parent 5dbf2f9cde00064aa61bfe48418d2585317986c4 Updated. diff -r 5dbf2f9cde00 -r ea5c61aeb891 CHANGELOG --- a/CHANGELOG Fri Jun 07 13:26:13 2002 +0000 +++ b/CHANGELOG Fri Jun 07 13:31:39 2002 +0000 @@ -2,6 +2,9 @@ * CHANGELOG. */ +06072002 - Manpages! Finally installed Doxygen and scratched together a + Doxyfile. After some revision to physfs.h, we've got a rather + nice API reference. 06062002 - Added URLs for official and unofficial versions of ModPlug in decoders/modplug.c. Cleaned up some FIXMEs. 05222002 - Torbjörn sent in some more fixes for altcvt: mono to stereo diff -r 5dbf2f9cde00 -r ea5c61aeb891 TODO --- a/TODO Fri Jun 07 13:26:13 2002 +0000 +++ b/TODO Fri Jun 07 13:31:39 2002 +0000 @@ -1,5 +1,4 @@ More immediate (needed for 1.0 release): -- Man pages. Doxygen would be cool. - Fix the crappy rewind implementation in shn.c's SHN_rewind(). - Finish implementing seek() method in decoders, see below. - Add a sdlsound-config script? @@ -13,7 +12,6 @@ - quicktime.c General stuff TODO: -- Man pages for the API. - Hack on the experimental audio conversion routines. - Handle compression and other chunks in WAV files. - Handle compression and other chunks in AIFF-C files.