2006-01-14 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional Chinese translation(Taiwan).
* zh_HK.po: Added Traditional Chinese translation(Hong Kong).
2006-01-03 Mark McLoughlin <mark@skynet.ie>
* configure.in: remove unused --enable-gconf-source
option - it sets the GCONF_CONFIG_SOURCE variable
which isn't used and AM_GCONF_SOURCE_2 does the job
it's trying to do
2005-11-25 Brian Cameron <Brian.Cameron@sun.com>
* configure.in, capplets/about-me/Makefile.am
capplets/about-me/gnome-about-me.c,
capplets/about-me/gnome-about-me-password.c:
Fix so that gnome-about-me works on non-linux
systems which do not have forkpty().
2005-10-21 Ray Strode <rstrode@redhat.com>
Remap buttons on auxillary mice for left-handed
mode (bug 314409).
* configure.in: add check for xinput extension
* gnome-settings-daemon/gnome-settings-mouse.c
(supports_xinput_devices): new
function to detect XInput Extension
(configure_button_layout): new function to set up
logical mouse button layout for left or right handed
mode
(xinput_device_has_buttons): new function to detect if
an xinput device has buttons to reconfigure
(set_xinput_devices_left_handed): new function to set
auxillary mice into left-handed mode
(set_left_handed): call set_xinput_devices_left_handed
if available
2005-09-26 Brian Cameron <Brian.Cameron@sun.com>
* configure.in: Fix xcursor test so that it doesn't
cause configure to crash if the xcursor extension
can't be found. Instead just build without xcursor
support.
2005-09-14 Ray Strode <rstrode@redhat.com>
* configure.in:
* gnome-settings-daemon/gnome-settings-mouse.c: previous
patch breaks the build, just revert for now, bug 316142.
2005-09-12 Ray Strode <rstrode@redhat.com>
Remap buttons on auxillary mice for left-handed
mode (bug 314409).
* configure.in: add check for xinput extension, needed
for bug 314409.
* gnome-settings-daemon/gnome-settings-mouse.c
(supports_xinput_devices): new function to detect
XInput Extension
(configure_button_layout): new function to set up
logical mouse button layout for left or right handed
mode
(xinput_device_has_buttons): new function to detect if
an xinput device has buttons to reconfigure
(set_xinput_devices_left_handed): new function to set
auxillary mice into left-handed mode
(set_left_handed): call set_xinput_devices_left_handed
if available
2005-06-22 Diego Gonzalez <diego@pemas.net>
* configure.in: add code to conditionally enable the compilation of the about-me capplet
* capplets/Makefile.am: ditto
2005-05-08 Rodney Dawes <dobey@novell.com>
* configure.in (gtk_minver): Require GTK+ >= 2.6.0 now, we should have
been requiring at least 2.4 here anyway, needed for new gdk-pixbuf
method that we use in libbackground for bug #169757
2005-03-27 Sebastien Bacher <seb128@debian.org>
* control-center-categories.c: (populate_category),
(read_categories_from_menu_directory),
(control_center_get_information): update to the new libgnome-menu API,
patch from Mark McLoughlin <markmc@redhat.com>.