- updated all source files to adhere to the new inclusion scheme
- the CFF loader now loads the encodings and charset tables
  though doesn't use them for now
diff --git a/ChangeLog b/ChangeLog
index aa2ff22..f3f1a3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-07  David Turnre  <david.turner@freetype.org>
+
+	* many, many files: changed source files to adhere to the new
+        header inclusion scheme. Not completely tested but works for
+        now here..
+
 2000-12-06  David Turner  <david.turner@freetype.org>
 
 	* src/cache/ftlru.c (FT_Lru_Done): fixed a small memory leak