* 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.
[autofit] Return correct linear advance width values.
s/maximal/maximum/ everywhere, s/minimal/minimum/ where appropriate.
[truetype] Improve comment.
[truetype] Fix SSW instruction.
Prepare source code for amalgamation.
* Version 2.4.9 released.
[bdf] Add missing overflow check.
Prepare source code for amalgamation.
Revert "[cff] One more check against malformed font matrix."
[cff] One more check against malformed font matrix.
Improve documentation of `FT_Get_Track_Kerning'.
[psaux] Fix handling of track kerning.
[truetype] Fix Savannah bug #35689.
[bdf] Fix Savannah bug #35656.
[winfonts] Fix Savannah bug #35659.
[bdf] Fix Savannah bug #35658.
[psaux] Fix Savannah bug #35657.
[truetype] Fix Savannah bug #35646.
[bdf] Fix Savannah bug #35643.
[bdf] Fix Savannah bug #35641.
[truetype] Fix Savannah bug #35640.
[truetype] Fix Savannah bug #35601.
[truetype] Remove redundant check.
[truetype] Make SHC instruction behave similar to MS rasterizer.
[truetype] Improve comments.
Avoid modulo operators against a power-of-two denominator.
[autofit] Don't synchronize digit widths for light rendering mode.
[type42] Minor code optimization (again).
[smooth] Fix Savannah bug #35604.
[type42] Minor code optimization.
[type1] Fix Savannah bug #35608.
[bdf] Support `ENCODING -1 <n>' format.
[bdf] Fix Savannah bug #35607.
[type1] Fix Savannah bug #35606.
[pcf] Fix Savannah bug #35603.
[type42] Fix Savannah bug #35602.
[bdf] Fix Savannah bugs #35599 and #35600.
[bdf] Fix Savannah bugs #35597 and #35598.
Prepare source code for amalgamation (6/6).
Prepare source code for amalgamation (5/6).
Prepare source code for amalgamation (4/6).
Prepare source code for amalgamation (3/6).
Prepare source code for amalgamation (2/6).
Prepare source code for amalgamation (1/6).
[autofit] Fix outline flags.
Improve description of FT_LOAD_PEDANTIC.
[truetype] Fix Savannah bug #35466.
We don't use `extensions'.
Clean up `generic' fields.
[autofit] Harmonize function arguments.
* src/cff/cffobjs.c (cff_face_init): Remove unnecessary casts.
[configure] Fix minor grammar nits.
Minor documentation improvements regarding threads and faces.
[gxvalid] Fix Savannah bug #35286.
[raccess] Modify for PIC build.
Formatting PIC related sources.
[autofit] Fix the inclusion of "aflatin2.h" in PIC file.
[cff] Remove redundant declarations of cff_cmap_XXX_class_rec.
Fix redundant declaration warning in PIC mode.
Make pspic.c to include module error header to fix multi build.
[base] Fix a dereference of uninitialized variable in PIC mode.
[base] Insert explict cast for GCC 4.6 in PIC mode.