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