2004-07-13  Daniel Stone  <daniel@freedesktop.org>

	* include/X11/font.h:
	Add #define Bool int, as opposed to depending on Xlib.h.

	* Makefile.am:
	* include/bitmap.h (-> include/X11/fonts):
	* include/bufio.h (-> include/X11/fonts/bufio.h.in):
	* include/fontenc.h (-> include/X11/fonts):
	* include/fontmisc.h (-> include/X11/fonts):
	* include/fontshow.h (-> include/X11/fonts):
	* include/fontxlfd.h (-> include/X11/fonts):
	* include/fntfilio.h (-> include/X11/fonts):
	* include/fntfil.h (-> include/X11/fonts):
	* include/fntfilst.h (-> include/X11/fonts):
	* bitmap/snfstr.h (-> include/X11/fonts):
	Move these headers into the public API.
	Post-process bufio.h to substitute @X_GZIP_FONT_COMPRESSION@ at
	compile time, thus avoiding the config.h dependency.

	* configure.ac:
	* fontcache/Makefile.am:
	Enable building fontcache.

	* configure.ac:
	Bump version to 1.4.3.

2004-06-28  Daniel Stone  <daniel@freedesktop.org>

	* configure.ac:
	Check for xtrans with pkg-config.

	* fc/fserve.c:
	* fc/fsio.c:
	* fc/fsconvert.c:
	* fc/fslibos.h:
	Sanitise includes ("" -> <>, X11/Xtrans.h -> X11/Xtrans/Xtrans.h).

2004-04-13  Daniel Stone  <daniel@freedesktop.org>

	* Bump version to 1.4.2.

2004-03-10  Daniel Stone  <daniel@freedesktop.org>
	* Makefile.am:
	Add fontmod.h to list of installed headers, as Xizzle uses it.

2004-03-09  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	Install 'fontutil.h' as the X font server uses it

2004-02-11  Keith Packard  <keithp@keithp.com>

	* bitmap/bitmapfunc.c:
	* fontfile/Makefile.am:
	* fontfile/decompress.c: (BufFilePushCompressed):
	* fontfile/fileio.c: (FontFileOpen):
	Delete decompress (.Z) code as it had a BSD license with
	the advertising clause.

	* fontfile/dirfile.c:
	Fix a buffer overflow problem.

2004-02-06  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* configure.ac:
	* xfont.pc.in:
	Link library against zlib and libm, mark those as required in .pc
	as well.
	
	* FreeType/ft.h:
	* FreeType/ftenc.c:
	* FreeType/ftfuncs.c: (FTFindSize):
	* FreeType/fttools.c:
	Switch FreeType header include names to "approved" form.
	Use x_ppem/y_ppem from available_sizes array as that's what
	FreeType uses for matching bitmap fonts (in the TTF driver,
	and I've proposed the same for the PCF and BDF drivers)
	
	* fontfile/fontfile.c: (FontFileOpenBitmapNCF),
	(FontFileGetInfoBitmap):
	Fall back to scalable functions for FreeType backend.  This
	makes bitmap-only fonts loadable through FreeType.  Soon the
	other font file loaders will no longer be necessary (muwahaha)

2004-02-03  Jim Gettys  <jg@freedesktop.org>

	* AUTHORS: Get a cut at an authors list.

2004-01-15  Daniel Stone  <daniel@freedesktop.org>
	* Tag release 1.4.1 for first freedesktop.org clientside lib release.

2003-11-08  Eric Anholt  <anholt@FreeBSD.org>

	reviewed by: <keithp@keithp.com>

	* Makefile.am:
	* configure.ac:
	Fix shared library version to be 1.4.1, matching XFree86's.
	Make package version 1.4.1.

2003-11-08  Eric Anholt  <anholt@FreeBSD.org>

	* configure.ac:
	Make the distribution name libXfont, not Xfont, matching other xlibs.
	Use the new AC_INIT/AM_INIT_AUTOMAKE so that .tar.bz2 dists get made.

2003-10-31  Keith Packard  <keithp@keithp.com>

	* bitmap/pcf.h:
	* bitmap/pcfread.c: (pcfError):
	* bitmap/pcfwrite.c:
	export pcfError (used by pcfRead and pcfWrite)

2003-10-29  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* bitmap/bdfutils.c: (bdfForceMakeAtom):
	* bitmap/pcfread.c:
	* bitmap/snfread.c:
	* builtins/Makefile.am:
	* builtins/builtin.h:
	* builtins/dir.c: (BuiltinReadDirectory):
	* builtins/file.c: (BuiltinFill), (BuiltinSkip), (BuiltinClose),
	(BuiltinFileOpen), (BuiltinFileClose):
	* builtins/fonts.c:
	* builtins/fpe.c: (BuiltinNameCheck), (BuiltinInitFPE),
	(BuiltinResetFPE), (BuiltinFreeFPE):
	* builtins/render.c: (BuiltinOpenBitmap), (BuiltinGetInfoBitmap),
	(BuiltinRegisterFontFileFunctions):
	* stubs/initfshdl.c: (init_fs_handlers):
	* stubs/rmfshdl.c: (remove_fs_handlers):
	* stubs/stubs.h:
	Include include/*.h in EXTRA_DIST.
	Prototype builtins
	Add MakeAtom prototype to bdfutils.c (a hack, to be sure)
	Make pcfError/snfError static
	Fix $(srcdir) != "."
	Prototype stubs

2003-10-28  Keith Packard  <keithp@keithp.com>

	* builtins/fpe.c: (BuiltinRegisterFpeFunctions):
	* configure.ac:
	* fontfile/renderers.c: (FontFilePriorityRegisterRenderer):
	* include/X11/fonts/font.h:
	* include/X11/fonts/fontproto.h:
	* stubs/stubs.h:
	Add GCC warnings.
	Prototypes
	Fix a memory leak in FontFilePriorityRegisterRenderer

2003-10-27    Harold L Hunt II <huntharo@msu.edu>
	* fontfile/defaults.c Fix check for defintion of _BYTE_ORDER, with
	subsequent value test for __BYTE_ORDER.
	* configure.ac Add a check for endian.h.
	* fontfile/defaults.c Check HAVE_ENDIAN_H before including endian.h.

