Document recent changes to ftview. * docs/CHANGES: Do it.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
diff --git a/ChangeLog b/ChangeLog
index ba9ca2f..91cc068 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-30 Werner Lemberg <wl@gnu.org>
+
+ Document recent changes to ftview.
+
+ * docs/CHANGES: Do it.
+
2009-04-27 Werner Lemberg <wl@gnu.org>
autohinter: Don't change digit widths if all widths are the same.
diff --git a/docs/CHANGES b/docs/CHANGES
index c46bd23..7949c85 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -2,7 +2,7 @@ CHANGES BETWEEN 2.3.10 and 2.3.9
I. IMPORTANT BUG FIXES
- - If all ASCII digits in a font have the same (unscaled) width,
+ - If all ASCII digits in a font have the same (unscaled) width,
the autohinter respects this and won't change it.
@@ -11,6 +11,14 @@ CHANGES BETWEEN 2.3.10 and 2.3.9
- Support for the SFNT cmap 13 table format (as defined by the new
OpenType 1.6 specification) has been added.
+ III. MISCELLANEOUS
+
+ - It is now possible to change the emboldening factor in the
+ `ftview' demo program with keys `e' and `E'.
+
+ - It is now possible to change the slant value in the `ftview'
+ demo program with keys `s' and `S'.
+
======================================================================