[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.
Fix PIC build broken by d9145241fe378104ba4c12a42534549faacc92e6.
Make PIC files to include module error headers, to use the
[truetype] Fix IP instruction if x_ppem != y_ppem.
Fix tracing message for `loca' table.
Add some variable initializations.
Fix serious scaling bug in `FT_Get_Advances'.
* src/bdf/bdflib.c (_bdf_parse_start): Drop redundant error tracing.
[mac] Unify DARWIN_NO_CARBON with FT_MACINTOSH.
Fix Savannah bug #34728 (`make devel' on Mac OS X).
[apinames] Fix the overflow of signed integer hash.
Minor internal documentation fix.
Set the executable bit of autogen.sh.
[bdf] Fix Savannah bug #34896.
Add new error code FT_Err_Missing_Module.
[bdf] Add more error messages.
* include/freetype/fterrors.h: Remove dead code.
* docs/releases: Updated.
* Version 2.4.8 released.
Add FT_Get_PS_Font_Value() API.
[cid] Various loading fixes.
* README: We use copyright ranges also.
[raccess] Supplement for previous fix.
[raccess] Hide raccess_rule_by_darwin_vfs() on native Mac OS X.
[truetype] Fix MD instruction for twilight zone.
* Version 2.4.7 released.
Fix handling of transformations if no renderer is present.
Fix conditions for autohinting.
[gxvalid] Fix a bug to detect too large offset in morx table.
Handle some border cases.
[psnames] Handle zapfdingbats.
[cff] Dump SIDs while tracing.
Remove unused FT_ALIGNMENT macro.
[smooth] Slightly optimize conic and cubic flatterners.
Slightly improve LZW_CLEAR handling.
Add explicit LZW decompression stack size limit.
Protect against loops in the prefix table.
Better tracing of metrics.
Better tracing of metrics.
[cff] Better tracing of the parsing process.
[cff] Formatting, minor code clean-ups.
Fix Savannah bug #33992.
[truetype] Fix degenerate case in S{P,F,DP}VTL opcodes.
[truetype] Remove incorrect comments.
[truetype] Fix some comments in the bytecode interpreter.
* Version 2.4.6 released.
[cff] Add some more tracing infos.
[psaux, type1] Fix null pointer dereferences.
Add FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT.
* src/base/ftpatent.c (FT_Face_SetUnpatentedHinting): Fix typo.
[truetype] Fix metrics on size request for scalable fonts.
[psaux] Fix potential sign extension problems.
* src/psaux/t1decode.c (t1_decoder_parse_charstrings)
Sort case in switch statement numerically.
[psaux] Optimize previous commit.
[psaux] Add better argument check for `callothersubr'.
[sfnt] Try harder to find non-zero values for ascender and descender.
Fix Savannah bug #33246.
[ftstroke] Major revision.
* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.
Improve documentation of FT_Get_Glyph_Name.