========== Version 2.15.92.1 released ==========

2006-08-28  Mikkel Kamstrup Erlandsen  <kamstrup@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	Fix #352595. The "text" was never added to the result dict.
	It appears we have some problems in the locale handling
	of beagle live though.

2006-08-27  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* po/LINGUAS:
	Resolve comitted conflict

2006-08-26  Mikkel Kamstrup Erlandsen  <kamstrup@cvs.gnome.org>

	* deskbar/DeskbarApplet.py:
	* deskbar/ui/cuemiac/CuemiacButtonUI.py:
	* deskbar/ui/entriac/CuemiacEntryUI.py:
	If the use_selection gconf key was set, the entriac would paste
	the primary selection to the entry on left mouse click. This
	should only happen on keyboard shortcut activation.
	Move use_selection logic to DeskbarApplet.
	This patch was based on work by Sebastian Pölsterl <marduk@k-d-w.org>.
	This closes #346348 and #352595.

2006-08-24  Mikkel Kamstrup Erlandsen  <kamstrup@cvs.gnome.org>

	* deskbar/ui/DeskbarPreferencesUI.py:
	Fix #352593 – AccelEntry doesn't set old value if it looses focus.
	Patch courtesy Sebastian Pölsterl <marduk@k-d-w.org>.