Mercurial > emacs
diff src/ChangeLog @ 112255:f6386067f593
Distinguish between terminfo and termcap on NetBSD (Bug#7642).
* configure.in [netbsd systems]: Check for tputs definition.
* src/config.in (TERMINFO): New definition.
* src/s/netbsd.h: Use it to choose between terminfo and termcap.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 11 Jan 2011 21:29:23 -0500 |
parents | ca0df3b7fb20 |
children | bee0a8fef127 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 11 21:13:33 2011 -0500 +++ b/src/ChangeLog Tue Jan 11 21:29:23 2011 -0500 @@ -1,3 +1,10 @@ +2011-01-12 Chong Yidong <cyd@stupidchicken.com> + + * config.in (TERMINFO): New definition. + + * s/netbsd.h: Use it to choose between terminfo and termcap + (Bug#7642). + 2011-01-03 Jan Djärv <jan.h.d@swipnet.se> * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.