* 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
* src/pcf/pcfread (pcf_get_accell): Fix parsing of accelerator
changing options for release
* src/cff/cffgload.c (CFF_Parse_CharStrings): s/rand/Rand/ to avoid
* builds/unix/ftconfig.in, builds/vms/ftconfig.h: Oops, forgot to
* README.UNX: updated the Unix-specific quick-compilation guide to
* docs/FTL.txt: updated license text to provide a preffered disclaimer
* README, docs/CHANGES, Jamfile.in: updating for the 2.1.0 release
* src/smooth/ftgrays.c (gray_hline): very minor optimization. :-)
Fixes from the stable branch:
* src/type1/t1driver.c, src/type1/t1parse.c: 16bit fixes.
* src/truetype/ttgload.c: 16bit fixes.
* src/sfnt/ttcmap.c: 16bit fixes (0xFFFF -> 0xFFFFU).
* src/psaux/t1cmap.c: s/index/idx/.
* src/truetype/ttobjs.c (TT_Size_Init): Fix typo.
* src/cff/cffdrivr.c (cff_get_glyph_name): Fix debug message.
fixing the function that computes an ASCII face name
updating comments for some TT_FaceRec fields
* include/freetype/t1tables.h (t1_blend_max): Fix typo.
* builds/vms/ftconfig.h: Rename LOCAL_DEF and LOCAL_FUNC to
* src/sfnt/sfdriver.c (get_sfnt_postscript_name): Fix serious typos.
* include/freetype/internal/psaux.h (PSAux_ServiceRec): Fix
fixed a small bug in FT_CMaps support
* src/base/ftobjs.c, src/sfnt/ttcmap0.c, src/type1/t1objs.c:
various fixes to the FT_CMaps support
polishing FT_CMaps support for Type 1 format
* include/freetype/internal/ftobjs.h,
* include/freetype/config/ftheader.h, include/freetype/fterrors.h:
* include/freetype/internal/ftmemory.h, and a lot of other files !!:
* include/freetype/internal/ftstream.h,
* src/psaux/t1cmap.h, src/psaux/t1cmap.c, src/type1/t1cmap.h,
* src/base/ftobjs.c (FT_Get_Next_Char): updated to new FT_CMap
moving the Type 1 CMap support to "psaux"
* src/base/ftdbgmem.c (ft_mem_table_destroy): fixed a small bug that
* src/base/ftgloadr.c (FT_GlyphLoader_CheckSubGlyphs): fixed a memory
* renaming stream macros. Examples:
* src/sfnt/sfdriver.c (get_sfnt_postscript_name): fixed memory leak
* include/freetype/internal/ftobjs.h: changing the definition of
* include/freetype/internal/psglobals.h (removed),
* include/freetype/internal/psaux.h,
* include/freetype/internal/ftobjs.h,
* include/freetype/internal/ftdriver.h,