==================
G-Plot
Version History
==================


Version    Date        Features
---------  ----------  --------------------------------
0.10       03 Jun 00   First working model.  Pipes to 
	               Octave without crashing (much).
	
0.11	   04 Jun 00   File->Save Diary command.  Web
	               links in help menu.

0.20       15 Oct 00   View->Clear Screen
		       View->Change Font
		       File->New Window
		       File->Quit		       
		       Macro Insertion
		       Fixed bug where screen didn't
		       scroll properly.
		       Made terminal window resize 
		       with screen

0.21        11 Nov 00  Fixed bug where manual call 
	               had wrong URL.
		       Minor Code Clean Up
		       Wrote several utility functions
		       Improved Manual
		       Added color-coding

0.30        13 Dec 00  Added Matrix Workbench 
	               Cleaned up Makefiles
		       Fixed makedif.m so it now
		       works.
		       Fixed zombie process bug.
		       Made it initialize right
		       for new users (instead of
		       creating an unreadable 
		       .goctave dir)

IMPORTANT - goctave now requires GtkExtra to run. 
	You can get it from http://gtkextra.sourceforge.net
	or ftp://12.32.54.90/pub/gtkextra

0.30.1      17 Dec 00  Pablo De Napoli added Automake
	               support and fixed a few things
		       that might cause portabiliy 
		       problems.
	
0.40	    5 Jan 01   Changed help-browser routines so
	               they call a browser based on
	               MIME types, not on run-time
	               configuration.
		       Several changes to comply with
		       GNOME standards.
		       Got rid of goctave-setup script.
		       Run-time editing of Macros.
		       Minor code optimization.
		       Got rid of write_term().
		       Added pasting capacity (in 
		       clipboard.c)
		      

0.40.1      15 Jan 01  Added stemleaf.m to make stem-
	               leaf plots.
		       Added make csv.m to generate CSV 
		       files
		       Added file export features to WB
		       Pablo added locale support
		       Pablo impoved installation scripts
	
0.40.2	    20 Jan 01  Changed maximum dimensions in WB 
	               from 50x50 to 5000x5000
		       Changed the way online help is 
		       displayed.

0.40.3      6 Feb 01   Make wasn't installing .m and .oct
	               files right, so replaced 'install'
	               commands with 'cp' commands in 
	               those Makefiles.  FIXME!
		       Added function gd_bezier.m to
		       draw Bezier curves.              
		       Added function eval_eq.m 
		         "      "     bisection.m
		         "      "     newton.m
	                 "      "     secant.m
		       
0.40.4      13 Apr 01  Added function gd_segment.m
                         "      "     maxima.m, which 
		       allows you to execure Maxima commands
	               from within Goctave.
	               Added command body.
	               Added scripts to automtically create
		       binary distributions.
		      
