xenocara/lib/libXft
2007-07-29 10:50:16 +00:00
..
include/X11/Xft libXft 2.1.12 2006-12-16 21:12:18 +00:00
man remove generated file 2007-03-19 22:11:28 +00:00
src regen with automake 1.9.6p2 2007-03-18 22:29:12 +00:00
aclocal.m4 regen with libtool 1.5.22p10 and metaauto 0.7 2007-04-14 20:44:09 +00:00
AUTHORS import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
autogen.sh import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
ChangeLog import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
config.guess regenerate with OpenBSD autotools 2006-11-27 12:40:38 +00:00
config.h.in libXft 2.1.12 2006-12-16 21:12:18 +00:00
config.sub regenerate with OpenBSD autotools 2006-11-27 12:40:38 +00:00
configure regen with libtool 1.5.22p10 and metaauto 0.7 2007-04-14 20:44:09 +00:00
configure.ac libXft 2.1.12 2006-12-16 21:12:18 +00:00
COPYING import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
depcomp import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
INSTALL regenerate with OpenBSD autotools 2006-11-27 12:40:38 +00:00
install-sh import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
ltmain.sh regen 2007-07-29 10:50:16 +00:00
Makefile.am Try to prevent endless regeneration of Makefile.in caused to RCS Id expansion. 2006-11-28 11:48:11 +00:00
Makefile.bsd-wrapper Bump major of shared libs that depend on libX11 (which already got bumped). 2007-03-15 23:00:47 +00:00
Makefile.in regen with automake 1.9.6p2 2007-03-18 22:29:12 +00:00
missing import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
NEWS import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
README import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
xft-config.in import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
xft.pc.in import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00

			Xft
		X FreeType library
		  Version 2.1.7
		    2005-3-29

Xft version 2.1 is the first stand alone release of Xft, a library that
connects X applications with the FreeType font rasterization library. Xft
uses fontconfig to locate fonts so it has no configuration files.

Version 2.1.7

Change FC_CHARCELL and FC_MONO interpretation.  FC_MONO no longer clips
glyphs to charcell, you must specify FC_CHARCELL for that.

Add support for FT_GlyphSlot_Embolden where it exists (which it usually
doesn't).

Avoid crashing when using FT_Face objects.

Version 2.1.6

Deal with broken FreeType 2.1.7 BDF/PCF loaders by trying both y_ppem/x_ppem
and width/height values.

Version 2.1.5

Left some #warnings from testing in the 2.1.4 release.  Spin again.

Version 2.1.4

Work with older versions of Fontconfig by using various pattern elements
only when defined.

Version 2.1.3

Change Freetype includes to new syntax.

Search for nearest bitmap for bitmap-only fonts.

Support fontconfig 2.2 release which doesn't include FC_HINT_STYLE.

To release a version of this library:

 1.     Update the version numbers
                configure.ac
                Xft.h
 2.     Fix the README
                Change version number
                Set the date
 3.     Commit those changes
 4.     rebuild the configuration files with autogen.sh
                sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
 5.     make distcheck
 6.     tag the tree
                cvs tag Xft-2_1_xx
 7.     Copy Xft-2.1.xx.tar.gz and Xft-2.1.xx.tar.bz2 to
        freedesktop.org:/srv/xlibs.freedesktop.org/www/release
 8.     Compute md5sums for release files:
                md5sum Xft-2.1.xx.tar.gz Xft-2.1.xx.tar.bz2
 9.     Post a note to xorg@freedesktop.org.  Include the md5sums.
        gpg sign the message.


Keith Packard
keithp@keithp.com