* src/smooth/ftgrays.c: adding experimental "gamma" support. This
	produces smoother glyphs at small sizes for very little cost

	* src/autohint/ahglyph.c, src/autohint/ahhint.c: various fixes to
	the auto-hinter. They merely improve the output of sans-serif fonts.
	Note that there are still problems with serifed fonts and composites
	(accented characters)

	* tests/gview.c: updated the debugging glyph viewer to show the
	hints generated by the "autohint" module
diff --git a/ChangeLog b/ChangeLog
index 1a3d575..e7c5239 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-10-29  David Turner       <david@freetype.org>
+
+	* src/smooth/ftgrays.c: adding experimental "gamma" support. This
+	produces smoother glyphs at small sizes for very little cost
+	
+	* src/autohint/ahglyph.c, src/autohint/ahhint.c: various fixes to
+	the auto-hinter. They merely improve the output of sans-serif fonts.
+	Note that there are still problems with serifed fonts and composites
+	(accented characters)
+	
+	* tests/gview.c: updated the debugging glyph viewer to show the
+	hints generated by the "autohint" module
+
+
 2001-10-27  David Turner       <david@freetype.org>
 
 	* src/cache/ftchunk.c (ftc_chunk_cache_lookup): fixed a bug that