diff options
author | David Turner <david@freetype.org> | 2007-01-25 12:23:37 +0000 |
---|---|---|
committer | David Turner <david@freetype.org> | 2007-01-25 12:23:37 +0000 |
commit | a42567bf66bec844db9278f86afc852db164e8e3 (patch) | |
tree | 7ac46b11a70b9ed947247b3148b629326ff5e165 /ChangeLog | |
parent | b1be9e8b5708716819d46c913dbf7c209351a0aa (diff) |
- same CFF loader fix (stricter checking though than Werner's version)
- document light auto-hinter improvements
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-01-25 David Turner <david@freetype.org> + + * src/cff/cffload.c (cff_index_get_pointers): fixed a bug in the + sanity check which caused the last entry in each index to become + empty. since this function is only used to load local and global + functions, this meant that any charstring that called the last + local/global function would fail. + + * src/cff/cffgload.c: fixed sanity check for empty functions + + * docs/CHANGES: document light auto-hinting improvement + 2007-01-25 Werner Lemberg <wl@gnu.org> * src/cff/cffload.c (cff_index_get_pointers): Handle last entry |