ChangeLog, message.c:
  message.c (safe_print): Fix to properly display ^A, ^B, etc. and to
  	print Delete as ^?

diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 3470a3e..f55e275 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,5 +1,8 @@
 1999-11-19    <tytso@valinux.com>
 
+	* message.c (safe_print): Fix to properly display ^A, ^B, etc. and
+		to print Delete as ^?
+
 	* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
 		the source directory.