|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
2006-04-26 Werner Lemberg <wl@gnu.org> |
|
|
|
|
|
|
|
|
|
* src/psaux/psobjs.c (shift_elements): Don't use FT_Long but |
|
|
|
|
FT_PtrDiff for `delta'. Reported by Céline PILLET |
|
|
|
|
FT_PtrDiff for `delta'. Reported by Céline PILLET |
|
|
|
|
<Celine.Pillet@Tagginfo.com>. |
|
|
|
|
|
|
|
|
|
2006-04-21 David Turner <david@freetype.org> |
|
|
|
@ -38,7 +38,7 @@ |
|
|
|
|
* src/autofit/afloader.c (af_loader_init, af_loader_load_g): Remove |
|
|
|
|
superfluous code in the auto-fitter's loader. |
|
|
|
|
|
|
|
|
|
2006-04-05 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
2006-04-05 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
|
|
|
|
|
* builds/amiga/makefile, builds/amiga/makefile.os4, |
|
|
|
|
builds/amiga/smakefile: Added FT2_BUILD_LIBRARY define. |
|
|
|
@ -71,7 +71,7 @@ |
|
|
|
|
* builds/unix/install.mk (uninstall): Don't handle `cache' |
|
|
|
|
directory which no longer exists. |
|
|
|
|
|
|
|
|
|
2006-03-29 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
2006-03-29 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
|
|
|
|
|
* src/psaux/psconv.c: Changed some variables which are expected to |
|
|
|
|
hold negative values from `char' to `FT_Char' to allow building with |
|
|
|
@ -1650,7 +1650,7 @@ |
|
|
|
|
(tt_face_build_cmaps): Check table and offset correctly (equality is |
|
|
|
|
missing). |
|
|
|
|
|
|
|
|
|
2005-11-15 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
2005-11-15 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
|
|
|
|
|
* builds/amiga/smakefile: Adjusted the compiler options |
|
|
|
|
to the current sources, now really builds the gxvalid, gzip |
|
|
|
@ -1668,7 +1668,7 @@ |
|
|
|
|
builds/mac/FreeType.ppc_carbon.make.txt: |
|
|
|
|
Updated for MPW to build all available modules. |
|
|
|
|
|
|
|
|
|
2005-11-21 Håvard Wall <haavardw@ifi.uio.no> |
|
|
|
|
2005-11-21 Håvard Wall <haavardw@ifi.uio.no> |
|
|
|
|
|
|
|
|
|
* src/bdf/bdfdrivr.c (bdf_interpret_style, BDF_Face_Done): Fix small |
|
|
|
|
memory leak. |
|
|
|
@ -1727,14 +1727,14 @@ |
|
|
|
|
FT_Done_Memory), builds/win32/ftdebug.c (FT_Message, FT_Panic): |
|
|
|
|
s/FT_EXPORT/FT_BASE/. |
|
|
|
|
|
|
|
|
|
2005-11-17 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
2005-11-17 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
|
|
|
|
|
* builds/amiga/src/base/ftdebug.c (FT_Trace_Get_Count, |
|
|
|
|
FT_Trace_Get_Name, FT_Message, FT_Panic), |
|
|
|
|
builds/amiga/src/base/ftsystem.c (FT_New_Memory, FT_Done_Memory, |
|
|
|
|
FT_Stream_Open): s/FT_EXPORT/FT_BASE/. |
|
|
|
|
|
|
|
|
|
2005-11-17 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
2005-11-17 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
|
|
|
|
|
* builds/amiga/makefile, builds/amiga/makefile.os4, |
|
|
|
|
builds/amiga/smakefile, |
|
|
|
@ -1818,7 +1818,7 @@ |
|
|
|
|
* src/type1/t1afm.c (T1_Read_PFM): Zero offset means `no kerning |
|
|
|
|
table available'. From Sergey Tolstov <stolstov@esri.com>. |
|
|
|
|
|
|
|
|
|
2005-11-03 Ville Syrjälä <syrjala@sci.fi> |
|
|
|
|
2005-11-03 Ville Syrjälä <syrjala@sci.fi> |
|
|
|
|
|
|
|
|
|
* src/base/ftobjs.c (FT_Open_Face): Avoid possible memory leak. |
|
|
|
|
|
|
|
|
@ -2582,5 +2582,5 @@ fully. |
|
|
|
|
|
|
|
|
|
Local Variables: |
|
|
|
|
version-control: never |
|
|
|
|
coding: latin-1 |
|
|
|
|
coding: utf-8 |
|
|
|
|
End: |
|
|
|
|