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

        * Release 2.16.6:
        * NEWS: Updated.
        * configure.ac: Update to new release version.
	* gui/gdmflexiserver.c: Report an error message when the gdmcomm_check
          test fails.
	* daemon/gdm.h: Fix typo.
	* daemon/gdm.c: Fix check for GDM_KEY_PID_FILE so it matches 2.18.

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

	* configure.ac, daemon/gdm.[ch], gui/gdmlogin.c, gui/gdmcomm.c,
	  gui/gdmXnestchooser.c, gui/greeter/greeter.c:  Deprecated
	  GDM_KEY_PID_FILE and now use /var/run/gdm.pid.  This fixes
	  bug #162849.  Backported from head, patch by William Jon
	  McCann <mccann@jhu.edu>.

2006-04-02  Brian Cameron  <brian.cameron@sun.com>

        * gui/gdmchooser.glade, gui/gdmsetup.glade, gui/gdmsetup.c:
          Remove gnome glade, since it is not used anymore.  Fixes
          bug #424696.  Patch by Kristof Vansant <de_lupus@pandora.be>.

2006-04-02  Brian Cameron  <brian.cameron@sun.com>

        * gui/gdmlanguages.c: Fix strcpy so source and destination do not
          overlap.  Fixes bug #424299.  Patch by Ray Strode
          <rstrode@redhat.com>.

2006-03-27  Brian Cameron  <brian.cameron@sun.com>

	* gui/greeter/greeter_item.c, gui/greeter/greeter.c: Back out 
	  change to require BROWSER since only the happygnome-list theme
	  actually uses the Face Browser.  No need for this in 2.16.

2006-03-27  Brian Cameron  <brian.cameron@sun.com>

        * gui/greeter/greeter_item_pam.c: Partially fix #412576 by adding
          ATK label for the entry field.  Patch provided by David Zeuthen
          <david@fubar.dk>.

2006-03-27  Brian Cameron  <brian.cameron@sun.com>

        * gui/gdmlogin.c, gui/greeter/greeter_item.c, gui/greeter/greeter.c
          gui/greeter_greeter_item_ulist.c, gui/greeter/greeter_system.c:
          Fix gdmlogin and gdmgreeter so the "Configure GDM" menu choice is
          not available when accessibility is turned on since running it
          causes the system to hang.  Also fix gdmgreeter so the Face
          Browser is not displayed when Browser=false.

2006-03-27  Brian Cameron  <brian.cameron@sun.com>

        * gui/greeter/greeter_item_customlist.c:  Fix check so the
          language combo style works.  Fixes bug #423063.  Patch
          provided by Simon <simon@munton.demon.co.uk>.

2007-03-20  Brian Cameron  <brian.cameron@sun.com>

	* docs/C/gdm.xml: Add <revhistory> tag so that this branch of GDM
	  can be built with the latest docs tools.

2007-02-26  Brian Cameron  <brian.cameron@sun.com>

	* gui/gdmchooser.c:  Fix setting of PIPE_BUF to fix buf #409801
	  to fix Hurd support.

2006-02-14  Brian Cameron  <brian.cameron@sun.com>

	* gui/gdmdynamic.c: Fix comparison with string literal.
	  Fix by Hans Petter Jansson <hpj@novell.com>.  Fixes
	  bug #407687.

2007-02-05  Brian Cameron  <brian.cameron@sun.com>

        * gui/gdmlogin.c:  Better fix for not showing the face browser
          if the userlist is empty.  Now we add the model to the treeview
          and add entries to the model rather than building the model first.
          For some reason building the model first and adding it to the
          treeview was causing a selection "changed" signal to get sent
          which caused the interruption message to the slave process.
          Fix by Ludwig Nussel <ludwig.nussel@suse.de>.

2007-01-31  Brian Cameron  <brian.cameron@sun.com>

	* gui/greeter/greeter_item_customlist.c,
	  gui/greeter/greeter_canvas_item.c,
	  gui/greeter/greeter_canvas_text.c,
	  gui/greeter/greeter_session.c,
	  gui/gdmXnestchooser.c, gui/gdmchooser.c,
	  gui/gdmconfig.[ch], daemon/xdmcp.c,
	  daemon/verify-pam.c, daemon/server.c,
	  daemon/gdmconfig.c:  Fix warnings and fix an
	  assertion in gdm because it called
	  gdm_xdmcp_send_forward_query also for IPv6.
	  Patch by Ludwig Nussel.