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

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

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

	* daemon/gdm-xdmcp-manager.c: Fix so that the XDMCP configuration
	  options are read from the configuration file again.
	  Fixes bug #498277.  Patch by Andrew Ziem <ahziem1@mailbolt.com>

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

	* daemon/gdm.c, daemon/server.c, daemon/gdm-daemon-config.[ch],
	  common/gdm-config.c, common/test-config.c, gui/gdmwm.c,
	  gui/gdmphotosetup.c, gui/gdmXnestchooser.c, gui/gdmcommon.c,
	  gui/gdmflexiserver.c: Fix leaks.  Fixes bug #499445.  Patch
	  by Andrew Ziem <ahziem1@mailbolt.com>

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

	* gui/gdmXnestchooser.c: Set execvec by calling make_us_an_exec_vector
	  after setting indirect_host, since the function uses this variable.
	  Fixes bug #499389.  Patch by Andrew Ziem <ahziem1@mailbolt.com>

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

	* daemon/gdm.c, daemon/slave.c: Fix so that we allow setting of
	  LC_CTYPE without setting LANG.  Cleanup of how we set the
	  system locale.  Fixes bug #485852.  Patch by Sjoerd Simons
	  <sjoerd@luon.net> and Takao Fujiwara <Takao.Fujiwara@sun.com>.

2007-11-16  Brian Cameron  <brian.cameron@sun.com>

	* daemon/misc.c: Add back hinting, with a preference towards
	  IPv6.  Patch by Ely Levy <nakeee@gmail.com>.

2007-11-14  Brian Cameron  <brian.cameron@sun.com>

	* Reversing last commit since it broke string freeze.

2007-11-14  Brian Cameron  <brian.cameron@sun.com>

	* gui/gdmlogin.c, gui/greeter/greeter_canvas_item.c,
	  gui/gdmsetup.glade, gui/gdmsetup.c, config/gdm.conf.in,
	  docs/C/gdm.xml:  No longer hardcode the password field to '*'.
	  Instead use the GTK+ default character for password fields.  No
	  longer support the UseCirclesInEntry configuration option.
	  Addresses enhancement request #477881.  Patch by Alex "weej"
	  Jones <alex@weej.com>.

2007-11-13  Brian Cameron  <brian.cameron@sun.com>

	* daemon/getvt.c: If gdm_get_current_vtnum is called with a NULL
	  display, just return -1.

2007-11-07  Brian Cameron  <brian.cameron@sun.com>

	* common/gdm-common.[ch], daemon/misc.c, daemon/gdm-xdmcp-manager.c:
	  Fix to better calculate sockaddr length.  No longer set hints,
	  since the way we were doing it was broken.  hints_ai_family is not
	  a bitmask.  Patch by Robert Nelson <robertn@the-nelsons.org>.
	  Fixes bug #494817.

2007-10-31  Luca Ferretti  <elle.uca@libero.it>

	* data/icons/README: Added, with the list of currently installed
	icons and some info if you need to provide new named icons.

2007-10-31  Luca Ferretti  <elle.uca@libero.it>

	* gui/gdmflexiserver.desktop.in: "flexiserver", not "flexyiserver"

2007-10-31  Luca Ferretti  <elle.uca@libero.it>

	* data/icons/32x32/apps/gdm-setup.png: 
	This should never be there, sorry. Deleted from svn.

2007-10-31  Luca Ferretti  <elle.uca@libero.it>

	* pixmaps/16x16/Makefile.am:
	* pixmaps/32x32/Makefile.am:
	* pixmaps/48x48/Makefile.am:
	* pixmaps/Makefile.am:
	Update the icon cache only when exiting from pixmaps/ dir,
	plus remove old "gdm-setup" icon from build.

	* pixmaps/48x48/gdm-setup.png
	* pixmaps/32x32/gdm-setup.png
	* pixmaps/24x24/gdm-setup.png
	Deleted from svn; note that the 24x24 one wasn't used in build.

2007-10-31  Luca Ferretti  <elle.uca@libero.it>

	* gui/gdmflexiserver.desktop.in: Use new "gdmflexiserver" icon
	in launcher
	* gui/gdmsetup.desktop.in.in: Use new "gdmsetup" icon in
	launcher
	* gui/gdmsetup.c: (main): USe new "gdmsetup" icon as default
	window icon (gtk_window_set_default_icon_name)
	* gui/greeter/greeter_system.c: Use "gdmsetup" icon for
	Configure Login Manager menu entry.

2007-10-31  Luca Ferretti  <elle.uca@libero.it>

	* Makefile.am: Added new data/ directory to SUBDIRS.
	* configure.ac: Added new data/* directories to AC_OUTPUT.

2007-10-31  Luca Ferretti  <elle.uca@libero.it>

	* data/*: Added new data/ directory to svn, storing
	by now icons/ directory with new named icons for gdm:
	"gdmsetup" and "gdmflexiserver".
	See bugs #477799 and #477983.