Change Log
1.6-5   (2009-06-07)
    o   new preference dialog
    o   re-enabled help-agent in editor
    o   fixed Load data dialog, when choosing own set name

1.6-4	(2009-06-01)
    o	added informative error message when JRI is missing
    o	Fixed output buffering. Displaying large output to console is faster.
    o   reactivated possibility to set dataset name when loading a datafile
    o   Fixed "Open Recent" in Editor
    o   Fixed "Clear Console" command
    o   Restructered menu to be consistent with RGui
    o   ObjectManager, PackageManager, PackageInstaller as singleton
    o   Editor, Datatable with automatic placement

1.6-3   (2009-02-07)
    o   back and forward buttons in help browser remember page position
    o   new datafile loader, which includes guessing of separator
    o   some minor bugfixes/changes to the editor

1.6-2	(2008-07-24)
    o	Windows launcher now supports --libpath=xx and --rhome=xx
	command line arguments to override the location of R (by
	default taken from the registry) or the location of libraries
	(default is R_HOME/library). In addition default stack
	size has been increased to 512Mb and can be changed using
	-Xmx.. argument.
    o	Mac and Windows launchers no longer set R_DEFAULT_PACKAGES
	but instead requested packages are loaded in JGR on startup.
	This should make it easier to switch R versions.
	(launcher version is now 1.61)
    o   Unix start script will also no longer set R_DEFAULT_PACKAGES 
        at startup

1.6-1  (2008-06-18)
    o   fixed Editor close behavior using the framecross
    o   fixed ObjectBrowser NullpointerException

1.6-0  (2008-06-15)
    o   load .JGRhistory from R working directory
    o   new launchers -> JGR loads JGR R package itself

1.5-18 (2008-04-15)
    o   fixed menu in TextPager and JavaGD

1.5-17 (2008-04-13)
    o   fixed DataTable menu

1.5-16 (2008-04-12)
    o   real Swing Menu 
    o   add grDevices to default packages

1.5-15 (2008-04-08)
    o   fixed indentation and toggle comment

1.5-14 (2008-04-04)
    o   fixed fonttracker for editor
    o   set always native look&feel
    o   fixed printin line number
    o   fixed meta+enter shortcut for running commands from editor

1.5-13 (2008-03-31)
    o   fixed fontsize bug, when changing fontsize in syntaxcoloring mode

1.5-12 (2008-03-30)
    o   r-dev compatible
    o   fixed some more bugs related to linenumbers in editor

1.5-11 (2008-03-27)
    o   fixed text-selection using mouse

1.5-10 (2008-03-23)
    o   fixed about/rhelp in editor
    o   added increase/decrease menuitems to Editor

1.5-9  (2008-03-21)
    o   editor: fixed overprinting linenumbers
    o   added editor font managment to JGR preferences

1.5-8   (2007-12-08)
    o   fixed coloring in editor
    o   fixed Code completion in editor
    o   disabled "Help Agent" in editor for now (has to be newly developed)

1.5-7   (2007-11-15)
    o   fixed shortcuts for Windows

1.5-6   (2007-10-19)
    o   setwd on Windows Vista
    o   don't show ~ in Editor
    o   allow to use META+ENTER for executing R commands in editor

1.5-5	(2007-09-04)
    o	raise Java stack limit to 512MB (in the run script)
    o   fixed "Load DataFile dialog" for Windows (Sun fixed a bug in Java)
    o   skip "setwd" at startup on Vista 

1.5-4   (2007-08-31)
    o   fix closing Console window when select Cancel

1.5-3	(2007-08-31)
    o	fix escaping of . in command completion

1.5-2   (2007-08-22)
    o   print support for editor (b&w)

    o	fix run script for rJava 0.5

    o	make run script executable by default

1.5-1   (2007-08-05)
    o   java backend changes

    o   new Editor based on JEDIT

    o   JGR is running on Windows Vista

1.4-17	(2007-05-29)
    o	adapt to JRI API 1.8 change

    o	make mkdist more portable (now works on Windows)

1.4-16	(2007-04-24)
    o	adapt to Sys.putenv change in R 2.5.0

    o	prevent Java from setting LC_NUMERIC to a non-C default
	which will break R (thanks to Frederik Elwert for testing)

    o	fix incompatibilities of some shells in the run script
	(thanks to Frederik Elwert for a crucial hint) 

    o	fix SVN properties on some files

    o	add NEWS

