2005-03-19  Daniel Drake  <dsd@gentoo.org>

	* Util/UriFu.cs: Fix for filenames with odd characters, bug #170862

2005-02-18  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterOpenOffice.cs: More odt-mime-type changes.
	
2005-02-17  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* glue/wv1-glue.c: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=170124. Do not strip out
	non-iso-printable characters.
	
2005-02-13  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Tiles/TileMusic.cs: Show audio/media filename if "fixme:title"
	doesn't exist.  Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=170300.
	
2005-02-13  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: Catch the exceptions and log the message..
	
2005-02-10  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterDOC.cs, glue/wv1-glue.c: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=169758. Reduce the
	number of round trips between managed and unmanaged code.
	
2005-02-10  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: Fix for PPT 4.0 files.
	
2005-03-10  Daniel Drake <dsd@gentoo.org>

	* tools/Query.cs: beagle-query no longer requires an X server to
	run.

2005-03-10  Daniel Drake <dsd@gentoo.org>

	* beagled/BeagleDaemon.cs, beagled/IndexHelper/IndexHelper.cs,
	glue/screensaver-glue.c: beagled no longer requires an X server
	to run.

2005-03-10  Daniel Drake <dsd@gentoo.org>

	* Util/NautilusTools.cs, Util/StringFu.cs: Fix for filenames
	containing '"'
	
2005-03-09  Daniel Drake <dsd@gentoo.org>

	* BeagleClient/Hit.cs, BeagleClient/Indexable.cs, Util/UriFu.cs,
	beagled/LuceneDriver.cs: Round 3 of dsd vs Uri escaping: Fix for
	filenames containing '#'

2005-03-07  Daniel Drake <dsd@gentoo.org>

	* beagled/FileSystemQueryable/FileNameFilter.cs: Use
	PathFinder.HomeDir

2005-03-06  Daniel Drake <dsd@gentoo.org>

	* IndexHelper/IndexHelper.cs, IndexHelper/RemoteIndexerImpl.cs:
	Verify that NewRemoteIndexerPath requests are coming from beagled

2005-03-06  Daniel Drake <dsd@gentoo.org>

	* Util/StringFu.cs, Util/gnome.cs: Handle filenames containing
	'%'. Fixes bug #169422

2005-02-02  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterOpenOffice.cs, Filters/FilterRTF.cs: Handle
	exceptions and log a decent message than dumping the whole stack
	trace.
	
2005-02-02  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: If gsf# throws some exception, handle it
	properly so that the whole stack trace is not displayed.  Fixes
	http://bugzilla.gnome.org/show_bug.cgi?id=169038