* devel/ftoption.h [FT_CONFIG_OPTION_INCREMENTAL]: Define.
Add tools to preprocess the source files for AtariST PureC.
Fix wrong date in ChangeLog
Keep existing modules.cfg in the building tree.
Filter --srcdir= option before invoking builds/unix/configure.
Improve configure.raw for cross-building on exe-suffixed systems.
[truetype] Remove TT_SubGlyphRec.
For warning messages, replace FT_ERROR with FT_TRACE0.
Documentation improvements.
Provide version information better.
Use 16.16 format while parsing Type 1 charstrings.
src/pshinter/pshrec.c: Use PSH_Err_Ok.
[psaux] Check large integers while parsing charstrings.
[cff] Revert last change.
aflatin.c: Fix compiler warning.
builds/compiler/gcc.mk (CFLAGS): Use -O3, not -O6.
[cff] Fix handling of reserved byte 0xFF.
Improve debug messages for Type1 charstrings.
More ftgray fixes for FT_STATIC_RASTER.
Whitespace & documentation improvements.
Fix B/W rasterization of subglyphs with different drop-out modes.
Improve scan conversion rules 4 and 6.
Increase precision for B/W rasterizer.
Handle FT_STROKER_LINECAP_BUTT.
Fix some potential out-of-memory crashes.
Preparation for fixing scan conversion rules 4 and 6.
Enable autohinting for glyphs rotated by multiples of 90°.
Make compilation work with FT_CONFIG_OPTION_USE_ZLIB not defined.
Make `seac' operator work correctly with incremental interface.
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.