2004-10-20  Daniel Stone  <daniel@freedesktop.org>

	* configure.ac:
	Remove the test for pkgconfig-less libX11, which was broken anyway.
	Move default base to /etc/X11/xkb and clean up the wording; remove test
	for this directory existing.

	* *.h:
	* Makefile.am:
	Move all header files to include/X11/extensions, since they all get used
	by external libraries (e.g. xkbui) and all are referenced externally as
	<X11/extensions/foo.h>; sigh.

	* *.c:
	Change all references to #include "XKfoo.h" to #include
	<X11/extensions/XKfoo.h>, per above.

2004-07-13  Carlos Romero  <kidcrash@freedesktop.org>

	* Makefile.am:
	* configure.ac:
	Build a shared lib and bump the version to 1.0.1.

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

	* Makefile.am:
	Install XKBfileInt.h.

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

	* configure.ac:
	Somehow DFLT_XKB_CONFIG_ROOT was escaped with six slashes, not three.

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

	* Makefile.am:
	Add 'foreign' to the automake options, so it builds.

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

	* Makefile.am:
	* include/X11/extensions/XKM.h:
	* include/X11/extensions/XKBconfig.h:
	Shuffled a couple of files around so the build process can actually
	find them.

2004-04-18  Carlos Romero  <kidcrash@freedesktop.org>

	* Makefile.am:
	* configure.ac:
	* xkbfile.pc.in:
	Autotooled xkbfile

