-$Id: CHANGES,v 1.63 2000/06/03 22:24:17 stelian Exp $
+$Id: CHANGES,v 1.64 2000/06/11 17:26:04 stelian Exp $
Changes between versions 0.4b17 and 0.4b18 (released ??????????????)
====================================================================
to Stan Bubrouski <satan@fastdial.net> for reporting
the bug.
+2. Fixed a readline-related bug which prevented
+ 'cat DUMPFILE | restore -i -f -' from working. Thanks
+ to Charles Karney <karney@users.sourceforge.net>
+ for the bug report.
+
Changes between versions 0.4b16 and 0.4b17 (released June 1st, 2000)
====================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: interactive.c,v 1.11 2000/05/29 14:17:37 stelian Exp $";
+ "$Id: interactive.c,v 1.12 2000/06/11 17:26:04 stelian Exp $";
#endif /* not lint */
#include <sys/param.h>
rl_attempted_completion_function = restore_completion;
rl_completion_entry_function = (Function *)NULL;
rl_completion_append_character = '\0';
+ rl_instream = terminal;
}
static char **