diff --git a/ChangeLog b/ChangeLog index 866c4bacc..d9b6f1a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-05-03 Steve Hartwell + + * src/truetype/ttobjs.h, src/truetype/ttobjs.c (tt_face_init, + tt_face_done, tt_size_init, tt_size_done, tt_driver_init, + tt_driver_done): Don't use TT_XXX but FT_XXX arguments which are + typecast to the proper TT_XXX within the function. + Update code accordingly. + + * src/truetype/ttdriver.c (Get_Kerning, Set_Char_Sizes, + Set_Pixel_Sizes, Load_Glyph, tt_get_interface): Don't use TT_XXX but + FT_XXX arguments which are typecast to the proper TT_XXX within the + function. + Update code accordingly. + (tt_driver_class): Remove casts. + 2004-05-02 Werner Lemberg * src/sfnt/ttload.c (tt_face_free_names): Check that `table->names' diff --git a/builds/win32/visualc/index.html b/builds/win32/visualc/index.html index 10e4cfcbd..9454d4c24 100644 --- a/builds/win32/visualc/index.html +++ b/builds/win32/visualc/index.html @@ -12,7 +12,7 @@

This directory contains a project files for Visual C++, named freetype.dsp, and Visual Studio, called freetype.sln. It -will compile the following libraries from the FreeType 2.1.8 sources:

+will compile the following libraries from the FreeType 2.1.9 sources: