2006-05-15 Brian Cameron * Release 2.15.3: * NEWS: Updated. Also include 2.14.6 NEWS. * configure.ac: Update to new release version. 2006-05-15 Brian Cameron * configure.ac: Clean up the code a bit so that we don't figure out the real prefix twice. 2006-05-15 Brian Cameron * configure.ac: Fix configure so it builds the path to use for gdm-ssh-session desktop file properly if --libexecdir isn't passed to configure. 2006-05-15 Brian Cameron * gui/gdmcommon.c: Use ngettext. Patch provided by Benoit Dejean . Fixes bug #341680. 2006-05-12 Brian Cameron * utils/Makefile.am: Add gdm-ssh-session to EXTRA_DIST. 2006-05-12 Brian Cameron * gui/gdmsession.c: Fix bug that was causing the ShowGnomeFailsafeSession and ShowGnomeXtermSession configuration values not to work right. 2006-05-12 Christian Kirbach * daemon/gdm.c, gui/gdmXnestchosser.c, gui/gdmchooser.c, gui/gdmflexiserver.c: stop using popt in favour of glib's GOption command line parsing. * docs/C/gdm.xml: -nodaemon command line option has become --nodaemon. GDM User Commands section has been rewritten accordingly. Also the interface stability sections reflects the new changes. * daemon/gdm.c (gdm_handle_user_message): Fix compiler warning (too few arguments). * gui/gdmconfig.c (gdm_config_get_xservers): Remove two obsolete variable declarations.