	-*- change-log -*-

Mon Feb 17 00:17:01 2003: gc <guillaume.cottenceau at free.fr>

	* doc: created
	  [Tue May 28 15:35:01 2002]

	* doc/frozen-bubble.6: added Debian manpage, make it up-to-date,
	  modify it a bit; adapt Makefile
	  [Tue May 28 15:35:01 2002]

	* frozen-bubble, gfx/menu/void_panel.png: use John Ello
	  <jello at waste.org> patch to add "centering" key
	  [Tue Jun  4 14:37:23 2002]

	* frozen-bubble[handle_graphics]: small bugfix when comparing
	  scalar containing code ref
	  [Tue Jun 11 14:33:37 2002]

	* frozen-bubble[ordered_highscores]: fix stringwise comparison of
	  level numbers => numeric comparison (bug appeared in 0.9.3)
	  [Wed Jun 19 11:06:15 2002]

	* frozen-bubble, Makefile: integrate Debian patch to have separate
	  possibilities for DATADIR and BINDIR
	  [Wed Jun 19 11:43:52 2002]

	* frozen-bubble: ask for unicode key events, it's better for
	  shifting keys (thx to arnaud desmons <arnaud.desmons at
	  epitech.net> for the idea)
	  [Wed Jun 19 15:43:49 2002]

	* frozen-bubble: fix grammar thx to Matt Kraai
	  [Wed Jul  3 10:09:33 2002]

	* frozen-bubble: internalize fbmdkcommon.pm contents to prevent
	  from bugreports of people about wrong installation paths
	  [Sat Oct  5 15:52:46 2002]

	* frozen-bubble: adapt patch from Martin Quinson
	  <Martin.Quinson@tuxfamily.org> to be able to give a malus to a
	  player against the other one
	  [Wed Dec 11 17:28:43 2002]

	* frozen-bubble: patch from Rami Lehti
	  <Rami.Lehti@finland.sun.com> about stringwise comparison in
	  highscores
	  [Thu Dec 19 10:33:42 2002]

	* FBLE.pm: integrated work from Kim Joham and David Joham
	  <[k|d]joham@yahoo.com>, a level editor!
	  [Mon Jan  6 22:35:55 2003]

	* doc/frozen-bubble-editor.6: added
	  [Mon Jan  6 22:35:55 2003]

	* data/levels: integrated many new levels contributed by the
	  Joham's and others, that makes 100 levels; tried to sort them
	  [Sat Feb  1 23:00:00 2003]

	* frozen-bubble: fixed highscores and falling bubbles when winning
	  1p game
	  [Sun Feb  2 02:40:58 2003]

	* frozen-bubble: added chain reaction mechanism
	  [Sun Feb  2 23:49:16 2003]

	* frozen-bubble: 2p mode, fixed cases when "win panel" appears too
	  early, either bubbles drawing above it or freezing over it
	  [Wed Feb 12 13:27:28 2003]

	* frozen-bubble/gfx: many changes: Ayo changes theme!
	  [Sun Feb 16 22:26:32 2003]
	
	* frozen-bubble: 1.0.0

	
