From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from apollo.le.ac.uk ([143.210.16.125]) by hawkwind.utcs.utoronto.ca with SMTP id <25018>; Thu, 6 May 1999 15:40:46 -0400 Received: from happy.star.le.ac.uk ([143.210.36.58]) by apollo.le.ac.uk with smtp (Exim 2.12 #1) id 10fQcV-0007MM-00 for rc@hawkwind.utcs.utoronto.ca; Thu, 6 May 1999 17:03:31 +0100 Received: (qmail 22798 invoked from network); 6 May 1999 16:03:54 -0000 Received: from ltsun0.star.le.ac.uk (HELO ltsun0) (tjg@143.210.36.50) by happy.star.le.ac.uk with SMTP; 6 May 1999 16:03:54 -0000 To: rc@hawkwind.utcs.utoronto.ca Subject: New snapshot rc-1.5s19981211 available Date: Thu, 6 May 1999 12:03:52 -0400 From: Tim Goodwin Message-ID: A new snapshot is available from here. http://www.star.le.ac.uk/~tjg/rc/snap/rc-1.5s19990506.tar.gz Changes since the last beta are below. If anyone has Debian Linux handy, please can you try this snapshot, and confirm that, when configuring with readline, it correctly picks up `-lncurses'. Also, if anybody is using the new release of readline, readline-4.0, I'd be interested to hear from you. I've tried it myself, and it seems to work, but more testing is always appreciated. Tim. 1999-02-15 Portability: AM_INIT_AUTOMAKE calls AC_ARG_PROGRAM and AC_PROG_INSTALL. Don't do it explicitly. For once, the configure script gets smaller! Program name transformations work right now. Documentation: note that rc has no `set' builtin; fix weird variable name example; any character except `=' may be used in a variable name; document bqstatus; document rc's exit status; other tidying. 1999-03-01 Documentation: document the yacc-imposed limit on ; separated commands in a line. 1993-05-06 Portability: tgetent() might be in -lncurses instead of -ltermcap.