diff --git a/ChangeLog b/ChangeLog
index 85f6d091229a7f5da3cd3db6b2b0872efeb8063c..ff61cec308c09928db07d982b520830b5534e63a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
 2003-10-23  Per Cederqvist  <ceder@ceder.dyndns.org>
 
+	Use capitalized names for all classes, as PEP 8 suggests.
+	* pcl_expect/__init__.py (Expectable): New name for class
+	expectable.  All references updated.
+	(Controller): New name for class controller.  All references
+	updated.
+	* pcl_expect/popen.py (Popen): New name for class popen.  All
+	references updated.
+	* pcl_expect/spawn.py (Spawn): New name for class spawn.  All
+	references updated.
+	* pcl_expect/telnet.py (Telnet): New name for class telnet.  All
+	references updated.
+	* pcl_expect/user.py (User): New name for class user.  All
+	references updated.
+	* demo/df.py: Track class name changes.
+	* demo/dualftp.py: Ditto.
+	* demo/ftp.py: Ditto.
+	* demo/ftp.pyex: Ditto.
+	* demo/ftp_interact.py: Ditto.
+	* demo/ftptrad.py: Ditto.
+	* demo/telnet.py: Ditto.
+
 	Doc fix.
 	* README: Write some more.