2004-08-11  Jeremy Katz  <katzj@redhat.com>

	* configure.in
	* pyxf86config.spec:
	Bump version

	* xf86config.py (XF86SectionMissing.setupKeyboard): Change
	keyboard driver to kbd

2004-04-16  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	* pyxf86config.spec:
	Bump version
	
	* xf86config.py:
	Don't write out XkbRules line

2004-04-15  Jeremy Katz  <katzj@redhat.com>

	* configure.in
	* pyxf86config.spec:
	Bump version.

	* xf86config.py (XF86SectionMissing.setupKeyboard): 
	XkbRules should be xorg now.

2004-04-14  Alex Larsson  <alexl@redhat.com>

	* pyxf86config.spec:
	Remove references to XFree86

	* README:
	Remove references to XFree86

2004-02-19  Brent Fox <bfox@redhat.com>

	* xf86config.py:
	Remove setupMice function because all mice
	should use /dev/input/mice now

2004-02-09  Alexander Larsson  <alexl@redhat.com>

	* pyxf86config.spec:
	Buildreq glib2-devel.
	
2004-02-09  Alexander Larsson  <alexl@redhat.com>

	* configure.in: 
	* pyxf86config.spec (Summary):
	Bump version.

	* pyxf86conf.c (pyxf86genarray_setitem):
	Fix bug #111083
	
2003-05-28  Alexander Larsson  <alexl@redhat.com>

	* configure.in: 
	* pyxf86config.spec (Version):
	Bump version.	

	* pyxf86conf.c:
	Set LC_NUMERIC to C temporarily while
	reading/writing config files. Should fix
	bug #85230.

2003-05-16  Alexander Larsson  <alexl@redhat.com>

	* pyxf86config.spec (Version): 
	* configure.in:
	Bump version.

	* xf86config.py (XF86SupportedResolutions):
	Adds more resolutions. Fixes bug #90044.
	
2003-04-30  Alexander Larsson  <alexl@redhat.com>

	* pyxf86config.spec (Version): 
	* configure.in:
	0.3.7

	* xf86config.py (XF86SupportedResolutions):
	Removed accidental cut and pasted text.

2003-04-29  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Bump to 0.3.6

	* xf86config.py (XF86SupportedResolutions):
	Add more resolutions. These are from Dell laptops.
	Fixes bug #89557

-- 0.3.5 ---
	 
2003-01-27  Alexander Larsson  <alexl@redhat.com>

	* configure.in: 
	* pyxf86config.spec:
	Bump version to 0.3.5 for rebuild.

2002-11-12  Michael Fulbright  <msf@redhat.com>

	* xf86config.py:
	Added functions to give lists of all legal bit depth and resolutions.

2002-07-08  Alexander Larsson  <alexl@redhat.com>

	* pyxf86conf.c (pyxf86readConfigFile):
	Handle the case where there is no config file
	already.

2002-06-17  Alexander Larsson  <alla@lysator.liu.se>

	* xf86config.py (XF86SectionMissing.setupModules):
	Don't load GLcore

-- 0.3.0 ---
	 
2002-06-17  Alex Larsson  <alexl@redhat.com>

	* configure.in: 
	* pyxf86config.spec:
	Bump version number to 0.3.0
	
2002-06-17  Alexander Larsson  <alexl@redhat.com>

	* xf86config.py:
	Initialize chipid, chiprev and irq to -1 when
	creating a XF86ConfDev.
	New functions: lookupInputDevice, getCorePointer,
	getCoreKeyboard.
	Fixed bug in template creation.
	Added /dev/input/devices mouse section for USB mice

-- 0.2.0 ---

2002-05-24  Alex Larsson  <alexl@redhat.com>

	* configure.in: 
	* pyxf86config.spec:
	Bump version number.
	
2002-05-23  Alex Larsson  <alexl@redhat.com>

	* pyxf86conf.c:
	Add setattr for XF86ConfFiles
	Add constructor for XF86Config object

	* xf86config.py:
	Add createTemplate() function

-- 0.1.0 ---
	 
2002-04-11  Alex Larsson  <alexl@redhat.com>

	* pyxf86config.spec:
	* NEWS:
	* README:
	Update for the release.

2002-04-11  Alex Larsson  <alexl@redhat.com>

	* pyxf86conf.c:
	Allow you to put None into STRING attributes.
	
	* xf86config.py:
	Some helper functions and optional arguments for constructors.

2002-04-10  Alex Larsson  <alexl@redhat.com>

	* Makefile.am:
	Install fixes

	* configure.in:
	Move AM_CONFIG_HEADER to top.

	* NEWS:
	* README:
	* AUTHORS:
	New files.

2002-03-05  Alex Larsson  <alexl@redhat.com>

	* pyxf86conf.c:
	Remove debug spew.
	
2002-03-05  Alex Larsson  <alexl@redhat.com>

	* pyxf86conf.c (pyxf86genarray_getitem,
	pyxf86genarray_setitem): Ranges were inverted

	* xf86config.py:
	(XF86Mode): Take name argument in constructor
	(XF86ConfDisplay): Init black and white to unset
	(XF86SectionMissing): New exception class
	(getPrimaryScreen): Utility function to get the
	primary screen.

2002-03-01  Alex Larsson  <alexl@redhat.com>

	* xf86config.py:
	Add python wrapper for all the functions

	* Makefile.am:
	* pyxf86conf.c:
	Rename c module to ixf86config. It's now imported
	from the python xf86config module

2002-02-26  Alex Larsson  <alexl@redhat.com>

	* pyxf86conf.c:
	Added attrs to config object.
	
2002-02-26  Alex Larsson  <alexl@redhat.com>

	* pyxf86conf.c:
	Add attrs attribute to list the attributes of the object.
	
2002-02-26  Alex Larsson  <alexl@redhat.com>

	* pyxf86conf.c:
	Fix typo in pyxf86config_write.
	Wrap addComment.

2002-02-26  Alex Larsson  <alexl@redhat.com>

	* pyxf86conf.h:
	Add array wrapper

	* pyxf86conf.c:
	Add rgb, int arrays and range arrays support.
	Wrap the last attributes
	Make config attributes settable
	Wrap writefile
	

