//freedesktop.org/bugzilla/show_bug.cgi?id=1804): Fix build failure (caused
by missing symbols such as |TwoByteSwap|) when linking the FreeType
module and the FreeType library both statically info the Xserver.
Updating to EDID 1.3. (Bugzilla# 1490, Jay Cotton, Egbert Eich).
Removing unneeded code.
Fixed KGA handling for i810. KGA handling for chips derived from C&T chips
is slightly different. The changes make the code consistent with the
C&T (chips) and i740 drivers.
2.1.8 (Chisato Yamauchi).
A small backward compatibility fix to make the freetype module build with
freetype version < 2.1.7.
Fixed/added some debugging code.
Fixed FreeType module to build with FreeType versions older than 2.1.7.
Fixed typo.
Added vtSema to protect call of driver DPMS function.
removed unneeded variable
Modified RandR driver hook to reduce the number of function calls to one.
Function is sufficiently generic to be extended in the future.
using isdigit instead of ft_isdigit, missing or faulty defines for
digit and string functions in ftstdlib.h (now myftstdlib.h). Reverted
freetype2 to upstream version, fixed CHAR_BIT in myftstdlib.h and made
the use of a copy of ftconfig.h in lib/font/FreeType obsolete (Egbert
Eich).
RFE: Retire XTT font module and FreeType1 from xorg tree. The
functionality of XTT has been integrated into the FreeType font module
and the old XTT1.x code (incl. FreeType1 in xc/extras/) is no longer
needed anymore.
Restore optimization heuristics on CJK fonts in the FreeType font
module which were broken in X11R6.7. Patch by Chisato Yamauchi
<cyamauch@a.phys.nagoya-u.ac.jp>.