File: ChangeLog

package info (click to toggle)
termcap-compat 1.1.1.1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,064 kB
  • ctags: 66
  • sloc: ansic: 775; makefile: 132; sh: 19
file content (126 lines) | stat: -rw-r--r-- 3,440 bytes parent folder | download | duplicates (3)
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
Mon Apr 15 20:13:33 1996  H.J. Lu  (hlu@gnu.ai.mit.edu)

	* liibtermcap 2.0.8 is released.

	* Makefile (VERSION): set to 2.0.8.

	* version.c: Linux termcap 2.0.8.

Mon Apr 15 04:40:05 1995  Miquel van Smoorenburg (miquels@drinkel.ow.org)

	* termcap.c: modified.

	  - it deletes capabilities that start with '.' as used in the
	    new termcap files - those are commented out capabilities.
	  - it tries to translate escaped characters before putting
	    them in the buffer as opposed to doing at in tgetstr.
	     
Fri Apr  5 00:00:27 1996  H.J. Lu  (hlu@gnu.ai.mit.edu)

	* liibtermcap 2.0.7 is released.

	* Makefile (VERSION): set to 2.0.7.
	  add support for texinfo files and termcap.src.

	* version.c: Linux termcap 2.0.7.

	* <termcap.h>: include <termios.h>.

	* termcap.src:
	* termcap.texi:
	* termcap.info:
	* termcap.info-1:
	* termcap.info-2:
	* termcap.info-3:
	* termcap.info-4:
	* texinfo.tex: new, copied from GNU termcap 1.3.

Sun Mar 24 22:55:13 1996  H.J. Lu  (hlu@gnu.ai.mit.edu)

	* liibtermcap 2.0.6 is released.

	* Makefile (VERSION): set to 2.0.6.

	* version.c: Linux termcap 2.0.6.

	* termcap.c (tgetent): For compatibility with programs like
	  `less' that want to put data in the termcap buffer
	  themselves as a fallback, we set term_entry to buffer if
	  no termcap entry is found.

Sat Jan 13 00:20:14 1996  H.J. Lu  (hlu@gnu.ai.mit.edu)

	* liibtermcap 2.0.5 is released.

	* Makefile ($(SHARED_LIB)): use pic/$(OBJS) instead of $(OBJS).
	  (VERSION): set to 2.0.5.

	* version.c: Linux termcap 2.0.5.

Mon Dec 25 17:31:41 1995  H.J. Lu  (hlu@gnu.ai.mit.edu)

	* liibtermcap 2.0.4 is released.

	* Makefile: make it a standalone Makefile.

	* README: update.

	* version.c: Linux termcap 2.0.4.

Thu Oct 20 00:38:17 1994  Miquel van Smoorenburg (miquels@drinkel.ow.org)

	* Rewrote termcap.c from scratch, see README.
	  Stuff is now Linux (or rather, ANSI-C) dependant.

Sat Apr 17 13:50:10 1993  H.J. Lu  (hlu@nighthawk)

	* modify termcap.c and tparam.c for Linux.

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: