* src/gxvalid/gxvbsln.c (GXV_BSLN_VALUE_EMPTY): Add `U'.
* src/gxvalid/gxvbsln.c (gxv_bsln_validate): Fix tracing message.
* src/truetype/ttgload.c (load_truetype_glyph): Fix typo.
* src/gxvalid/gxvbsln.c: Fix compiler warnings.
* src/gxvalid/README: Revised.
* include/freetype/freetype.h, include/freetype/ftchapters.h: Add
* src/truetype/ttgload.c [TT_MAX_COMPOSITE_RECURSE]: Removed.
* builds/unix/freetype2.in (CFlags): Add missing directory.
* docs/CHANGES: Mention gxvalid module.
* src/autofit/aflatin.c (af_latin_metrics_scale): Initialize
Add gxvalid module to validate TrueType GX/AAT tables.
* src/truetype/ttgload.c (TT_Load_Glyph): Only translate outline
* src/truetype/ttdriver.c (Load_Glyph): Don't check the validity of
* src/sfnt/ttload.c (tt_face_load_metrics_header): Ignore missing
* src/otvalid/otvmod.c (otv_validate): Use ft_validator_run instead
* src/truetype/ttgload.c (load_truetype_glyph): Fix compiler
Forgot to check in last change.
* src/truetype/ttinterp.c, src/truetype/ttinterp.h: Update copyright
* src/truetype/ttinterp.c, src/truetype/ttinterp.h: Remove original
* docs/INSTALL.ANY: Updated.
* src/sfnt/sfdriver.c (sfnt_interface) [FT_OPTIMIZE_MEMORY]:
* src/otvalid/otvcommn.h: Remove dead code.
* src/truetype/ttobjs.h (tt_size_run_fpgm, tt_size_run_prep): New functions.
* src/truetype/ttdriver.c (Set_Char_Sizes): Avoid unnecessary
Oops! Undo private change.
* include/freetype/ftoutln.h (FT_Outline_Embolden): Fix prototype.
* include/freetype/internal/ftmemory.h (FT_REALLOC_ARRAY): Fix typo.
* src/sfnt/ftbitmap.c, src/truetype/ttgload.c, src/sfnt/ttcmap.c:
Add an entry about rewritten of `ftview' and `ftstring'
* include/freetype/internal/ftobjs.h, src/base/ftobjs.c: New function
* src/base/ftoutln.c (FT_Outline_Embolden): Strength should be
* Version 2.1.10 released.
* builds/amiga/*: Added copyright notes, reworked some comments.
Minor documentation fixes.
* Add copyright notices to all files which don't have one.
* include/freetype/ftimage.h (FT_Outline_MoveToFunc,
Mention that the otvalid module might be moved to another library.
* src/base/ftstroke.c (ft_stroker_inside): Revert `sigma' patch from
* include/freetype/ftbitmap.h (FT_Bitmap_Embolden): Minor
* src/base/ftbitmap.c (FT_Bitmap_Embolden): Fix emboldening bitmap
Add missing ChangeLog entry.
* src/base/ftbitmap.c (FT_Bitmap_Embolden): Handle negative pitch.
* src/base/ftobjs.c (ft_cmap_done_internal): New function.
* src/base/ftsynth.c (FT_GlyphSlot_Embolden): Initialize `error'.
* docs/GPL.txt: Update postal address of FSF.
* README.CVS: Mention file permissions.
* configure: Always remove config.mk, builds/unix/unix-def.mk, and
* builds/amiga/makefile.os4 (WARNINGS), builds/compiler/gcc-dev.mk
* include/freetype/cache/ftcache.h, src/cache/ftccache.c,
* src/base/rules.mk (BASE_SRC): Don't add ftsynth.c here but...
* src/base/rules.mk (BASE_SRC): Add ftsynth.c.
* src/base/ftrfork.c (raccess_guess_apple_generic): Mark
* src/base/ftsynth.c (FT_GlyphSlot_Embolden): fixing a bug that produced
* include/freetype/ftimage.h (FT_Raster_Params),
* src/raster/ftmisc.h: New file. Only needed if ftraster.c is
* docs/announce: Start updating.
Add missing ChangeLog entry.
* builds/win32/visualc/freetype.vcproj: Updated.
* include/freetype/ftimage.h (FT_Raster_RenderFunc),
* include/freetype/internal/ftserv.h (FT_FACE_FIND_GLOBAL_SERVICE)
Handle unsorted SFNT type 4 cmaps correctly (reported by Dirck
* src/truetype/ttpload.c (tt_face_get_location): Fix typo.
* src/cff/cffobjs.c (cff_face_init): Set ppem value in top
Handle malformed `loca' table entries.
* Jamfile: removing otvalid from the list of compiled modules
* src/cff/cffobjs.c (cff_face_init): Set default upem value in top
* include/freetype/freetype.h (FT_Vector_Transform),
* src/type1/t1load.c (parse_charstrings): Catch this non-standard
src/pshinter/pshalgo.c (ps_hints_apply): Change scaling values only
* src/truetype/ttgload.c (tt_face_get_metrics) [FT_OPTIMIZE_MEMORY]:
* include/freetype/config/ftoption.h: commenting the definition of
* src/type1/t1parse.c (T1_New_Parser): Relax the check for a valid
* docs/CHANGES, include/freetype/freetype.h: Improve documentation
Add comment about hard-coded dropout mode.
* builds/amiga/src/base/ftsystem.c (ft_amiga_stream_io): Fix buffer
* src/autofit/afglobal.c (af_face_globals_get_metrics):
Update of the Amiga port.
Update of the Amiga port.
* docs/CHANGES, docs/INSTALL.ANY: Updated.
removing the 'autohint' module from the library, since it is
* src/bdf/bdflib.c: removing compiler warnings
* src/bdf/bdflib.c: various improvements to the bdf loader, mainly
* src/tools/glnames.py: adding comment explaining the compression
* src/truetype/ttpload.c (tt_face_load_cvt, tt_face_load_fpgm):