summaryrefslogtreecommitdiff
path: root/ChangeLog.22
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-05-04 16:54:23 +0000
committerWerner Lemberg <wl@gnu.org>2008-05-04 16:54:23 +0000
commit84662841e842ac783cf7f5648bf659943d8ad911 (patch)
tree77ae4a88b483504097f3a1f47b77d0e47f282d8a /ChangeLog.22
parent32e05a6a945ecda4e0b3a156db22f856760906cd (diff)
downloadfreetype2-84662841e842ac783cf7f5648bf659943d8ad911.tar.gz
Clean up.
Diffstat (limited to 'ChangeLog.22')
-rw-r--r--ChangeLog.228
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.22 b/ChangeLog.22
index 44f221a80..c042f2162 100644
--- a/ChangeLog.22
+++ b/ChangeLog.22
@@ -2301,7 +2301,7 @@
2005-09-19 David Somers <dsomers@omz13.com>
- * freetype2/src/sfnt/ttload.c (sfnt_dir_check): Modified to allow a
+ * src/sfnt/ttload.c (sfnt_dir_check): Modified to allow a
font to have no `head' table if tables `SING' and `META' are
present; this is to support `SING Glyphlet'.
@@ -2320,9 +2320,9 @@
http://www.adobe.com/products/indesign/sing_gaiji.html
- * freetype2/include/freetype/ttags.h (TTAG_SING, TTAG_META): New
- macros for the OpenType tables `SING' and `META'. These two tables
- are used in SING Glyphlet Format fonts.
+ * include/freetype/ttags.h (TTAG_SING, TTAG_META): New macros for
+ the OpenType tables `SING' and `META'. These two tables are used in
+ SING Glyphlet Format fonts.
2005-09-09 Werner Lemberg <wl@gnu.org>