2007-10-15 Brian Cameron <brian.cameron@sun.com>

	* Release 2.20.1:
	* configure.ac: Updated to new release version
	* NEWS: Updated.

2007-10-15  Brian Cameron  <brian.cameron@sun.com>

	* 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
	  <lool@dooz.org>.

2007-10-09  Brian Cameron  <brian.cameron@sun.com>

	* 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  <brian.cameron@sun.com>

	* 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  <brian.cameron@sun.com>

	* 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
	  <francis.giraldeau@revolutionlinux.com>.

2007-09-28  Brian Cameron  <brian.cameron@sun.com>

	* gui/gdmlogin.c, gui/greeter/greeter.c: Send a response before
	  exiting to avoid a hang.  Fixes bug #473480.  Patch by Ray
	  Strode <rstrode@redhat.com>.

2007-09-21  Brian Cameron  <brian.cameron@sun.com>

	* gui/gdmXnestchooser.c, gui/gdmsetup.c: Turn off debug message
	  logging.  Fixes bug #478318.

2007-09-21  Dave Fincher  <finchair@yahoo.com>

	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  <finchair@yahoo.com>

	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  <brian.cameron@sun.com>

	* configure.ac: Bump glib dependency to 2.12 since we now
	  use g_hash_table_remove_all.

2007-09-20  Dave Fincher  <finchair@yahoo.com>

	* 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 <brian.cameron@sun.com>

	* 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 <brady.anderson@gmail.com>.

2007-09-19 Brian Cameron <brian.cameron@sun.com>

	* 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 <brian.cameron@sun.com>

	* 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 <shawn.p.huang@gmail.com>