========== Version 2.17.5 released 2007-01-08 ==========

2007-01-08  Mikkel Kamstrup Erlandsen  <kamstrup@cvs.gnome.org>

	* NEWS
	* configure.ac
	Bump version. Update NEWS.


2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* help/C/deskbar.xml:
	* po/POTFILES.in:
	* po/POTFILES.skip:
	Build fixes

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/ui/DeskbarPreferencesUI.py:
	Improve the accelerator entry. Patch by Sebastian Pölsterl.

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/Makefile.am:
	Remove google-live from the Makefile.am

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* configure.ac:
	* data/prefs-dialog.glade:
	* deskbar/Makefile.am:
	* deskbar/ModuleContext.py:
	* deskbar/ui/DeskbarPreferencesUI.py:
	* deskbar/ui/ModuleListView.py:
	* deskbar/updater/ErrorDialog.py:
	* deskbar/updater/Makefile.am:
	* deskbar/updater/NewStuffUpdater.py:
	* deskbar/updater/ProgressbarDialog.py:
	Resurrect the new-stuff-manager support. It is optional, and nothing
	changes if the new-stuff-manager isn't available to the user.
	Patch #350165 by Sebastian Pölsterl <marduk@k-d-w.org>

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/ui/DeskbarPreferencesUI.py:
	Prevents binding of keys a-z and shit-a-z. Patch by Sebastian Pölsterl.
	Fixes bug #388486

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/prefs-dialog.glade:
	* deskbar/Keybinder.py:
	Fixes hotkey unbinding. Patch by Manuel Muradas <manuel_muradas@speedy.com.ar>.
	Fixes bug #346749 and a huge number of issues related to hotkey unbinding.

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/Utils.py:
	Add opened files to recent manager in GTK 2.10. Patch by Robert Bradford
	<robster@debian.org>. Closes bug #383051.

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/programs.py:
	* deskbar/ui/entriac/CuemiacEntryUI.py:
	Fixes bug #382125. Patch by Sebastian Pölsterl <marduk@k-d-w.org>

2007-01-07  Rob Bradford  <rob@robster.org.uk>

	* deskbar/ui/entriac/CuemiacEntryUI.py: close the popup when the
	  focus is taken away (see #367632)

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/DeskbarApplet.py:
	* deskbar/Utils.py:
	* deskbar/handlers/desklicious.py:
	* deskbar/handlers/yahoo.py:
	Fixes bug #364602. Patch by Glynn Foster <glynn.foster@sun.com>

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/ui/cuemiac/CuemiacButtonUI.py:
	Fixes bug #358854. Patch by Martin Schanzenbach <mschanzenbach@gmail.com>

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/galago.py:
	Removed unused galago plugins

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/epiphany.py:
	Fix bug #390358. The watcher attribute is checked before being called

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/Deskbar_Applet.server.in.in:
	Refresh some of the env variables

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/epiphany.py:
	Fixe bug #388802 . Add a trycatch before parsing aphy history file

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/BrowserMatch.py:
	* deskbar/Utils.py:
	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/desklicious.py:
	* deskbar/handlers/evolution.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/galago.py:
	* deskbar/handlers/recent.py:
	* deskbar/handlers/web_address.py:
	* deskbar/handlers/yahoo.py:
	* po/POTFILES.in:
	Remove google-live.py from the translatable files.
	Fix bug #388422 and any other bug related gnome.url_show, by showing an
	error box.

2007-01-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/google-live.py:
	Remove the google live handler since they do not offer the api key
	anymore. fixes bug #385258

2007-01-5  Mikkel Kamstrup Erlandsen  <kamstrup@cvs.gnome.org>

	* deskbar/ui/cuemiac/CuemiacAlignedWindow.py
	Check if widgetToAlignWith is realized in update_position().
	This should fix bug 336855. PLEASE TEST!

2007-01-2  Mikkel Kamstrup Erlandsen  <kamstrup@cvs.gnome.org>

	* deskbar/Utils.py:
	Don't return non-executable files found in PATH in is_program_in_path().
	This closes bugs #390369 and #385087. Patch from Sebastian Pölsterl.

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

	* deskbar/handlers/mozilla.py:
	Fix multiple iterations over same bookmark sets (not user visible).

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

	* deskbar/Match.py:
	* deskbar/handlers/mozilla.py:
	Add support for Firefox 2.0 search engines. I had to use xml.dom.minidom
	to parse the files, and we might as well port the "old" format parser
	to xml.dom.minidom as well (it uses a custom sax-like parser).
	
	I had to add a named parameter "pixbuf" to the Match base class since
	the FF2 search engines contains raw base64 encoded favicons - meaning I 
	couldn't ref to a file using the "icon" parameter in the Match constructor
	as usual.
	
	Needs to be tested with older Firefoxes (I suspect it to work though). 
	
2006-12-03  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* NEWS:
	* configure.ac:
	Bump to 2.17.3


========== Version 2.17.3 released 2006-12-03 ==========

2006-12-03  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	Fix opening file that have been deleted by opening parent dir

2006-12-03  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* .cvsignore:
	* Makefile.am:
	* configure.ac:
	* help/.cvsignore:
	* help/C/deskbar.xml:
	* help/C/legal.xml:
	* help/Makefile.am:
	* help/deskbar.omf.in:
	* m4/.cvsignore:
	Add the gnome-doc-util stuff needed for the user manual. Files are
	tempaltes from the gnome-doc-utils cvs repo.

2006-11-21  Rodrigo Moya <rodrigo@novell.com>

	* deskbar/keybinder/tomboykeybinder.c: added missing header files
	to pass code check tests.

2006-11-20  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/ui/About.py:
	Close bug #368576, add encoding description to About.py

2006-11-20  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/ui/cuemiac/CuemiacItems.py:
	Add translation for categories. the gettext call was missing

2006-11-20  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/files.py:
	Workaround bug #366973, if opening a file fails because it is
	executable or for any other reason, open the parent directory
	instead

2006-11-20  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* po/POTFILES.in:
	Fixes bug #375987 missing translated file

2006-11-17  Francisco Javier F. Serrador  <serrador@openshine.com>

	* deskbar/ui/cuemiac/CuemiacItems.py: Reverting due to gettext
	lateral error.

2006-11-17  Francisco Javier F. Serrador  <serrador@openshine.com>

	* deskbar/ui/cuemiac/CuemiacItems.py: Fixes #355278 Making 
	strings to appear translated.