aboutsummaryrefslogtreecommitdiffstats
path: root/lib/termcap/grot/ChangeLog
blob: e8c4751205faad66cd79892c0801d6e8477be373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Wed Aug 16 20:45:44 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>

	* version.c: Version 1.3.

	* termcap.c (tgetent): Use the user-supplied buffer even if we
	don't find a matching terminal, so the program can set the buffer
	if they want (`less' does this).  From Bob Pegram
	<pegram@emba.uvm.edu>.

Wed Jul 26 11:44:51 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>

	* termcap.c: TERMCAP_NAME -> TERMCAP_FILE.

	* configure.in: Add --enable-install-termcap and --with-termcap
 	options.

	* Makefile.in: Add hooks for new configure options.

	* Makefile.in (DISTFILES): Add termcap.src.
	(DEFS): Remove -DNO_ARG_ARRAY.
	(install-data, uninstall-data): New targets.

	* tparam.c (tparam): Remove arg array version and the #ifdef.

	* termcap.c: Move #define of bcopy to after #include <string.h>.

	* termcap.h: Prototype the arg to the tputs outfun arg.

	* Makefile.in: realclean -> maintainer-clean.  Use @prefix@ and
 	@exec_prefix@.

	* Makefile.in (DISTFILES): Add install-sh.

Fri Apr  7 14:57:45 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>

	* termcap.c (tgetent): Don't try to return the allocated address.
	Always return 1 if successful.

Tue Feb 14 02:34:43 1995  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>

	* termcap.c (speeds): Make it ints.  Add some higher speeds.
	(tputs) [emacs]: If speed is high, convert to smaller units.
	(tputs): Really use SPEED to calculate PADCOUNT.

Sat Dec 17 07:20:24 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>

	* termcap.c (tgetst1): Let ^? stand for DEL character.

Thu Jun 30 04:35:50 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* configure.in: Use AC_HAVE_HEADERS instead of AC_UNISTD_H.
	Add AC_PROG_RANLIB.
	* Makefile.in (AR, RANLIB): New variables.
	(install, libtermcap.a): Use them instead of hard-wired commands.

Sat Jun  4 12:21:41 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* termcap.c [HAVE_CONFIG_H]: Include <sys/file.h>, and include
	<fcntl.h> #ifdef USG5, so we get O_* defns.

Wed May 25 19:05:30 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* termcap.c (O_RDONLY): Define to 0 if not already defined.
	(tgetent): Use O_RDONLY instead of explicit 0 in call to open.

Wed Jan  5 22:20:15 1993  Morten Welinder  (terra@diku.dk)

	* termcap.c (tgetent) [INTERNAL_TERMINAL]: Fake internal terminal 
	without reading any files.
	(valid_file_name, tgetent) [MSDOS]: Drive letter support.
	(tgetent) [MSDOS]: Use text mode for database.

Fri Dec 17 00:22:43 1993  Mike Long  (mike.long@analog.com)

	* termcap.c (tgetent): Replaced literal filenames for termcap
	database with preprocessor symbol TERMCAP_NAME.
	(TERMCAP_NAME): Define if not defined.

Fri Sep 10 00:35:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* Makefile.in (.c.o): Put -I. before -I$(srcdir).
	* termcap.c: Include <config.h> instead of "config.h".
	* tparam.c: Likewise.

Thu Jul 29 20:53:30 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)

	* Makefile.in (config.status): Run config.status --recheck, not
	configure, to get the right args passed.

Thu Apr 15 12:45:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)

	* Version 1.2.

	* tparam.c [!emacs] (xmalloc, xrealloc, memory_out): New functions.
	(tparam1): Use them.

	* termcap.c, tparam.c: Use NULL or '\0' where appropriate
	instead of 0.  Rename some vars.
	* termcap.c (tgetent): If EOF is reached on termcap file,
	free allocated resources before returning.

	* termcap.c (tgetent): Use /etc/termcap if TERMCAP is an entry
	for a term type other than TERM.
	From pjr@jet.UK (Paul J Rippin).

Sat Apr 10 23:55:12 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)

	* tparam.c (tparam1): Don't set the 0200 bit on a non-0 character code.
	From junio@twinsun.COM (Junio Hamano).

Tue Dec  8 22:02:15 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)

	* termcap.c, tparam.c: Use HAVE_STRING_H instead of USG.

Thu Dec  3 13:47:56 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)

	* termcap.c, tparam.c [HAVE_CONFIG_H]: Include config.h.

Fri Oct 23 12:35:29 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)

	* termcap.h [__STDC__]: Add consts.  From Franc,ois Pinard.

Tue Oct 13 15:52:21 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)

	* Version 1.1.

Tue Sep 29 21:04:39 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)

	* termcap.[ch], tparam.c: Fix some lint.

	* version.c: New file.

Local Variables:
mode: indented-text
left-margin: 8
version-control: never
End: