|
|
|
@ -1,3 +1,13 @@ |
|
|
|
|
2003-01-08 Huw Dawies <huw@codeweavers.com> |
|
|
|
|
|
|
|
|
|
* src/winfonts/winfnt.c: read 16 bytes into "reserved2", not "reserved" |
|
|
|
|
|
|
|
|
|
* src/base/ftobjs.c (find_unicode_charmap): fixed the error code |
|
|
|
|
returned when the font doesn't contain a Unicode charmap. This |
|
|
|
|
allows FT2 to load "symbol.ttf" and a few others correctly since |
|
|
|
|
the last release |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-01-08 Owen Taylor <owen@redhat.com> |
|
|
|
|
|
|
|
|
|
* src/autohint/ahtypes.h, src/autohint/ahhint.c, src/pshinter/pshalgo3.h, |
|
|
|
@ -9,11 +19,6 @@ |
|
|
|
|
|
|
|
|
|
2003-01-08 David Turner <david@freetype.org> |
|
|
|
|
|
|
|
|
|
* src/base/ftobjs.c (find_unicode_charmap): fixed the error code |
|
|
|
|
returned when the font doesn't contain a Unicode charmap. This |
|
|
|
|
allows FT2 to load "symbol.ttf" and a few others correctly since |
|
|
|
|
the last release |
|
|
|
|
|
|
|
|
|
* Jamrules, Jamfile, Jamfile.in, src/*/Jamfile: small changes to |
|
|
|
|
support the compilation of FreeType 2 as part of larger projects with |
|
|
|
|
their own configuration options (only with Jam) |
|
|
|
|