formatting, ChangeLog entry
diff --git a/ChangeLog b/ChangeLog
index 145fda3..6d7ae8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,24 @@
 2001-02-01  David Turner  <david.turner@freetype.org>
 
-	* docs/docmaker.py: improved the index sorting routine to place capital
-	letters before small ones. added the "<order>" marker to section blocks
-	in order to give the order of blocks
+	* docs/docmaker.py: Improved the index sorting routine to place
+	capital letters before small ones.  Added the "<order>" marker to
+	section blocks in order to give the order of blocks.
+
+2001-01-30  Antoine Leca  <Antoine.Leca@renault.fr>
+
+	* include/freetype/ttnameid.h: Latest updates to Microsoft language
+	ID codes.
 
 2001-01-24  Tom Kacvinsky  <tjk@ams.org>
 
 	* src/cff/t1load.c (parse_font_matrix): Added heuristic to get
 	units_per_EM from the font matrix.
 
-        (parse_dict): Deleted test to see if the FontInfo keyword has been
-	seen.  Deletion of this test allows fonts without FontInfo
+	(parse_dict): Deleted test to see whether the FontInfo keyword has
+	been seen.  Deletion of this test allows fonts without FontInfo
 	dictionaries to be parsed by the Type 1 driver.
 
-	(T1_Open_Face): deleted empty subroutines array test to make sure
+	(T1_Open_Face): Deleted empty subroutines array test to make sure
 	fonts with no subroutines still are parsed.
 
 2001-01-17  Francesco Zappa Nardelli  <francesco.zappa.nardelli@ens.fr>