Version 0.0.20

	* Massive grammer / lexer / internals fixage (Ravi)

	* Form work
		* Form [MaxButton, MinButton, ShowInTaskbar,
 		 BorderStyle, LinkTopic, StartupPosition] (Ravi)
		* Menu fixage (Frank)
		* sub-properties (Ravi)
		* handle control box (Ravi)
		* Add shapes support (Frank)

	* FormItem work
		* visibility work (Frank)
		* [DragMode] (Ravi)
		* Textbox [MultiLine] (Ravi)
		* Textbox [MaxLength, PasswordChar] (Matthew Mei)

	* Misc.
		* File handling updates (Ravi)
		* Print statement (Ravi)
		* Leak fixes (Per Winkvist, Ravi)

Version 0.0.19

	* see web/gb-0.0.19

Version 0.0.18

	* see web/gb-0.0.18

Version 0.0.17

	* Delay the parsing of the function specs until the function
	is used for the first time - speed and efficiency win (Frank)

	* Date functions fixed up (Ravi)

	* For Each implemented

	* UBound, LBound

	* More constants added

	* Screen's mouse pointer stuff impl

	* Object referencing grammar fixed

	* User defined constants implemented

	* Exit [Sub, Function, For etc.] impl.

	* Fix function invocation with Option Explicit

	* Parse Declare statements

	* ReDim implemented

	* Correct spelling of indices discovered.

	* Options setup and honoured (Ken Guest)

	* Lots of Command button signals added (Almer Tigelaar)

	* New object globalization logic

	* Build fix (Boszormenyi Zoltan)

Version 0.0.16

	* Implement CallByName

	* Port Frame to new object system (Frank)

	* Improve parser / lexer flexibility.

	* Implement Eval, Execute.

	* Implement user defined Types

	* Update project logic and form object referencing.

	* Add (evily hacked) up ASP runtime ( gb test/web.asp )

	* Install 'gb' by default to aid use.

Version 0.0.15 (me)

	* Implement a collections object

	* Add the '!' operator WorkSheets!Sheet1
		(with thanks to Ron Guerin, G Wassenaar)

	* Impl the 'visible' property on form items.

	* Read / Write only properties

	* Impl. default methods

Version 0.0.14 (me)

	* Massive internal object / type system re-write

	* Major API clean

	* Potential security issue fixed

Version 0.0.13

	* Lots of Parser / Lexer work (Ravi)

		+ Class parsing
		+ Set statement
		+ Control array parsing
		+ 'Is' statement

	* Lots of parser / lexer bugs fixed (Ravi)

	* File IO performance improvements and fixes (William)

	* Lof implemented, Open improved (William)

	* More Command button events (William)

	* Form parsing & FRX handling (Frank)

	* GUI items - PictureBox, Frame, Check started (Thomas)

	* Embryonic GB GUI designer (Per Winkst)

Version 0.0.12

	* Lots of new statements, functions, form items, parser improvements,
object system fixes. Too many to detail, lots of work put in by Ravi and Frank.
	* Sean joins team.

Version 0.0.7 2000-02-22

	* Major internals re-write
	* Team expands to Frank, Ravi and Amaury.

Version 0.0.3 : 1999-12-29

	* 'gb' to enterprets really simple programs

Version 0.0.0 : 1999-08-04

	* Dumped current snapshot into CVS.
	* Doesn't do anything yet, can almost act as a lobotimized syntax
	checker.
