ref: 05cda08bcb2c1dd0f2ba7a2b85d649d908c65cbf
parent: 3dfcef690dd326266b5c73b1df7d25c31491c843
author: Werner Lemberg <[email protected]>
date: Sun Jan 8 08:37:15 EST 2006
Fix ChangeLog.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2005-12-28 suzuki toshiya <[email protected]>
- * 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 <[email protected]>
@@ -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 <[email protected]>
* 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 <[email protected]>
@@ -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 <[email protected]>
@@ -434,16 +434,16 @@
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.
@@ -450,8 +450,8 @@
2005-10-28 suzuki toshiya <[email protected]>
- * 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 <[email protected]>