2005-03-19  Daniel Drake  <[email protected]>

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

2005-02-18  Veerapuram Varadhan  <[email protected]>

       * Filters/FilterOpenOffice.cs: More odt-mime-type changes.

2005-02-17  Veerapuram Varadhan  <[email protected]>

       * 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  <[email protected]>

       * 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  <[email protected]>

       * Filters/FilterPPT.cs: Catch the exceptions and log the message..

2005-02-10  Veerapuram Varadhan  <[email protected]>

       * 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  <[email protected]>

       * Filters/FilterPPT.cs: Fix for PPT 4.0 files.

2005-03-10  Daniel Drake <[email protected]>

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

2005-03-10  Daniel Drake <[email protected]>

       * 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 <[email protected]>

       * Util/NautilusTools.cs, Util/StringFu.cs: Fix for filenames
       containing '"'

2005-03-09  Daniel Drake <[email protected]>

       * 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 <[email protected]>

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

2005-03-06  Daniel Drake <[email protected]>

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

2005-03-06  Daniel Drake <[email protected]>

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

2005-02-02  Veerapuram Varadhan  <[email protected]>

       * Filters/FilterOpenOffice.cs, Filters/FilterRTF.cs: Handle
       exceptions and log a decent message than dumping the whole stack
       trace.

2005-02-02  Veerapuram Varadhan  <[email protected]>

       * 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