1157184Sache2004-11-04  Per Bothner  <per@bothner.com>
2157184Sache
3157184Sache	* pty.c:  Import from screen-4.0.2.
4157184Sache	* configure.in, Makefile.in, config.h.in:  Set up autoconf handling,
5157184Sache	copying a bunk of stuff over from screen.
6157184Sache	* rlfe.c:  Use OpenPTY from pty.c instead of get_master_pty.
7157184Sache
8157184Sache2004-11-03  Per Bothner  <per@bothner.com>
9157184Sache
10157184Sache	* rlfe.c:  Get input emphasis (boldening) more robust.
11157184Sache
12157184Sache	* rlfe.c:  Various cleanups on comments and names.
13157184Sache
14157184Sache2003-11-07 Wolfgang Taeuber <wolfgang_taeuber@agilent.com>
15157184Sache
16157184Sache	* Specify a history file and the size of the history file with command
17157184Sache	* line options; use EDITOR/VISUAL to set vi/emacs preference.
18157184Sache
19157184Sache1999-09-03  Chet Ramey <chet@nike.ins.cwru.edu>
20157184Sache
21157184Sache	* fep.c: Memmove is not universally available.  This patch assumes
22157184Sache 	that an autoconf test has been performed, and that memcpy is
23157184Sache 	available without checking.
24157184Sache
25157184Sache	* fep.c: VDISCARD is not universally available, even when termios is.
26157184Sache
27157184Sache	* fep.c: If a system doesn't have TIOCSCTTY, the first `open'
28157184Sache 	performed after setsid allocates a controlling terminal.  The
29157184Sache 	original code would leave the child process running on the slave pty
30157184Sache 	without a controlling tty if TIOCSCTTY was not available.
31157184Sache
32157184Sache	* fep.c: Most versions of SVR4, including solaris, don't allow
33157184Sache	terminal ioctl calls on the master side of the pty.
34157184Sache
35157184Sache1999-08-28  Per Bothner  <per@bothner.com>
36157184Sache
37157184Sache	* fep.c:  Initial release.
38