5/12/04 - Mondrian v1.0 beta5

* a fully rewritten tab class which allows dragging tabs and
  adds a pager for having more tabs than the screen can hold
* some minor fixes to the change tracker

5/4/04 - Mondrian v1.0 beta4

* sort instance methods above class methods; parse self.method
  as Classname.method
* added some more error-checking to recover when projects and
  files are deleted while in use
* added quick tips when the mouse moves over the source browser;
  hover to get associated documentation
* interpret << singleton syntax a bit nicer
* removed mouse wheel fix because it caused a segfault - a proper
  fix is in FXScintilla CVS
* better handling of reported error codes after execution
* fixed problem with Mondrian screwing up a file's newlines
* added web-browser-like auto-bookmarking system
* fixed some general editing lag
* added a side column to track editing changes

4/22/04 - Mondrian v1.0 beta3

* fixed infinite scrolling bug when scrolling with a mouse 
  wheel
* support for constructs nested within conditions; i.e:
	if condition
		def method
		end
	end
* fixed parameters bug - "def foo(a) b end" would display as 
  "def foo(a, b)"
* added some autosave functionality
* partial support for sorting class methods higher than instance 
  methods

4/19/04 - Mondrian v1.0 beta2

* now open any kind of file as a ruby file
* parser overhauled and simplified; now much faster loading files
* added appearance settings
* undo now works correctly with block comment and replace all
* close file more intuitive - file->close, right-click on tab, 
  middle button on tab
* single-line method definitions now supported
* most operations now available from top menu
* added ruby path option
* added pre and post execution commands
* brace highlighting
* can now remove projects from recent list
* added program versions to about box
* fixed some "save as" bugs
* now use Windows native dialogs for opening and saving files 
  where available
* many other small bugs fixed