[autofit] Fix Indic scripts.
[autofit] Fix handling of default coverages.
[autofit] Fix handling of default coverages.
[autofit] Fix scaling of HarfBuzz shaping.
[autofit] Better ftgrid support.
[autofit] Remove some styles.
[autofit] Add more styles.
[autofit] Fix style assignments to glyphs.
* src/autofit/hbshim.c: s/{lookups,glyphs}/gsub_{lookups,glyphs}/.
[autofit] Implement and use `af_get_char_index' with HarfBuzz.
[autofit] s/AF_STYLE_...._DEFAULT/AF_STYLE_...._DFLT/i.
[autofit] Fix interface of `af_get_char_index'.
[autofit] Don't combine multiple features into one set.
[autofit] Code shuffling to reduce use of cpp macros.
[autofit] Add wrapper function for `FT_Get_Char_Index'.
[autofit] Use `global' HarfBuzz font object.
[autofit] Handle `DFLT' OpenType script for coverages.
[ftrfork] Fix the face order difference between POSIX and Carbon.
Fix Savannah bug #40975 (sort of).
[autofit] Make PIC mode work actually.
[base] Add missing dependencies to Makefile.
[autofit] Fix PIC compilation.
[autofit] Introduce `styles'.
[autofit] Factor scripts and uniranges out of writing system files.
[autofit] More code orthogonality.
[autofit] s/ScriptMetrics/StyleMetrics/.
[autofit] s/script_{metrics,hints}/style_{metrics,hints}/
[autofit] s/gscripts/gstyles/.
[autofit] s/glyph_scripts/glyph_styles/.
[autofit] s/AF_Script_/AF_WritingSystem_/ where appropriate.
[truetype] Simplify logic of rendering modes.
[documentation] Add section how to include FreeType header files.
[autofit] s/DFLT/NONE/, s/dflt/none/.
[autofit] s/AF_SCRIPT_NONE/AF_SCRIPT_UNASSIGNED/.
[truetype] Fix scaling of vertical phantom points.
[truetype] Fix positioning of composite glyphs.
* Version 2.5.2 released.
Add info on bytecode interpreter versions of Windows.
[truetype] Next round in phantom point handling.
* builds/freetype.mk (FT_CC): Removed. Unused.
[sfnt] Fix handling of embedded bitmap strikes.
[truetype] Remove dead code.
[truetype] Fix phantom point handling.
[truetype] Fix change from 2013-11-20.
[autofit] Fix use of dumping functions in `ftgrid' demo program.
* Version 2.5.1 released.
[truetype]: Add tricky font names `hkscsiic.ttf' and `iicore.ttf'.
* src/sfnt/ttsbit.c (tt_sbit_decoder_load_bitmap): Typo.
[truetype] Improve handling of buggy embedded bitmap strikes.
[truetype] Don't trust `maxp's `maxSizeOfInstructions'.
[sfnt] Fix `OS/2' table version 5 support.
* builds/unix/ft2unix.h: Remove. No longer necessary.
Simplify header file hierarchy.
[truetype] Fix last `truetype' commit.
* docs/CMAKE: New dummy file.
[cff] Fix for hints that touch.
[truetype] Fix handling of phantom points in composite glyphs.
[truetype] Improve emulation of vertical metrics.
Improve documentation of `FT_Load_Sfnt_Table'.
* builds/windows/vc2010/freetype.vcxproj: s/v110/v100/.
[truetype] Correctly reset point tags for glyph components.
[truetype] Fix GETINFO opcode handling of subpixel hinting bits.
[truetype] Minor code refactoring.
[sfnt] Implement support for `OS/2' table version 5.
* README.git, docs/CHANGES, docs/INSTALL: Updated.
Provide cmake support.
Comment on no-stem-darkening & darkening-parameters
Provide support for x64 builds in Visual C++ project files.
* src/base/md5.c, src/base/md5.h: Updated to recent version.
[autofit] s/SMALL_TOP/X_HEIGHT/.
* src/autofit/afblue.dat: s/MINOR/DESCENDER/.
[autofit] Add description strings to script entries.
[autofit] Improve tracing message for extra light flag.
[arm] Fix thumb2 inline assembly under LLVM.
[autofit] Improve tracing of `latin' hinter.
Improve last ChangeLog entry.
* src/cff/cf2font.c (cf2_computeDarkening): Avoid division by zero.
* src/sfnt/ttload.c (tt_face_load_pclt): Fix `pclt_fields'.
* src/cff/cf2font.c (cf2_computeDarkening): Initialize darkenAmount.