Imported from ../bash-2.0.tar.gz.
[platform/upstream/bash.git] / lib / termcap / grot / ChangeLog
index 3a8b844..e8c4751 100644 (file)
@@ -1,3 +1,92 @@
+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.