From cbbf87472d37335d10780012b6cd2a411e27e72b Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Mon, 6 Oct 2003 20:30:39 +0000
Subject: [PATCH] Implement spawn, which starts a process under a pty.  Added
 the mandatory ftp demo.  Every expect module needs one.

---
 ChangeLog | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 01b6732..9890363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
 2003-10-06  Per Cederqvist  <ceder@ceder.dyndns.org>
 
+	Added the mandatory ftp demo.  Every expect module needs one.
+	* demo/ftp.py: New file.  This should be automatically generated
+	from ftp.pyex, but for now it is written manually.
+	* demo/ftp.pyex: New file.
+
+	Implement spawn, which starts a process under a pty.
+	* pcl_expect.py (inherit_stty): New variable.
+	(stty_init): New variable.
+	(set_cloexec_flag): New function.
+	(spawn): New class.
+	(spawn.__init__): New method.
+	(spawn.send): New method.
+	(spawn.close): New method.
+
+	* README: Mention telnetlib.py.
+
 	Improve the test code.
 	* pcl_expect.py (Top level): Improve the test code.
 
-- 
GitLab