Tue May 21 14:21:16 2002: gc <guillaume.cottenceau at free.fr>

	* fb.pl: don't SDL_TEXTWIDTH when arg is void, thx Guillaume Morin
	  <guillaume at morinfr.org>

	* c_stuff/fb_c_stuff.xs: check return code of SDL_LockSurface and
	  retry if the call was not successful

	* c_stuff/Makefile.PL: use sdl-config
          [Mon Apr  8 09:39:52 2002]

	* SDL_mixer_patched: removed, since SDL_mixer >= 1.2.2 is now
          available; modify Makefile, fb.pl, c_stuff/Makefile.PL
	  accordingly, now main binary is `frozen-bubble'
	  [Mon Apr 15 10:00:28 2002]

	* frozen-bubble: adapt to new perl-SDL with a now working
          Surface::display_format
	  [Mon Apr 15 10:09:51 2002]

	* frozen-bubble: be in -di/-so mode if -l<num> asked for, fix
	  music start in di/so modes 
	  [Mon Apr 15 11:31:28 2002]

	* frozen-bubble: remove hardcoding of big endian samples in the
	  initialization of the mixer, thx Aaron Schrab <aaron at schrab.com>
	  [Tue Apr 16 08:47:05 2002]

	* frozen-bubble: don't release the audio subsystem when disabling
	  sound, there is a bug that prevents the music from coming back
	  gracefully (I don't remember who reported this bug, sorry)
	  [Tue Apr 16 15:20:41 2002]

	* frozen-bubble: provide commandline option to disable sound or
	  music independently (suggested by Joey Hess <joeyh at debian.org>)
	  [Wed Apr 17 09:55:46 2002]

	* frozen-bubble: provide commandline option to point to a
	  directory from which we play modules (also suggested by Joey
	  Hess <joeyh at debian.org>)
	  [Wed Apr 17 10:14:07 2002]

	* c_stuff/fb_c_stuff.xs: check return values of malloc and abort
	  if NULL
	  [Thu Apr 18 11:37:10 2002]

	* frozen-bubble: provide "tips" during loading
	  [Mon May  6 14:17:51 2002]

	* frozen-bubble: `-h' displays explanations about each option
	  [Sat May 11 20:51:45 2002]

	* frozen-bubble: integrate ilmari at ping.uio.no (Dagfinn Ilmari
	  Mannsker) patch to enable on-the-fly fullscreen toggling
	  [Sat May 11 20:52:24 2002]

	* frozen-bubble: fixed absence of high-score when you complete all
	  levels
	  [Sat May 11 21:22:06 2002]

	* frozen-bubble: integrate the `coloublind' bubbles and new
	  launcher graphics
	  [Sat May 11 21:46:06 2002]

	* frozen-bubble: simplify -so option (doesn't need -di anymore)
	  (thx Olivier Andrieu <oandrieu at nerim.net>)
	  [Sun May 12 18:38:34 2002]
	
	* frozen-bubble: 0.9.3


Fri Feb  8 13:13:58 2002: gc <guillaume.cottenceau at free.fr>

	* fb.pl: 0.9.2
	
	* README: fix line referral for footnote #6, fix a small english
	  typo (thx to sbi)
	 
	* Makefile:
	   - substitute hard paths by PREFIX-provided path, at the end of
	     the build
	   - provide a default PREFIX of /usr/local
	   - replace "make" occurences by "$(MAKE)" so that
	     porting on OpenBSD is now possible
	     
	* c_stuff/Makefile*: don't keep the perl generated makefile, it
	  contains site specific stuff :-(, so use an helper Makefile to
	  be sure to rebuild perl Makefile when necessary
	     
	* fb.pl: Change wording for "new keys" dialog, p2/p1 was not very
	  explicit, now "right-pl"/"left-pl"

	* fb.pl: Internalize my fixed version of
	  SDL::Surface::display_format since sdlpl-1.12 is bugged
          (doesn't free memory) (and also sdlpl-1.08 was bugged like that
	  -> the package will work with vanilla Mandrake 8.0)

	* c_stuff/lib/fbmdkcommon.pm: `backtrace' was missing :-(

	* SDL_mixer_patched: clean up site-specific files from configure

	* fb.pl: misc syntax fixes thx to pixel (a.k.a half pixelization)

	* SDL_mixer_patched/effect_position.c: endian patches from
	  Guillaume Morin <guillaume at morinfr.org>

	* INSTALL: created

	* fb.pl;frozen-bubble: use LD_PRELOAD instead of LD_LIBRARY_PATH
	  to override perl-SDL LD_RUN_PATH messing with my patched
	  SDL_mixer (thx Olivier Andrieu <oandrieu at nerim.net>)

	* fb.pl: at the beginning of initializing the game, make a short
	  test to see if we have the data, to produce a more human
	  readable error message if they are missing

	
Tue Feb  5 23:26:40 2002: gc <guillaume.cottenceau at free.fr>
	 
	* fb.pl: 0.9.1 (Initial release)

