Formatting, minor doc improvements.
[autofit] Add bluezones for CJK Ideographs.
[autofit] Remove unused struct member.
* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Simplify.
[autofit] Fix and add comments.
[autofit] Add more debugging functions.
Add new option `--disable-mmap' to configure script.
[truetype] Recalculate the sfnt table checksum always.
[truetype] Register a set of tricky fonts, NEC FA family.
Remove unrequired `else' from ttobjs.c::tt_get_sfnt_checksum().
[truetype] Fix a bug in the sfnt table checksum getter.
[autofit] Improve tracing messages.
[truetype] Revert the reordering of trickyness checking.
[truetype] Always check the checksum to identify tricky fonts.
[autofit] Add more Indic scripts with hanging baseline.
Merge branch 'master' of git.sv.gnu.org:/srv/git/freetype/freetype2
Fix mismatched indents in src/autofit/aflatin2.c.
[autofit] Blur CJK stems if too many to preserve their gaps
Always ignore global advance.
Integrate autofitter debugging stuff.
Remove dead debugging code.
Synchronize config files.
Document BBox and CBox computation problems for tricky fonts.
Fix reading of signed integers from files on 64bit platforms.
Update Unicode ranges for CJK autofitter; in particular, add Hangul.
Fix formatting of autofit debug dumps.
* src/autofit/aftypes.h (AF_OutlineRec): Removed, unused.
* src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 256.
* src/truetype/ttpload.c(tt_face_load_loca): Fix mismatch warning.
Ignore *.o and *.a files.
* src/sfnt/sfobjs.c (sfnt_open_font): Check number of TTC subfonts.
More C++ compilation fixes.
A better fix for Savannah bug #32671.
* src/base/ftstroke.c (FT_StrokerRec): Remove unused `valid' field.
Make FT_Sfnt_Table_Info return the number of SFNT tables.
Fix Savannah bug #27988.
Quick fix for Savannah bug #32671.
Fix autohinting fallback.
Add AF_CONFIG_OPTION_USE_WARPER to control the autofit warper.
[autofit] More comments, formatting, whitespace.
[autofit] Slight simplifications.
[autofit] Some comments. Whitespace.
* docs/PROBLEMS: Mention rendering differences on different
[autofit] Comment out unused code.
* src/autofit/afhints.h (AF_GlyphHints): Remove unused field.
[autofit] Add ASCII drawing for better explanation.
[cache] Fix an off-by-one bug in FTC_Manager_RemoveFaceID().
[autofit] Document warper.
Fall back to autohinting if a TTF/OTF doesn't contain any bytecode.
[cff] Fix subset prefix removal.
[autofit] Add a lot of comments and do some minor formatting.
Add inline assembly version of FT_MulFix for MSVC.
Add project and solution files in Visual Studio 2010 format.
* src/autofit/afdummy.c: Include `aferrors.h'.
[cff] Ignore unknown operators in charstrings.
[truetype] FT_LOAD_PEDANTIC now affects `prep' and `fpgm' also.
[truetype] Protect jump instructions against endless loops.
[truetype] Improve handling of invalid references.
[truetype] Improve handling of stack underflow.
* src/sfnt/ttmtx.c (tt_face_load_hmtx): Fix tracing message.
[truetype]: Fix behaviour of MIAP for invalid arguments.
[autofit] Some formatting and clean-ups.
[truetype] Fix handling of MIRP instruction.
Fix ARM assembly code in include/freetype/config/ftconfig.h.
[raster] Make bbox handling the same as with Microsoft's rasterizer.
Copy -mcpu=* & -march=* options from CFLAGS to LDFLAGS.
Fix off-by-one bug in CFLAGS & LDFLAGS harmonizer.
[raster] Add undocumented drop-out rule to the other bbox side also.
[raster] Reduce jitter value.
[raster] Handle drop-outs at glyph borders according to Microsoft.
Correct wrong years about recent commits in ChangeLog.
[cache] Fix Savannah bug #31923, patch drafted by Harsha.
[cache] Notice if a cache query induced the node list change.
[cache] Fit FTC_GNode_Compare() to FTC_Node_CompareFunc.
[cache] Deduplicate the code to get the top node by a hash.
[cache] inline-specific functions are conditionalized.
[cache] Correct a type mismatch under non-inlined config.
Update Jamfile to include Bzip2 support.
Improve `gasp' table documentation.
Update Symbian project files to include Bzip2 support.
Update classic MacOS makefiles to include Bzip2 support.
Update Amiga makefiles to include Bzip2 support.
Update pkg-config tools to reflect Bzip2 support.
* builds/unix/configure.raw: Remove `SYSTEM_BZ2LIB' macro.