Subject: CVS commit: pkgsrc/fonts/Xft2
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/15/2005 16:55:32
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Oct 15 16:55:32 UTC 2005

Modified Files:
	pkgsrc/fonts/Xft2: Makefile distinfo

Log Message:
Update to 2.1.7:

2005-03-29  Keith Packard

	* README:
	* Xft.h:
	* configure.ac:
	Update for version 2.1.7

2005-03-01  Keith Packard

	* xftdpy.c: (_XftDisplayInfoGet), (XftDefaultSubstitute):
	Avoid calling any Render functions when Render is missing (#137)

	* xftglyphs.c: (XftFontLoadGlyphs):
	Only clip to bounding box when FC_CHARCELL is specified.
	Only fix glyph spacing when FC_MONO is specified.

2005-02-28  Keith Packard

	* configure.ac:
	* xftdpy.c: (_XftDefaultInit), (XftDefaultSubstitute):
	* xftfreetype.c: (XftFontInfoFill), (XftFontOpenInfo):
	* xftglyphs.c: (XftFontLoadGlyphs):
	* xftint.h:
	Add support for artificial emboldening of glyphs through
	the FT_GlyphSlot_Embolden API when it is available.

	* xftextent.c: (XftGlyphExtents):
	Optimize one glyph extents case (it happens a *lot*).
	(Ross Burton)

2004-11-28  James Henstridge

	* xftfreetype.c (_XftReleaseFile): add parentheses in the
	expression in the second argument to XftMemFree so that it is
	interpreted correctly.

2004-09-05  Keith Packard

	* configure.ac:
	Move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE to make
	automake 1.9 happy

2004-08-03  Keith Packard

	* xftfreetype.c: (_XftReleaseFile):
	Called strlen with (f->file) without checking for NULL (which
	happens when directly using FT_Face objects).

2004-04-14  Keith Packard

	* AUTHORS:
	* Makefile.am:
	* Xft-def.cpp:
	* Xft.3.in:
	* Xft.h:
	* XftCompat.h:
	* configure.ac:
	* xftcolor.c:
	* xftcore.c:
	* xftdbg.c:
	* xftdpy.c:
	* xftdraw.c:
	* xftextent.c:
	* xftfont.c:
	* xftfreetype.c: (XftFontOpenInfo):
	* xftglyphs.c:
	* xftinit.c:
	* xftint.h:
	* xftlist.c:
	* xftname.c:
	* xftrender.c:
	* xftstr.c:
	* xftswap.c:
	* xftxlfd.c:
	Regularize #include usage so that all includes
	happen in xftint.h. This allows conditional inclusion
	of system headers like string.h/strings.h

	Add GCC warnings on GCC systems.

	Fix CVS Id strings


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 pkgsrc/fonts/Xft2/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/fonts/Xft2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.