2004-10-11  Sébastien Sablé  <sable@users.sourceforge.net>

	* Release 1.0.7
	* Added possibility to unload/reload flexiboard driver
	
2004-08-10  Sébastien Sablé  <sable@users.sourceforge.net>

	* Add textpos attribut to widgets which can be "left", "center" or
	"right" and indicates the position of text in the widget

2004-08-06  Sébastien Sablé  <sable@users.sourceforge.net>

	* Release 1.0.5
	* Hide mouse cursor on init
	* Correct transparency problem with text when there is a
	background picture

2004-06-02  Sébastien Sablé  <sable@users.sourceforge.net>

	* Release 1.0.4
	* Correcting blocking at exist on linux

2004-06-01  Sébastien Sablé  <sable@users.sourceforge.net>

	* Release 1.0.3
	* Updated to SDL 1.2.7
	* Adding repetition to joystick events
	* Inverted joystick up and down

2004-05-28  Sébastien Sablé  <sable@users.sourceforge.net>

	* Release 1.0.2
	* Added key attribut to Navigator to specify shortcut generated by
	joystick button
	* Corrected Joystick problems

2004-03-08  Sébastien Sablé  <Sebastien.Sable@snv.jussieu.fr>

	* Release 1.0.1
	* Set full screen mode as default
	* Corrected full screen slow refresh

2003-12-12  Sébastien Sablé  <sable@incubus.snv.jussieu.fr>

	* Release 1.0.0
	* Changed default language of the test script to english
	* Improved documentation

2003-12-11  Sébastien Sablé  <sable@incubus.snv.jussieu.fr>

	* Release 0.9.2
	* Moved default.cfg to blindstation directory and added user.cfg
	* Changed zoom mode scroll keys to CTRL Keys
	* Added ability to scroll text in zoom mode using '+' and '-' keys
	* Corrected oversized lines when in zoom mode
	* Exiting with error if the configured Braille terminal cannot be
	  found
	* Added and handled configurable colors for zoom mode in
	  defaults.cfg (color and textcolor in "Zoom mode" section)
	* Corrected display problem when returning from zoom mode
	* Improved documentation

2003-12-05  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.9.1
	* Applying modification from 0.8.0c: Added AL error message when
	  source creation fails
	* Corrected problem when changing alt with non-Unicode string from
	  set_text
	* Added Braille keys handling so that we can scroll text on the
	  Braille display
	* Added list of possible things to do after 1.0 (file TODO)
	* Added BrlKeyCode class in event containing possible Braille key
	  codes
	* Added an option in configuration file to select fullscreen mode
	  when starting
	* Added function to switch to fullscreen mode
	* Started writing a tutorial
	* Added option in user configuration file to change the font and
	  font size in zoom mode
	* Added option in user configuration file to show or hide
	  alternative pictures when in zoom mode
	* In zoom mode, displaying alt instead of text as the text in the
	  widget
	* When changing a widget of state, if alt is not changed but text
	  is, then alt will take the same value as the new text
	* Changed launcher way of working. It should now be renamed to
	  'foo.exe' and will launch the 'foo.py' script. launcher.dat is
	  not used anymore

2003-11-06  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.8.0
	* Corrected display system so that the screen is correctly
	  refreshed when we switch to another application then come back
	* Corrected display system so that the background is correctly
	  refreshed behind a widget
	* Added Error when size of a widget is set to [0, 0, 0, 0] and the
	  widget is not hidden
	* Changed default widget size to ! [0, 0, 0, 0]
	* Added a parser for a configuration file in user.cfg or
	  ~/.blindstation.cfg or ~/blindstation.cfg which works in win32
	  and linux, so that the user can customize some values (at this
	  time the aspect in zoom mode)
	* Added fonctionnalities to increase volume and example in test
	  script
	
2003-10-27  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.7.0
	* Added extra parameters to validate_callbacks indicating the key
	  pressed
	* win32: updated to mingw32 3.3.1 compiler
	* Adding launcher.dat and launcher.exe to distribution
	* win32: Updated to Python-2.3.2
	* win32: Updated to SDL-1.2.6 - Should correct initialisation
	  problem with some joysticks
	* Updated scene background picture under a widget when it is dirty
	  This should correct the scrolling pb, the transparent widget pb
	  and zoom mode pb where the scene background is not updated
	* Modified launcher to launch script specified in launcher.dat
	* Added UTF-8 encoding header to all python scripts
	* Removed useless log message from test script

