Imported Upstream version 2.10.4
[platform/upstream/freetype2.git] / ChangeLog.20
index 8fcc5e7..9f81914 100644 (file)
 
 2001-12-22  Francesco Zappa Nardelli  <Francesco.Zappa.Nardelli@ens.fr>
 
-       * src/pfc/pcfread.c (pcf_load_font): Handle property `POINT_SIZE'
+       * src/pcf/pcfread.c (pcf_load_font): Handle property `POINT_SIZE'
        and fix incorrect computation of `available_sizes'.
 
 2001-12-22  David Turner  <david@freetype.org>
        * src/cff/cffgload.h: Updated.
        * src/cff/cffobjs.c: Include FT_INTERNAL_POSTSCRIPT_HINTS_H.
        (CFF_Size_Get_Globals_Funcs, CFF_Size_Done, CFF_Size_Init,
-       CFF_Size_Reset, CFF_GlyphSlot_Done, CFF_GLyphSlot_Init): New
+       CFF_Size_Reset, CFF_GlyphSlot_Done, CFF_GlyphSlot_Init): New
        functions.
        (CFF_Init_Face): Renamed to ...
        (CFF_Face_Init): This.
 
 2001-08-30  Anthony Feik  <afeick@hotmail.com>
 
-       * src/type1/t1afm.c (T1_Read_Afm): Now correctly sets the flag
+       * src/type1/t1afm.c (T1_Read_AFM): Now correctly sets the flag
        FT_FACE_FLAG_KERNING when appropriate for Type1 + AFM files.
 
 2001-08-25  Werner Lemberg  <wl@gnu.org>
 
        * include/freetype/internal/psaux.h (PS_Table): Use FT_Offset for
        `cursor' and `capacity'.
-       * src/psaux/psobjc.c (reallocate_t1_table): Use FT_Long for second
+       * src/psaux/psobjs.c (reallocate_t1_table): Use FT_Long for second
        parameter.
        (PS_Table_Add): Use FT_Offset for `new_size'.
 
        (cff_compute_bias): Use `U' for constant.
        * src/cid/cidload.c (cid_decrypt): Ditto.
        * src/psaux/psobjs.c (T1_Decrypt): Ditto.
-       * src/psaux/t1decode.c (T1_Decoder_Parse_CharStrings): Ditto.
+       * src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Ditto.
        * src/sfnt/ttload.c (TT_Load_Kern): Remove unused `version'
        variable.
        * src/sfnt/ttsbit.c (TT_Load_SBit_Image): Remove unused `top'
 
        * src/base/ftcalc.c (FT_DivFix): Fixed a bug in the 64-bit code that
        created incorrect scale factors!
-       (FT_Round_Fix, FT_CeilFix, FT_FloorFix): Minor improvements.
+       (FT_RoundFix, FT_CeilFix, FT_FloorFix): Minor improvements.
 
 2001-05-12  Werner Lemberg  <wl@gnu.org>
 
 
 2001-04-03  Werner Lemberg  <wl@gnu.org>
 
-       * src/*/Jamfile: Slight changes to make files more cryptic.
+       * src/*/Jamfile: Slight changes to make files more cryptic.
 
 2001-04-03  Werner Lemberg  <wl@gnu.org>
 
        `FT_Err_*' with `CFF_Err_*'.
        * src/cid/cidparse.c: Replaced `FT_Err_*' with `T1_Err_*'.
        * src/psaux/psobjs.c, src/psaux/t1decode.c: Ditto.
