1$Id: CHANGES,v 1.35 2018/04/01 19:16:34 tom Exp $
2
32018/04/01
4----------
5	+ update ftp url in rpm script
6
7	+ updated configure script.
8
9	+ update config.guess, config.sub
10
112015/07/04
12----------
13	+ modify "docs" rule to permit man2html rather than groff
14
15	+ add --disable-echo option to configure script
16
17	+ add --with-screen option to configure script
18
19	+ updated configure script.
20
21	+ update config.guess, config.sub
22
232014/01/05
24----------
25	+ add "docs" rule to makefile
26	+ update config.guess
27
282013/12/08
29----------
30	+ updated configure script.
31
32	+ update config.guess, config.sub
33
342013/02/26
35----------
36	+ modify script-reader to treat embedded space the same as tab, telling
37	  the program to ignore the remainder of the line.
38
39	+ add null-pointer checks to quiet clang 3.1 --analyze warnings
40
41	+ limit value-width to 20 digits by default.  Use w/W commands to
42	  narrow/widen the display to make better use of space for comments.
43
44	+ updated configure script.
45
46	+ update config.guess, config.sub
47
482011/03/06
49----------
50	+ add "x+" wrapper script, for xterm.
51
52	+ special-case xterm's control sequence for numeric keypad "+" with
53	  ncurses' define_key() function.
54
55	+ updated configure script.
56
57	+ update config.guess, config.sub
58
592010/09/17
60----------
61	+ use ncurses' define_key() function to support vt100 numeric keypad.
62
632010/07/08
64----------
65	+ modify test-script to allow for 64-bit values.
66
67	+ add configure checks for ctags, etags and lint.
68
69	+ add configure checks for ncurses5-config, etc.
70
71	+ modify makefile.in to install help-file in data-directory.
72
73	+ modify lookup of help-file to check if ADD_HELPFILE is defined using
74	  an absolute pathname.  If not, it will still look in the directory
75	  where the program is located.
76	+ add
77
78	+ add configure --program-prefix, etc., to allow renaming executable,
79	  as done in Debian package to "tapecalc".
80
81	+ change --with-no-leaks to --disable-leaks, for consistency.
82
83	+ drop mkdirs.sh, use "mkdir -p"
84
85	+ updated configure script.
86
87	+ update config.guess, config.sub
88
892007/02/14
90----------
91	+ updated configure script.
92
93	+ add -V (version) option (requested by Reuben Thomas).
94
95	+ change license to MIT-style (requested by Reuben Thomas).
96
972002/12/29
98----------
99	+ add '~' and related commands for negating a result.
100
101	+ add :f command to show the name of the script which is being edited.
102	  Control/G also shows the name.
103
104	+ add control/N and control/P for aliases of j, k cursor movement.
105
106	+ if a comment was changed, mark the script as changed.
107
108	+ update configure script to use comparable macros for finding ncurses,
109	  etc., vs other my programs.
110
111	+ indent'd.
112
1131998/08/18
114----------
115	+ look for trace() function in ncurses rather than _tracef().
116
117970526
118	+ add configure-test for COLOR_PAIR, and check for gpm library upon
119	which ncurses may depend.
120
121960428
122	+ Use scrolling regions if curses supports them.
123
124	+ Fix to ensure colon-command message stays up til next keystroke.
125
126v1_0 release: 1995/12/26
127------------
128
129951226
130	+ testing with 'atac' (allow scripts to be nested, and comments to be
131	  wider than screen).
132
133951210
134	+ fix memory leaks.  Added 'autoconf' script.
135
136941121
137	+ integration with 'ncurses' 1.8.6
138
139931024
140	+ revised to work with PD Curses 2.1 and Turbo C/C++ 3.0,
141	  and builtin help-screen.
142
143870421
144	+ added online help.
145
146860610
147	+ added '(' and ')' operators.  Added '-i' option. Added A,S,M,D,I,T
148	  toggles.
149
150860605
151	+ added script support, and "repeat" operations (e.g., a,s,m,d,i,t).
152
153860507
154	+ initial version, on NCR Tower.
155