2006-01-30  Brian Cameron  <[email protected]>

       * Release 2.13.0.7:
       * NEWS, configure.ac: Updated
       * docs/C/gdm.xml: Updated version/date.
       * config/gdmprefetchlist.in:  Change libgstreamer-0.8 to
         libgstreamer-0.10 in the prefetch list.
       * docs/Makefile.am:  Adding es back to SUBDIRS.
       * docs/es/Makefile.am:  Adding file.

2006-01-30  Brian Cameron  <[email protected]>

       * config/PreSession.in:  Fix so it no longer tries to access
         the config file via grep/sed.  Now it calls
         'gdmflexiserver --command="GET_CONFIG"', which is a much
         cleaner way to get the info in needs to set the background
         color.

2006-01-30  Brian Cameron  <[email protected]>

       * gui/greeter/themes/happygnome/options.png,
         gui/greeter/themes/happygnome-list/options.png:
         Adding back the previous sessions.png as
         options.png since it is the best icon for the
         new menu.

2006-01-30  Brian Cameron  <[email protected]>

       * gui/greeter/themes/happygnome/disconnect.png,
         gui/greeter/themes/happygnome/options.png,
         gui/greeter/themes/happygnome/sessions.png,
         gui/greeter/themes/happygnome/system.png,
         gui/greeter/themes/happygnome/happygnome.xml,
         gui/greeter/themes/happygnome-list/disconnect.png,
         gui/greeter/themes/happygnome-list/options.png,
         gui/greeter/themes/happygnome-list/sessions.png,
         gui/greeter/themes/happygnome-list/system.png,
         gui/greeter/themes/happygnome-list/happygnome.xml,
         gui/greeter/themes/circles/Makefile.am,
         gui/greeter/themes/circles/circles.xml,
         gui/greeter/greeter_canvas_item.c,
         gui/greeter/greeter_parser.c, gui/gdmlogin.c,
         docs/C/gdm.xml:  Added new "options_button" which pops up
         the F10 menu.  Modified themes to now use the new options
         button for a cleaner one-button look.  Patch provied by
         Sebastien Bacher <[email protected]>.  Modifications to
         existing themes made by myself.  Also modified string
         "Remote login via XDMCP" to "Remote Login via XDMCP".

2006-01-27  Brian Cameron  <[email protected]>

       * configure.in: Make sure /usr/openwin/bin is in the PATH on
         Solaris so that GDM's PreSession/PostSession scripts can find
         sessreg and other needed X programs.  Also this makes sure
         that users have xterm and other such programs in their PATH.
         Before we were only adding it if the Xserver was Xsun, but
         it is also needed if using the Xorg Xserver on Solaris.

2006-01-27  Brian Cameron  <[email protected]>

       * daemon/gdm.h, daemon/gdmconfig.c, gui/gdmcommon.c:  Add better
         logic for grabbing the time for the user's locale if
         Use24HourClock is set to auto.  No longer depend on translaters
         providing a hacky translation of "24-hour" to determine this.
         Instead just rely on localtime.  Fixes bug #328904.  Patch
         provided by Christopher Aillon <[email protected]>.
       * config/gdm.conf.in: Add better comments for certain keys and
         group them so that similar keys are closer together.
       * gui/gdmsetup.c, gui/greeter/greeter.c: rename
         GDM_KEY_GRAPHICAL_THEME_COLOR to GDM_KEY_GRAPHICAL_THEMED_COLOR to
         match the key.

2006-01-27  Brian Cameron  <[email protected]>

       * docs/C/gdm.xml, gui/gdmlogin.c, gui/greeter/greeter_parser.c,
         gui/greeter/greeter_system.c: Change "XDMCP Chooser" to
         "Remote login via XDMCP".  Fixing bug #328857.

2006-01-24  Brian Cameron  <[email protected]>

       * config/gdmprefetchlist.in:  Updated with version provided by
         Padraig O'Briain.  Remove libnautilus-private as it no longer
         exists in GNOME 2.13.

2006-01-23  Brian Cameron  <[email protected]>

       * docs/C/gdm.xml: Add Troubleshooting section.

2006-01-20  Brian Cameron  <[email protected]>

       * daemon/fstype.c: Really fix bug #326819.
       * docs/C/gdm.xml:  Better scrollkeeper/yelp description for GDM.  Fixes
         bug #327796.  Patch by Alessandro Ferrucci <[email protected]>.