From df1598e31677af21c42532b766f2a21131b09624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Detlef=20W=C3=BCrkner?= Date: Fri, 25 Nov 2005 08:04:09 +0000 Subject: [PATCH] =?UTF-8?q?2005-11-15=20=20Detlef=20W=FCrkner=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * builds/amiga/smakefile: Adjusted the compiler options to the current sources, now really builds the gxvalid, gzip and psnames modules. * builds/amiga/src/base/ftsystem.c: The assumed Seek() position in the file cache was off by one byte which could cause false errors in font files. --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4140d0220..9bf43acae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-11-15 Detlef Würkner + + * builds/amiga/smakefile: Adjusted the compiler options + to the current sources, now really builds the gxvalid, gzip + and psnames modules. + + * builds/amiga/src/base/ftsystem.c: The assumed Seek() position + in the file cache was off by one byte which could cause false + errors in font files. + 2005-11-24 suzuki toshiya * builds/mac/FreeType.m68k_far.make.txt, @@ -75,7 +85,7 @@ 2005-11-17 Detlef Würkner * builds/amiga/makefile, builds/amiga/makefile.os4, - builds/amiga/smakefile.os4, + builds/amiga/smakefile, builds/amiga/include/freetype/config/ftmodule.h: Updated the Amiga build files (added support for the gxvalid module).