PROGRAM FILES

format.[ch]
	Module to print floating point numbers in different styles
global.h
	Global variables needed by more than one module.
kalk.[ch]
	Module to handle the interaction between user and Kalk.
model.[ch]
	Hanlder for the internal behavoir of Kalk - consider this
	as the real code of Kalk.
ops.[ch]
	Functions which take one argument or none at all (like
	avg or similar)
stk.[ch]
	Implementation of the stack.
view.[ch]
	Visual frontend for the stack.

DOCUMENTATION AND IMAGES

kalk.pbitm
	Icon of Kalk
kalk.rcp
	Resource file for Kalk
kalk.rht
	HTML documentation with some m4 macros inside to create look and
	feel of webpage. This should become CSS, but they re still far
	too buggy.
kalh.rht.de
	German documentation for statistical functions.
error.bmp
	Bitmap of a rather generic error message
uscore.bmp
	Bitmap of an underscore to indicate edit in process.

OTHER STUFF

Makefile
	Some things inside this file look extremely weird, but keep in
	mind that this file is organically grown (I started with prc-tools
	0.4)
LICENSE
	Important!
README
	This file.

THINGS TO DO:

*	First of all there should be support for MathLib to decrease the
	codesize. Problem: Palm 1.x models cannot handle MathLib.

*	Support for multible bases and programmer's functions.
	Problem: The font in use for the stack does not
	support Hex numbers (A to F), the display routines would get
	more complecated. (To do all in bitmaps has proven to be too slow).

*	Fincancial functions. Often inquired, never got the formulas.

*	Other functions, like faculty, etc. With individual plugin screens.

*	Programming support, plugin abilities, holographic user-interface...