ref: e7be64e98800bc5e49fc5a8d51e81642582f7675
parent: bb4edc923597aa48da0d0ac217e7a80d41e77f0d
author: Werner Lemberg <[email protected]>
date: Sat Jan 21 12:27:32 EST 2006
Fix ChangeLog.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,16 @@
2006-01-20 David Turner <[email protected]>
- * src/autofit/aflatin.c, src/autofit/afwarp.h, src/autofit/afwarp.c,
- src/autofit/aftypes.h, src/autofit/afloader.c, src/autofit/autofit.c:
+ * 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.
- 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 <[email protected]>
- * 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 <[email protected]>
@@ -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 <[email protected]>