# HG changeset patch
# User Ryan C. Gordon <icculus@icculus.org>
# Date 1016395038 0
# Node ID fdf50bded850f000656fcb8f8f5acd07278f755c
# Parent  259daddc2d6b84a0312c3a6e7f263aba9746f5fe
Updated.

diff -r 259daddc2d6b -r fdf50bded850 CHANGELOG
--- a/CHANGELOG	Sat Mar 16 08:48:00 2002 +0000
+++ b/CHANGELOG	Sun Mar 17 19:57:18 2002 +0000
@@ -2,7 +2,10 @@
  * CHANGELOG.
  */
 
-03162002 - Tied the PhysicsFS code into the build system.
+03172002 - Removed an unneeded #include in mpglib that broke build on BeOS.
+           mpglib seems to work find on BeOS.
+03162002 - Tied the PhysicsFS code into the build system (code disabled if
+           physfs not found or --disable-physfs passed to ./configure.)
 03152002 - Added PhysicsFS support to playsound, so you can play sound files
            that are in ZIP files without unzipping them. Needs to be merged
            into build system (I was just testing my PhysFS->RWops glue code).