"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 This is release 2.3.0 of teapot (Table Editor And Planner, Or: Teapot),
2 a spread sheet program for UNIX.
3
4 The changes compared to 2.2.1 are:
5
6 o visual garbage fixed (curses version)
7 o made unquoted strings default, added "-q" flag to turn quotes back on
8 o made attributes menu more user friendly: no more question when changing a single cell, one menu option optimized away
9 o added "-H" command line flag to hide row/column headers; in FLTK, this means you can only change sheets via Ctrl-Shift-PgUp/PgDn
10 o expanded command line help
11
12 The changes compared to 2.2.0 are:
13
14 o Help system improved
15 o Compile fix for MacOS
16 o Link shared by default. Set option ENABLE_STATIC to statically link FLTK.
17 o Bugfixes for CSV export
18 o Bugfixes for console mode
19 o Added font styles bold and underline
20
21 The changes compared to 2.1.0 are:
22
23 o UTF-8 support for curses frontend
24 o various bug fixes
25
26 The changes compared to 2.0.2 are:
27
28 o switched to CMake as build system
29 o Win32 compatibility
30 o usage improvements in the GUI version
31 o various bug fixes
32
33 The changes compared to 2.0.1 are:
34
35 o Low-resource builds (leaving out the help system)
36 o various bug fixes
37
38 The changes compared to 2.0 are:
39
40 o Fix a possible crash and some minor bugs
41 o improve FLTK navigation and cell editing (moving around and
42 selecting cells now works while editing a formula)
43 o automatically start a string value when typing a letter
44 o fix build system
45
46 The changes compared to 1.09 are:
47
48 o Several bug fixes and changes how files are handled
49 o FLTK user interface
50 o Built-in Help and About screen (currently only in FLTK)
51 o License changed to GPL (see mbox file in doc folder for permission)
52
53 The changes compared to 1.07 are:
54
55 o Use KEY_HOME additional to KEY_BEG to move to the beginning of
56 the line in the line editor
57
58 A GNU zipped tar file is available from:
59
60 http://www.syntax-k.de/projekte/teapot/
61
62 Michael