* include/freetype/internal/ftobject.h: updating the object sub-system
* include/freetype/ftsynth.h, src/base/ftsynth.c: rewriting the automatic
* include/freetype/internal/ftobject.h: updating the object sub-system
adding path stroker component (first steps)
* src/truetype/ttgload.c (TT_Load_Composite_Glyph),
Minor fixes and grammatical corrections/additions.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 3.
documentation updates for 2.1.2
* include/freetype/internal/t42types.h, src/base/fttype1.c,
* src/pfr/pfrgload.c (pfr_glyph_load_compound): fixing a small composite
preparing for the 2.1.2 release
* README, docs/CHANGES: preparing for the 2.1.2 release
* src/pfr/pfrobjs.h, src/pfr/pfrobjs.c, src/pfr/pfrload.c,
* src/base/fttype1.c: Include FT_INTERNAL_TYPE42_TYPES_H.
* src/base/ftoutln.c (FT_Vector_Transform): Fix serious typo
* src/type42/t42objs.c (t42_check_size_change): Removed.
* src/psaux/t1cmap.c (t1_cmap_custom_char_index,
* src/pfr/pfrobjs.c (pfr_face_init): Fix typo.
Added note about VC++ project update
Fix glyph indices to make index zero always the undefined glyph.
Add new cmap support to BDF driver
* Makefile, configure, */*.mk, builds/unix/unix-def.in,
* src/bdf/bdflib.c: s/FT_Short/short/ for consistency.
* builds/win32/ftdebug.c: added a missing #endif
* include/freetype/internal/ftobjs.h, src/autohint/ahglyph.c,
* src/pcf/pcfdriver.c (pcf_cmap_char_next): fixed a bug that caused
fixed a typo in "src/cache/ftccache.i"
- removing a typo in ftccache.i that prevented it from compiling correctly
* src/cache/ftccache.i (GEN_CACHE_LOOKUP): Move declaration of
* builds/amiga/smakefile, builds/amiga/makefile: Updated.
* src/cache/ftccache.c (ftc_node_hash_unlink, ftc_node_hash_link)
adding template cache lookup routine
commit last fixes and optimisations to the cache manager.
debugging new cache hash table implementation
* include/freetype/cache/ftccache.h, src/cache/ftccache.c,
* src/base/ftobjs.c (FT_Render_Glyph_Internal): changed definition
* src/type42/t42drivr.c, src/type42/t42drivr.h, src/type42/t42parse.c,
* src/pfr/pfrload.c (pfr_phy_font_done): Free `blue_values' array.
* src/bdf/bdflib.c (_bdf_readstream): Allocate `buf' dynamically.
* src/bdf/descrip.mms, src/type42/descrip.mms: New files.
* docs/CHANGES: updating file for upcoming release (2.1.1)
* builds/amiga/makefile, builds/amiga/smakefile,
* include/freetype/ftxf86.h, src/base/ftxf86.c: added a new API named
* src/pshinter/pshglob.c (psh_blues_scale_zones): fixed a bug that
* include/freetype/ftbdf.h: adding documentation comments for the
* src/base/ftnames.c (FT_Get_Sfnt_Name): Don't use FT_STREAM_READ_AT
* include/freetype/internal/tttypes.h, src/sfnt/ttload.c,
* builds/unix/ft-munmap.m4: New file, extracted FT_MUNMAP_DECL and
* include/freetype/config/ftheader.h (FT_BEZIER_H): Removed.
* src/psaux/psobjs.c (T1Radix): New function.
* src/bdf/bdflic.c: removed compiler warning, and changed all tables
* src/type42/t32drivr.c: removing compiler warnings
* include/freetype/internal/ftbdf.h, src/base/ftbdf.c,
* src/bdf/README: Mention Microsoft's SBIT tool.
* src/type42/t42drivr.c: s/T42_ENCODING_TYPE_/T1_ENCODING_TYPE_/.
* src/type42/Jamfile: New file.
Adding a driver for Type42 fonts written by Roberto Alameda
* src/sfnt/ttload.c (TT_LookUp_Table): Protect against tables
* README: Add a note regarding libttf vs. libfreetype.
FreeType 2 can now be built in an external directory with the
* src/truetype/ttgload.c (TT_Load_Glyph): finally fixing the last
* src/sfnt/ttcmap0.c (tt_cmap4_char_index): Fix serious typo
* include/freetype/internal/fthash.h, src/base/fthash.c:
* include/freetype/config/ftstdlib.h: adding an alias for the
* src/sfnt/sfobjs.c (tt_face_get_name): fixing a bug that
* src/sfnt/ttcmap0.c (tt_cmap4_validate):
* src/sfnt/ttload.c (TT_Load_Names): applied a small work-around to
* src/sfnt/sfobjs.c (tt_face_get_name): fixing a bug that
* src/base/ftmac.c (p2c_str): Removed.
`interface' is reserved on the Mac.
* descrip.mms (all): Add pfr driver.
* src/pcf/pcfdriver.c (PCF_Face_Init) [!FT_CONFIG_OPTION_USE_CMAPS]:
* src/pfr/pfrerror.h: New file.
* src/cache/ftccache.c (ftc_cache_lookup),
adding experimental (alpha) exception support code + system code
* builds/unix/configure.ac: Set `version_info' to 9:1:3 (FT2
* src/pfr/pfrload.c (pfr_extra_items_farse): Fix debug message.
* src/type1/t1gload.h, src/type1/t1gload.c: fixed incorrect
* src/base/ftobjs.c, builds/win32/ftdebug.c,
adding new experimental header files
fixing typo preventing compilation in non-debugging modes
fixed max advance width computation within T1 driver