[base] Fix broken emboldening at small sizes.
[sfnt] Fix broken pointer overflow checks.
[truetype] Fix C++ compilation.
Remove trailing whitespace.
[base] Make `FT_Hypot' really internal.
[truetype] Revert change from 2013-01-22.
[base, truetype] New internal FT_Hypot function.
[base] Fix integer overflow.
[base] Fix integer overflow.
[base] Split out MSB function.
[truetype] Fix font height.
[sfnt] Fix optimized sbit loader.
[truetype] Improve sub-pixel code.
[truetype] Improve accuracy of normalization of short vectors.
[truetype] Kill very old vector normalization hacks.
Call it fixed-point.
Disable FT_CONFIG_OPTION_OLD_INTERNALS.
[base] Update the overflow protection bit.
Minor comment improvements.
[base, pshinter] Use FT_ABS, FT_MIN, and FT_MAX for readability.
[base] Clean up trigonometric core.
[base] Use rounding in CORDIC iterations.
[base] Reduce trigonometric algorithms.
* src/pshinter/pshalgo.h: Remove unused code.
* src/truetype/ttgload.c (tt_loader_init): Add more tracing.
[type1] Fix handling of /FontBBox in MM fonts.
Formatting, minor internal documentation improvement.
* src/tools/cordic.py: Bring up to date with trigonometric core.
Check parameters of `FT_Outline_New'.
* Version 2.4.11 released.
[base] Improve trigonometric core.
* src/base/ftobjs.c (ft_property_do): Fix compiler warning.
* src/base/ftrfork.c (FT_Raccess_Guess): Switch to FT_Int counters.
[base] Clean up trigonometric core.
[truetype] Minor performance enhancement.
[truetype] Remove unusued code and variables.
Various compiler warning fixes.
Merge branch 'master' of ssh://git.sv.nongnu.org/srv/git/freetype/freetype2
[truetype] Remove dead code.
[truetype ] Remove unusued code. Add minor fixes.
[sfnt] Fix Savannah bug #37936.
[base] Fix 11-year old bug.
[bdf] Fix Savannah bug #37907.
[bdf] Fix Savannah bug #37906.
[bdf] Fix Savannah bug #37905.
[truetype] Scale F_dot_P down.
[type1] Another fix for 2012-09-17 commit.
[truetype] Tweak the previous commit.
[truetype] Microoptimizations in bytecode interpreter.
[truetype] Cosmetic improvement in bytecode interpreter.
[pshinter] Clamp BlueScale value.
[truetype, type1] Revise the use of FT_MulDiv.
[doc] Minor improvements.
[configure] Preserve customized `ftoption.h'.
[type1] Fix Savannah bug #37831.
[truetype] Fix formatting and typo.
[cid, type1, type42] Clean up units_per_EM calculations.
[ftstroke] Minor improvement.
* src/base/fttrigon.c (ft_trig_downscale): Make 64bit version work.
[base] Fix integer overflows in dd5718c7d67a.
[autofit] Trace stem widths.
[cff] Add support for OpenType Collections (OTC).
[autofit] Minor improvement.
[autofit] Improve tracing.
Improve documentation of Unicode IVS handling.
Add example for FT_Get_Sfnt_Table.
[base] Fortify emboldening code against egregious distortions.
[base] Clean up emboldening code and improve comments there.
[autofit] Add standard character to `AF_ScriptClassRec' structure.
[autofit] Only use Unicode CMap.
[psaux] Improve parsing of invalid numbers.
[smooth] Improve tracing.
[truetype] Cheaper way to threshold angles between vectors.
[cff] Improve parsing of invalid real numbers.
[sfnt] Load pure CFF fonts wrapped in SFNT container.
[psaux] Fix some value overflows and improve tracing.
[autofit] Fix `make multi CC=c++'.
[cff] Fix more value errors and improve tracing.
[psaux] Fix some value overflows.
[cff] Fix value overflow.
[truetype] Fix Savannah bug #37572.
Improve documentation regarding vertical layout.
Remove useless `rm' detection.
[autofit] Minor optimization.
[autofit] Implement `increase-x-height' property.
[autofit] Implement Infinality's `increase glyph heights'.
[autofit] Add hierarchical property access to some structures.