home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / termcap-1.3-src.tgz / termcap-1.3-src.tar / fsf / termcap / ChangeLog next >
Text File  |  1996-09-28  |  4KB  |  138 lines

  1. Wed Aug 16 20:45:44 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
  2.  
  3.     * version.c: Version 1.3.
  4.  
  5.     * termcap.c (tgetent): Use the user-supplied buffer even if we
  6.     don't find a matching terminal, so the program can set the buffer
  7.     if they want (`less' does this).  From Bob Pegram
  8.     <pegram@emba.uvm.edu>.
  9.  
  10. Wed Jul 26 11:44:51 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
  11.  
  12.     * termcap.c: TERMCAP_NAME -> TERMCAP_FILE.
  13.  
  14.     * configure.in: Add --enable-install-termcap and --with-termcap
  15.      options.
  16.  
  17.     * Makefile.in: Add hooks for new configure options.
  18.  
  19.     * Makefile.in (DISTFILES): Add termcap.src.
  20.     (DEFS): Remove -DNO_ARG_ARRAY.
  21.     (install-data, uninstall-data): New targets.
  22.  
  23.     * tparam.c (tparam): Remove arg array version and the #ifdef.
  24.  
  25.     * termcap.c: Move #define of bcopy to after #include <string.h>.
  26.  
  27.     * termcap.h: Prototype the arg to the tputs outfun arg.
  28.  
  29.     * Makefile.in: realclean -> maintainer-clean.  Use @prefix@ and
  30.      @exec_prefix@.
  31.  
  32.     * Makefile.in (DISTFILES): Add install-sh.
  33.  
  34. Fri Apr  7 14:57:45 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  35.  
  36.     * termcap.c (tgetent): Don't try to return the allocated address.
  37.     Always return 1 if successful.
  38.  
  39. Tue Feb 14 02:34:43 1995  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
  40.  
  41.     * termcap.c (speeds): Make it ints.  Add some higher speeds.
  42.     (tputs) [emacs]: If speed is high, convert to smaller units.
  43.     (tputs): Really use SPEED to calculate PADCOUNT.
  44.  
  45. Sat Dec 17 07:20:24 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  46.  
  47.     * termcap.c (tgetst1): Let ^? stand for DEL character.
  48.  
  49. Thu Jun 30 04:35:50 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  50.  
  51.     * configure.in: Use AC_HAVE_HEADERS instead of AC_UNISTD_H.
  52.     Add AC_PROG_RANLIB.
  53.     * Makefile.in (AR, RANLIB): New variables.
  54.     (install, libtermcap.a): Use them instead of hard-wired commands.
  55.  
  56. Sat Jun  4 12:21:41 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  57.  
  58.     * termcap.c [HAVE_CONFIG_H]: Include <sys/file.h>, and include
  59.     <fcntl.h> #ifdef USG5, so we get O_* defns.
  60.  
  61. Wed May 25 19:05:30 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  62.  
  63.     * termcap.c (O_RDONLY): Define to 0 if not already defined.
  64.     (tgetent): Use O_RDONLY instead of explicit 0 in call to open.
  65.  
  66. Wed Jan  5 22:20:15 1993  Morten Welinder  (terra@diku.dk)
  67.  
  68.     * termcap.c (tgetent) [INTERNAL_TERMINAL]: Fake internal terminal 
  69.     without reading any files.
  70.     (valid_file_name, tgetent) [MSDOS]: Drive letter support.
  71.     (tgetent) [MSDOS]: Use text mode for database.
  72.  
  73. Fri Dec 17 00:22:43 1993  Mike Long  (mike.long@analog.com)
  74.  
  75.     * termcap.c (tgetent): Replaced literal filenames for termcap
  76.     database with preprocessor symbol TERMCAP_NAME.
  77.     (TERMCAP_NAME): Define if not defined.
  78.  
  79. Fri Sep 10 00:35:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  80.  
  81.     * Makefile.in (.c.o): Put -I. before -I$(srcdir).
  82.     * termcap.c: Include <config.h> instead of "config.h".
  83.     * tparam.c: Likewise.
  84.  
  85. Thu Jul 29 20:53:30 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  86.  
  87.     * Makefile.in (config.status): Run config.status --recheck, not
  88.     configure, to get the right args passed.
  89.  
  90. Thu Apr 15 12:45:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  91.  
  92.     * Version 1.2.
  93.  
  94.     * tparam.c [!emacs] (xmalloc, xrealloc, memory_out): New functions.
  95.     (tparam1): Use them.
  96.  
  97.     * termcap.c, tparam.c: Use NULL or '\0' where appropriate
  98.     instead of 0.  Rename some vars.
  99.     * termcap.c (tgetent): If EOF is reached on termcap file,
  100.     free allocated resources before returning.
  101.  
  102.     * termcap.c (tgetent): Use /etc/termcap if TERMCAP is an entry
  103.     for a term type other than TERM.
  104.     From pjr@jet.UK (Paul J Rippin).
  105.  
  106. Sat Apr 10 23:55:12 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  107.  
  108.     * tparam.c (tparam1): Don't set the 0200 bit on a non-0 character code.
  109.     From junio@twinsun.COM (Junio Hamano).
  110.  
  111. Tue Dec  8 22:02:15 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  112.  
  113.     * termcap.c, tparam.c: Use HAVE_STRING_H instead of USG.
  114.  
  115. Thu Dec  3 13:47:56 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  116.  
  117.     * termcap.c, tparam.c [HAVE_CONFIG_H]: Include config.h.
  118.  
  119. Fri Oct 23 12:35:29 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  120.  
  121.     * termcap.h [__STDC__]: Add consts.  From Franc,ois Pinard.
  122.  
  123. Tue Oct 13 15:52:21 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  124.  
  125.     * Version 1.1.
  126.  
  127. Tue Sep 29 21:04:39 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  128.  
  129.     * termcap.[ch], tparam.c: Fix some lint.
  130.  
  131.     * version.c: New file.
  132.  
  133. Local Variables:
  134. mode: indented-text
  135. left-margin: 8
  136. version-control: never
  137. End:
  138.