2006-01-21 Brian Cameron * Release 2.17.6: * configure.ac: Update to new release version. * NEWS: Updated. 2007-01-21 Lukasz Zalewski Fix for bug #352263 * gui/gdmsetup.c: Created more verbose warnings when defaults.conf or custom.conf are missing before terminating. Also all the error messages are displayed using dialogs rather than stdout. This is especially useful when gdmsetup is run from within login mamaner as it doesn't leave users wondering why it didnt start-up. Also check if gdm daemon is running is made before check for config files. In such setup appropriate message is displayed rather than config file not found. * daemon/gdmconfig.c: Daemon will not start if main configuration file (defaults.conf) is missing * daemon/slave.c: gdmsetup will not be launched if coustom.conf config file is missing 2006-01-22 Brian Cameron * gui/gdmsetup.desktop.in.in: Remove GenericName since the value is redundant with the Name value. Fixes bug #395790. 2006-01-08 Brian Cameron * gui/gdmsetup.c: Fixes so code will compile with c99 compilers. Fixes bug #394421. Patch provided by Jens Granseuer .