From e7be64e98800bc5e49fc5a8d51e81642582f7675 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 21 Jan 2006 17:27:32 +0000 Subject: [PATCH] Fix ChangeLog. --- ChangeLog | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e98a418a..b5b69cb6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,16 @@ 2006-01-20 David Turner - * src/autofit/aflatin.c, src/autofit/afwarp.h, src/autofit/afwarp.c, - src/autofit/aftypes.h, src/autofit/afloader.c, src/autofit/autofit.c: - - adding experimental implementation of "warp hinting" (new hinting - algorithm for gray-level and LCD rendering). It is disabled by default, - you need to #define AF_USE_WARPER in aftypes.h to enable it. + * src/autofit/aflatin.c, src/autofit/afwarp.h, src/autofit/afwarp.c, + src/autofit/aftypes.h, src/autofit/afloader.c, + src/autofit/autofit.c: Adding experimental implementation of `warp + hinting' (new hinting algorithm for gray-level and LCD rendering). + It is disabled by default, you need to #define AF_USE_WARPER in + aftypes.h to enable it. 2006-01-19 David Turner - * src/sfnt/ttsbit0.c (tt_face_load_strike_metrics): fixed small - bug that prevented compilation when FT_OPTIMIZE_MEMORY is defined + * src/sfnt/ttsbit0.c (tt_face_load_strike_metrics): Fix small bug + that prevented compilation when FT_OPTIMIZE_MEMORY is defined. 2006-01-19 Brian Weed @@ -34,7 +34,7 @@ * src/psaux/afmparse.c (afm_parser_read_vals): Use double casting - to avoid type-punning compiler warnings. + to avoid compiler warnings regarding type-punning. 2006-01-16 Chia-I Wu