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.
*/rules.mk: Handle `*pic.c' files.
* src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 64.
Enable bzip2 support for `make devel'.
Add bzip2 compression support to handle *.pcf.bz2 files.
Apply Savannah patch #7422.
Fix parameter handling of `FT_Set_Renderer'.
[cff] Allow `hlineto' and `vlineto' without arguments.
* Version 2.4.4 released.
[ftsmooth]: Minor code simplification.
[truetype] Better multi-threading support.
* src/psaux/t1decode.c (t1_decoder_parse_charstring): Expand
Fix outdated CVS reference.
Some formatting and improvements of comments.
[truetype] Identify the tricky fonts by cvt/fpgm/prep checksums.
[truetype] Fix `loca' handling for inconsistent number of glyphs.
[sfnt] Ignore all errors while loading `OS/2' table.
[type1] Fix matrix normalization.
[type1]: Improve guard against malformed data.
[sfnt] While tracing, output table checksums also.
[UVS] Fix find_variant_selector_charmap(), Savannah bug #31545.
[UVS] Remove non-essential pointer checking in previous commit.
[UVS] Stabilizes UVS supporting functions against non-UVS fonts.
[ftsmooth] Improve rendering.
[ftraster] Fix rendering.
Revert a change of `_idx' type in FTC_CACHE_LOOKUP_CMP().
[cache] Change the hash types to FT_PtrDist.
[cache] Hide internal macros incompatible with LLP64.
Change the type of FT_MEM_VAL() from FT_ULong to FT_PtrDist.
Replace "%lx" for memory address by "%p", LLP64 platforms.
Fix thinko in spline flattening.
[raccess] Skip unrequired resource access rules by Darwin VFS.
[raccess] Grouping resource access rules based on Darwin VFS.
Prevent to open a FT_Stream for zero-sized file on non-Unix.
Fix Savannah bug #31275.
Typo.
[truetype] Improve error handling of `SHZ' bytecode instruction.
* Version 2.4.3 released.
Avoid `configure' issues with symbolic links.
Fix Savannah bug #31088 (sort of).