 to do until v0.2
==================
* add error handling in parse() !!!
+ done, 24.11.1997

* add option to show a grid in the plot window
+ done, 30.11.1997

* give the "print" menu entry a function
+ done, 30.11.1997

* add display of current cursor position (in statusbar)
+ done, 01.12.1997 - might look better, but it works

* get the toolbar working
+ done, 17.12.1997

* add more functions
+ most of the function from math.h added, 18.12.1997

* allow user to marks an area that is shown bigger using the mouse
+ done, 19.12.1997

* finally fix that bug that causes kapp->mainWidget->repaint( TRUE ) to fail!!!
+ done, 20.12.1997

* add tooltips
+ mostly done, 22.12.1997

* create lsm entry
+ done, 22.12.1997

* create kdelnk file and icon

* complete german translation


 to do after v0.2
==================
* save settings between sessions (SM)

* show a messagebox that describes errors in functions better

* add option to ask for confirmation before deleting a function

* allow user to add text labels

* export graphics (.gif, .ps, ...)

* create new QListBoxItem to show linestyles in overview dialog

* simplify expressions e.g.
	(1/2)^2 => 0.25 - speeds up plotting

* make the overview dialog non-modal

* add option to use the same scaling on both axes
  and option to set e.g. 1 = 1cm when printing

* online help

* allow user to add new functions and constant values in a script file. e.g.
	tan(x):=sin(x)/cos(x)
	k:=0.005
  - functions with paramters, e.g. f_t(x)=1/(1+tx^2)

* 3D-plots

* basin plots

* derive functions
  - plot tangents

* numeric integration

* use KButtonBox in Dialogs

* add function to create a second main window

* clean up the code

* programmers' documentation

