==================== 2.23.92 ====================

2008-09-08  William Jon McCann  <jmccann@redhat.com>

	* NEWS: Update for release.

2008-09-08  William Jon McCann  <jmccann@redhat.com>

	* gnome-session/main.c (append_required_apps):
	Warn if no required_components are specified.

2008-09-04  Vincent Untz  <vuntz@gnome.org>

	* configure.in:
	* compat/Makefile.am:
	* compat/*.desktop.*:
	* data/Makefile.am:
	* data/gnome-wm.desktop.*:
	* data/session-properties.desktop.in.in:
	* po/POTFILES.in:
	* po/POTFILES.skip:
	* splash/Makefile.am:
	* splash/gnome-session-splash.desktop.*:
	Make all desktop files translatable. Add to rework a bit the build
	system for this.

2008-09-02  Vincent Untz  <vuntz@gnome.org>

	* data/gnome-wm: avoid gnome-wm launching itself in loop when the
	configuration tells us to use... gnome-wm.

2008-09-02  Vincent Untz  <vuntz@gnome.org>

	Remove required components from the default session. The required
	components should always be in the default session anyway, and keeping
	the list up-to-date in two places can break easily stuff (if someone
	adds a required component or if the user change the value if
	windowmanager only in required components, eg)
	Note that it affects the failsafe session case: all required components
	will also run in the failsafe session. This was intended to be this
	way, as far as I understand.

	* data/gnome-session.schemas.in: remove metacity,gnome-panel,nautilus
	from the default session
	* gnome-session/main.c: (load_standard_apps): always call
	append_required_apps() since the required applications are not in the
	default session.

2008-09-02  Vincent Untz  <vuntz@gnome.org>

	* data/gnome-session.schemas.in:
	* gnome-session/main.c: (append_required_apps):
	Rename /desktop/gnome/session/required_components key to
	/desktop/gnome/session/required_components_list avoid potential clash
	that might happen because of the
	/desktop/gnome/session/required_components directory.

2008-09-02  Vincent Untz  <vuntz@gnome.org>

	* data/gnome-session.schemas.in: revert string freeze break. Add a
	FIXME for the future instead.

2008-09-02  Vincent Untz  <vuntz@gnome.org>

	* data/gnome-session.schemas.in:
	* data/gnome-wm:
	* gnome-session/main.c:
	Do not use dash but underscore to separate words in gconf keys, as
	recommended by the gconf naming conventions. Since they keys are new in
	2.23, it's not too late to do this change.

2008-09-02  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.23.92.

==================== 2.23.91 ====================