This is the first alpha release version 0.1 of a new spread sheet
program, written in ANSI C.  Alpha release means, it does not offer all
functionality of other spread programs yet and it needs public testing.

The current release already has the following features:

-  curses based user interface
-  sheet file format uses XDR
-  tbl or formatted text files can be generated
-  typed expression evaluator with the types int, float, string, error,
   pointer to cell, empty and strings
-  powerful cell addressing
-  three dimensional sheets
-  new functions can be added very easy
-  uses X/OPEN message catalogs

It misses:

-  A name! :)
-  (La)Tex output
-  A time type, preferably without the limitations of time_t
-  A BCD double type for exact representation of numbers like 0.1
-  Overflow and underflow exception handling
-  Perhaps menu rearrangement for more efficient usage?
-  Hotkeys for most important functions: Make suggestions which functions
   you would like to reach directly and how.
-  A user manual.  You can find some notes on command keys, cells,
   expressions and function in the file "Notes".
-  More functions

Michael
