2005-12-09  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* NEWS:
	* README:
	* deskbar/about.py:
	Add a translator credit string, so translators can have their name in the
	About box.

	Updated NEWS for upcoming release

2005-12-06  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* configure.ac:
	* deskbar/Makefile.am:
	* deskbar/beagle/.cvsignore:
	* deskbar/beagle/Makefile.am:
	* deskbar/beagle/__init__.py:
	* deskbar/beagle/_beagle.defs:
	* deskbar/beagle/_beagle.override:
	* deskbar/beagle/_beaglemodule.c:
	* deskbar/beagle/gen-defs.sh:
	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/beagle-live.py:
	Remove our own beagle python binding. This mean we require beagle 0.1.3
	that ships with python bindings. Update the handler to use 'import beagle'
	and remove any reference to beagle in configure.ac

2005-12-02  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/handlers/evolution.py:
	Took out the UTF-8 arrows in the help string, to workaround bug 323232.

2005-12-04  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.ac: Added 'th' (Thai) to ALL_LINGUAS.

2005-12-04  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/smart-bookmarks.glade:
	* deskbar/handlers/Makefile.am:
	Repairs a distcheck error, and update the smart bookmark string to be
	clearer, hopefully :)

2005-12-04  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/Deskbar_Applet.server.in.in:
	* data/art/Makefile.am:
	* data/art/deskbar-applet-small.png:
	* data/art/deskbar-applet-small.svg:
	* data/art/deskbar-applet.png:
	* data/art/deskbar-applet.svg:
	* deskbar/about.py:
	* deskbar/deskbarentry.py:
	* deskbar/handler_utils.py:
	* deskbar/handlers_browsers.py:
	* deskbar/preferences.py:
	* po/POTFILES.in:
	Add a translatable file, change the old icon for a new more to the point,
	tango-ized icon (we don't do searches, we do actions). Update wherever
	possible to use the new icons.

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

	* deskbar/deskbarentry.py:
	* deskbar/history.py:
	Fix history behavior. Duplicate items in history are moved instead of
	being added multiple times.
	Fix duplicate items detection, the code path was stupid.
	Fixes bug #322981: Duplicate items in history

2005-12-02  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/handlers/epiphany.py:
	We shouldn't offer those bookmarks with an %s in them, without some
	text to substitute for that %s.
	
	* deskbar/handlers/mozilla.py:
	Now supports those Moz/Firefox bookmarks with a defined "ShortcutURL",
	i.e., keywords.  Note that this is different from the search engines
	presented in the top-right "search box" in firefox.

2005-11-28  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/deskbarentry.py:
	Initial attempt at history completion, builtin.
	It make sense to have first all past matches since you are probably trying
	to do it again, since people use mostly the bar for some specific
	purposes. Currently hardcoded, might change if it's really annoying. I
	don't think so.

2005-11-28  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handler.py:
	* deskbar/handler_utils.py:
	* deskbar/handlers/debug-requirements.py:
	* deskbar/handlers/evolution.py:
	* deskbar/handlers/google-live.py:
	* deskbar/preferences.py:
	Add a HANDLER_HAS_REQUIREMENTS to differentiate between hard dependencies,
	and simple configuration.
	Saner way to handle handlers with missing deps. Move evolution to new HAS_REQUIREMENTS.
	Move the more dialog to handler_utils.py and make handlers use it.
	Add google strings for translation

2005-11-28  Nigel Tao  <nigeltao@cvs.gnome.org>

	* data/Makefile.am:
	* data/smart-bookmarks.glade:
	* deskbar/deskbarentry.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers_browsers.py:
	Web search bookmarks (aka "smart bookmarks") can now have shortcuts
	(aka "keywords").

2005-11-27  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/applet.py:
	Correctly draw the IconEntry even before it gets focus.

2005-11-27  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/applet.py:
	Keybinding UI now picks up the right gconf preference when run as an
	applet, rather than in -w mode.

2005-11-25  Alexander Shopov  <ash@contact.bg>

	* configure.ac: Added "bg" (Bulgarian) to ALL_LINGUAS

2005-11-25  Nigel Tao  <nigeltao@cvs.gnome.org>

	* data/prefs-dialog.glade:
	* deskbar/applet.py:
	* deskbar/applet_keybinder.py:
	* deskbar/module_list.py:
	* deskbar/preferences.py:
	Tidied up the preferences dialog.  Added keybinding UI.  Rephrased
	some things to be consistent with the Epiphany web browser. For example,
	"Handlers" became "Extensions".  Fixed warning when no extension is
	selected.  "Enabled" checkbox now comes before the extension icon.
	Removed the word "Applet".

2005-11-24  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/module_list.py:
	Disabled handlers are now sorted by name alphabetically in the
	Preferences UI.

2005-11-24  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/handler_utils.py:
	Scale down those icons that are too large.

2005-11-23  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/evolution/_evolution.defs:
	* deskbar/evolution/_evolution.override:
	* deskbar/evolution/evolution.c:
	* deskbar/evolution/evolution.h:
	* deskbar/handlers/evolution.py:
	Evolution handler is now sync rather than async.  This will hopefully
	fix evolution handler bugs like bug #322119.

2005-11-22  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/evolution/evolution.c:
	Fixed crasher when user has more than one address book available for
	auto-completion.  Possibly fixes bug #321975.

2005-11-21  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* configure.ac: Added 'gl' to ALL_LINGUAS.

2005-11-21  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/preferences.py:
	* deskbar/data/prefs_dialog.glade:
	* deskbar/handlers/google-live.py:
	Handlers don't need manual "Refresh"ing in the Preferences UI - it's all
	instant apply.
	Moved the "Drag and Drop Handlers" label back to the .glade file, where
	it belonged in the first place.

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

	* README:
	* configure.ac:
	* deskbar/applet.py:
	* deskbar/handlers/Makefile.am:
	Add some infos about g-p-e-2.10 and focus issues
	Correct a bug that evolution.py wasn't installed because it checked for
	beagle support instead of checking for evolution support.
	Add preliminary and probably garbage transparency stuff. A new API is in
	the make to have this in a cleaner way in libpanel-applet

2005-11-20  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Added nb to ALL_LINGUAS.

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

	* po/POTFILES.in:
	Add some more translatable files

2005-11-19  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/deskbar-applet.py:
	* deskbar/deskbarentry.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/indexer.py:
	* deskbar/preferences.py:
	Fixes CVS b0rkage in indexer.py and preferences.py
	Correctly initialize gnome.program_init to hopefully avoid renadom crashes
	Correctly call the show method on the icon eventbox to fully draw the
	widget on the panel even before it got the focus.

2005-11-18  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/art/Makefile.am:
	* data/art/deskbar-applet-small.png:
	* deskbar/Makefile.am:
	* deskbar/deskbarentry.py:
	* deskbar/handlers/Makefile.am:
	* deskbar/indexer.py:
	* deskbar/preferences.py:
	* deskbar/tokenizer.py:
	Remove tokenizer.py and update indexer, we won't need it anymore, too slow
	anyway.

	Remove the custom deskbar-small icon, and use stock search/find icon for
	the bar and pref dialog.

2005-11-18  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handler_utils.py:
	* deskbar/handlers/directories.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/gtkbookmarks.py:
	Slightly change the wording to be more consistent in File and Folders for
	GtkBookmarks and GnomeSearchFiles.
	Merge File.py and Directories.py, we always want both or none anyway.

2005-11-18  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/deskbarentry.py:
	* deskbar/handlers/debug-blockinginit.py:
	* deskbar/handlers/debug-requirements.py:
	Remove blocking init handler, not of any use anymore.
	Implement smart history browsing, now it's possible to use shell-like
	up/down key to browse history, yet preserving (page) up/down navigation in
	the matches list.

2005-11-17  Adam Weinberger  <adamw@gnome.org>

	* configure.ac: Added en_CA to ALL_LINGUAS.

2005-11-18  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/handler.py:
	* deskbar/module_list.py:
	* deskbar/preferences.py:
	* deskbar/data/prefs_dialog.glade:
	* deskbar/evolution/evolution.c:
	* deskbar/evolution/_evolution.defs:
	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/debug-requirements.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/evolution.py:
	* deskbar/handlers/galago.py:
	* deskbar/handlers/galeon.py:
	* deskbar/handlers/google-live.py:
	* deskbar/handlers/google-live-help.txt:
	* deskbar/handlers/mozilla.py:
	Handlers are now configurable in the Preferences UI.
	Google Live Handler's help is now presented in the UI, rather than as
	a separate text file.
	Evolution bindings now say how many address books have auto-complete.
	New debug-requirements debugging Handler.

2005-11-18  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/deskbarentry.py:
	Use ctrl up/down to browse history to avoid conflicting with pageup/down
	functionality

2005-11-16  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/filewatcher.py:
	Attempt to fix random crashes happening in deskbar when playing with
	gnomevfs file monitoring + xml parsing. This is a bug in pyexpat, sent a
	patch. The workaround is valid.

2005-11-15  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/debug_async_handler.py:
	* deskbar/handlers/debug_blockinginit.py:
	* deskbar/handlers/debug_signal_handler.py:
	* deskbar/handlers/directories.py:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/evolution.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/galago.py:
	* deskbar/handlers/galeon.py:
	* deskbar/handlers/google-live.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/pathprograms.py:
	* deskbar/handlers/programs.py:
	* deskbar/handlers/volumes.py:
	* deskbar/handlers/web_address.py:
	Edited description strings to be consistent regarding capitalization.

2005-11-15  Žygimantas Beručka  <zygis@gnome.org>

	* configure.ac: Added Lithuanian to ALL_LINGUAS.

2005-11-14  Marcel Telka  <marcel@telka.sk>

	* configure.ac (ALL_LINGUAS): Added sk.

2005-11-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* configure.ac:
	* deskbar/Makefile.am:
	* deskbar/defs.py.in:
	Post-release fixes and bumps

2005-11-14  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* configure.ac: Added Spanish translation to ALL_LINGUAS

========== Version 0.8.5 released ==========

2005-11-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* NEWS:
	* README:
	* TODO:
	* configure.ac:
	Prepare 0.8.5 release.

2005-11-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/deskbar-applet.schemas.in:
	* deskbar/about.py:
	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/directories.py:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/evolution.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/galago.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/pathprograms.py:
	* deskbar/handlers/programs.py:
	* deskbar/handlers/volumes.py:
	* deskbar/handlers/web_address.py:
	* deskbar/handlers_browsers.py:
	Update translatable strings to remove unneeded markup

2005-11-13  Christian Rose  <menthos@menthos.com>

	* configure.ac: Added "sv" to ALL_LINGUAS.

2005-11-13  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/deskbarentry.py:
	* deskbar/handler.py:
	* deskbar/history.py:
	First step for persistant history

2005-11-12  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* configure.ac:
	* deskbar/Makefile.am:
	* deskbar/handlers/programs.py:
	Fix bug #321236, always show file search and gnome dict even when the menu
	item is hidden by the user
	Small change in defs.py generation, in makefile instead of configure.ac

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

	* deskbar/.cvsignore:
	* deskbar/__init__.py:
	* deskbar/applet.py:
	* deskbar/preferences.py:
	Really fix the per-applet gconf settings issue.

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

	* configure.ac:
	* deskbar/Makefile.am:
	* deskbar/defs.py.in:
	* deskbar/deskbar-applet:
	* deskbar/deskbar-applet.py:
	Fixes bug #321115: deskbar does not like being installed into a different prefix
	to Python.

2005-11-10  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/applet.py:
	Fix bug #320373 - Fitt's law whackiness.

2005-11-08  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/module_list.py:
	* deskbar/preferences.py:
	Correctly handle the handlers list. Should react to external changes
	in gconf correctly now when running multiple instances for example. Fixes
	part of bug #320384

2005-11-08  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/deskbarentry.py:
	* deskbar/handler.py:
	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/directories.py:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/evolution.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/galeon.py:
	* deskbar/handlers/google-live.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/volumes.py:
	* deskbar/handlers/web_address.py:
	* deskbar/handlers_browsers.py:
	Fix the get_hash problem, now handlers by default are not checked for
	duplication except if they override the method.
	Implement get_hash in all handlers where applicable
	Revisit the firefox/mozilla smart engine parser, should be error free now.

2005-11-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* configure.ac:
	* deskbar/Makefile.am:
	* deskbar/deskbarentry.py:
	* deskbar/gnomedesktop/.cvsignore:
	* deskbar/gnomedesktop/Makefile.am:
	* deskbar/gnomedesktop/__init__.py:
	* deskbar/gnomedesktop/_gnomedesktop.defs:
	* deskbar/gnomedesktop/_gnomedesktop.override:
	* deskbar/gnomedesktop/_gnomedesktopmodule.c: (init_gnomedesktop):
	* deskbar/handler.py:
	* deskbar/handler_utils.py:
	* deskbar/handlers/pathprograms.py:
	* deskbar/handlers/programs.py:
	Add wrapper for lignome-dektop's GnomeDesktopItem to parse .desktop files
	Replace our uses of custom .desktop parser with the new wrapper, it's
	faster and safer.
	Startup Notification support through use of GnomeDesktopItem.launch()
	New Duplication detection, duplicate items are checked in the order
	defined by handler priorities.

2005-11-04  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/__init__.py:
	* deskbar/applet.py:
	Support for per-applet width and expand settings

2005-11-04  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/iconentry/ephy-icon-entry.c: (ephy_icon_entry_init):
	Preliminary vetical panel support, it does not work at all..
	Set the border of ephy's icon entry to 0

2005-11-04  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/deskbar-applet:
	* deskbar/filewatcher.py:
	Really position the menu correctly to the icon
	Register more classes with pygtk < 2.8 to fix crashes in file monitoring
	classes

2005-11-01  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/google-live.py:
	* deskbar/handlers/mozilla.py:
	Fix missing gobject import in google-live
	Fix parsing of search engines that are not written like i suppose they ae
	in the parser.


========== Version 0.8.4 released ==========

2005-11-01  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/Makefile.am:
	* deskbar/deskbar-applet:
	* deskbar/handler_utils.py:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/programs.py:
	Fix problems introduced with XDG handling, and duplicate entries. Use
	another threading init method which should fix the gnomevfs crash.
	Honor the --disable-gconf-install flag.

2005-10-31  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* configure.ac:
	* data/Makefile.am:
	Fix the gconf schemas installations, should fix some problems with applet
	size.
	Bump to 0.8.4

2005-10-31  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/deskbarentry.py:
	* deskbar/handler_utils.py:
	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/programs.py:
	* deskbar/handlers/volumes.py:
	Add support for XDG_DATA_DIR set of configuration, allowing people with
	/opt install to use deskbar properly.

	Fixed bugs when iterating over empty sequence, as a result of not finding
	the .desktop file, and some misc bugs in handlers.

2005-10-30  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* NEWS:
	* configure.ac:
	Prepare 0.8.3 Release


========== Version 0.8.3 released ==========

2005-10-30  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/directories.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/google-live.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/pathprograms.py:
	* deskbar/handlers/programs.py:
	* deskbar/handlers/volumes.py:
	* deskbar/handlers/web_address.py:
	Patch from Martin Grondin <admin@zotnix.com>, fixes bug #319861
	No more zombification when we spawn processes.

2005-10-29  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/filewatcher.py:
	Add some exception catching for people who cannot watch files.

2005-10-29  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* deskbar/filewatcher.py:
	* deskbar/handler.py:
	* deskbar/module_list.py:
	Add the class registration code for pygtk < 2.8.0
	Edit TODO

2005-10-27  Tommi Vainikainen  <thv@iki.fi>

	* configure.ac (ALL_LINGUAS): Added "fi" (Finnish).

2005-10-25  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/mozilla.py:
	* deskbar/module_list.py:
	Restore mozilla requirements, little typos


========== Version 0.8.2 released ==========

2005-10-24  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/filewatcher.py:
	* deskbar/handler.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/programs.py:
	* deskbar/module_list.py:
	Fix some serious issues with mozilla backend, program backend.
	Also fix deskbar being insensitive when some loaded modules fail to
	initialize.

========== Version 0.8.1 released ==========

2005-10-24  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* configure.ac:
	* deskbar/handlers/beagle-live.py:
	Some more beagle fixes, and release 0.8.1

2005-10-23  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	More beagle properties fixtures

2005-10-23  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	Fix the sender of the mails being None all the time

2005-10-23  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* NEWS:
	* README:
	* TODO:
	* deskbar/handlers/beagle-live.py:
	Fix for bug #319549 gnom.ui segfault on certain filenames.


========== Version 0.8.0 released ==========


2005-10-23  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	Fix the history popupmenu to attach itself to the icon.

2005-10-23  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* NEWS:
	* README:
	* TODO:
	* deskbar/handlers/web_address.py:
	Fix implicit http addresses parsing, some more stuff in NEWS/Readme etc

2005-10-23  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* NEWS:
	* TODO:
	* configure.ac:
	Version bump to 0.8.0, we'll be using stable/unstable version numbers from
	now on to hint stable/devel versions.

	Tidy the TODO file, and generate the 0.8.0 release NEWS file to be used in
	website publications

2005-10-23  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* configure.ac:
	* data/.cvsignore:
	* data/Makefile.am:
	* data/deskbar-applet.pc.in:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/web_address.py:
	Improve the regexes for mail and location detection.
	It is now possible to have user@host but with the method specified,
	otherwise it's an email address.

	Add package config file to allow third parties to install handlers in the
	right place.

	Cleanup TODO

2005-10-22  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/__init__.py:
	* deskbar/filewatcher.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/module_list.py:
	Add gnomevfs monitoring for module loader. That means drag and dropped
	handlers in the user or system handlers directory will be loaded, and
	automagically show in the prefs dialog, unenabled by default.

	We do not do anything on modification, because it would only be useful for
	developpers, and then developpers don't want handlers to autoupdate.

	When removing a handler we do nothing, since it's always in memory until
	next restart, and that's good

2005-10-22  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* deskbar/Makefile.am:
	* deskbar/filewatcher.py:
	* deskbar/handlers/debug-signal_handler.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/galeon.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/mozilla.py:
	Add gnomevfs file monitoring to handlers that need it. Epiphany, Galeon,
	mozilla now reload on bookmark, history, search engines addition/removal.

	The gtkBookmarks are also reloaded when needed. Other handlers do not need
	this functionality

2005-10-22  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/evolution/_evolution.override:
	Plugged memory leaks.

2005-10-21  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/pathprograms.py:
	Speed-up the loading of the module by not loading the list of executables.
	Executables are instead "probed" at each query. Side effect, is that we
	don't need to reindex the $PATH when a new program is installed

2005-10-21  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/beagle-live.py:
	Add a calendar type, and fix some details, like None strings

2005-10-21  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/__init__.py:
	* deskbar/deskbar-applet:
	* deskbar/deskbarentry.py:
	* deskbar/handler.py:
	* deskbar/handlers/google-live.py:
	More fixes for handling installed/uninstalled deskbar with recent changes

2005-10-20  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/Makefile.am:
	* deskbar/__init__.py:
	* deskbar/handlers/beagle-live.py:
	* po/POTFILES.in:
	Fix the previous fix to pass distcheck.
	
	Add some new strings to translation in beagle-live
	
	Allow to use a development deskbar-applet with its own set of enabled
	handlers and priority, to not interfere with stable one. (Useful only for
	developpers)

2005-10-20  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/Makefile.am:
	* deskbar/Makefile.am:
	Change the location of deskbar-applet launcher script, using /usr/libexec
	is deprecated. Fixes bug #319354

2005-10-20  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/art/Makefile.am:
	* data/art/dict.png:
	* data/art/folder.png:
	* data/art/gnome-dev-harddisk.png:
	* data/art/gnome-searchtool.png:
	* data/art/mail.png:
	* data/art/web.png:
	* deskbar/handler.py:
	* deskbar/handler_utils.py:
	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/debug-async_handler.py:
	* deskbar/handlers/debug-blockinginit.py:
	* deskbar/handlers/debug-signal_handler.py:
	* deskbar/handlers/directories.py:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/evolution.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/programs.py:
	* deskbar/handlers/volumes.py:
	* deskbar/handlers/web_address.py:
	Cleanup the way we use icons. Whenever possible, use stock icons, removed
	duplicate icons we shipped in the tarball.

2005-10-20  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* configure.ac:
	* deskbar/Makefile.am:
	* deskbar/beagle/.cvsignore:
	* deskbar/beagle/Makefile.am:
	* deskbar/beagle/__init__.py:
	* deskbar/beagle/_beagle.defs:
	* deskbar/beagle/_beagle.override:
	* deskbar/beagle/_beaglemodule.c: (init_beagle):
	* deskbar/beagle/gen-defs.sh:
	* deskbar/evolution/Makefile.am:
	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/beagle-live.py:
	* deskbar/handlers/files.py:
	Add libbeagle python binding, and the associated beagle-live.py handler
	allowing to search with beagle from within deskbar.

	Add optional support for evolution/beagle with --enable arguments

2005-10-19  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/deskbar-applet:
	Fixed imports so that it runs as an applet as well as from the source
	directory.

2005-10-19  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/evolution.py:
	* deskbar/handlers/galeon.py:
	* deskbar/handlers/google-live.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/volumes.py:
	* deskbar/handlers/web_address.py:
	* po/POTFILES.in:
	Unify strings for browsers, use generic terms instead of applications
	names, all this is more user-friendly. Add a new string in applet.py

2005-10-19  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* po/POTFILES.in:
	Two more files for translation

2005-10-19  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/deskbar-applet:
	Add gettext stuff so we actually use translations

2005-10-19  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/evolution/_evolution.override:
	* deskbar/handler.py:
	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/evolution.py:
	The glorious return of evolution addressbook handler.
	Fixed little bugs and threading issues in glue code, implemented
	the handler itself, and enjoy.

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

	* deskbar/deskbarentry.py:
	* deskbar/handler.py:
	Apply some cleanup patches to async threaded handler, fixing stopping
	queries

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

	* data/art/Makefile.am:
	* data/art/google.png:
	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/google-live-help.txt:
	* deskbar/handlers/google-live.py:
	Add the Google Live Async handler, it has a little more requirements than
	other plugins and as such an UI to see error messages will be introduced,
	in the meantime it prints help file on stdout in the terminal, when an
	error occurs because of misconfiguration

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

	* deskbar/keybinder/_keybinder.override:
	Remove a bit of the GIL sprinkling, still seems to work.

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

	* deskbar/deskbar-applet:
	* deskbar/keybinder/_keybinder.override:
	Mess around with The Big Sucking Python Lock, hopefully fixes all the
	problems in the world, universe, and everything

2005-10-17  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handler.py:
	Add timeout support for threaded async handlers

2005-10-17  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/deskbar-applet:
	Removed the gtk.threads_init() call, since we no longer use threads
	(and this seems to fix bug #318884).

2005-10-16  Dennis Cranston  <dennis_cranston@yahoo.com>

	* data/Deskbar_Applet.server.in.in: Do not expose "Applet" terminology 
	to user.
	* data/prefs-dialog.glade:  GNOME HIG changes: fix typo; fix
	border width; rephrase and move handler comment; fix a broken
	mnemonic.
	* deskbar/about.py:  Do not expose "Applet" terminology  to user.
	* deskbar/preferences.py:  Toggle sensitivity of the width label, 
	spinner, and units.

2005-10-16  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* deskbar/:
	Merge the esync handler patch, allows handlers to return results
	asynchronously. Clean TODO list

2005-10-16  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* data/deskbar-applet.schemas.in:
	* data/prefs-dialog.glade:
	* deskbar/applet.py:
	* deskbar/deskbar-applet:
	* po/POTFILES.in:
	Add new files for translation, and use caracters instead of pixels for
	entry width

2005-10-16  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/volumes.py:
	* deskbar/module_list.py:
	Fix the volume handler, by using nautilus instead of gnome-open
	Fix the crash when disableing/reenabling a handler in the pref panel

2005-10-16  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	When we are insensitive, we *really* don't want the menu or history to
	appear.

	When no modules are loaded, render the bar sensitive again to allow
	enabling them.

2005-10-16  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/prefs-dialog.glade:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/debug-blockinginit.py:
	* deskbar/handlers/directories.py:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/galago.py:
	* deskbar/handlers/galeon.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/pathprograms.py:
	* deskbar/handlers/programs.py:
	* deskbar/handlers/volumes.py:
	* deskbar/handlers/web_address.py:
	* deskbar/handlers_browsers.py:
	* deskbar/module_list.py:
	* deskbar/preferences.py:
	Handlers API rework, now a single file can have multiple handlers.
	HANDLER variable is exported containing the class name, and an info
	dictionary with name, description, and an optional requirements function,
	allowing to check if the handler can be loaded.
	
	As a side effect, browser handlers are now more fine grained, allowing to
	order independently bookmarks, history and search engines.

	The preference dialog is a bit bigger and has an extra blurb to hint the
	reordering prioritization.

2005-10-16  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* data/deskbar-applet.schemas.in:
	* deskbar/__init__.py:
	* deskbar/applet.py:
	* deskbar/deskbarentry.py:
	* deskbar/handler.py:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/debug-blockinginit.py:
	* deskbar/handlers/directories.py:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/galago.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/pathprograms.py:
	* deskbar/handlers/programs.py:
	* deskbar/handlers/volumes.py:
	* deskbar/handlers/web_address.py:
	* deskbar/handlers_browsers.py:
	* deskbar/module_list.py:
	* deskbar/preferences.py:
	Introduce real gconf handlers management, and priority ranking of the
	handlers with drag and drop reordering of the handlers list.
	Render the entry insensitive when loading.

2005-10-16  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/deskbar-applet:
	* deskbar/handler.py:
	* deskbar/module_list.py:
	Remove the threads, they suck too much. We will try that way with simple
	idle priority calls in the mainloop. The UI appears fast then blocks for a
	while.

2005-10-15  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers_browsers.py:

2005-10-15  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/mozilla.py:
	Fix mozilla smart bookmarks parser

2005-10-15  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/module_list.py:
	Set the handlers list view reorderable to allow future priority system

2005-10-15  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/galeon.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers_browsers.py:
	Add history parser for epiphany and galeon, in their respective handlers.
	Thanks to Crispin Flowerday  <gnome@flowerday.cx>

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/indexer.py:
	Some performance tweaks, may be good or not..

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/debug-blockinginit.py:
	* deskbar/handlers/networkplaces.py:
	* deskbar/handlers/volumes.py:
	Add volumes.py that replaces networkplaces, it is more generic, allows to
	open network places and various drives/volumes on the system

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/programs.py:
	Fix the .desktop icon parsing

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/handlers/beagle.py:
	* deskbar/handlers/debug-blockinginit.py:
	* deskbar/handlers/directories.py:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/files.py:
	* deskbar/handlers/galeon.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/networkplaces.py:
	* deskbar/handlers/pathprograms.py:
	* deskbar/handlers/programs.py:
	* deskbar/handlers/web_address.py:
	* deskbar/module_list.py:
	Update name and description for each handler.
	Repair the previous breakage of iteration over non-sequence

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	Spring Cleanup, lost of things have been removed
	* deskbar/Makefile.am:
	Fix the file inclusion
	* data/prefs-dialog.glade:
	* deskbar/applet.py:
	* deskbar/deskbarentry.py:
	* deskbar/module_list.py:
	* deskbar/preferences.py:
	First look at the preference dialog, it shows the loaded modules, but i
	can't have it to uncheck the boxes..

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/Makefile.am:
	* deskbar/__init__.py:
	* deskbar/applet.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/galeon.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers_browsers.py:
	Refactor the browser handlers implementation, the matches are now in
	deskbar itself and classes implement only parsing

2005-10-14  Philip Langdale  <philipl@mail.utexas.edu>

	* deskbar/handlers/Makefile.am
	* deskbar/handlers/galeon.py:
	Fixes bug #318869, add support for Galeon bookmarks.

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* autogen.sh:
	* configure.ac:
	Fixes macro `AM_CHECK_PYTHON_HEADERS' not found in library 

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/mozilla.py:
	Fixes bug #318720, mozilla smart bookmarks parser

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	Fix history menu, the item was always the first displayed.
	Fixes bug #318627

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handler.py:
	* deskbar/handlers/debug-blockinginit.py:
	* deskbar/handlers/networkplaces.py:
	* deskbar/module_list.py:
	Step 2. We only synchronize threads when entering an initialize_safe
	mehtod, so wwe don't block the UI for nothing. Network Places uses that
	since it uses gconf to init itself.

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/deskbar-applet:
	* deskbar/deskbarentry.py:
	* deskbar/handler.py:
	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/galago.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/networkplaces.py:
	* deskbar/handlers/pathprograms.py:
	* deskbar/handlers/programs.py:
	* deskbar/module_list.py:
	Step 1. Threaded Module loading, with no Dead beef, hopefully.
	Convert all plugins to use the new API

2005-10-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/deskbarentry.py:
	Fix case insensitive sorting

2005-10-14  Funda Wang  <fundawang@linux.net.cn>

	* configure.ac: Added Simplified Chinese translation.

2005-10-14  Nigel Tao  <nigeltao@cvs.gnome.org>

	* configure.ac:
	Version bump to 0.7.0.


========== Version 0.6.0 released ==========


2005-10-11  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/beagle.py:
	This will display when available search in beagle and fixe the multiple
	tray issue.
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/programs.py:
	Fix the problem where gnome-dict and file search didn't appear anymore

2005-10-11  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* AUTHORS:
	* deskbar/about.py:
	Add Mikkel
	* deskbar/applet_keybinder.py:
	* deskbar/deskbarentry.py:
	* deskbar/handler.py:
	* deskbar/handlers/galago.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/programs.py:
	* deskbar/indexer.py:
	* deskbar/locale_utils.py:
	Fix problems found with pylint, add icon_size instead of -1 for more
	py-2.3 fixes, and fix an error in locale detection.

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

	* deskbar/applet.py:
	* deskbar/deskbarentry.py:
	* deskbar/handlers/mozilla.py:
	Apply fixes for python 2.3 and Gnome 2.10 Stack from
	Paul Wise <pabs3@bonedaddy.net>

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

	* deskbar/deskbarentry.py:
	Fixes bug #318438, icon update when browsing the matches

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

	* deskbar/applet.py:
	Fixes bug #318430, icons in history menu not aligned

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

	* deskbar/deskbarentry.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/mozilla.py:
	Bump the number of returned matches.
	Fixes bug #318421, cgi-encode the passed search terms.

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

	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/mozilla.py:
	Correctly (hopefully) detect mozilla/ff/epiphany in gconf.
	Fixes bug #318386

2005-10-10  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.ac: Added 'ja' (Japanese) to ALL_LINGUAS.

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

	* deskbar/Makefile.am:
	* deskbar/handlers/programs.py:
	Forgot to add locale_utils.py to Makefile.am
	Strip the whitespaces in the program name.

2005-10-09  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/applet.py:
	* deskbar/deskbarentry.py:
	Add a menu when clicking with left button on the icon.
	The menu shows the last executed actions (the history).

2005-10-09  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/module_list.py:
	We only load the module corresponding to preferred browser found in gconf.
	If a module returns a EXPORTED_CLASS=None, we don't load it and show an
	error message indicating why it fails.

2005-10-09  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/pathprograms.py:
	bug #318268, multiple entries shown for same application
	Remove duplicate PATH matches for .desktop matches
	
2005-10-09  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/mozilla.py:
	Fixes bug #318262, duplicate search engines in /usr and ~

2005-10-09  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/epiphany.py:
	Fix the icon cache loading
	* deskbar/handlers/mozilla.py:
	Return the empty string if no FF/mozilla installation is found, or we have
	trouble with exists(None)

2005-10-09  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/programs.py:
	* deskbar/locale_utils.py:
	Add locale support for .desktop indexing.
	Should we also load C locale beside user locale ?

2005-10-09  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* data/deskbar-applet.schemas.in:
	* data/prefs-dialog.glade:
	* deskbar/__init__.py:
	* deskbar/applet.py:
	* deskbar/preferences.py:
	Restore Width preference, and add an expand preference.
	HIGify the pref dialog

2005-10-09  Nigel Tao  <nigeltao@cvs.gnome.org>

	* configure.ac:
	* deskbar/Makefile.am:
	* deskbar/evolution/.cvsignore:
	* deskbar/evolution/Makefile.am:
	* deskbar/evolution/__init__.py:
	* deskbar/evolution/_evolution.defs:
	* deskbar/evolution/_evolution.override:
	* deskbar/evolution/_evolutionmodule.c:
	* deskbar/evolution/evolution.c:
	* deskbar/evolution/evolution.h:
	* deskbar/evolution/gen-defs.sh:
	First draft of Python evolution wrapper.

2005-10-08  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/deskbarentry.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/mozilla.py:
	Implement the mozilla/firefox smart bookmark handling.
	Right now we show all bookmarks for all browsers, this will change soon.

2005-10-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/programs.py:
	Fix the program launching argv by adding the program itself as arg[0]

2005-10-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	We must index epiphany history too
	* deskbar/handlers/networkplaces.py:
	Add the new network places handler

2005-10-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/__init__.py:
	Revert to 16 pixels icon size, some problems with non-even values seems to
	appear
	
	* deskbar/applet.py:
	Fixes the Gnome-WARNING due to gnome.ui being loaded after gnomeapplet
	
	* deskbar/applet_keybinder.py:
	Use a default global keybinding for uninstalled setup
	
	* deskbar/deskbarentry.py:
	Force the image widget to be the icon size, to avoid flickering of entry
	length

	* deskbar/handlers/Makefile.am:
	Add networkplaces.py handler
	
	* deskbar/indexer.py:
	bug #318241, partial word matches not cleared

2005-10-07  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/mozilla.py:
	Fixes bug #318193, Corrupted favicons in moz bookmarks crash taskbar
	applet
	* deskbar/module_list.py:
	Update the module loader, little cleanup

2005-10-07  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/applet_keybinder.py:
	* deskbar/keybinder/_keybinder.override:
	unbind(keystring) now only takes 1 argument.
	(Python) exceptions in the callback will now be printed to stderr.
	Binding collisions now throw exceptions.  Removing non-existant bindings
	also throw exceptions.
	Plugged some memory leaks.  I reverted (removed) the "g_free(keystring)"
	calls added in Raphael's commits, since I don't think we own the
	reference to the char *.  See:
	1) http://www.python.org/doc/2.4.2/ext/parseTuple.html
	and
	2) function pygobject_connect in pygobject.c in the pygtk source for
	example code.

2005-10-07  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/applet_keybinder.py:
	Fixed crasher when gconf entry for "/apps/deskbar/keybinder" is None.

2005-10-06  Raphael Slinckx  <raphael@slinckx.net>

	* data/deskbar-applet.schemas.in:
	Add a new pref, the global shortcut key
	* deskbar/Makefile.am:
	* deskbar/__init__.py:
	* deskbar/applet.py:
	* deskbar/deskbar-applet:
	Add a way to focus the applet with a global key shortcut.
	The gconf default is <Alt>F3
	
	* deskbar/handler_utils.py:
	Fix a little bug when the term is exactly matching a file
	
	* deskbar/keybinder/_keybinder.override:
	* deskbar/keybinder/_keybindermodule.c: (init_keybinder):
	Add unbind, and fix some leaks in the python wrapper

2005-10-07  Nigel Tao  <nigeltao@cvs.gnome.org>

	* configure.ac:
	* deskbar/Makefile.am:
	* deskbar/keybinder/.cvsignore:
	* deskbar/keybinder/Makefile.am:
	* deskbar/keybinder/__init__.py:
	* deskbar/keybinder/_keybinder.defs:
	* deskbar/keybinder/_keybinder.override:
	* deskbar/keybinder/_keybindermodule.c:
	* deskbar/keybinder/eggaccelerators.c:
	* deskbar/keybinder/eggaccelerators.h:
	* deskbar/keybinder/gen-defs.sh:
	* deskbar/keybinder/tomboykeybinder.c:
	* deskbar/keybinder/tomboykeybinder.h:
	First draft of Tomboy's keybinding code (and Python wrapper).
	Removed portstem.py from deskbar/Makefile.am.

2005-10-03  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* deskbar/handlers/mozilla.py:
	* deskbar/indexer.py:
	* deskbar/portstem.py:
	Update TODO after mailing list discussions.
	Fix set() being available only on 2.4, use an alternate
	implementation when not available
	Remove porter stemming since we index only small important words

2005-10-03  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/handlers/programs.py:
	Open only *.desktop files, not all files, in /usr/share/applications.

2005-10-03  Nigel Tao  <nigeltao@cvs.gnome.org>

	* configure.ac:
	Version bump to 0.6.0.


========== Version 0.5.0 released ==========


2005-10-02  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/filesystem.py:
	* deskbar/handlers/programs.py:
	Remove spurious debug

2005-10-02  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* deskbar/deskbar-applet:
	Update TODO, and remove that twisted dep i didn't want to introduce

2005-10-02  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* deskbar/deskbar-applet:
	* deskbar/handlers/programs.py:
	Update TODO, check for AUTHORS instead of autogen.sh to allow packaged
	uninstalled run and check for empty PATH components

2005-10-02  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/epiphany.py:
	Add a missing .encode() in bookmarks title
	* deskbar/handlers/gtkbookmarks.py:
	Check for bookmark file existance first
	* deskbar/handlers/programs.py:
	Check for PATH paths existance first

2005-10-02  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/gtkbookmarks.py:
	Add extra check to filter out garbage from gtkbookmarks file

2005-10-02  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/web_address.py:
	Do not consider terms with @ as web addresses.
	Show all available epiphany smart bookmarks
	Clean TODO

2005-10-02  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* AUTHORS:
	* deskbar/about.py:
	* deskbar/indexer.py:
	* deskbar/portstem.py:
	* deskbar/tokenizer.py:
	Really fix the lowercase-ing of search terms, and add a filter
	to avoid indexing short and common words. Add unicode regexp support

2005-09-27  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/__init__.py:
	Change the current working directory to the user's $HOME
	This allows spawned processes to show correct open/save dialogs

2005-09-27  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/handlers/programs.py:
	* deskbar/indexer.py:
	Small fixes, use lowercased stemmed words
	Fix program spawning arguments

2005-09-28  Nigel Tao  <nigeltao@cvs.gnome.org>

	* deskbar/about.py:
	Added Raphael Slinckx as an author.
	
	* deskbar/applet.py:
	Applet is now as wide as possible - there is no width gconf preference.
	
	* deskbar/deskbarentry.py:
	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/email_address.py:
	* deskbar/handlers/web_address.py:
	Added EmailAddressHandler and WebAddressHandler.
	
	* data/art/Makefile.am:
	* data/art/web.png:
	Resurrected web.png, since it is needed by WebAddressHandler.

2005-09-25  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* configure.ac:
	Remove unneeded pygtk stuff
	* deskbar/handlers/programs.py:
	Fix program launching parameters

2005-09-19  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	Updated & modified
	
	* data/Deskbar_Applet.server.in.in:
	Remove unneeded translation
	
	* deskbar/Makefile.am:
	* deskbar/deskbarentry.py:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/programs.py:
	* deskbar/indexer.py:
	* deskbar/portstem.py:
	* deskbar/tokenizer.py:
	Add a better tokenizing/stemming support, fix .desktop program querying
	and encoding in epiphany handler

	* po/POTFILES.in:
	* po/POTFILES.skip:
	Add server.in to ignore for i18n

2005-09-18  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	Updated reflecting new code changes
	
	* data/art/Makefile.am:
	* data/art/_backtick_.ico:
	* data/art/a.ico:
	* data/art/av.ico:
	* data/art/beagle.ico:
	* data/art/cc.ico:
	* data/art/cddb.ico:
	* data/art/dmoz.ico:
	* data/art/ebay.ico:
	* data/art/file.png:
	* data/art/g.ico:
	* data/art/imdb.ico:
	* data/art/msn.ico:
	* data/art/stock.ico:
	* data/art/t.ico:
	* data/art/web.png:
	* data/art/wp.ico:
	* data/art/wt.ico:
	* data/art/y.ico:
	Remove unused icons and update makefile
	
	* data/prefs-dialog.glade:
	Rewrite the pref dialog, it only has width selection for now.
	
	* deskbar/Makefile.am:
	* deskbar/__init__.py:
	* deskbar/applet.py:
	* deskbar/deskbarentry.py:
	* deskbar/handlers/handler.py:
	* deskbar/handlers/programs.py:
	* deskbar/preferences.py:
	Implement a new pref dialog controlling applet width.
	Update programs handler to use gnome-dict and gnome-search-tool when
	appropriate, small API changes and bugfixes.

2005-09-17  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* TODO:
	* configure.ac:
	* data/Deskbar_Applet.xml:
	* data/Makefile.am:
	* data/default-engine-prefix.txt:
	* data/default-engines.txt:
	* data/deskbar-applet.schemas.in:
	* deskbar/Makefile.am:
	* deskbar/__init__.py:
	* deskbar/about.py:
	* deskbar/applet.py:
	* deskbar/browser_bookmarks_epiphany.py:
	* deskbar/browser_bookmarks_mozilla.py:
	* deskbar/config.py:
	* deskbar/deskbarentry.py:
	* deskbar/handler_address_book.py:
	* deskbar/handler_browser_bookmarks.py:
	* deskbar/handler_file_system.py:
	* deskbar/handler_gtk_bookmarks.py:
	* deskbar/handler_prefix.py:
	* deskbar/handler_web_site.py:
	* deskbar/handlers.py:
	* deskbar/handlers/.cvsignore:
	* deskbar/handlers/Makefile.am:
	* deskbar/handlers/epiphany.py:
	* deskbar/handlers/filesystem.py:
	* deskbar/handlers/galago.py:
	* deskbar/handlers/gtkbookmarks.py:
	* deskbar/handlers/handler.py:
	* deskbar/handlers/mozilla.py:
	* deskbar/handlers/programs.py:
	* deskbar/ltihooks.py:
	* deskbar/preferences.py:
	Branched deskbar, old code is tagged as OLD_HANDLERS_BRANCHPOINT and the
	branch name is "old_handlers"

	cvs co -r old_handlers to retreive it.

	HEAD now contains the new handlers backend, and more bugfixes.

2005-09-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* deskbar/about.py:
	* po/POTFILES.in:
	Update About dialog, remove license which is included in the package
	anyway.

	Add i18n stuff, and handle email and web url hooks
	

2005-09-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* configure.ac:
	* data/.cvsignore:
	* data/Deskbar_Applet.xml:
	* data/Deskbar_Applet.xml.in:
	* data/Makefile.am:
	* deskbar/about.py:
	* deskbar/defs.py.in:
	* po/POTFILES.in:
	Fix duplicated menu item entries by removing the XML rule
	of the xml bonobo ui definition.
	Fix about dialog, by retreiveing version and package name
	from configure script.

2005-09-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* Makefile.am:
	* TODO:
	* deskbar/applet.py:
	Add todo file, and modify applet.py to point to
	the absolute path of the xml UI definition.

2005-09-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* .cvsignore: Ignore .tar.gz files
	* README: Update sexy dep
	* configure.ac:
	* data/art/deskbar-applet-small.png:
	* deskbar/Makefile.am:
	* deskbar/__init__.py:
	* deskbar/applet.py:
	* deskbar/handler_gtk_bookmarks.py:
	* deskbar/handlers.py:
	Fix all path concatenation by using os.path.join
	Fix some data path for glade files and image files

	* deskbar/iconentry/.cvsignore:
	* deskbar/iconentry/Makefile.am:
	* deskbar/iconentry/__init__.py:
	* deskbar/iconentry/_iconentry.defs:
	* deskbar/iconentry/_iconentry.override:
	* deskbar/iconentry/_iconentrymodule.c: (init_iconentry):
	* deskbar/iconentry/ephy-icon-entry.c: (entry_focus_change_cb),
	(ephy_icon_entry_get_borders), (ephy_icon_entry_paint),
	(ephy_icon_entry_init), (ephy_icon_entry_realize),
	(ephy_icon_entry_size_request), (ephy_icon_entry_size_allocate),
	(ephy_icon_entry_expose), (ephy_icon_entry_class_init),
	(ephy_icon_entry_get_type), (ephy_icon_entry_new),
	(ephy_icon_entry_pack_widget), (ephy_icon_entry_get_entry):
	* deskbar/iconentry/ephy-icon-entry.h:
	* deskbar/iconentry/gen-defs.sh:
	* deskbar/ltihooks.py:
	Remove the libsexy dependency by using epiphany's clean icon entry.
	This fixes the visual glitch and bring quite intereting stuff.
	Updated code and paths to reflect that, as well as autotools.
	
	* deskbar/preferences.py:
	Use os.path.join for path concatenation
	
	* m4/.cvsignore:
	* m4/python.m4:
	Needed to generate the python bindings

2005-09-13  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* README:
	* acinclude.m4:
	* configure.ac:
	* deskbar/.cvsignore:
	* deskbar/Makefile.am:
	* deskbar/__init__.py:
	* deskbar/__init__.py.in:
	Auto-detect the data directory, removing need to call gnome.program_init

2005-09-13  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* Makefile.am:
	* configure.ac:
	* data/Deskbar_Applet.server.in.in:
	* data/art/Makefile.am:
	* deskbar/.cvsignore:
	* deskbar/Makefile.am:
	* deskbar/__init__.py:
	* deskbar/about.py:
	* deskbar/applet.py:
	* deskbar/browser_bookmarks_epiphany.py:
	* deskbar/browser_bookmarks_mozilla.py:
	* deskbar/config.py:
	* deskbar/deskbar-applet:
	* deskbar/handler_address_book.py:
	* deskbar/handler_browser_bookmarks.py:
	* deskbar/handler_file_system.py:
	* deskbar/handler_gtk_bookmarks.py:
	* deskbar/handler_prefix.py:
	* deskbar/handler_web_site.py:
	* deskbar/handlers.py:
	* deskbar/indexer.py:
	* deskbar/preferences.py:
	* src/.cvsignore:
	* src/Makefile.am:
	* src/__init__.py:
	* src/about.py:
	* src/applet.py:
	* src/browser_bookmarks_epiphany.py:
	* src/browser_bookmarks_mozilla.py:
	* src/config.py:
	* src/deskbar-applet.py:
	* src/handler_address_book.py:
	* src/handler_browser_bookmarks.py:
	* src/handler_file_system.py:
	* src/handler_gtk_bookmarks.py:
	* src/handler_prefix.py:
	* src/handler_web_site.py:
	* src/handlers.py:
	* src/indexer.py:
	* src/preferences.py:
	Move src/ to deskbar/ to match python module name, adapt autotools
	accordingly.

	Also added a possibility to launch deskbar-applet uninstalled by running
	./deskbar/deskbar-applet -w

2005-09-12  Nigel Tao  <nigel.tao@myrealbox.com>

	* Version 0.4 - major re-write.
