2006-01-07 Brian Cameron * Release 2.17.5: * configure.ac: Update to new release version. * NEWS: Updated. 2006-01-07 Brian Cameron * gui/gdmchooser.glade, gui/gdmsetup.glade: No longer hardcode invisible_char property in glade files, instead rely on GTK+ default. Patch by Vitaliy Ischenko . Fixes bug #393904. 2006-01-07 Brian Cameron * gui/gdmcommon.c: Remove filter_watch after it is called for the first time. This filter is used to start at_spi_registryd but after it is started there is no need to listen to the propery any more. Patch by Li Yuan . Fixes bug #393013. 2006-12-29 Brian Cameron * Patch to add revnumber and date to GDM docs. Patch by Paul . Helps to fix bug #389931. 2006-12-29 Lukasz Zalewski * gui/gdmsetup.c: Fixed minor bug which allowed users with uid lower than minimalUID to be added to the include list, by adding them to the include list (not applying the changes yet), changing the value of the minmalUID and then applying changes. Fixes bug #390147. * gui/gdmsetup.c: Fix some memory leaks. 2006-12-29 Brian Cameron * configure.ac, daemon/Makefile.am, daemon/misc.[ch], daemon/slave.c, daemon/verify-pam.c: Now GDM will recognize when the system language has changed and when new GUI's are displayed they will be in the new system language without neeting to restart GDM. By default the /var/sysconfig/i18n file is assumed to have the language defined in LANG=foo format. The --with-lang-file configure option may be needed to specify a different system language configuration file. On Solaris it would be /etc/default/init, for example. Note the change to verify-pam is done to flush the hash table of pam messages to useful translations. This change implements enhancement request #384603. Patch by Ray Strode and Takao Fujiwara . 2006-12-21 Lukasz Zalewski * More fixes/changes for bug/feature request #334186. * gui/gdmsetup.c: Fixed minor bug which resulted in a warning related to the incorrect config value being displayed when one of the custom command fields was toggled gui/gdmsetup.glade: Minor changes in the commands dialog. for each of the entry widgets added text explaining briefly its purpose (that is besides the tooltip) 2006-12-16 Brian Cameron * gui/greeter/greeter_canvas_item.c, gui/greeter/greeter_system.c: Backout changes I didn't mean to apply with last change. This added icons to the Options menu, but some of the icons aren't showing up because gnome-settings-daemon isn't running. Want to figure this out before I commit. 2006-12-16 Lukasz Zalewski * gui/gdmsetup.c, gui/gdmsetup.glade: More fixes/changes for bug/feature request #334186. 2006-12-15 Brian Cameron * gui/greeter/greeter_item_ulist.c: Fix so we only hide userlist if there are no users and the userlist is actually turned on. 2006-12-15 Brian Cameron * daemon/errorgui.c: No longer close descriptors when starting dialog boxes because this causes the GUI to not display any text. 2006-12-15 Lukasz Zalewski * gui/gdmsetup.c, gui/gdmsetup.glade: More fixes/changes for bug/feature request #334186. 2006-12-14 Brian Cameron * daemon/gdm.c, daemon/gdmconfig.c, gui/gdmsetup.c, gui/gdmlogin.c, gui/greeter/greeter_action_language.c, gui/greeter/greeter_system.c: Fixes for compiling with gcc 2.95. Fixes bugs #385644 and #385650. Patch provided by Jens Granseuer .