2008-03-10 Brian Cameron <brian.cameron@sun.com>

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

2008-03-10 Brian Cameron <brian.cameron@sun.com>

	* daemon/gdm.h, po/POTFILES:  Mark the default local and remote
	  welcome message for translation more clearly.  Fixes bug
	  #519528.  Thanks to Wouter Bolsterlee <uws+gnome@xs4all.nl>
	  and Frederic Crozat <fcrozat@mandriva.com> for help with 
	  this patch.

2008-03-07 Brian Cameron <brian.cameron@sun.com>

	* daemon/gdm.c:  Get default locale from LC_MESSAGES rather than
	  from g_get_language_names.  Fixes bug #517670.  Patch by Ray
	  Strode <rstrode@redhat.com>.

2008-03-05 Brian Cameron <brian.cameron@sun.com>

	* gui/gdmcommon.c: If the user uses the default remote welcome string
	  for local displays or vice-versa, then translate the string.
	* gui/gdmflexiserver.c:  Need to call gdk_init when running in
	  --command mode or the -a option fails when trying to call the
	  gdk function to get the display.  Patch by Frederic Crozat 
          <fcrozat@mandriva.com> and myself.

2008-03-01 Brian Cameron <brian.cameron@sun.com>

	I got approval from the GNOME release team for these 3 changes.

	* gui/gdmlogin.c, gui/gdmsetup.glade,
	  gui/greeter/greeter_canvas_item.c, gui/gdmsetup.c,
	  config/gdm.conf.in: Honor default password character rather than
	  hardcoding to '*'.  Fixes bug #477881.  Note this same fix was
	  committed and reverted on 2007-11-14 because I did not obtain string
	  freeze breakage approval at that time.  Patch by Alexander "weej"
	  Jones <alex@weej.com>.
	* docs/C/gdm.xml: Modify docs relating to above change, and 
	  modify the Custom Widgetry section to explain the recent fixes
	  (in last commit).
	* gui/greeter/greeter_canvas_item.c:  Note the change on 2007-11-14
	  also fixed bug #389734.  I intended to back this change out, but I
	  obviously forgot to revert it with the other changes.  At any rate
	  there is now approval to break string freeze for this string, so
	  leaving this fix in.  Patch provided by Roberto Sarrionandia
	  <rbs.tito@gmail.com>.
 
2008-02-28 Brian Cameron <brian.cameron@sun.com>

	* gui/gdmcommon.c:  Fix code so that saving custom widgetry values
	  works again.  Now the files are saved in INI format with the
	  [GreeterInfo] group.

2008-02-18 Brian Cameron <brian.cameron@sun.com>

	* daemon/slave.c: Get the environment value for XDG_DATA_DIRS
	  before calling ve_clearenv.  This issue was noticed while
	  discussing bug #510358.

2008-01-23 Brian Cameron <brian.cameron@sun.com>

	* gui/gdmsetup.c: Fix bug that was causing the Welcome message to not
	  get saved properly.  Fixes bug #511018.  Also removed the bad code
	  to delete translated strings if the user changes the value.  If
	  user wants to change the translated strings, they should do it 
	  manually.

2008-01-10 Brian Cameron <brian.cameron@sun.com>

	* daemon/gdm-daemon-config.c: Fix the setting of the custom command
	  NOTIFY key to avoid crashing problem when changing the label values
	  of a custom command in gdmsetup.

2008-01-09 Brian Cameron <brian.cameron@sun.com>

	* daemon/verify-crypt.c, daemon/verify-shadow.c:  Add include of
	  gdm-log.h to fix compile issues.  Fixes bug #508275.  Thanks to
	  Simon Munton <simon-gnome@munton.demon.co.uk> for the patch.