some minor changes to allow compilation in all modes, without warnings
diff --git a/ChangeLog b/ChangeLog
index a5ae35a..1743041 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2001-01-11  Matthew Crosby  <mcrosby@marthon.org>
 
+	* src/pcd/pcfread.c: removed some compilation warnings related
+	to comparison of signed vs. unsigned integers
+
+	* include/freetype/internal/ftdebug.h: changed the debug trace
+	constants from trace_t2xxxx to trace_cffxxxx to be able to compile
+	the CFF driver in debug mode
+
+2001-01-11  Matthew Crosby  <mcrosby@marthon.org>
+
 	* builds/unix/freetype-config.in: Fix problems with separate
 	--prefix and --exec-prefix.