[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.
[autofit] Improve recognition of flat segments.
[autofit] Variable renamings.
Formatting, comment fixes.
Revert the last commit 45337b07.
[ftstroke] Fix uninitialized return value.
[smooth] Avoid memory like in case of failure.
Improve documentation of FT_LOAD_NO_SCALE.
Fix compilation with MSVC 5.0.
[autofit] Improve debugging messages; do some code cleanup.
Fix strict-aliasing warning.
[ARM] Fix FT_MulFix_arm.
[autofit] Do some code cleanup.
[autofit] Improve output of debugging information.
[autofit] Improve comment.
[autofit] Beautify blue zone tracing.
[autofit] Quantize stem widths.
[autofit] Minor speed-up.
Fix `checking if gcc static flag -static works' test.
[truetype] Fix various artifacts.
Fix CFLAGS and LDFLAGS share configure test.
[truetype] Set the `subpixel_positioned' flag unconditionally.
Fix conditional compilation.
Fix conditional compilation.
[truetype] Remove unused rounding functionality.
[cff] Fix Savannah bug #36705.
[truetype] Support subpixel hinting.
* Version 2.4.10 released.
* src/base/ftsynth.c (FT_GlyphSlot_Embolden): Improve spacing.
* builds/exports.mk: Add CCexe_CFLAGS and CCexe_LDFLAGS.
[truetype] Add new versions of NEC FA family to tricky font list.
[ftraster] Fix rounding issue causing visual artifacts.
configure.raw: Doc improvement.
* src/base/ftoutln.c (FT_Outline_Get_Orientation): Simplify.
New function FT_Outline_EmboldenXY.
Improve documentation w.r.t. stroking and advance widths.
[type1] Fix Savannah bug #36386.
Document that the auto-hinter needs a valid cmap.
Minor documentation improvement.
[autofit] Properly copy scaler flags to script metrics object.
[bdflib] Remove redundant macro.
[configure] fix Savannah bug #35644.
[bdf] Improvement to Savannah bug #35656.
Improve misleading documentation note.
[type1] Fix Savannah bug #35847.
[sfnt] Make arrays static like all others.
[sfnt] A refinement of the previous commit.
[sfnt] Add `name' table compatibility to MS Windows.