replaced liberal uses of "memset" by the "MEM_Set" macro call (some platforms don't provide this ANSI function !!)
diff --git a/ChangeLog b/ChangeLog
index 6b13494..b182663 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-10-23 David Turner <david@freetype.org>
+
+ * src/autohint/ahglyph.c, src/raster/ftraster.c,
+ src/smooth/ftgrays.c: replaced liberal uses of "memset" by the
+ MEM_Set macro instead..
+
+
2001-10-22 David Turner <david@freetype.org>
* builds/unix/ftsystem.c, builds/vms/ftsystem.c,