GvR (1.3.4)
    * New release.
    * Added support for the LANGUAGE environment variable.
    * Added support for wxPython 2.4, 2.5 and 2.6.

GvR (1.3.3)
    * Fixed the resize bugs in the worldbuilder.

GvR (1.3.2)
    * Bugfix release.
    * Fixed the summary display bug.
    * Fixed language support bugs in the worldbuilder, 
      thanks to Stefan Potyra <daemon@poleboy.de>.
    * Fixed bug in the worldbuilder beeper dialog. 
    * Added localized syntax highlighting.
    
GvR (1.3.1)
    * New release.
    * Added the dynamic worldbuilder from the rur-ple project.
    * Added unicode/latin-1 fixes to some strings which were forgotten in 
      release 1.2.
    * Fixed the problems we had with unicode and extended ascii.
    
Gvr (1.2.1)
    * Bugfixe release.
    * Fixed a bug which prevented the display of the proper localized 
      summary file on Windows, and under certain conditions on GNU/Linux.
    * Fixed the location of the Spanish gettext file so that gettext can find it.
    
GvR (1.2)
    * New release.
    * Added "English" and in the "set language" menu option. (Only windows)
    * Added Spanish language support.
    * Fixed extended ascii characters display problem.
    * Updated French language support.
    * Added syntax highlighting and folding for the program editor. 
    * Added a test for wxPython >= 2.5 and set it explicitly. This seems to
      be needed to force the use of the users GTK theme on GNU/Linux.

GvR (1.1)
    * Bug fix release.
    * Fixed indentation issues in the editors.
    * Added a size command to the world file syntax.
    * Fixed a bug related to the saving of files.
    * Added some configuration related comments to the README.
    
Gvr (1.0)
    * New release.
    * Major bugfixes in the saving functions.
    * Improved the step debugger.
    * Rewritten parts to make it easier to maintain and less buggy.

GvR (0.9.3)
    * Major code redesign and cleanup. --sz-- & --sh--
    * Fixed a bug in the way gvr saves the worlds and programs. --sz--
    * (GNU/Linux only) Changed the creation of the GvR examples directory in
      the users home dir. The examples are now copies of the ones in the GvR
      tree, instead of symlinks. --sz--
    * Changed the error message raised when a user doesn't have enough 
      permissions to save to the choosen directory. This is a result of the
      above GNU/Linux change. --sz--
    * Cleaned up format of stack traces. --sz--
    
GvR (0.9.2)
    * Bugfixes and code cleanup --sh--
    * Better debug messages. --sh--
    * Added a tutorial. --sh--
    * Updated the Dutch and French language support. --sz--
    * Added a "quick reference" menu item. --sz--
    * Added a "pause" button so that the user can pause the execution.--sh--
    * More work on the stepdebugger. --sh--
    * GvR now comes in three flavors: tgz, zip(win), windows installer. --sz--
    * Syntax check for the worldfiles. --sh--
    

GvR (0.9.1)
    * New release.
    * Start a changelog. --sz--
    * Updated the install readme --sz--
    * Added two wave file in sounds/, put.wav and pick.wav (Both free in the public
      domain.) --sz--    
    * Added GPL notice to gvrparser.py. --sz--
    * Added the win32 check from --wd-- to gvrparser.py to disable langauge
      support in win32. --sz--
    * Updated the locale check for win32 --wd--
    * Added utils.py which is a module to hold generic stuff which can be used by
       all GvR modules. --sz--
    * Added a window manager icon --wd--
    * Extended the langauge support to the world file and error messages. --sz--
    * Fixed potential bugs in the gettext/locale check, now the check works actually
       works :-) --sz--
    * Changed the way GvR uses gettext, the module gvr.py now install gettext in his
       own namespace. It would let GvR act nicer in the future when the translations
       are not up to date.--sz--
    * Extended langauge support to all modules, now GvR is completely supported.
       --sz--
    * Added syntax checking for the world files. --sz--
    * Added a plugin/extension system using a special "cheat" command. --sh--
    * Major code clean up --sh--
    * Added some cheat examples --sh--
    * Added french language suopport --sz--
