========== Version 2.23.2 released 2008-05-12 ==========

2008-05-12  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* NEWS:
	Updated NEWS for upcoming release

2008-05-12  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	Added OpenThunderbirdMailMessageAction.
	Mail messages are now opened in either evolution
	or thunderbird (fixes #420475).
	Display e-mail address as author when no
	name is available 

2008-05-12  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* configure.ac:
	Bump version to 2.23.2

2008-05-11  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/handlers/actions/OpenFileAction.py:
	* deskbar/handlers/actions/OpenWithNautilusAction.py:
	* deskbar/handlers/actions/ShowUrlAction.py:
	* deskbar/handlers/beagle-live.py:
	Implement Action's get_tooltip method

2008-05-11  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/ui/cuemiac/CuemiacEntry.py:
	* deskbar/ui/preferences/DeskbarPreferences.py:
	* deskbar/ui/DeskbarApplet.py:
	Move to new gtk.Tooltip API

2008-05-08  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/core/CoreImpl.py:
	* deskbar/handlers/mozilla.py:
	Added support for iceweasel browser.
	When the default browser is changed
	mozilla and iceweasel are supported, too.
	When Firefox is usded and the command must
	contain firefox	instead of being exactly
	firefox 

2008-05-08  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/core/CoreImpl.py:
	Fixed bug #522585: Crash when changing default browser

2008-05-01  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/interfaces/Action.py:
	* deskbar/ui/cuemiac/CuemiacActionsTreeView.py:
	* deskbar/ui/cuemiac/CuemiacTreeView.py:
	Added get_tooltip method to Action interface.
	Override this method to display a tooltip
	when the user hovers over the match (the
	default action's tooltip is displayed) or
	over an action in the list of additional
	actions.

2008-05-01  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* configure.ac:
	* deskbar/ui/cuemiac/CuemiacTreeView.py:
	* po/POTFILES.in:
	Show tooltip when hovering over the arrow if
	more than one action is available.
	This requires PyGTK version 2.12 or later.

2008-04-29  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/core/DeskbarHistory.py:
	Did some minor cleanup

2008-04-24  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	Set snippet correctly for feeds, web history
	and E-Mails. Changed displayed text slightly
	for those actions.

2008-04-24  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/ui/AbstractCuemiacView.py:
	* deskbar/ui/CuemiacAlignedView.py:
	* deskbar/ui/CuemiacWindowController.py:
	* deskbar/ui/CuemiacWindowView.py:
	* deskbar/ui/Makefile.am:
	* po/POTFILES.in:
	Moved duplicate code from both UIs to new
	AbstractCuemiacView class

2008-04-24  Sebastian Pölsterl  <sebp@cvs.gnome.org>

	* deskbar/interfaces/View.py:
	Removed not used methods