==== 0.0.10 ==== 2005-08-31 William Jon McCann * NEWS: Update for 0.0.10 release. 2005-08-29 William Jon McCann * src/gnome-screensaver-preferences.c: Put label column first so that typeahead find works by default. 2005-08-29 William Jon McCann * src/gnome-screensaver-preferences.c (preview_set_theme): Don't set sensitivity for keys that aren't writable. Make locking checkbox insensitive when screensaver is disabled. Based on patch from Fixes #314629. 2005-08-26 William Jon McCann * configure.ac: Add --with-xscreensaverdir argument to specify location of XScreensaver hack configuration files. * src/gs-job.c (gs_job_init): If an xscreensaver dir is specified, append the directory to the list of theme paths. Patch from Rodrigo Moya 2005-08-26 Christophe Merlet * configure.in: Added "fr" (French) to ALL_LINGUAS 2005-08-26 William Jon McCann * src/gs-job.[ch] (gs_job_append_theme_path): Add new function. 2005-08-26 William Jon McCann * src/gs-watcher-x11.c (maybe_send_signal, idle_timer): Don't check the pointer position when doing an emergency locking. Fixes #314530. 2005-08-26 William Jon McCann * data/gnome-screensaver-preferences.glade: Add mnemonic to checkbox label. Use 6px spacing for vbox. Patch from . Fixes #314518. 2005-08-26 Rodrigo Moya * data/gnome-screensaver-preferences.glade: fixed alignment of 'Activate after' label. Added checkbox to the dialog. * src/gnome-screensaver-preferences.c (config_get_lock, config_set_lock): new functions to get/set the lock key. (init_capplet): added a checkbox to allow user to enable/disable locking when running the screensaver. (lock_checkbox_toggled): callback for the checkbox. 2005-08-25 William Jon McCann * src/gs-window-x11.c (gs_window_class_init): Set lock-enabled param to FALSE initially. * src/gs-prefs.c (key_changed_cb): Allow enabling and disabling the lock policy. * src/gs-monitor.c (listener_lock_cb, prefs_changed_cb) (gs_monitor_init): Allow enabling and disabling the lock policy. * src/gs-manager.c (gs_manager_set_lock_active) (gs_manager_set_lock_enabled, activate_lock_timeout) (gs_manager_set_lock_timeout, gs_manager_class_init) (window_show_cb, gs_manager_create_window, gs_manager_new) (gs_manager_unblank): Make a clear distinction between the policy (lock_enabled) and the state (lock_active). 2005-08-24 William Jon McCann * configure.ac: Post release version bump.