* Mon Aug 30 2010 Stewart Adam <s.adam@diffingo.com> - 0.0.24
- Sample xorg.conf uses the Fedora default driver for nVidia & ATI cards
  instead of "vesa"
- Save po/de.po as UTF-8 encoded text
- Remove dependency on system-config-display and use our internal xorg.conf
  autogeneration to create xorg.conf files when one does no exist

* Thu Nov 6 2008 Stewart Adam <s.adam@diffingo.com> - 0.0.22
- Update MODULE_LIST for new driver names

* Mon Oct 6 2008 Stewart Adam <s.adam@diffingo.com> - 0.0.21
- Handle cases where there is no xorg.conf

* Sat Dec 8 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.20
- majorVendor must always be set (Thanks for the patch Jon!)

* Thu Nov 1 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.20
- Update translations
- Fix bug with Modules section in xorg.conf

* Thu Nov 1 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.19
- Update translations
- Patch to support alternative kmod locations

* Sun Oct 14 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.18
- fglrx now supports AIGLX
- Honor active=false in GUI
- Remodel GUI to make things more clear
- If we specify command line options, don't start the GUI.

* Wed Sep 12 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.18
- Add patch for detection of alternate kmod location (Thank you Jon!)

* Fri Aug 24 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.17
- Fix traceback for new configs

* Mon Aug 13 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.16
- Return bools from the config, not strings
- Update .destkop file
- Dump livnaConfigDisplayError.py
- Don't use PKGNAME in Makefile for the python dir, dashes don't work so
  well with python site-packages.
- Active on boot should reflect the actual config setting.

* Tue Jul 17 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.15
- `return majorVendor` during RPM check needs to apply to nvidia, too
- Remove Xgl server def, too
- Don't prematurely return in gdm's Xgl functions, let's save changes!
- Why did getGdmXgl always return false!?
- Create an xorg.conf if none exists

* Sun Jul 8 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.14b
- What the heck, /share and not /usr/share? Makefile fixed...
- Fix changelog date

* Sun Jul 1 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.14a
- Oops, should be /usr/bin/install and not ${DESTDIR}/usr/bin/install!

* Sat Jun 30 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.14
- Fix AIGLX option (always reverted to "on")
- Edit Makefiles to recognize more options such as PREFIX and DATADIR, as well
  as use /usr/lib64 on x86_84 systems.

* Sun Jun 18 2007 Stewart Adam <s.adam@diffingo.com> - 0.0.13
- Off/Disabled/False was already programmed, but "No" and "0" are valid options
  too! Same applies for "Yes" and "1"
- Fix a bug where if a Extension section didn't exist, it always set AIGLX to
  False on the first edit. Edits after that enabled fine.
- Let's add AIGLX and Composite Enabled commands rather than leave things to
  defaults, as the defaults aren't going so well in F7.

[*] 0.0.12 - June 4th 2007
- Add XORG_NOT_FOUND message
- Clarify driver to be /proprietary/ driver.
- Be more specific with the messages in general
- Allow modification of the configuration even when a driver is not found...
  *proprietary driver ;)
- Don't make custom.conf bigger an bigger on Xgl setting change

[*] 0.0.11
- Fix up 0.0.10... That was one bad release.

[*] 0.0.10
- Fix translations... Forgot a bunch of messages
- Regen sysconfig file if it doesn't exist... Revisited

[*] 0.0.9
- New translations - Thanks Denis and MT!
- Fix Compsite typo

[*] 0.0.8
- Polish translation (Thanks to Piotr 'Raven' Drąg!)
- Use Makefile

[*] 0.0.7
- Check if there is no vendor installed
- Minor bugfixes


[*] 0.0.6-2:
- LivnaUtils is gone, now only defs
- Files first, then RPM searches.
- Added a few more functions

[*] 0.0.6-1:
- Re-add support for manual-configuration
- Remove initscript template; Unfeasable
- Support nVidia /ATi source installations, but RPM comes first.
- Add functions to Utils.py
- Merge the many Xgl Gdm|Kdm functions into a simple format: get[Gdm|Kdm]Xgl
  and set[Gdm|Kdm]Xgl
- Improve client ease-of-use
- Fix a few typo bugs
- Added many docstrings!
- Check if things exist before attempts to modify them
- Disable Xgl when it's not there
- Don't backup files twice.

[*] 0.0.5-1:
- Some bug fix in advanced option TUI.
- Add ConfigFile class.
- Check if the driver is enabled in the initscript.
- Add --noauto, --quiet and --noconfig TUI options.
- Add build target to the main Makefile.
- Run ldconfig only on specific directories (for performance)
- Add src/livnaConfigDisplay + *.glade on the po/Makefile.
- Add fr.po file.
- Change the color of the app icon to fit with the livna web site style.
- Compile livnaConfigDisplay package at install time (livnaConfigDispay/Makefile).
- Fix some missing import.
- Add icon on the enable/disable button (commented out for the moment)
- Add --applynow arg on TUI, if user add these argument, We ask him to apply
  the new settings immediately.
- Remove unneeded file before make the archive (Makefile).
- Backup and restore stuff are better managed in both UI's
- Library can now be used by other apps in a simpler way.
- Xgl stuff is disabled by default, this feature can be enabled in the config file.
- Multiple driver a once stuff is disabled by default, this feature can be
  enabled in const.py.
- Cleanup i18n strings.
- Introspect and load *ConfigDisplay see ConfigDisplayClient.py at line 119.
- Update spec file.


[*] 0.0.4-1:
- Add ConfigFile.py and CHANGELOG
- Improve overall reliability
