* Tue Jul 31 2001 Tom Warkentin <tom@changeling.dynip.com>
- prepared xlogical-1.0-7 release
- fixed ball lost in tunnel bug
  (reported by Kevin Turner <acapnotic@users.sourceforge.net>)
- abstracted system time calls to Cgraph class to be more portable and did
  some general code cleanup.  This should help FreeBSD builds.
  (reported by <wazm@rm-f.net>)
- fixed fullscreen flickering problem with the Win32 port
- updated Visual C++ project files to SDL-1.2.2

* Sat Mar 17 2001 Tom Warkentin <tom@changeling.dynip.com>
- ported the code to Win32 using Visual C++ 6.0sp5
- added a new splash screen courtesy of Sloane.
- rewrote some of the code to fix inconsistencies between Linux and Win32
  versions of SDL.
- fixed up some intermittent bugs with the middle of tile checks where blocker
  tiles sometimes missed a ball, painter tiles sometimes missed, etc..
- added ability for user to type in name instead of using user's login name.
  This was to make it more consistent with the Win32 port.
- removed samples and music files from properties file to be more consistent
  with the way images are handled by xlogical.  The data filenames are all
  compiled directly into the executable now.

* Wed Dec 27 2000 Tom Warkentin <tom@changeling.dynip.com>
- changed install so that owner is user 'bin' and group 'games' instead of
  root (reported by <mac@dgp.toronto.edu>)
- added SDL cleanup code so that X desktop resolution is restored if playing
  in fullscreen mode (reported by <gjohnson@totalsports.net>)
- implemented video mode switching on the fly

* Sat Nov 18 2000 Tom Warkentin <tom@changeling.dynip.com>
- fixed infinite loop when calculating time bonus after finishing "DIMLIGHTS"
  level
  (reported by <wuff@writeme.com>
- fixed disappearing ball bug when balls were bouncing back and forth between
  full spinners
  (reported by <wuff@writeme.com>
- fixed compiler errors/warnings from RedHat 7.0 C++ compiler
  (reported by <Nat.Pryce@quokka.com>)
- implemented and tested 'make uninstall'
  (reported by <Nat.Pryce@quokka.com>)
- changed install target to install data files into ${prefix}/share/xlogical
  (reported by <Nat.Pryce@quokka.com>)
- changed install target to install high score file into
  ${localstatedir}/var/xlogical
  (reported by <Nat.Pryce@quokka.com>)

* Fri Oct 13 2000 Tom Warkentin <tom@changeling.dynip.com>
- added usage information if invalid command line arguments are supplied
  (reported by <Daniel_Burrows@brown.edu>)
- fixed core dump when no module info is available (only shows up with audio
  disabled)
  (reported by <Daniel_Burrows@brown.edu>)
- changed generation of xlogical.properties file to be a build dependency
  instead of an install dependency.  "make install prefix=/usr/foobar" will
  not modify any configuration files now - they are all generated as needed
  during the build.
  (reported by <Daniel_Burrows@brown.edu>)

* Mon Oct 9 2000 Tom Warkentin <tom@changeling.dynip.com>
- fixed a large memory leak in graphics routines that were called constantly
- fix is in xlogical-1.0-2

* Sat Oct 7 2000 Tom Warkentin <tom@changeling.dynip.com>
- initial release

