diff --git a/ChangeLog b/ChangeLog index 22ea3be1a..bce8c99b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2005-12-28 suzuki toshiya - * src/sfnt/sfnt/ttbdf.c: add newline '\n' to the end of file, - for MPW compiler. + * src/sfnt/sfnt/ttbdf.c: Add newline '\n' to the end of file, for + MPW compiler. 2005-12-23 David Turner @@ -157,7 +157,7 @@ Take care of overlapping segments. (tt_cmap4_validate): Make sure the subtable is large enough. Do not check glyph_ids because some fonts set the length wrongly. - Also, when all segments have offset 0, glyph_ids is always invalid. + Also, if all segments have offset 0, glyph_ids is always invalid. It does not cause any problem so far only because the check misses equality. Distinguish between unsorted and overlapping segments. @@ -209,7 +209,7 @@ 2005-11-21 Chia-I Wu * src/sfnt/ttsbit0.c (tt_sbit_decoder_load_image): Image_offset was - added twice to image_start when image_format is 2 or 5. + added twice to image_start if image_format was 2 or 5. 2005-11-21 Chia-I Wu @@ -227,7 +227,7 @@ (sfnt_init): New function to fill in face->ttc_header. A non-TTC font is synthesized into a TTC font with one offset table. (tt_face_load_sfnt_header): Use sfnt_init. - Fix an invalid access when the font is TTC and face_index is -1. + Fix an invalid access if the font is TTC and face_index is -1. 2005-11-18 Werner Lemberg @@ -434,24 +434,24 @@ freetype.mak is unrecoverably broken. * builds/mac/ftlib.prj.xml: Added. - generated by Metrowerks CodeWarrior 9.0. + Generated by Metrowerks CodeWarrior 9.0. * builds/mac/FreeType.m68k_far.make.txt, builds/mac/FreeType.m68k_cfm.make.txt, builds/mac/FreeType.ppc_classic.make.txt, builds/mac/FreeType.ppc_carbon.make.txt: Added. - skelton files of MPW makefiles. + Skeleton files of MPW makefiles. * builds/mac/ascii2mpw.py: Added. - Python script to make MPW makefile from skelton. + Python script to make MPW makefile from skeleton. * builds/mac/README: Updated. Almost rewritten to use new files. 2005-10-28 suzuki toshiya - * src/base/ftmac.c: fix invalid casts from NULL to integer typed - variables. Advised by David Turner, Masatake YAMATO, Sean McBride + * src/base/ftmac.c: Fix invalid casts from NULL to integer typed + variables. Advised by David Turner, Masatake YAMATO, Sean McBride, and George Williams. 2005-10-27 Werner Lemberg