Whitespace, `.mailmap' update.
[base] Check error when seeking to data supplied offset (#46635).
[autofit] Add support for Myanmar script.
* src/autofit/aflatin.c (af_latin_metrics_init_blues): Minor.
* src/autofit/afscript.h: Avoid potential crash.
[autofit] Restore OpenType feature check.
[autofit] Remove redundant code.
[autofit] Introduce subscript top blue zones.
[autofit] Fix tracing message.
* src/autofit/afblue.dat: Add more Khmer clusters.
[autofit] Add support for Khmer script.
[autofit] Rewrite HarfBuzz interface to support character clusters.
[autofit] Prepare forthcoming changes.
[autofit] Use string of standard characters.
* src/autofit/afblue.dat: Separate blue zone characters with spaces.
* src/tools/afblue.pl (convert_ascii_chars): Don't ignore spaces.
* src/autofit/afblue.hin (GET_UTF8_CHAR): Use `do...while(0)'.
* src/autofit/afwarp.c: s/INT_MIN/FT_INT_MIN/.
* builds/unix/install.mk (install): Remove stale `ft2build.h'.
Minor rearrangement.
[type1] Avoid dangling pointer (#46572).
* include/freetype/ftlcdfil.h: Documentation tweak.
* Version 2.6.2 released.
Minor documentation improvements.
Change default LCD filter to be normalized and color-balanced.
[docmaker] Allow references to section names.
[cmake] Add script to test the config module.
* CMakeLists.txt: Create `freetype-config.cmake' config module.
* CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.
[cmake] Add better control of library dependencies.
[cmake] Make `FindHarfbuzz' observe the REQUIRED option.
[cmake] Collect files specific to cmake in `builds/cmake'.
CMakeLists.txt: Honour new command line flag `FREETYPE_NO_DIST'.
Use new docmaker syntax for identifiers with identical names.
[docmaker] Allow `foo[bar]' as identifier.
* src/bdf/bdflib.c (bdf_load_font): Fix small memory leak (#46480).
* include/freetype/internal/ftcalc.h: Don't use `register' keyword.
Add `FT_LCD_FILTER_LEGACY1' enum value.
* src/autofit/afhints.c (af_get_segment_index): Fix it.
* src/bdf/bdflib.c (bdf_load_font): Fix small memory leak (#46439).
[cff, autofit] Switch off stem darkening by default.
Allow native CFF hinter in FT_RENDER_MODE_LIGHT.
* src/cid/cidload.c (cid_face_open): Fix GDBytes guard (#46408).
[truetype] Remove integer to pointer conversion compiler warning.
[sfnt] Accept version 3 of `EBLC' and `CBLC' tables also.
[autofit] Don't distort (latin) glyphs too much (#46195).
[ftfuzzer] Add copyright notices; do some formatting.
[sfnt] Ignore embedded bitmaps with zero size (#46379).
[truetype] Catch infinite recursion in subglyphs (#46372).
[truetype] Better tracing of composite glyphs.
[sfnt] Protect against zero-size bitmaps (#46345).
* src/autofit/afloader.c (af_loader_load_g): Implement emboldening.
[autofit] Implement darkening computation function.
[autofit] Add functions to get standard widths for writing systems.
[autofit] Extend `AF_FaceGlobalsRec' to hold emboldening data.
[autofit] Add stem-darkening properties.
[ftfuzzer] Update README file.
[ftfuzzer] Add support for multiple files (patch #8779).
[sfnt] Fix cmap 14 validation (#46346).
[sfnt] Handle infinite recursion in bitmap strikes (#46344).
* src/autofit/afhints.c (af_glyph_hints_dump_points): Minor.
* CMakeLists.txt: Remove code to set MSVC's /FD compiler switch.
[pfr] Add some safety guards (#46302).
[pfr] Formatting, improving comments.
[truetype] Fix sanitizing logic for `loca' (#46223).
[autofit] Improve tracing.
[sfnt] Sanitize bitmap strike glyph height.
[sfnt, type42] Fix clang compiler warnings.
[cff] Avoid overflow/module arithmetic.
[cid] Better check of `SubrCount' dictionary entry (#46272).
Improve documentation of `FT_Get_MM_Var' and `FT_MM_Var'.
[base] Pacify compiler (#46266).
[type42] Fix heap buffer overflow (#46269).
[cff] Fix limit in assert for max hints.
Revert erroneously applied commits.
[cff] Remove an assert (#46107).
[sfnt] Avoid unnecessarily large allocation for WOFFs (#46257).
[type42] Better check invalid `sfnts' array data (#46255).
[cid] Add a bunch of safety checks.
[cid] Avoid segfault with malformed input (#46250).
* CMakeLists.txt: Enable shared library builds on MinGW (#46233).
* src/type1/t1afm.c (T1_Read_Metrics): Fix memory leak (#46229).
[cid] Better handle invalid glyph stream offsets (#46221).
[psaux] Fix tracing of negative numbers.
[truetype] Improve TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES (#46223).
[truetype] Better protection against malformed `fpgm' (#46223).
* src/cid/cidgload.c (cid_load_glyph): Fix memory leak.