From 9b9d3349b2a436c4486913f811375f667c7baa7e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 21 Feb 2008 23:22:06 +0000 Subject: [PATCH] minor improvements, copyright years --- ChangeLog | 11 +++++------ builds/mac/ftmac.c | 2 +- builds/unix/configure.raw | 2 +- src/base/ftmac.c | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e10c999b..0913f90b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,10 @@ 2008-02-21 suzuki toshiya - * src/base/ftmac.c: Fix a bug of PostScript font name synthesis - in parse_fond(). For any face of a specified FOND, always the - name for the first face was used. Except of a FOND that refers - multiple Type1 font files, wrong synthesized font names are not - used at all, so this is invisible bug. A few limit checks are - added to parse_fond(). + * src/base/ftmac.c (parse_fond): Fix a bug of PostScript font name + synthesis. For any face of a specified FOND, always the name for + the first face was used. Except of a FOND that refers multiple + Type1 font files, wrong synthesized font names are not used at all, + so this is an invisible bug. A few limit checks are added too. * builds/mac/ftmac.c: Ditto. diff --git a/builds/mac/ftmac.c b/builds/mac/ftmac.c index e5e296446..6e91a8f29 100644 --- a/builds/mac/ftmac.c +++ b/builds/mac/ftmac.c @@ -5,7 +5,7 @@ /* Mac FOND support. Written by just@letterror.com. */ /* Heavily Fixed by mpsuzuki, George Williams and Sean McBride */ /* */ -/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007 by */ +/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by */ /* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index 8aba5f4a6..f231cdb4a 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -2,7 +2,7 @@ # # Process this file with autoconf to produce a configure script. # -# Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 by +# Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, diff --git a/src/base/ftmac.c b/src/base/ftmac.c index 0b11c50fb..5b265905a 100644 --- a/src/base/ftmac.c +++ b/src/base/ftmac.c @@ -8,7 +8,7 @@ /* This file is for Mac OS X only; see builds/mac/ftoldmac.c for */ /* classic platforms built by MPW. */ /* */ -/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007 by */ +/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by */ /* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */