Fix accents in ChangeLog.

This commit is contained in:
Werner Lemberg 2006-04-28 19:36:37 +00:00
parent 12cceaaca8
commit 99854e7c5a
1 changed files with 8 additions and 8 deletions

View File

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