2003-10-13  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.6.0
	* Added basic example of zoom mode usage in test script
	* Added basic zoom mode to scene
	* Added ability to hide a widget
	* Added destructor to scene which removes some error messages at
	  destruction
	* Added lang attribut to scene background in stylesheet

2003-09-11  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.16
	* Modified style-sheet reading code so that shortcuts can be
	  written on multi-lines instead of one line
	* Updating Python version from 2.2 to 2.3 in windows
	* Moving python scripts from the main directory to separate
	  directories
	* Adding forgotten files in distribution
	* Corrected bug that caused some widgets to be missed when
	  changing focus

2003-09-02  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.15
	* Returning a copy instead of a ref to the rect in widget.get_rect
	* Correcting dirty flag when moving a Widget
	* Corrected callback problem when sound relaunched from its own
	  callback

2003-08-08  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.14
	* Changed shortcut lang behavior

2003-08-05  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.13
	* Added path diagnose for windows
	* Corrected font bug in test.py
	* Corrected widget boundaries test
	* Converting alt string to ascii for Braille display
	* Corrected BSError typo in widget

2003-08-04  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.12
	* Added optionnal lang attribute to background attribut of widget
	* Removing widget.c : widget is now purely Python
	* Using Vera font as default which is freely distribuable
	* Modified text, alt and shorcuts attributs so that they only use
	  values in the game language and not others
	* Added lang attribut to shorcuts
	* Modified scene.focus_(next/prev) to use scene.set_focus

2003-07-25  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.11
	* Added focus change example in test script
	* Added set_focus and get_focus functions in scene
	* Corrected refresh bug in widget when changing colors

2003-07-24  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.10
	* Improved navigator so that events are repeated after a cutomised
	  delay
	* Improved navigator so that it works with many keys at the same
	  time
	* Added joystick support to the navigator
	* Added Braille input events

2003-07-15  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.9
	* Added basic braille display (one text line by widget)
	* Added alt attribute to widget for alternative text

2003-07-11  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.8
	* Corrected ability to remove a callback

2003-07-08  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Added example in test.py to change widget background
	* Added ability to delete some widgets 
	* Corrected bug in Font test
	* Corrected initial colors of widgets
	* Corrected bug in scene.get_background

2003-06-30  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.7
	* Corrected shortcuts pb by using unicode value of keys
	
2003-06-25  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.6
	* Added shortcuts attribute to widget/state
	* Modified scene so that run could be overloaded
	* Added color and background attribut to scene/state attribut
	* Added state attribut to scene
	* Added scene background
	* Renaming 'l' attribute of rect to 'w'

2003-06-20  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.5
	* Linux : Using default GCC version instead of 3.2
	* Windows : Updated to OpenALSDK v0.991 (31.03.2003)
	* Windows : Updated to SDL-1.2.5a, SDL_ttf-2.0.6, SDL_image-1.2.3
	* Added lang to source
	* Added lang attribut to text
	* Added option to change game language
	* Added flexikeys attribute to style sheet
	* Added flexiboard support to widget
	* Corrected font changing

2003-06-17  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.4
	* Added font attribut in stylesheet
	* Added a font cache to accelerate font loading
	* Added ability to change font

2003-06-13  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.3
	* Added text_color, focus_text_color and accept_focus attributes in stylesheet
	* Corrected stop on looping source
	* Added Shift-TAB widget navigation
	* Added ability to have accentuated text
	* Added color, focus_color and background attributes in stylesheet
	* Corrected initial state for widgets
	* Moved widget event handling from scene to widget

2003-06-04  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.2
	* Added basic Navigator
	* Raise exception BSSourceLimit when too much Sources
	* Remove old events when switching of scene
	* Simplified screen handling

