2006-04-04 Debajyoti Bera * BeagleClient/Hit.cs: Use 1-d range search for searching properties. Removes a FIXME. 2006-04-02 Debajyoti Bera * Filters/, *Queryable/, beagled/Filter.cs, beagled/LuceneCommon.cs: Allow keyword queries in non-property queries. Make most keyword properties unsearched properties. Remove video/* mimetypes from filteraudio - let our videofilter handle them. Dont allow empty properties to be stored. 2006-03-31 Debajyoti Bera * beagled/Filter.cs, Filters/FilterPdf.cs,FilterHtml.cs, Util/StringFu.cs: Extract maximum 40000 (4 times that allowed by lucene) words in the filters. 2006-03-30 Debajyoti Bera * beagled/GoogleDriver.cs: Fix extraction of query text. Googledriver should work now if queried with the proper domain. 2006-03-29 Debajyoti Bera * Filters/FilterRPM.cs: RPM filter. * tools/Info.cs: Add --list-filters to beagle-info to list all available filters. Useful stuff. 2006-03-27 Amanpreet Singh Alam * configure.in: "pa" Punjabi is added to ALL_LINGUAS 2006-03-23 Debajyoti Bera * beagled/Lucene.Net/Store/FSDirectory.cs: Fix lock obtain timeout. Use native open() to overcome (possibly buggy) sharing violation problem with mono File.Open(). 2006-03-22 Debajyoti Bera * beagled/LifereaQueryable/LifereaQueryable.cs: Handle "|curl ..." style feedsource necessary for gmail rss feeds. 2006-03-19 Vladimer Sichinava * configure.in: Added "ka" (Georgian) to ALL_LINGUAS 2006-03-18 Lukas Lipka * Util/ImLog.cs: Fix the broken parsing of Gaim 2.0 logs which added AM or PM to the utterance timestamp. Thanks to Zafar for providing sample logs. * beagled/GaimLogQueryable/GaimLogQueryable.cs: Cosmetic fixes.