[truetype] Integer overflow issues.
[windows, wince] Clean up legacy project files.
[cff, type1] Sanitize `BlueFuzz' and `BlueShift'.
* src/truetype/ttobjs.c (trick_names): Add 3 tricky fonts (#53554),
Minor comment improvement.
* builds/toplevel.mk (work): Use $(SEP).
[truetype] Fix memory leak (only if tracing is on).
Documentation improvement.
Fixing cmake command format
[sfnt] Correctly handle missing bitmaps in sbix format (#53404).
[truetype] Fix advance of empty glyphs in bitmap fonts (#53393).
Remove `ftlcdfil.c' and `ftfntfmt.c' from build files (#53415).
* src/sfnt/ttcmap.c (tt_cmap2_validate): Fix potential numeric
Fix cmap format 2 handling (#53320).
* CMakeLists.txt (BASE_SRCS): Update to changes from 2018-03-05.
* CMakeLists.txt [win32]: Allow MSVC DLL builds (#53287).
CHANGES: Document `--enable-freetype-config'.
Make installation of `freetype-config' optional (#53093).
Minor: Update `CHANGES' and improve documentation in `modules.cfg'.
Make `ftlcdfil.c' part of the `base' module.
Make `ftfntfmt.c' part of the `base' module.
Minor documentation improvement.
* src/truetype/ttinterp.c (TT_RunIns): Fix tracing arguments.
* builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer.
[sfnt] Prefer `CBDT'/`CBLC' over `glyf' table (#53154).
[truetype] Integer overflow issues.
[unix] Use -fvisibility=hidden.
[truetype] Better protection against invalid VF data.
* src/truetype/ttinterp.c (Ins_GETVARIATION): Avoid NULL reference.
* src/truetype/ttgxvar.c (tt_set_mm_blend): Minor.
[truetype] Better trace VF instances.
[truetype] Beautify tracing of VF axis records.
[truetype] Fix multiple calls of `FT_Get_MM_Var' (#52955).
[apinames] Anonymous version map for GNU linker.
[unix] Call libtool to clean up.
* src/base/ftver.rc: Fix mingw-w64 compilation.
[build] Enable VERSIONINFO resource for Cygwin/MinGW.
[build] Move VERSIONINFO resource.
[build] Expand dllexport/dllimport to Cygwin/MinGW.
[build] Improve and document MSVC build.
* CMakeLists.txt [win32]: Suppress warnings for POSIX functions.
[psaux] Correctly handle Flex features (#52846).
* builds/windows/vc2010/freetype.sln: Synchronize with the project.
Next release will be 2.9.
Add check for librt, needed for `ftbench' (#52824).
[psaux] Fix Type 1 glyphs with too many stem hints.
[truetype] Round offsets of glyph components only if hinting is on.
* src/truetype/ttgxvar.c (ft_var_to_design): Remove dead code.
Move internal LCD-related declarations.
* include/freetype/config/ftconfig.h (FT_EXPORT, FT_EXPORT_DEF)
[truetype] Make blend/design coordinate round-tripping work.
Update `CHANGES' file with demo program news.
* src/sfnt/ttcmap.c (tt_cmap2_char_next): Fix endless loop.
Synchronize other Windows project files.
Update Visual C 2010 project files.
* builds/vms/ftconfig.h: Synchronize with unix `ftconfig.in' file.
* builds/unix/ftconfig.in: Synchronize with main `ftconfig.h' file.
Provide support for intra-module callback functions.
Add missing ChangeLog entry, copyright notices, whitespace, formatting.
Move PostScript drivers' property handlers to `base'
Speed up FT_Set_Var_{Design,Blend}_Coordinates if curr == new.
Update incorrect ChangeLog entry.
[sfnt] Fix charmap type 2 iterator (#52646).
[truetype] Minor code beautification.
* src/*/*: Only use `ft_' and `FT_' variants of stdc library stuff.
* src/truetype/ttgxvar.c (tt_face_vary_cvt): Add size guard (#52688).
[truetype] Fix previous commit.
[truetype] Don't apply HVAR and VVAR deltas twice (#52683).
[truetype] Correctly handle variation font phantom points (#52683).
Fix incorrect advance width scaling (#52683).
* builds/windows/vc2010/freetype.vcxproj: AfterBuild copy.
Fix compiler warning (#52640).
* builds/windows/vc2010/freetype.vcxproj: Adjust output directory.
Fix `make setup dos', second try (#52622).
Documentation fixes for the last few commits.
[docmaker] Fix code section parsing.
New `ftdriver.h' file, covering all driver modules.
Move `ftdriver.h' to `ftdrv.h'.
Fix access to uninitalized memory (#52613).
Fix `make setup dos' (#52622).
Use ASCII only in public header files (#50858).
* include/freetype/config/ftheader.h: Some clean-up.
* builds/symbian/bld.inf: Updated.
New header file `ftparams.h' that collects all parameter tags.