2003-06-03  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.5.1
	* Adding initial stylesheet support
	* Added key shortcuts to widgets
	* Modified Sounds to use new Timer system
	* Modify build scripts for new building system
	* Corrected garbage collecting
	* Moved all code from C++ to C
	* Added Timer
	* Added ability to change text color
	* Added background picture to widget
	* Changing Braille and board timers
	* Corrected text transparent background bug
	* Improved text display speed
	* Added Font related python code
	* Improved screen refresh
	* Corrected transparent surfaces problem
	* Merging changes from version 0.4.5
	* Using python attributes to modify widget properties
	* New focus handling system in python
	* Correcting threading problem
	* Merging changes from version 0.4.4
	* Merging changes from version 0.4.3
	* Changing event handling
	* Reporting an error when headers file are not found by configure
	* Merging changes from version 0.4.2
	* Merged Label and Button in Widget
	* Added ability to pass args and keywords to next Scene
	* Added demo of args passing in test.py
	* Correcting bug in CSource_isPlaying
	* Using queues in sounds
	* Using stylesheet in sound
	* Updating to python 2.2
	* Rewriting test script according to new game and scene API
	* Removing back attribute from scene
	* Game exit is done by changing scene attribute next to ()
	* Scene.next and nextargs are now directly part of the Scene object
	* Scene is now entirely done in python
	* Added scene python module
	* The Game object takes a scene attribute and deals on its own
	  with scene change
	* Added python error reporting code to CGame
	* Added game python module
	* Changing C level error functions
	* Updated for SDL 1.2.5 API
	* Added python error reporting code to CTimer
	* Accelerated timer events processing
	* Added timer python module
	* Added python error reporting code to CListener
	* Corrected empty line bug in Label
	* Added python error reporting code to CSound
	* Added sound python module
	* Added misc python module
	* Accelerated sound events processing
	* Generating documentation from python source
	* Moving blindstation to a python package
	* Renaming C part to cblind module

2003-04-22  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.4.5
	* Adding check for maximum sound file size
	* Correcting sound problem with files > 4MB
	
2003-04-02  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.4.4
	* Correcting sound problem with very short files

2003-03-31  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.4.3
        * Adding some forgotten funciton in game : setFullscreen,
        setAutorepeat, reInitBraille
        * Adding argument for initial scene

2003-03-26  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.4.2
	* Adding some forgoten files in CVS
	* Distributing test.xml

2003-03-25  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Release 0.4.1
	* Corrected streaming system to correctly unqueue buffers when used
	* Corrected looping behaviour
	* Added empty and isplaying method
	* Updating to OpenAL CVS and Python 2.2 in win32
	
2003-01-31  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Releasing version 0.3.0
	* Using streaming in sounds
	* Moving SDL User Events to an enum
	* Changing the way frequent events are handled
	* Moving Listener in sound.cc
	* Upgrading dll targets to get files from /usr/local/win32
	* Add option to change screen size
	* Display plateforme, libbraille and libboard version
	* Corrected bug to refresh widget when removing its background
	* Corrected bug in Sound timer handling

2002-12-12  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Releasing version 0.20021212
	* Removing resources management (now done in python)
	* Changing "config.h" to <config.h> as recommended by documentation
	* Updating to compile with gcc-3.2
	* Added options to autoconf for python configuration
	* Improved autodetection in autoconf
	* Corrected setBackground problem

2002-12-10  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Releasing version 0.20021210
	* Updated for autoconf 2.50 + and automake 1.7
	* Added binary files in CVS

2002-10-25  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Added setAutorepeat function to scene
	* Added reInitBraille function to scene

2002-10-22  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Added joystick button handling
	* Added an argument to callback functions
	* Updated to OpenAL CVS correcting a bug in sound
	* Moving data/arial.ttf to common
	* Removing unknown event message when switching of app
	* Corrected a bug in screen display

2002-09-18  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* Corrected Braille keyboard keys in Button widget

2002-09-17  Sebastien Sable  <Sebastien.Sable@snv.jussieu.fr>

	* pydetach and pydetachfocus functions are no longer needed
	* Corrected core dump in focus handling when destroying widgets
	* Added setVolume method to Sounds
	* Use the new SWIG modules name
	* Added Braille keyboard keys to Button widget
	* Removed out of bound error message with size of 0
	* Sounds are by default not localised
	* Corrected bug if calling many pyattach on same object
