2008-02-26 Dominique Dumont v0.510
* Build.PL: Use local when setting $Data::Dumper::Terse to 0 to
avoid breaking Module::Build > 0.2808_01
2008-02-08 Dominique Dumont v0.509
* Build.PL (): Fixed a bug that happened on OpenSolaris
2008-02-01 Dominique Dumont v0.508
* Build.PL (): Removed default value for XkbRules as figuring a
default value for all archies and distro is not obvious.
2008-01-28 Dominique Dumont v0.507
* Build.PL: - On Linux, fetch keyboard conf files from
/usr/share/X11/xkb/rules instead of /etc/X11/xkb/rules
- Fixed Build.PL to properly generate keyboard models
taking into account the links xfree86.lst -> base.lst and
xorg.lst -> base.lst
* lib/Config/Model/models/Xorg/InputDevice.pl: added replace => {
keyboard => 'kbd' } for Driver section so the 'keyboard' driver is
replaced by 'kbd' when loading xorg.conf file. This will enable a
transparent transition for xorg user from the old driver to the
new one.
2008-01-23 Dominique Dumont
* lib/Config/Model/Xorg/Read.pm (parse_section): Don't fail when
parsing xorg.conf with wrong entries (i.e. some warped node are
not available due to these errors in xorg.conf)
2007-10-26 Dominique Dumont v0.506
* lib/Config/Model/Xorg.pm: added some code to be able to create a
Xorg object.
* Build.PL: Use fallback model files if no keyboard rules are
found (this should fix failed tests on CPAN Tester)
2007-10-24 Dominique Dumont v0.505
* Build.PL: fixed build script for system without installed Xorg
2007-10-23 Dominique Dumont v0.504
* models: changed 'string' type to 'uniline' in parameters that
should be filled with simple entry (without embedded \n)
* models/Xorg/ServerLayout.pl: small bug fixes in the model
2007-10-01 Dominique Dumont v0.503
* lib/Config/Model/models/Xorg/ServerFlags.pl: removed duplicate
element definition that will break with Config::Model 0.613
2007-06-07 Dominique Dumont v0.502
* lib/Config/Model/models/Xorg/InputDevice.pl: added xkb keyboard
driver choice
* Build.PL: - Extract keyboard configuration model for Xorg's lst
files (Can fallback on linux model if Xorg is not installed. This
feature can be useful for CPAN automatic tests)
- Guess Xorg config file location for $Config{osname}
2007-05-07 Dominique Dumont v0.501
* lib/Config/Model/Xorg/Write.pm: Added method to write new
checklist type content in xorg.conf
* lib/Config/Model/models/Xorg/Monitor.pl: Use new checklist type
* lib/Config/Model/models/Xorg/Screen/Display.pl: fixed wrong
reference in Modes parameter