* 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.
* Version 2.4.5 released.
Minor documentation fixes.
Merge branch 'master' of git.sv.gnu.org:/srv/git/freetype/freetype2
* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Fix change
[gxvalid] make the `prop' validation tracing verbose.
[autogen.sh] Reflect environment variable LIBTOOLIZE.
Update license documentation.
Fix wrong indents in src/cache/ftcmru.c.
Fix g++4.6 compiler warnings in module drivers.
Fix misleading comment, s/buffer allocator/FT_NEW() families/g
[base] Fix g++4.6 compiler warnings in src/base/*.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvtrak.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvmorx*.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvmort*.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvkern.c.
[gxvalid] Fix gcc4.6 compiler warnings in gxvjust.c.
[gxvalid] Preparation to fix gcc4.6 compiler warnings.
[autofit] Remove unused structure member.
Merge branch 'master' of git.sv.gnu.org:/srv/git/freetype/freetype2
Fix gcc 4.6 compiler warnings.
[mac] Conditionalize the inclusion of "AvailabilityMacros.h".
[autofit] Improve tracing of hinting process.
Reduce warnings for MS Visual Studio 2010.
Documentation fix.
Automake component `builds/unix/install-sh' is removed.
[autofit] Make trace message for CJK bluezone more verbose.
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.