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 ==========


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.
