0.9
24.09.2009 First public release.

0.91
[BUGFIX] Fixed bug in App.colorText(); all comments in text window should be
         colored now.
[FEATUE] Search can now be started also using Enter key placed in numpad.
[BUGFIX] Added clear statement in README file that the program needs PIL
         library to run.

1.0
[FEATUE] Added a little style to console output; FGo!'s messages are now better
         distinguished from the rest of the text.
[BUGFIX] Kill signal for TerraSync process in App.SaveAndQuit() changed
         from 15 to 9.
[FEATUE] Added better visual feedback when in "carrier mode".
[BUGFIX] Fixed bug in App.colorText(); colored text should be displayed
         properly now with newer Tcl/Tk versions.
[FEATUE] Application's window is now resizable. Current window resolution
         is saved to the config file when "Save&Quit" button is clicked.
[FEATUE] "Rebuild Airport Database" button added in preferences window.
[FEATUE] FGo! will look for data/.config-base file if standard
         config is not found.
...and many more minor fixes.

1.1
[FEATUE] Translation system has been completely rebuilt. All translations
         are now stored in "locale" directory.
[FEATUE] German translation has been added (thanks to chris_blues).
[BUGFIX] "HOME_DIR=" keyword in config file has been replaced by
         (more appropriate) "FG_WORKING_DIR=" keyword.
[FEATUE] To be able to use TerraSync, path to its executable file needs now to
         be specified in Preferences window. Corresponding "TERRASYNC_BIN="
         keyword has been introduced into config file.
[FEATUE] TerraSync's default port has been changed to 5001.
[BUGFIX] FGo! should not crash anymore if certain keywords with corresponding
         values are not present in config file.
...some more minor changes and fixes.

1.11
[FEATUE] Spanish translation has been added (thanks to Canseco).
[BUGFIX] Wrong "Selected Scenarios" count has been fixed
[BUGFIX] Fixed bug in "Save as..." dialog box. File ".fgo" will no longer
         be generated in main application's directory if "Save as" window
         is closed without actually saving the config.

1.2
[FEATUE] Dutch translation has been added (thanks to snipey).
[BUGFIX] FGo! should now correctly read names of parking positions containing
         white spaces.
[FEATUE] Added new "Airport data source" menu (in Preferences window) where
         data source for runway or parking positions can be selected.
         Corresponding "APT_DATA_SOURCE=" keyword introduced into config file.
...and (as usual :) ) some more minor changes and fixes.

1.3.0
[FEATUE] French translation has been added (thanks to Olivier Faivre).
[FEATUE] Program structure has been changed: source code, as well as pictures
         and locale directory has been moved into src folder.
[FEATUE] METAR widget added.
[FEATUE] Preferences window redesigned. Tabs (well, sort of) are now used
         to group its content.
[FEATUE] Preferences, About and Error window behavior improved. All windows
         stays on top of main window all the time and main window does not
         accept input if preferences are open. What's more, it is not possible
         now to open multiple instances of Preferences and About windows.
[BUGFIX] FGo! should not crash anymore if non Latin characters were entered in
         the paths in Preferences window or in command line options window.
[BUGFIX] Airports with non Latin characters in their names should now be
         visible on the list. This applies to airports: SBGL and TFFC.
[FEATUE] All generated by the program data is now stored in "~/.fgo" directory.
[FEATUE] ".config-base" file in "data" directory has been moved to 
         "src/config" folder, and renamed to "en". Different variants of
         the same file are now available for different languages.
[FEATUE] A new "presets" file added to "src/config" directory. It can hold
         predefined settings with which the program will be started if
         "~/.fgo/config" can't be find.
[BUGFIX] "Reset" button will no longer affect "TerraSync" checkbutton state.
         It could in the past lead to erroneous indications on whether
         TerraSync is actually enabled or not.
[FEATUE] It is now possible for airport list to display installed
         airports only. Appropriate controls have been added to
         Menu ==> Settings.
[BUGFIX] Information about runways is now taken from ~/.fgo/apt database, not
         from scenery itself even if airport data source is set to "Scenery".
         Apparently, FlightGear is not reading threshold information from
         scenery even if property: /sim/paths/use-custom-scenery-data is
         set to true.
[FEATUE] A new window is shown to indicate that FlightGear is running.
[FEATUE] Help window was added. It is available at Menu ==> Help ==> Help.
         As a result, old readme file was moved into "src/help" directory,
         and renamed to "en". Different variants of help file are now available
         for different languages.
[FEATUE] FGo! can now be run from outside its main directory. Symbolic link to
         fgo file, or command like e.g. "python ~/fgo_main_folder/fgo" can
         now be used to launch the program from any location.
[FEATUE] Starting from now, version indication has been standardized. Every
         release is now marked with three digit number separated by dots.
         First two digits describes the version number, when last digit,
         describes the status of this version:
         Zero means that such release incorporates important new features,
         or major source code changes.
         Any other digit means that this is bug fixing release, or a small
         update, and it incorporates only small changes to source code,
         or changes to other files (e.g. translations).
...and (yes, you guessed it right! :D) many more minor changes and fixes.

1.3.1
[BUGFIX] FGo! should not crash if the system language is not supported by
         the program.

