* 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.
[autofit] Implement `fallback-script' property.
[autofit] Correct previous Unicode 6.1.0 change.
* src/autofit/afmodule.c: s/FT_Err_/AF_Err_/.
[autofit] Make default script a global property.
Use `FT_Module' instead of `FT_Library' argument in property funcs.
[autofit] Update to Unicode 6.1.0.
[autofit] Pass `AF_Module' instead of `AF_Loader'.
[autofit] Fix `make multi'.
* src/autofit/afmodule.c: s/FT_Autofitter/AF_Module/.
[autofit] Minor reorganization.
[autofitter] Add some comments.
[autofit] Implement `glyph-to-script-map' property.
[autofit] Implement properties service framework.
Implement properties to control FreeType modules.
Improve documentation of FT_Request_Size and FT_Set_Pixel_Sizes.
[docmaker] Allow `-' in tags and identifiers.
[FT_CONFIG_OPTION_PIC] Fix g++ 4.6.2 compiler warnings.
[truetype] Fix compilation warning.
[autofit, cff, pshinter, psnames] More renamings for orthogonality.
[sfnt, truetype] More renamings for orthogonality.
[autofit] Some macro and variable renamings for orthogonality.
* src/base/ftsynth.c (FT_GlyphSlot_Oblique): Fix shear angle.
Fix Savannah bug #37017.