Fix ChangeLog.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
diff --git a/ChangeLog b/ChangeLog
index 22ea3be..bce8c99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2005-12-28 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
- * 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 <david@freetype.org>
@@ -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 <b90201047@ntu.edu.tw>
* 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 <b90201047@ntu.edu.tw>
@@ -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 <wl@gnu.org>
@@ -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 <mpsuzuki@hiroshima-u.ac.jp>
- * 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 <wl@gnu.org>