Document recent changes to ftview.
autohinter: Don't change digit widths if all widths are the same.
Make ftgrays compile with _STANDALONE_ and FT_STATIC_RASTER again.
Add missing ChangeLog entry.
Fix AC_CHECK_FT2.
Add #error to modules and files that do not support PIC yet.
Position Independent Code (PIC) support in autofit module.
Position Independent Code (PIC) support in pshinter module.
Position Independent Code (PIC) support in psnames module.
Position Independent Code (PIC) support in raster renderer.
Position Independent Code (PIC) support in smooth renderer.
Position Independent Code (PIC) support in cff driver.
Position Independent Code (PIC) support in sfnt driver.
Position Independent Code (PIC) support in truetype driver.
Position Independent Code (PIC) support and infrastructure in base.
Preparing changes in cff parser later needed for PIC version.
Add support for cmap type 13.
Synchronize ftoption.h versions (minor changes only).
Ignore empty contours in CFF glyphs.
Slightly improve documentation of FT_Encoding.
Callbacks for b/w rasterizer are not implemented currently.
Really fix Ghostscript Coverity issue #3904.
Another redundant header inclusion.
Remove redundant header inclusions.
Fix Ghostscript Coverity issue #3904.
Protect against too large glyphs.
Fix validation for various cmap table formats.
Protect against malformed compressed data.
Protect against invalid SID values in CFFs.
Update WinCE Visual C project files.
Remove unused Win32 code.
Make `gzip' module compile on WinCE.
Remove unused WinCE code.
docmaker: Don't ignore single-line code blocks.
Use __asm__ for declaring assembly instead of asm.
* Version 2.3.9 released.
* builds/unix/freetype2.in: Move @FT2_EXTRA_LIBS@ to `Libs.private'.
Fix some FreeType Coverity issues as reported for Ghostscript.
Extend CID service functions to handle CID-keyed CFFs as CID fonts.
* src/base/Jamfile: Fix handling of ftadvanc.c.
Restructure Win32 and Wince compiler support.
More preparations for 2.3.9 release.
* src/sfnt/rules.mk (SFNT_DRV_H): Add ttsbit0.c.
Fix handling of EBDT formats 8 and 9 (part 2).
* builds/unix/configure.raw (version_info): Set to 9:20:3.
Fix SFNT kerning table parser against malformed tables.
Formatting, copyright years.
Update documentation and bump version number to 2.3.9
Remove ABI-breaking field in public PS_InfoFontRec definition.
Fix handling of EBDT formats 8 and 9.
Minor documentation fixes.
* src/truetype/ttobjs.c (tt_check_trickyness): Add `DFKaiShu'.
Minor docmaker improvements.
Fix SCANCTRL handling in TTFs.
Move FT_Get_FSType_Flags to a separate file.
* builds/unix/ftsystem.c: Fix 2 error messages ending without LINEFEED
* Fix a bug in POSIX resource-fork accessor since 2008-10-04
Fix documentation buglets.
Protect FT_Get_Next_Char.
Implement FT_Get_Name_Index for SFNT driver.
Fix documentation of FT_Outline_GetInsideBorder.
* Version 2.3.8 released.
builds/toplevel.mk (dist): Compress better.
Don't use stdlib.h and friends directly.
* include/freetype/ftbdf.h (FT_Get_BDF_Property): Improve documentation.
* docs/formats.txt: Add link to PCF specification.
load_flags of FT_Get_Advance(), FT_Get_Advances() and backends are declared as FT_Int32 to match the flags of FT_Load_Glyph()
* src/gxvalid/gxvmort.c (gxv_mort_feature_validate): Fix wrong length check, Savannah patch #6682.