Edit

kc3-lang/freetype/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Tom Kacvinsky
    Date : 2001-08-08 11:18:13
    Hash : 2eaadd5a
    Message : Added entries for changes to CFF driver (moved some assignments from source file to header and added glyph name index requestor function). Added entries for chnages to FreeType includes for new function FT_Get_Name_Index.

  • ChangeLog
  • 2001-08-08  Tom Kacvinsky  <tjk@ams.org>
    
    	* src/cff/cffload.c: Removed definitions of cff_isoadobe_charset,
    	cff_expert_charset, cff_expertsubset_charset, cff_standard_encoding,
    	and cff_expert_encoding arrays to cffload.h.
    
    	* src/cff/cffload.h: Added definitions of cff_isoadobe_charset,
    	cff_expert_charset, cff_expertsubset_charset, cff_standard_encoding,
    	and cff_expert_encoding arrays.
    
    	* src/cff/cffdrivr.c (cff_get_name_index): New function, returned
    	when `cff_get_interface' is called with a request for the
    	"name_index" function.
    
    	(cff_get_interface): Modified so that it returns the function
    	`cff_get_name_index' when the "name_index" function is requested.
    
    	* src/base/ftobjs.c (FT_Get_Name_Index): New function, used to
    	return a glyph index for a given glyph name only if the driver
    	supports glyph names.
    
    	* include/freetype/internal/ftobjs.h (FT_Name_Index_Requester):
    	New function pointer type defintion used in the function
    	FT_Get_Name_Index.
    
    	* include/freetype/freetype.h (FT_Get_Name_Index): Added
    	documentation and prototype.
    
    2001-07-26  Werner Lemberg  <wl@gnu.org>
    
    	* builds/cygwin/*: Removed.  Use the unix stuff instead.
    
    2001-07-26  Jouk Jansen  <joukj@hrem.stm.tudelft.nl>
    
    	* builds/vms/ftconfig.h (FT_CALLBACK_DEF): Updated to change dated
    	2001-06-27.
    
    2001-07-17  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
    	parameter.
    	(PS_Table_Add): Use FT_Offset for `new_size'.
    
    	Add support for version 0.5 maxp tables.
    
    	* src/sfnt/ttload.c (TT_Load_MaxProfile): Implement it.
    	(TT_Load_OS2): Initialize some values.
    
    2001-07-13  Werner Lemberg  <wl@gnu.org>
    
    	* src/base/ftsynth.c: Include ftcalc.h unconditionally.
    
    2001-07-07  David Turner  <david@freetype.org>
    
    	* src/truetype/ttgload.c, src/truetype/ttinterp.c, src/pcf/pcfread:
    	Removed pedantic compiler warnings when the bytecode interpreter is
    	compiled in.
    
    2001-07-03  Werner Lemberg  <wl@gnu.org>
    
    	* src/autohint/ahhint.c (ah_hinter_align_weak_points): Remove
    	unused variable `edges'.
    	(ah_hinter_load): Remove unused variables `old_width' and
    	`new_width'.
    	* src/cid/cidload.c (cid_decrypt): Use `U' for constant (again).
    	* src/psaux/psobjs.c (T1_Decrypt): Ditto.
    	* src/type1/t1parse.c (T1_Get_Private_Dict): Ditto.
    
    2001-06-28  David Turner <david@freetype.org>
    
    	* include/internal/ftstream.h: Modified the definitions
    	of the FT_GET_XXXX and NEXT_XXXX macros for 16-bit correctness.
    
    2001-06-26  Werner Lemberg  <wl@gnu.org>
    
    	* src/cid/cidload.c, src/cid/cidload.h (cid_decrypt): Use FT_Offset
    	instead of FT_Int as type for `length' parameter.
    	* include/freetype/internal/psaux.h (PSAux_Interface): Updated.
    
    2001-06-27  Wolfgang Domr