2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
* factory.c: (main): NULL vs. 0.
* gnome-settings-default-editor.c: (vfs_change_cb): Fix a test to
use the boolean instead of the return value from a void function.
This has been sitting in bugzilla forever and now other people start
adding comments to the code about it so I'm just going to commit.
* gnome-settings-keybindings.c: (binding_register_keys): ANSIfication.
Tue Jan 13 10:48:57 2004 Jonathan Blandford <jrb@gnome.org>
* gnome-settings-daemon: Merge in acme. We now have a variety of
actions for the keybinding capplet.
2003-07-03 Bastien Nocera <hadess@hadess.net>
* gnome-settings-keybindings.c: (get_screens_list),
(screen_exec_display_string), (grab_key), (do_grab),
(gnome_settings_keybindings_load): grab keys on all the screens for the
current display
2002-10-18 Erwann Chenede - <erwann.chenede@sun.com>
* gnome-settings-keybindings.c
(screen_exec_display_string) : added function to get display
string from an XEvent.
(keybindings_filter) : set a fully qualified DISPLAY env variable
when spawing a keybinding action.
2002-06-06 Erwann Chenede - <erwann.chenede@sun.com>
* gnome-settings-keybindings.c (keybindings_filter) :
do not quit gnome-settings-daemon when pressing Ok
when the warning dialog appears. fix bug #84364
Added localization hooks.
Wed May 29 20:23:13 2002 Jonathan Blandford <jrb@redhat.com>
* Makefile.am: Add gnome-settings-keybinding
* gnome-settings-daemon.c: (gnome_settings_daemon_new): initialize
keybindings support
* gnome-settings-keybindings.[ch]: Patch to add support for custom
keybindings. Thanks to Erwann Chenede <Erwann.Chenede@sun.com>
for the patch.