[base] Fix Netpbm tracing message.
* src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`.
* builds/unix/configure.raw [mmap]: Restore default path.
[psaux] Fix integer overflow.
* builds/unix/configure.raw [mmap support]: Explicitly handle Windows.
* builds/unix/configure.raw [mmap support]: Correctly handle Windows.
builds/{unix,windows}/ftsystem.c: Sync comments with `src/base/ftsystem.c`.
* builds/windows/ftdebug.c: Synchronize with `src/base/ftdebug.c`.
Always provide logging API.
* builds/unix/configure.raw: Fix typo.
* src/base/ftstroke.c (FT_Stroker_EndSubPath): Ignore tiny gaps.
[stroker] Minor clean-up.
Improve ChangeLog entry for last commit.
* builds/windows/ftsystem.c: Add shared memory support on Windows.
Minor documentation fixes.
* autogen.sh: Absorb `version.sed'.
Move old ChangeLog files to new `docs/oldlogs` directory.
LICENSE.TXT: Moved to root directory; minor edits.
* srd/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix return value.
[afshaper] Fix hb_ot_tags_from_script deprecation warning.
* src/tools/update-copyright-year: Fix single-year entry handling.
Update all copyright notices.
* builds/unix/unixddef.mk: Remove the second DEVEL_DIR definition.
Documentation update for repository move to 'freedesktop.org'.
.gitattributes: New file.
README, README.git: First updates due to freedesktop.org migration.
CHANGES: Mention 'COLR' v1 support.
[sfnt] Additional checks for 'colr' table presence.
Add config option to test for 'COLR' v1 support in headers.
[base] Fill 'COLR' v1 API templates to make them work (#59703).
[sfnt] Register 'COLR' v1 API in driver (#59703).
[sfnt] Add 'COLR' v1 API to retrieve color layers (#59703).
[sfnt] Add 'COLR' v1 API to iterate color stops (#59703).
[sfnt] Add API to get actual paint from `FT_OpaquePaint` (#59703).
[sfnt] Add API to retrieve 'COLR' v1 root paint (#59703).
Add new methods required for 'COLR' v1 to public API (#59703).
Add types required for 'COLR' v1 to public API (#59703).
* builds/*: s/BUILD_DIR/PLATFORM_DIR/.
[builds] Revert `FTMODULE_H' changes.
[builds/windows] Fix up DLG build with VC++.
[builds] Relocate `FTMODULE_H'.
Fix typos from last commit.
[dlg] Move the headers to include/dlg to simplify their use.
* meson.build: Add summary.
* meson.build: Fix 'png' build option (#59458).
[builds/windows] Add SDF to VC2010 project.
[sdf] Use 'counter-clockwise', not 'anti-clockwise'.
* src/base/ftobjs.c (pixel_modes): Updated.
[sdf] Remove custom memory tracker.
.mailmap: Updated and synchronized with 'freetype2-demos' repository.
[sdf] Two more copyright notices.
[sdf] Add copyright notices.
docs/CHANGES: Mention new SDF module.
[sdf] Add debugging function.
[sdf] Add brief technical overview of both rasterizers.
[sdf] Add 'bsdf' renderer to 'sdf' module.
[sdf] Add interface functions for the 'bsdf' rasterizer.
[sdf] Add function to copy SDF data into output bitmap.
[sdf] Add '8-point sequential Euclidean distance mapping' algorithm.
[sdf] Add function to copy source bitmap to distance map.
[sdf] Add functions to compute pixel edge distances.
[sdf] Add function to find edge pixels in a grid of alpha values.
[sdf] Add essential structures for the 'bsdf' rasterizer.
[sdf] Add 'sdf' module to non-gnumake build systems.
[sdf] Added basic overlapping contour support.
[sdf] Add build infrastructure.
[sdf] Add interface functions for the 'sdf' rasterizer.
[sdf] Add subdivision and bounding box optimization.
[sdf] Add function to generate SDF.
[sdf] Add functions to get shortest distance from any edge/contour.
[sdf] Add shortest distance finding functions.
[sdf] Add function to resolve corner distances.
[sdf] Add essential math functions.
[sdf] Add utility functions for contours.
[sdf] Add functions to decompose `FT_Outline`.
[sdf] Structs, enums, macros, and functions for 'sdf' rasterizer.
[sdf] Add raster parameters structure.
[sdf] Add 'sdf' renderer.
[sdf] Add common elements for 'sdf' and 'bsdf' renderers.
[sdf] Add files for new 'sdf' module.
[base] Allow renderers of different formats.
Add data types required for the forthcoming 'sdf' module.
[base] Allow renderers of different formats.
* builds/windows/detect.mk (COPY): Make it work with `shell`.
meson.build (ft2_defines): Fix builds on Windows.
[autofit] Fix double division in stem darkening.
ftmodapi.h: Replace 0xA0 characters with spaces.
* include/freetype/ftmodapi.h (FT_FACE_DRIVER_NAME): New public macro.
Documentation edits.
[truetype] Fix incremental metrics (#59503).
Documentation edits.
[type42] Pacify static analysis tools (#59682).