]> ncurses.scripts.mit.edu Git - ncurses.git/blob - tack/HISTORY
ncurses 5.1
[ncurses.git] / tack / HISTORY
1
2 Current history:
3
4 2000/03/04              Fix a few spelling errors
5 1999/09/04              Minor fix to build/link on BeOS
6 1999/05/16              Minor fix to build/link on CLIX
7 1999/05/09              Update to build/link on NeXT
8 1999/04/17              Update to work with ncurses 5.0 beta1 (TERMTYPE struct)
9 1999/02/07              Build with ncurses 4.2 981219 (renamed function)
10 1998/01/09      1.00    First release under GPL
11 1997/12/24      0.02    First version that requires ncurses
12 1997/10/29      0.01    Second beta release to the ncurses mailing list.
13 1997/10/06      0.00    First beta release to the ncurses mailing list.
14
15 Ancient history:        TACK -- the terminfo action checker
16
17    The purpose of this program is to verify the correctness of
18 terminfos and to calculate the pads needed for each capability.
19 This program is not designed to test curses and therefore uses
20 as little of curses as possible.
21
22    This program was originally called TED.  In 1991 it was
23 released to USENET in comp.sources.  TED was originally written to
24 test both terminfos and termcaps.  The original intent was to
25 create a terminfo editor.  This code fell quite short of its goal.
26 Tests were controlled by command line switches and editing was done
27 with pen and paper.
28
29    In 1995 Eric S. Raymond got interested in the program and added
30 a first cut at making the program menu driven.  He also converted
31 the code from K&R C to an ANSI/POSIX-conforming C.  He re-christened
32 the program TAC (Terminfo Action Checker).  Eric also wrote a man
33 page for TAC.
34
35    In 1997 I decided to dust off the code and make it easier to
36 use by the novice.  I totally rewrote the menu system and added
37 the editing features I originally planned for TED.  I also did
38 a total rewrite of the code that does the timings.  In the process
39 of rewriting the code I changed it to be more tightly coupled
40 with ncurses.  By this time someone had taken the name TAC so
41 I re-christened the program TACK.
42
43 Daniel Weaver
44 <danw@znyx.com>