1170754Sdelphij2004-11-04  Per Bothner  <per@bothner.com>
2170754Sdelphij
3170754Sdelphij	* pty.c:  Import from screen-4.0.2.
4170754Sdelphij	* configure.in, Makefile.in, config.h.in:  Set up autoconf handling,
5170754Sdelphij	copying a bunk of stuff over from screen.
6170754Sdelphij	* rlfe.c:  Use OpenPTY from pty.c instead of get_master_pty.
7170754Sdelphij
8170754Sdelphij2004-11-03  Per Bothner  <per@bothner.com>
9170754Sdelphij
10170754Sdelphij	* rlfe.c:  Get input emphasis (boldening) more robust.
11170754Sdelphij
12170754Sdelphij	* rlfe.c:  Various cleanups on comments and names.
13170754Sdelphij
14170754Sdelphij2003-11-07 Wolfgang Taeuber <wolfgang_taeuber@agilent.com>
15170754Sdelphij
16170754Sdelphij	* Specify a history file and the size of the history file with command
17170754Sdelphij	* line options; use EDITOR/VISUAL to set vi/emacs preference.
18170754Sdelphij
19170754Sdelphij1999-09-03  Chet Ramey <chet@nike.ins.cwru.edu>
20170754Sdelphij
21170754Sdelphij	* fep.c: Memmove is not universally available.  This patch assumes
22170754Sdelphij 	that an autoconf test has been performed, and that memcpy is
23170754Sdelphij 	available without checking.
24170754Sdelphij
25170754Sdelphij	* fep.c: VDISCARD is not universally available, even when termios is.
26170754Sdelphij
27170754Sdelphij	* fep.c: If a system doesn't have TIOCSCTTY, the first `open'
28170754Sdelphij 	performed after setsid allocates a controlling terminal.  The
29170754Sdelphij 	original code would leave the child process running on the slave pty
30170754Sdelphij 	without a controlling tty if TIOCSCTTY was not available.
31170754Sdelphij
32170754Sdelphij	* fep.c: Most versions of SVR4, including solaris, don't allow
33170754Sdelphij	terminal ioctl calls on the master side of the pty.
34170754Sdelphij
35170754Sdelphij1999-08-28  Per Bothner  <per@bothner.com>
36170754Sdelphij
37170754Sdelphij	* fep.c:  Initial release.
38170754Sdelphij