From 1ab1e9ae3011392af97ffaed11cb1abb8d605c89 Mon Sep 17 00:00:00 2001 From: suzuki toshiya Date: Sun, 29 Aug 2010 06:04:51 +0900 Subject: [PATCH] Fix ChangeLogs. --- ChangeLog | 2 +- ChangeLog.23 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3eb8b6530..03e27a587 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ In Type42 or Type11 font embedded in PostScript & PDF, TrueType sfnt stream may lack `name' table because they are not required. Hinting for nameless fonts is safer for PDFs including embedded - Chinese fonts. Written by David Bevan, see: + Chinese fonts. Written by David Bevan, see: http://lists.gnu.org/archive/html/freetype-devel/2010-08/msg00021.html http://lists.freedesktop.org/archives/poppler/2010-August/006310.html diff --git a/ChangeLog.23 b/ChangeLog.23 index 1247de3f6..bc46c84a0 100644 --- a/ChangeLog.23 +++ b/ChangeLog.23 @@ -113,7 +113,7 @@ * include/freetype/ftsnames.h (FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY, FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY): Define. - * src/sfnt/sfobjs.h (sfnt_load_face): Check the arguments and + * src/sfnt/sfobjs.c (sfnt_load_face): Check the arguments and ignore preferred family and subfamily names if requested. 2010-01-27 Ken Sharp