1998-03-06 Michael A. Cooper * Version 6.0.3 * Add VERSION_STATUS to output of -version. * Packaging changes. * Update documentation. * No longer fatal to not be able to read a qtermtab file. Tue Nov 28 10:44:17 1995 Michael A. Cooper * Version 6.0.2 * aux.c (RegExMatch): regex() missing in HPUX. Use regexec(). Tue Oct 17 12:53:10 1995 Michael A. Cooper * Version 6.0.1 * Add Linux support. (Andy Phillips ) * qterm.c: Fix bug that could caused infinite recursion (looping). Wed Jul 28 12:37:27 1993 Michael A. Cooper * Version 6.0.0 Mon Jun 14 15:24:42 1993 Michael A. Cooper * Version 6.0beta.1 * Make -real the default. Tue May 11 12:25:33 1993 Michael A. Cooper * Fix problem with term name being "-". Tue Mar 30 12:57:38 1993 Michael A. Cooper * Add support for -querystr to specify query string to use. * Add support for +trycommon - try comment send sequences. Thu Mar 25 10:20:59 1993 Michael A. Cooper * Ignore carriage return and newline so we can handle terminals who respond with CR or NL. * Add OS specific targets to Makefile to support things like "make svr4" and "make sysv". * Add support for HPUX style regular expressions using regcomp()/regexec(). * Add more info on RE usage to man page. * Exit status 2 if term not recognized. Wed Mar 24 19:06:27 1993 Michael A. Cooper * Fix typeo: "+systab" would set usrtab not systab. * Major code cleanup: better portability including support for POSIX systems.