diff CHANGELOG @ 377:cbb15ecf423a

WinCE (PocketPC) patches from Tyler.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 02 Jul 2002 03:58:24 +0000
parents 9df02ba1579d
children 7e49f4901ceb
line wrap: on
line diff
--- a/CHANGELOG	Tue Jul 02 03:57:48 2002 +0000
+++ b/CHANGELOG	Tue Jul 02 03:58:24 2002 +0000
@@ -2,6 +2,14 @@
  * CHANGELOG.
  */
 
+07012002 - Fixed configure.in to work around bug in older autoconfs. Started
+           merging Tyler's WinCE (PocketPC) port. Added checks for assert.h
+           and signal.h to configure.in/config.h.in, and #if HAVE_*_H checks
+           where appropriate in the code. Moved #include <assert.h> (along
+           with the HAVE_ASSERT_H check) to SDL_sound_internal.h, and removed
+           unnecessary #includes from the individual source files. Added
+           "md_reverb = 1;" to MIKMOD_init(). Modplug got some WinCE-specific
+           setting tweaks.
 06292002 - More altcvt fixes from Frank Ranostaj...mostly working now.
 06252002 - More altcvt fixes from Frank Ranostaj.
 06132002 - Patch from Torbjörn to fix stereo AIFF files.