2006-05-12 Brian Cameron * Release 2.15.1: * NEWS: Updated. * docs/C/gdm.xml: Updated to reflect which interfaces are supported starting with 2.14.6. 2006-05-12 Brian Cameron * gui/greeter/greeter_parser.c: Fix spacing. 2006-05-10 Brian Cameron * daemon/gdm.c: Fix reference to SystemMenu key as a boolean, not a string, so that SuspendCommand works right. Fixes bug #341312. 2006-05-09 Brian Cameron * gui/gdmlogin.c, gui/greeter/greeter_parser.c, gui/greeter/themes/circles/circles.xml, gui/greeter/themes/happygnome/happygnome.xml, gui/greeter/themes/happygnome-list/happygnome-list.xml: Change "Start Over" to "Start Again" since discussion with Calum Benson determined that "Start Over" is not good English. 2006-05-09 Brian Cameron * config/ssh.desktop.in.in, po/POTFILES.in, utils/Makefile.am: Finally fix bug #340960 2006-05-09 Brian Cameron * configure.ac, gui/greeter/greeter_geometry.c: Fix configure so it puts the right string into ssh.desktop.in, * gui/greeter/greeter_geometry.c: Backout change made on 05/08, since it was broken. 2006-05-09 Brian Cameron * config/ssh.desktop.in.in: Added new file. * config/ssh.desktop.in: Remove old file. * config/.cvsignore: Added generated ssh.desktop.in file. 2006-05-09 Brian Cameron * config/Makefile.am: Do chown after chmod. 2006-05-09 Brian Cameron * configure.ac, config/Makefile.am, utils/Makefile.am: Fix the installation of ssh.desktop and gdm-ssh-session so that the desktop file is translated and gdm-ssh-session is installed to libexecdir. Fixes bugs #340958 and #340960. 2006-05-08 Brian Cameron * gui/greeter/greeter_geometry.c: Now be smarter about child allocation width when working with fixed. 2006-05-08 Brian Cameron * daemon/slave.c: Fix reference to the security/AllowRemoteAutoLogin so it is accessed as a boolean, not a string. Fixes remote autologin so it works again. 2006-05-04 Brian Cameron * daemon/misc.c: Fix syntax. 2006-05-04 Brian Cameron * daemon/display.c, daemon/slave.c, daemon/misc.c: Improvements to signal handling, fixing problem where GDM slave can hang on read. Fixes bug #336549. Patch provided by Ed Catmur . * AUTHORS: Added Ed. 2006-05-04 Brian Cameron * configure.ac: Fix invokation of PreFetch list. 2006-05-04 Brian Cameron * configure.ac, daemon/gdmconfig.c, daemon/server.c: Fixes to better support FreeBSD. Fixes bug #340668. Patch provided by Joe Marcus Clark . 2006-05-04 Brian Cameron * gui/greeter/greeter_parser.c: Remove double-free. Fixes bug #340668. Patch provided by Joe Marcus Clark . 2006-05-03 Brian Cameron * daemon/gdmconfig.h: Remove gdm_config_init from header since it is a static function in the c file.