summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a3d57577..e7c523981 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