2008-03-03  Philippe Normand  <philippe@fluendo.com>

	* plugin.conf:
	pysqlite dependency doesn't need to appear here. It's handled by
	db_backend which handles both Python2.5' sqlite3 and pysqlite2
	packages.

2008-02-25  Alessandro Decina <alessandro@fluendo.com>

	* fspot_media.py:
	f-spot directory uris correspond to f-spot tags and don't exist on the
	filesystem.

2008-02-24  Philippe Normand <philippe@fluendo.com>

	* fspot_media.py:
	Don't save the db path if it's the default one.
	Removed deprecated some API

2008-02-22  Philippe Normand  <philippe@fluendo.com>

	* tests/test_fspot_media.py:
	Fixed unittests. The empty "Hidden" tag appears at the end of tags
	list

2008-02-22  Philippe Normand  <philippe@fluendo.com>

	patch by: Michał Sawicz

	* fspot_media.py:
	Don't show photos tagged as "Hidden", fixes #863
	This patch also adds 2 indexes to the fspot db (if it doesn't
	already have them) to greatly speedup the SQL operations. Thanks
	Michał!

2008-02-12  Philippe Normand  <philippe@fluendo.com>

	patch by: Michał Sawicz

	* fspot_media.py:
	* i18n/messages.pot:
	* i18n/pol.po:
	* plugin.conf:
	Show untagged photos in a "UnTagged" directory, fixes #873
	Don't show empty tags, fixes #874
	Added Polish translation

2008-02-07  Philippe Normand  <philippe@fluendo.com>

	* fspot_media.py:
	Updated docstrings wrt recent SVN layout update

