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