diff --git a/ChangeLog b/ChangeLog
index e366d49cf76619e42f1d6c374a07053fe1f5da45..7cf86144e8ff7fad76a3aa0f6cf5fa1bcedfdd30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
 	"make check" / Python 1.5 compatibility fixes.
 	* doc/checkargs.py (lexer.__init__): Use string.split for Python
 	1.5 compatibility.
+	(number_suffixed): Don't use "".startswith.
+	(isalpha): New function.  Use it instead of "".isalpha.
+	(isdigit): New function.  Use it instead of "".isdigit.
+	(prot_a_bitstring.check_implemented): Old Python versions cannot
+	loop over a dictionary; add an explicit call to the .keys()
+	method.
+	(lexer.__init__): Use string.strip instead of "".strip.
 
 	Dump info about existing sessions to a file specified by 
 	"Connection status file:".  (Bug 706).