1.00 : First public release

1.01 : Different approach.
       The visible grid now always shows
       the centre of the entire grid.
       
1.02 : - First compiled version.
       Compiling wasn't possible before,
       due to some "ambigious variables".
       They now have been replaced.
       - The font 'Dingbats' is now replaced
       by the default font 'Selwyn'.

1.03 : Saved shapes now also contain the
       grid dimensions that they are created in.
       
1.04 : Cells counter added.

1.05 : Option to centre a created shape.
       Adjust click on the right most button.
       
1.06 : - Maximum grid is now 250 x 250.
       - Cell size is now variable from 20 to 60.
       - The program will now find the optimal grid
       at first run.
       - Grids may be changed manually, either by
       changing its dimensions, or by changing
       the cell size in the Options window.
       - Every grid now has a default porch of 3,
       for suggesting infinity.
       - The Options window offers the choice to
       return to the default settings after having
       altered the dimensions.
       
1.07 : - Poll mask is now dependent of auto running
       or not.
       - Much better window redraw routine (although
       still not perfect).
       - Optimised Update window routine.
       - Clicking ADJUST on the iconbar icon
       opens the Options window
       - Shapes may contain a comment, indicated by
       the |-charcter, after the grid dimensions
       on the first line. Syntax:
       160 x 90 |This is a shape comment.
       
1.08 : - Window redraw is finally perfect, thanks
         to Matthew Phillips.
       - Buttons in the pane are rearranged.
       - The auto-run button changes into a pause-
         button when running.
         
1.08b: - Little bug fix in cell redraw routine.
1.08c: - Improved Clear grid symbol.

1.09 : - Little speed improvement by better font
         handling.
       - mask% toggle is removed from the poll loop.
1.09b: - Bug fix at centering shapes that are too large.

1.10 : - Grid may be toggled on and off, either in
         the Options window, or by clicking Adjust
         on the Random button.
       - The grid may now have any dimension between
         20 x 20 and 250 x 250. The cellsize will
         be updated dynamically in the Options window.
       - Changing the cellssize will always try to find
         the maximum number of rows and columns, given
         the current screen mode. The calculated rows
         and columns will be updated dynamically in the
         Options window.
         
1.11 : - The grid is now a memory block, rather than a
         two-dimensional array. This comes with a speed
         increase of a factor 1.8, while it uses a lot
         less memory.
       - The maximum grid is now 400 x 400
       - The Nogrid-button and the Cell shape button
         are now transposed, while the Random button now
         reflects the cell shape.
1.11b: - More keyboard control:
         Space bar for single step generations
         Tab for animated generations
         Enter to clear the grid
         Backspace to reset the shape
         C to centre the shape
         S to toggle the cell shape
         G to toggle the grid lines.
1.11c: - The 'Clear grid' button now reflects the grid
         lines or not.
       - At first run, the grid will be 160 x 83, with
         a cell size depending on the actual screen
         resolution.
1.11d: - Better random generator - exactly 1000 cells
         per click
       - Grids always had an extra row. Now fixed.
       - Keypress R creates 1000 random cells. This
         duplicates the corresponding pane button.
1.12:  - Little bug in saving shape fixed (it didn't 
         take the max grid into account - only noticeable
         when saving the complete visible grid as a block).
       - Bug fix for 'Input focus not found' after having
         closed the grid manually.
1.12b: - Rewrite of the dataload routine.
       - !GoL now can import text files as exported from
         !MacroLife, or from other Life programs. The
         original shapes that come with !MacroLife are
         now included.
       - Living cells are now black, rather than dark grey.
1.12c: - Max grid is now 500 x 500
1.12d: - The column and row bumpers in the Option window
         can now be clicked with Menu as well, increasing
         or decreasing them by 10 at the time. Not repeated.
       - Alien formats can now have comments too.
         The comment should be placed immediately under the
         first line (#P -xxx +xxx), starting with: #C (space
         included). An eventual second comment should be
         typed on the same line, preceded by a # only.
1.12e: - New alien format (.cells) supported.
       - File input has now changed to a character at a
         time, because shapes can have lines bigger than
         the BASIC string boundary of 256.
       - New logo (analogue to !MacroLife).
1.13:  - Options window has got extra bumpers for fast
         increasing or decreasing grid size (replaces the
         Menu button in the previous version)
       - Setting grid dimensions is now much more flexible.
       - Max button added: When clicked left, it will create
         the largest possible grid (currently 500x500),
         while clicked right it will create a 20x20 grid.
       - Warning window will automatically be closes as soon
         as a pane button is clicked
       - Three more archives with shapes are added:
         - Jason's life -  16 shapes
         - Racicaleye   - 150 shapes
         - Lexicon      - 727 shapes
1.13b: - Pane is now a real pane, fixed to the main window.
       - Nasty bug in reading alien file formats removed
         (affected some of the !MacroLife shapes).
1.13c: - Bug fix in previous version introduced a new bug.
         Now the entire routine is rewritten. Only strings
         larger than 256 still need some attention.
1.13d: - Strings larger than 256 are now handled properly.
1.14 : - Grid and cells are now drawn by lines and by the
         RECTANGLE and CIRCLE keywords. The Selwyn font is
         no longer needed. Speed improvements: 30% for 
         animations, zillion % for creating large grids.
       - Opening the Options window automatically stops
         animation.
       - Bug fix in pane window (the autorun button
         sometimes got replaced by the text of the file
         path).
       - Bug fix in Options: Clicking Save will save the
         defaults exactly as they are set. The main window
         now won't loose its titlebar.
1.14b: - Pane is now connected to the bottem left side and
         can go off screen (for multi-desktop use).
1.14c: - Embedded information is now displayed in a 
         seperate window.
1.14d: - Better pane routine.
1.15 : - Two new zoom options:
         1. Keypress + or - will enlarge or decrease the
            cellsize respectively by 1.
         2. Keypress z or x will add or subract 20 columns,
            and calculate both rows and cellsize so that
            more or less the same window will stay on screen.
1.16 : - Generation calculation optimised, resulting in a
         60% - 200% speed increase, depending on the shape.
1.17 : - Scrolling is introduced, grids can now be larger
         than the screen.
       - 'Fit desktop' added to Options. When clicked, grids
         will always fit into the desktop, no matter which
         dimensions are chosen.
       - New defaults file: intitially, the cellsize is 0,
         in order to let the program calculate the proper
         size. 'Fit desktop' initially is true.
       - Keyboard key D toggles 'Fit desktop'.
       
2.00   - New official release.
       - Interactive help support.
2.01   - Comments in native file format will now display
         in the special notes window as well.