* builds/unix/ftconfig.in: Synchronize with main ftconfig.h.
Reported by Jens.

Formatting.
diff --git a/ChangeLog b/ChangeLog
index f17623f..cc74a78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
+2006-08-27  Werner Lemberg  <wl@gnu.org>
+
+	* builds/unix/ftconfig.in: Synchronize with main ftconfig.h.
+	Reported by Jens.
+
 2006-08-22  Jens Claudius  <jens.claudius@yahoo.com>
+
 	Fix for previous commit, which caused many compiler warnings/errors
-	about addresses of volatile objects passed as function arguments
-	as non-volatile pointers.
+	about addresses of volatile objects passed as function arguments as
+	non-volatile pointers.
 
-
-	* freetype2/include/freetype/internal/ftvalid.h: Make
-	FT_Validator typedef a pointer to a volatile object.
+	* freetype2/include/freetype/internal/ftvalid.h: Make FT_Validator
+	typedef a pointer to a volatile object.
 
 	* freetype2/src/gxvalid/gxvmod.c (gxv_load_table): Make function
 	argument `table' a pointer to a volatile object.