========== Version 2.16.1 released ==========

2006-10-18  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/DeskbarApplet.py:
	Select text when in 'don't delete mode'

2006-10-18  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/Utils.py:
	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/beagle-static.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/programs.py:
	* deskbar/handlers/web_address.py:
	bug #360356, bug #353081, Crash when launching nonexistent program

2006-10-18  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/deskbar-applet.schemas.in:
	* data/prefs-dialog.glade:
	* deskbar/BrowserMatch.py:
	* deskbar/DeskbarApplet.py:
	* deskbar/Keybinder.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/web_address.py:
	* deskbar/ui/DeskbarPreferencesUI.py:
	* deskbar/ui/cuemiac/LingeringSelectionWindow.py:
	* po/POTFILES.skip:
	bug #353691, disable high-CPU handlers for the default settings
	bug #354953, crash when parsing a non-standard accelerator string
	bug #355573, crash on self.ui when gconf has a weird value in it
	bug #355947, crash on parsing malformed mozilla bookamrks
	bug #356893, crash when a pixmap is None instead of an actual image
	bug #358298, markup in url cause web_address to crash
	bug #359522, crash when gconf isn't used for browser detection code
	bug #359568, crash when dealing with gnomevfs drives==none


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

	* deskbar/DeskbarApplet.py:
	Add a sanity check to avoid crashing on buggy middle clicks.
	This should fix bug 355687.

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

	* deskbar/handlers/beagle-live.py:
	Following up on last ChangeLog entry...
	I removed the error dialog and just pipe a message to stderr.
	Since 2.16 is stable we are effectively in string freeze, my bad.
	HEAD still uses the dialog.

2006-09-21  Mikkel Kamstrup Erlandsen  <kamstrup@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	Properly fix #353081 – "crash in Deskbar: Enabling beagle live plu...".
	Show a warning dialog if failing to start beagled.
	There are some strings that need translation, can we add those in 2.16.1?