2007-10-15 Brian Cameron * Release 2.20.1: * configure.ac: Updated to new release version * NEWS: Updated. 2007-10-15 Brian Cameron * gui/gdmlogin.c, gui/greeter/gdmgreter_item_pam.c: Change behavior of Tab so it acts like enter if the focus is on the entry field. Ctrl-Tab can be used for changing focus. This fixes bug #433495. Patch by Lo\357c Minier . 2007-10-09 Brian Cameron * daemon/verify-crypt.c, daemon/verify-shadow.c, daemon/filecheck.c, daemon/gdm-xdmcp-manager.c: No longer translate messages in debug. 2007-10-09 Brian Cameron * daemon/verify-crypt.c, daemon/verify-shadow.c: No longer print username in error messages in case the user accidently types their password in the username entry. We should avoid logging any passwords to syslog. Addresses some problems in bug #484750. 2007-10-03 Brian Cameron * Decrease num_sessions when appropriate. Otherwise GDM incorrectly thinks the maximum number of XDMCP connections has been reached. Fixes bug #478441. Patch by Francis Giraldeau . 2007-09-28 Brian Cameron * gui/gdmlogin.c, gui/greeter/greeter.c: Send a response before exiting to avoid a hang. Fixes bug #473480. Patch by Ray Strode . 2007-09-21 Brian Cameron * gui/gdmXnestchooser.c, gui/gdmsetup.c: Turn off debug message logging. Fixes bug #478318. 2007-09-21 Dave Fincher Fixes bug #478805. * gui/greeter/themes/happygnome/happygnome-list.xml: Updated happygnome-list.xml so that all elements display on 800x600 and larger screen resolutions and elements dynamically adjust size and position based on the screen resolution. * gui/greeter/themes/happygnome-list: Removed the options.png files which is not used in the happygnome-list theme * gui/greeter/themes/happygnome-list/Makefile.am: Removed session.png file entry which is not used in the happygnome-list theme. 2007-09-21 Dave Fincher Fixes bug #478800. * gui/greeter/themes/happygnome/happygnome.xml: Updated happygnome.xml so that the bottom buttons and bar to display on 800x600 and larger screen resolutions. * gui/greeter/themes/happygnome: Removed the options.png files which is not used in the happygnome theme * gui/greeter/themes/circles/Makefile.am: Removed session.png file entry which is not used in the circles theme. 2007-09-20 Brian Cameron * configure.ac: Bump glib dependency to 2.12 since we now use g_hash_table_remove_all. 2007-09-20 Dave Fincher * gui/greeter/themes/circles/circles.xml: Updated circle.xml so that the bottom buttons and bar to display on 800x600 and larger screen resolutions. * gui/greeter/themes/circles: Removed the options.png and help.png files which are not used in the circles theme * gui/greeter/themes/circles/Makefile.am: Removed session.png and help.png file entries which were not used in the circles theme. * AUTHORS: Added self to authors file. 2007-09-20 Brian Cameron * daemon/gdm-daemon-config.c: Fix so that if the .dmrc file does not exist, it is created. Fixes bug #453916. Patch by Brady Anderson . 2007-09-19 Brian Cameron * configure.ac, gui/Makefile.am: I discovered that GDM was getting -lsocket and -lnsl from a different pc file, which is not appropriate. Fix gdm so we list these explicitely. This is needed on Solaris where we need to specify dependant libraries. 2007-09-18 Brian Cameron * gui/gdmcommon.c: Set stdout/stderr to DEV_NULL when spawning at_spi_registryd and the prefetch program. This fixes a hanging problem reported in bug #473480. Patch by Huang Peng