fixed the 64-bits division computation for 16-bits systems
diff --git a/ChangeLog b/ChangeLog
index 57b5397..8157086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,17 @@
+2001-06-24  David Turner  <david@freetype.org>
+
+    * src/base/ftcalc.c (ft_div64by32): fixed the source to work
+    correctly on 16-bit systems..
+
 2001-06-23  Anthony Fok  <fok@debian.org>
 
 	* debian/*: Added Debian package build directory for 2.0.4.
 
-2001-06-22  David Turner  <david@freetype.org>
+2001-06-22  David Turner <david@freetype.org>
 
-	* docs/PATENTS: Added patents disclaimer.  This one was missing!
-	* docs/CHANGES, docs/todo: Updated for the upcoming 2.0.4 release.
+    * docs/PATENTS: added patents disclaimer. This one was missing !!
+    
+    * docs/CHANGES, docs/todo: updated for the upcoming 2.0.4 release
 
 2001-06-20  Werner Lemberg  <wl@gnu.org>