-       * src/sfnt/sfobcs.c, src/sfnt/ttload.c: Replaced `FT_Err_*' with
+       * src/sfnt/sfobjs.c, src/sfnt/ttload.c: Replaced `FT_Err_*' with
        `TT_Err_*'.
        * src/truetype/ttgload.c, src/truetype/ttobjs.c: Ditto.
        * src/type1/t1gload.c, src/type1/t1load.c, src/type1/t1objs.c,
        * src/cff/cffobjs.c (CFF_Init_Face, CFF_Done_Face): Use
        FT_LOCAL_DEF.
        * src/cid/cidobjs.c (CID_Done_Driver): Ditto.
-       * src/trutype/ttobjs.c (TT_Init_Face, TT_Done_Face, TT_Init_Size):
+       * src/truetype/ttobjs.c (TT_Init_Face, TT_Done_Face, TT_Init_Size):
        Ditto.
        * src/type1/t1objs.c (T1_Done_Driver): Ditto.
        * src/pcf/pcfdriver.c (PCF_Done_Face): Ditto.
 
 2001-03-20  Werner Lemberg  <wl@gnu.org>
 
-       * builds/win32/detekt.mk: Fix .PHONY target for Intel compiler.
+       * builds/win32/detect.mk: Fix .PHONY target for Intel compiler.
 
 2001-03-20  David Turner  <david.turner@freetype.org>
 
 
        * src/autohint/ahtypes.h (AH_Hinter): Add elements
        `disable_horz_edges', `disable_vert_edges'.
-       * src/autohint/ahhint.c (ah_hint_edges_3, ah_hinter_hint_edges): Use
+       * src/autohint/ahhint.c (ah_hint_edges_3, ah_hinter_hint_edges): Use
        them (and remove static variables with the same names).
        * src/pcf/pcfutil.c (BitOrderInvert): Add `const'.
        * docs/glnames.py: Updated to latest pstables.h changes.
        * include/freetype/internal/t2types.h: This file was merged with
        cfftypes.h and is no longer necessary.
 
-       * include/freetype/internal/t2errors.h: Renamed to cfferrs.h.
+       * include/freetype/internal/t2errors.h: Renamed to cfferrs.h.
 
        * src/cff/cffobjs.c, src/cff/cffobjs.h, src/cff/cffparse.c,
        src/cff/cffdrivr.c, src/cff/cff.c, src/cff/cffload.c,
 
        * include/freetype/internal/t2types.h,
        include/freetype/internal/cfftypes.h: Changed the structures for
-       CFF_Encoding and CFF_Encoding for the new implementations of the
+       CFF_Charset and CFF_Encoding for the new implementations of the
        charset and encoding parsers in the CFF driver.
 
        * src/cff/t2gload.c (t2_lookup_glyph_by_stdcharcode,
 
 2000-12-24  Tom Kacvinsky  <tkacvins@freetype.org>
 
-       * src/cff/t2gload.c (T2_Load_Glyph): Added code so that the font
+       * src/cff/t2gload.c (T2_Load_Glyph): Added code so that the font
        transform is applied.
 
        * src/cff/cffparse.c (cff_parse_font_matrix): Added code so that
-       the font matrix numbers are scaled by 1/(matrix->yy).  Also, the
+       the font matrix numbers are scaled by 1/(matrix->yy).  Also, the
        offset vector now contains integer values instead of 16.16 fixed
        numbers.
 
 2000-12-06  Werner Lemberg  <wl@gnu.org>
 
        * builds/module.mk: Replaced `xxx #' with `xxx$(space).
-       * builds/os2/detekt.mk, builds/win32/detekt.mk: Moved comment to
+       * builds/os2/detect.mk, builds/win32/detect.mk: Moved comment to
        avoid trailing spaces in variable.
        * builds/freetype.mk: Use $(D) instead of $D to make statement more
        readable.
        * builds/unix/detect.mk (.PHONY): Adding `devel', `unix', `lcc',
        `setup'.
 
-2000-11-30  David Turner  <david.turner@freetype.ogr>
+2000-11-30  David Turner  <david.turner@freetype.org>
 
        * INSTALL: Slightly updated the quick starter documentation to
        include IDE compilation, prevent against BSD Make, and specify `make
 
 ----------------------------------------------------------------------------
 
-Copyright 2000, 2001, 2002, 2007 by
+Copyright (C) 2000-2020 by
 David Turner, Robert Wilhelm, and Werner Lemberg.
 
 This file is part of the FreeType project, and may only be used, modified,