Merge the recent changes from HEAD onto the branch
[beagle.git] / ChangeLog
blobec01fc459508796658de6a5200ec2e25a2a48d7c
1 2006-10-30  dbera
3         * KonqBookmarkQueryable: Add Konqueror bookmark backend.
5 2006-10-16  dbera
7         * KNotesQueryable.cs: Dont re-index all the notes when the notes file
8           changes. Since the backend has to retrieve and pass each line
9           anyway, find uid and date information and process them in the
10           backend itself. These are simple properties and dont need extensive
11           string processing unlike other lines of the notes file - hence we
12           still do the bulk of the processing in a filter.
13         * beagled/KAddressBookQueryable.cs, Filters/FilterKAddressBook.cs:
14           Add files for KAddressBook backend.
16 2006-10-14  dbera
18         * Filters/FilterOle.cs, Filters/FilterPPT.cs: Fix #362058. Check
19           for illegal length.
21 2006-10-13  Kevin Kubasik kevin@kubasik.net
23         * ChangeLog: Updating ChangeLog from cvs2cl
25 2006-10-12 19:30  dbera
27         * Filters/FilterExternal.cs, beagled/ExtractContent.cs,
28           beagled/FilterFactory.cs, tools/Info.cs: Info.cs: Use the Request
29           parameters to selectively request information.  FilterFactor.cs:
30           Copy the timestamp if set by the filter (forgot from yesterday).
31           ExtractContent.cs: Print timestamp.  FilterExternal.cs: Give
32           external filters higher priority than other filters. That will
33           allow users to bypass installed filters if they like.
35 2006-10-12 00:37  dbera
37         * Filters/FilterKNotes.cs: Comment on how to open knotes notes.
39 2006-10-11 23:51  dbera
41         * beagled/Filter.cs: * Allow filters to change indexable timestamp.
42           Sometimes they know better than backends.  * Dont close
43           streamreader unless the underlying stream is also closed.
45 2006-10-11 23:07  dbera
47         * Filters/FilterKCal.cs, Filters/FilterKNotes.cs,
48           beagled/KNotesQueryable/KNotesQueryable.cs: Add FilterKNotes
49           files.
51 2006-10-11 23:06  dbera
53         * Filters/FilterHtml.cs, Filters/Makefile.am, Util/DigikamTags.cs,
54           beagled/Makefile.am: FilterHtml.cs: Add ExtractText(string)
55           command to extract text out of large html strings. Useful when
56           some filter wants to process embedded HTML strings.
57           DigikamTags.cs: Protect against SQL injection vulnerability
58           (ahem, actually against files with quotes in their name).
59           Makefile.am: Get ready f
61 2006-10-11 22:35  dbera
63         * Util/ICalParser.cs: Some fixes according to ICal RFC.
65 2006-10-11 14:10  jmas
67         * po/: ChangeLog, ca.po: 2006-10-11  Jordi Mas
68           <jmas@softcatala.org>
70                   * ca.po: Updated Catalan translation.
72 2006-10-08 15:38  fhedberg
74         * configure.in, BeagleClient/Makefile.am, Util/Conf.cs,
75           Util/Makefile.am, beagled/BeagleDaemon.cs, beagled/Makefile.am,
76           tools/Makefile.am: Die webservices, die.
78 2006-10-08 12:36  rml
80         * Util/Inotify.cs:
81                   * Inotify.cs: Update.
83 2006-10-08 12:16  rml
85         * glue/inotify.h:
86                   * inotify.h: Update <inotify.h> from latest CVS head
88 2006-10-08 11:43  rml
90         * beagled/BeagleDaemon.cs:
91           FIRST COMMIT OF THE BEAGLE HACK FEST
93                   BeagleDaemon.cs: Fix Joe's spelling.
95 2006-10-02 14:53  joeshaw
97         * beagled/Lucene.Net/upstream-changes/: 03_fields_enumerable.patch,
98           03_fields_inenurable.patch: Fix a typo in the patch name
100 2006-10-02 14:18  joeshaw
102         * beagled/Lucene.Net/: Search/MatchAllDocsQuery.cs,
103           Search/MultiPhraseQuery.cs, Search/PhrasePrefixQuery.cs,
104           Search/PhraseQuery.cs, Search/PrefixQuery.cs,
105           Search/RangeQuery.cs, Search/TermQuery.cs,
106           upstream-changes/22_null_clone_overrides.patch: Fix a problem
107           with null ref exceptions because many Query classes erroneously
108           return null from their Clone() overrides
110 2006-10-02 13:21  joeshaw
112         * beagled/DumpIndex.cs: Fix compile ambiguity with Hit in
113           DumpIndex, from the branch
115 2006-10-02 13:20  joeshaw
117         * beagled/LuceneQueryingDriver.cs: Commit a missed file from the
118           branch merge
120 2006-10-02 13:11  joeshaw
122         * beagled/Makefile.am: Update Lucene files in Makefile.am
124 2006-10-02 13:11  joeshaw
126         * beagled/Lucene.Net/: Analysis/Standard/CharStream.cs,
127           Analysis/Standard/FastCharStream.cs,
128           Analysis/Standard/StandardTokenizerTokenManager.cs,
129           Document/Document.cs, Index/DocumentWriter.cs,
130           Index/FieldInfos.cs, Index/FieldsWriter.cs,
131           Index/ParallelReader.cs, Index/TermBuffer.cs,
132           QueryParser/QueryParserTokenManager.cs, Store/FSDirectory.cs,
133           Store/Lock.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
134           Store/RAMOutputStream.cs,
135           upstream-changes/01_obtain-lock-fix.patch,
136           upstream-changes/02_FSDirectory-custom-locking.patch,
137           upstream-changes/03_FSDirectory-pid-in-lockfile.patch,
138           upstream-changes/03_fields_inenurable.patch,
139           upstream-changes/04_utc-times.patch,
140           upstream-changes/05_FSDirectory-rename-fileshare.patch,
141           upstream-changes/06_FSDirectory-lock-logging.patch,
142           upstream-changes/07_TermBuffer-stringcopy.patch,
143           upstream-changes/08_more-lock-obtain-fixes.patch,
144           upstream-changes/09-path-combine.patch,
145           upstream-changes/10_fewer-exceptions.patch,
146           upstream-changes/11_charstream-no-exceptions.patch,
147           upstream-changes/12_more-lock-logging.patch,
148           upstream-changes/13_lock-loop-cleanup.patch,
149           upstream-changes/14_analysis-leak.patch,
150           upstream-changes/15_lock-timeout-verbose.patch,
151           upstream-changes/16_hangul_support.patch,
152           upstream-changes/17_remove_debugstreams.patch,
153           upstream-changes/18_avoid_fileinfos.patch,
154           upstream-changes/20_use-native-open-locking.patch,
155           upstream-changes/21_fsdirectory_lock-cumulative.patch: Commit
156           updated changes to our patches, from Bera's Lucene 1.9.1 branch
158 2006-10-02 13:08  joeshaw
160         * beagled/Lucene.Net/: ABOUT.txt, AssemblyInfo.cs, HISTORY.txt,
161           LICENSE.txt, LucenePackage.cs, Makefile.am,
162           SharpZipLibAdapter.cs, SupportClass.cs, Analysis/Analyzer.cs,
163           Analysis/CharTokenizer.cs, Analysis/ISOLatin1AccentFilter.cs,
164           Analysis/KeywordAnalyzer.cs, Analysis/KeywordTokenizer.cs,
165           Analysis/LengthFilter.cs, Analysis/LetterTokenizer.cs,
166           Analysis/LowerCaseFilter.cs, Analysis/LowerCaseTokenizer.cs,
167           Analysis/PACKAGE.HTML, Analysis/PerFieldAnalyzerWrapper.cs,
168           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
169           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
170           Analysis/StopFilter.cs, Analysis/Token.cs,
171           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
172           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
173           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
174           Analysis/Standard/CharStream.cs,
175           Analysis/Standard/FastCharStream.cs,
176           Analysis/Standard/PACKAGE.HTML,
177           Analysis/Standard/ParseException.cs,
178           Analysis/Standard/StandardAnalyzer.cs,
179           Analysis/Standard/StandardFilter.cs,
180           Analysis/Standard/StandardTokenizer.cs,
181           Analysis/Standard/StandardTokenizer.jj,
182           Analysis/Standard/StandardTokenizerConstants.cs,
183           Analysis/Standard/StandardTokenizerTokenManager.cs,
184           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
185           Document/DateField.cs, Document/DateTools.cs,
186           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
187           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
188           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
189           Index/FieldsReader.cs, Index/FieldsWriter.cs,
190           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
191           Index/IndexFileNames.cs, Index/IndexModifier.cs,
192           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
193           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
194           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
195           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
196           Index/SegmentMerger.cs, Index/SegmentReader.cs,
197           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
198           Index/SegmentTermPositionVector.cs,
199           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
200           Index/SegmentsReader.cs, Index/Term.cs, Index/TermBuffer.cs,
201           Index/TermDocs.cs, Index/TermEnum.cs, Index/TermFreqVector.cs,
202           Index/TermInfo.cs, Index/TermInfosReader.cs,
203           Index/TermInfosWriter.cs, Index/TermPositionVector.cs,
204           Index/TermPositions.cs, Index/TermVectorOffsetInfo.cs,
205           Index/TermVectorsReader.cs, Index/TermVectorsWriter.cs,
206           QueryParser/CharStream.cs, QueryParser/FastCharStream.cs,
207           QueryParser/MultiFieldQueryParser.cs, QueryParser/PACKAGE.HTML,
208           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
209           QueryParser/QueryParser.jj, QueryParser/QueryParserConstants.cs,
210           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
211           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
212           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
213           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
214           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
215           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
216           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
217           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
218           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
219           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
220           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
221           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
222           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
223           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
224           Search/HitCollector.cs, Search/HitIterator.cs,
225           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
226           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
227           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
228           Search/NonMatchingScorer.cs, Search/PACKAGE.HTML,
229           Search/ParallelMultiSearcher.cs, Search/PhrasePositions.cs,
230           Search/PhrasePrefixQuery.cs, Search/PhraseQuery.cs,
231           Search/PhraseQueue.cs, Search/PhraseScorer.cs,
232           Search/PrefixQuery.cs, Search/Query.cs, Search/QueryFilter.cs,
233           Search/QueryTermVector.cs, Search/RangeFilter.cs,
234           Search/RangeQuery.cs, Search/RemoteSearchable.cs,
235           Search/ReqExclScorer.cs, Search/ReqOptSumScorer.cs,
236           Search/ScoreDoc.cs, Search/ScoreDocComparator.cs,
237           Search/Scorer.cs, Search/Searchable.cs, Search/Searcher.cs,
238           Search/Similarity.cs, Search/SimilarityDelegator.cs,
239           Search/SloppyPhraseScorer.cs, Search/Sort.cs,
240           Search/SortComparator.cs, Search/SortComparatorSource.cs,
241           Search/SortField.cs, Search/TermQuery.cs, Search/TermScorer.cs,
242           Search/TopDocs.cs, Search/TopFieldDocs.cs, Search/Weight.cs,
243           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
244           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
245           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
246           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
247           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
248           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
249           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
250           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
251           Store/BufferedIndexOutput.cs, Store/Directory.cs,
252           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
253           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
254           Store/OutputStream.cs, Store/PACKAGE.HTML, Store/RAMDirectory.cs,
255           Store/RAMFile.cs, Store/RAMInputStream.cs,
256           Store/RAMOutputStream.cs, Util/BitVector.cs, Util/Constants.cs,
257           Util/Parameter.cs, Util/PriorityQueue.cs, Util/SmallFloat.cs,
258           Util/StringHelper.cs, Util/ToStringUtils.cs: Commit Bera's Lucene
259           1.9.1 branch.  These are the pristine sources; the patches will
260           be committed next
262 2006-09-30 20:07  fhedberg
264         * search/Search.cs: Set BorderWidth on the correct element.
266 2006-09-30 13:47  dbera
268         * beagled/Lucene.Net/: Lucene.Net.xml,
269           Analysis/Standard/StandardTokenizer.jj: Dos2Unix
271 2006-09-30 13:24  dbera
273         * beagled/Lucene.Net/: ABOUT.txt, AssemblyInfo.cs, BUILD.txt,
274           CHANGES.txt, HISTORY.txt, LICENSE.txt, README.txt,
275           SharpZipLibAdapter.cs, Index/SegmentReader.cs,
276           Index/TermInfosReader.cs, QueryParser/QueryParser.JJ,
277           QueryParser/QueryParser.jj, Search/MultiSearcher.cs,
278           Search/Query.cs, Store/FSDirectory.cs: 1.9.1-002-final
280 2006-09-30 10:21  tkaroonb
282         * ChangeLog, configure.in, po/ChangeLog, po/th.po: 2006-09-30
283           Theppitak Karoonboonyanan  <thep@linux.thai.net>
285                   * configure.in: Added th (Thai) to ALL_LINGUAS.
286                   * th.po: Added Thai translation by
287                   Supranee Thirawatthanasuk <supranee@opentle.org>.
289 2006-09-29 23:16  joeshaw
291         * beagled/LuceneQueryingDriver.cs: Remove some testing spew
293 2006-09-29 23:02  dbera
295         * beagled/Lucene.Net/:
296           Analysis/Standard/StandardTokenizerTokenManager.cs,
297           upstream-changes/11_charstream-no-exceptions.patch,
298           upstream-changes/21_fsdirectory_lock-cumulative.patch: Beagle
299           builds!!! Yay! (did I mention CVS sucks ?)
301 2006-09-29 22:57  dbera
303         * beagled/Lucene.Net/:
304           Analysis/Standard/StandardTokenizerTokenManager.cs,
305           QueryParser/QueryParserTokenManager.cs, Store/FSDirectory.cs,
306           Store/Lock.cs, upstream-changes/17_remove_debugstreams.patch,
307           upstream-changes/21_fsdirectory_lock-cumulative.patch: Final
308           (hopefully) set of patches.
310 2006-09-29 22:53  dbera
312         * beagled/Lucene.Net/upstream-changes/:
313           11_charstream-no-exceptions.patch, 13_lock-loop-cleanup.patch,
314           15_lock-timeout-verbose.patch: Ah! The patch files.
316 2006-09-29 22:52  dbera
318         * beagled/Lucene.Net/:
319           Analysis/Standard/StandardTokenizerTokenManager.cs,
320           Store/FSDirectory.cs, Store/Lock.cs: More patches. Nearly done.
322 2006-09-29 22:44  dbera
324         * beagled/Lucene.Net/: Analysis/Standard/CharStream.cs,
325           Analysis/Standard/FastCharStream.cs,
326           Analysis/Standard/StandardTokenizerTokenManager.cs,
327           Store/Lock.cs: More patches.
329 2006-09-29 22:22  dbera
331         * beagled/Lucene.Net/: Index/FieldInfos.cs, Index/TermBuffer.cs,
332           Store/Lock.cs, upstream-changes/07_TermBuffer-stringcopy.patch,
333           upstream-changes/08_more-lock-obtain-fixes.patch,
334           upstream-changes/10_fewer-exceptions.patch: More patches.
336 2006-09-29 21:54  dbera
338         * beagled/Lucene.Net/: Store/FSDirectory.cs,
339           upstream-changes/05_FSDirectory-rename-fileshare.patch: Patch 5.
341 2006-09-29 21:52  dbera
343         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/RAMDirectory.cs,
344           Store/RAMFile.cs, Store/RAMOutputStream.cs,
345           upstream-changes/04_FSDirectory-rename-fileshare.patch: Patch 4.
347 2006-09-29 21:48  dbera
349         * beagled/Lucene.Net/upstream-changes/:
350           01_use-native-open-locking.patch, 03_utc-times.patch,
351           05_TermBuffer-stringcopy.patch, 06_minimum_maxsleepcount.patch,
352           07_fewer-exceptions.patch, 08_charstream-no-exceptions.patch,
353           09_lock-loop-cleanup.patch, 10_lock-timeout-verbose.patch,
354           11_remove_debugstreams.patch, 12_fsdirectory_minor.patch: Remove
355           old files.
357 2006-09-29 21:40  dbera
359         * beagled/: BuildIndex.cs, DumpIndex.cs, LuceneCommon.cs,
360           StaticQueryable.cs, FileSystemQueryable/LuceneNameResolver.cs:
361           Back out some beagled changes due to lame code in L.Net-1.9.1.
363 2006-09-29 21:38  dbera
365         * beagled/Lucene.Net/: Document/Document.cs,
366           Index/DocumentWriter.cs, Index/FieldInfos.cs,
367           Index/FieldsWriter.cs, Index/ParallelReader.cs,
368           upstream-changes/03_fields_inenurable.patch: Patch 3.
370 2006-09-29 17:44  joeshaw
372         * Util/XmlFu.cs, beagled/LuceneCommon.cs,
373           beagled/LuceneQueryingDriver.cs: Greatly optimize search times
374           for queries that return large numbers of results from the Lucene
375           indexes.  We now also walk documents in descending time order
376           trying to populate an array of documents so that we don't have to
377           walk all documents, extract the timestamp property, and sort.
378           Bump up the index version again because of a new
379           InvertedTimestamp field in the index.
381 2006-09-29 17:33  fhedberg
383         * Makefile.am: If we have enabled the UI, build the Image.dll
384           before our graphical tool; Settings.exe.
386 2006-09-29 15:15  joeshaw
388         * search/: Category.cs, ConversationCategory.cs, GroupView.cs,
389           Search.cs, TileCategory.cs, UIManager.cs, Tiles/Utils.cs: Make
390           the scopes toggles rather than radio buttons, and all the user to
391           turn them on and off from the UI.  Patch from Max Wiehle, tweaked
392           a little by me
394 2006-09-29 13:08  joeshaw
396         * search/: Panes.cs, Search.cs, UIManager.cs: Move the sort items
397           to a View menu and add a show details toggle.  Patch from Ryan
398           Probasco
400 2006-09-29 13:06  kkubasik
402         * Filters/FilterImLog.cs: Map speakingto as a property keyword so
403           that queries such as speakingto:kkubasik will work.
405 2006-09-26 12:15  kkubasik
407         * configure.in, search/Makefile.am,
408           search/beagle-search.desktop.in,
409           search/beagle-search.desktop.in.in, tools/Makefile.am,
410           tools/beagle-settings.desktop.in,
411           tools/beagle-settings.desktop.in.in: Adding the needed configure
412           magic to .desktop files for bug-buddy support
414 2006-09-26 12:08  kkubasik
416         * configure.in: Allow forced compile-time selection of sqlite
417           versions bgo# 351133
419 2006-09-26 06:40  fhedberg
421         * tools/: Makefile.am, Settings.cs: Use the looking-glass icon for
422           the beagle-settings window.
424 2006-09-25 19:02  dbera
426         * beagled/Lucene.Net/: Store/FSDirectory.cs,
427           upstream-changes/02_FSDirectory-custom-locking.patch: Patch-2 in.
429 2006-09-25 19:00  dbera
431         * beagled/Lucene.Net/: upstream-changes/01_obtain-lock-fix.patch,
432           Store/FSDirectory.cs: patch-1 in. Here is the process. change
433           source to dos. apply patch. change source to unix. do a diff.
434           store the diff in upstream_patches and add header from original
435           patch file. Phew!
437 2006-09-25 18:54  dbera
439         * beagled/Lucene.Net/Store/: FSDirectory.cs, Lock.cs,
440           RAMDirectory.cs, RAMInputStream.cs, RAMOutputStream.cs: Oops..
441           backout last 2 commits.
443 2006-09-25 18:40  dbera
445         * beagled/Lucene.Net/Store/FSDirectory.cs: Patch 2 goes in.
447 2006-09-25 18:38  dbera
449         * beagled/Lucene.Net/Store/FSDirectory.cs: Patch 1 goes in.
451 2006-09-25 18:36  dbera
453         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
454           SharpZipLibAdapter.cs, SupportClass.cs, Analysis/Analyzer.cs,
455           Analysis/CharTokenizer.cs, Analysis/ISOLatin1AccentFilter.cs,
456           Analysis/KeywordAnalyzer.cs, Analysis/KeywordTokenizer.cs,
457           Analysis/LengthFilter.cs, Analysis/LetterTokenizer.cs,
458           Analysis/LowerCaseFilter.cs, Analysis/LowerCaseTokenizer.cs,
459           Analysis/PerFieldAnalyzerWrapper.cs,
460           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
461           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
462           Analysis/StopFilter.cs, Analysis/Token.cs,
463           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
464           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
465           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
466           Analysis/Standard/CharStream.cs,
467           Analysis/Standard/FastCharStream.cs,
468           Analysis/Standard/ParseException.cs,
469           Analysis/Standard/StandardAnalyzer.cs,
470           Analysis/Standard/StandardFilter.cs,
471           Analysis/Standard/StandardTokenizer.cs,
472           Analysis/Standard/StandardTokenizerConstants.cs,
473           Analysis/Standard/StandardTokenizerTokenManager.cs,
474           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
475           Document/DateField.cs, Document/DateTools.cs,
476           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
477           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
478           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
479           Index/FieldsReader.cs, Index/FieldsWriter.cs,
480           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
481           Index/IndexFileNames.cs, Index/IndexModifier.cs,
482           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
483           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
484           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
485           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
486           Index/SegmentMerger.cs, Index/SegmentReader.cs,
487           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
488           Index/SegmentTermPositionVector.cs,
489           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
490           Index/Term.cs, Index/TermBuffer.cs, Index/TermDocs.cs,
491           Index/TermEnum.cs, Index/TermFreqVector.cs, Index/TermInfo.cs,
492           Index/TermInfosReader.cs, Index/TermInfosWriter.cs,
493           Index/TermPositionVector.cs, Index/TermPositions.cs,
494           Index/TermVectorOffsetInfo.cs, Index/TermVectorsReader.cs,
495           Index/TermVectorsWriter.cs, QueryParser/CharStream.cs,
496           QueryParser/FastCharStream.cs,
497           QueryParser/MultiFieldQueryParser.cs,
498           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
499           QueryParser/QueryParserConstants.cs,
500           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
501           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
502           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
503           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
504           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
505           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
506           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
507           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
508           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
509           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
510           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
511           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
512           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
513           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
514           Search/HitCollector.cs, Search/HitIterator.cs,
515           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
516           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
517           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
518           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
519           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
520           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
521           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
522           Search/QueryFilter.cs, Search/QueryTermVector.cs,
523           Search/RangeFilter.cs, Search/RangeQuery.cs,
524           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
525           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
526           Search/ScoreDocComparator.cs, Search/Scorer.cs,
527           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
528           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
529           Search/Sort.cs, Search/SortComparator.cs,
530           Search/SortComparatorSource.cs, Search/SortField.cs,
531           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
532           Search/TopFieldDocs.cs, Search/Weight.cs,
533           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
534           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
535           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
536           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
537           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
538           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
539           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
540           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
541           Store/BufferedIndexOutput.cs, Store/Directory.cs,
542           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
543           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
544           Store/OutputStream.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
545           Store/RAMInputStream.cs, Store/RAMOutputStream.cs,
546           Util/BitVector.cs, Util/Constants.cs, Util/Parameter.cs,
547           Util/PriorityQueue.cs, Util/SmallFloat.cs, Util/StringHelper.cs,
548           Util/ToStringUtils.cs: Atleast do something right today. Upload
549           all files in unix format. In the next few days, I will patch
550           these files with our patches one by one.  1.9.1-rc1 porting
551           begins.
553 2006-09-25 18:15  dbera
555         * beagled/Lucene.Net/: ABOUT.txt, HISTORY.txt, LICENSE.txt,
556           Lucene.Net.xml,
557           Analysis/Standard/StandardTokenizerTokenManager.cs,
558           QueryParser/QueryParserTokenManager.cs, Store/FSDirectory.cs,
559           Store/Lock.cs: 1.9.1-rc1 commit-2
561 2006-09-25 18:09  dbera
563         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
564           Makefile.am, SharpZipLibAdapter.cs, SupportClass.cs,
565           Analysis/Analyzer.cs, Analysis/CharTokenizer.cs,
566           Analysis/ISOLatin1AccentFilter.cs, Analysis/KeywordAnalyzer.cs,
567           Analysis/KeywordTokenizer.cs, Analysis/LengthFilter.cs,
568           Analysis/LetterTokenizer.cs, Analysis/LowerCaseFilter.cs,
569           Analysis/LowerCaseTokenizer.cs,
570           Analysis/PerFieldAnalyzerWrapper.cs,
571           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
572           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
573           Analysis/StopFilter.cs, Analysis/Token.cs,
574           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
575           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
576           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
577           Analysis/Standard/CharStream.cs,
578           Analysis/Standard/FastCharStream.cs,
579           Analysis/Standard/ParseException.cs,
580           Analysis/Standard/StandardAnalyzer.cs,
581           Analysis/Standard/StandardFilter.cs,
582           Analysis/Standard/StandardTokenizer.cs,
583           Analysis/Standard/StandardTokenizer.jj,
584           Analysis/Standard/StandardTokenizerConstants.cs,
585           Analysis/Standard/StandardTokenizerTokenManager.cs,
586           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
587           Document/DateField.cs, Document/DateTools.cs,
588           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
589           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
590           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
591           Index/FieldsReader.cs, Index/FieldsWriter.cs,
592           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
593           Index/IndexFileNames.cs, Index/IndexModifier.cs,
594           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
595           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
596           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
597           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
598           Index/SegmentMerger.cs, Index/SegmentReader.cs,
599           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
600           Index/SegmentTermPositionVector.cs,
601           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
602           Index/Term.cs, Index/TermBuffer.cs, Index/TermDocs.cs,
603           Index/TermEnum.cs, Index/TermFreqVector.cs, Index/TermInfo.cs,
604           Index/TermInfosReader.cs, Index/TermInfosWriter.cs,
605           Index/TermPositionVector.cs, Index/TermPositions.cs,
606           Index/TermVectorOffsetInfo.cs, Index/TermVectorsReader.cs,
607           Index/TermVectorsWriter.cs, QueryParser/CharStream.cs,
608           QueryParser/FastCharStream.cs,
609           QueryParser/MultiFieldQueryParser.cs,
610           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
611           QueryParser/QueryParser.jj, QueryParser/QueryParserConstants.cs,
612           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
613           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
614           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
615           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
616           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
617           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
618           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
619           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
620           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
621           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
622           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
623           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
624           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
625           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
626           Search/HitCollector.cs, Search/HitIterator.cs,
627           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
628           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
629           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
630           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
631           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
632           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
633           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
634           Search/QueryFilter.cs, Search/QueryTermVector.cs,
635           Search/RangeFilter.cs, Search/RangeQuery.cs,
636           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
637           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
638           Search/ScoreDocComparator.cs, Search/Scorer.cs,
639           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
640           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
641           Search/Sort.cs, Search/SortComparator.cs,
642           Search/SortComparatorSource.cs, Search/SortField.cs,
643           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
644           Search/TopFieldDocs.cs, Search/Weight.cs,
645           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
646           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
647           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
648           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
649           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
650           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
651           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
652           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
653           Store/BufferedIndexOutput.cs, Store/Directory.cs,
654           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
655           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
656           Store/OutputStream.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
657           Store/RAMInputStream.cs, Store/RAMOutputStream.cs,
658           Util/BitVector.cs, Util/Constants.cs, Util/Parameter.cs,
659           Util/PriorityQueue.cs, Util/SmallFloat.cs, Util/StringHelper.cs,
660           Util/ToStringUtils.cs: Begin sync of 1.9.1-rc1
662 2006-09-25 15:58  dbera
664         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
665           SharpZipLibAdapter.cs, SupportClass.cs, Analysis/Analyzer.cs,
666           Analysis/CharTokenizer.cs, Analysis/ISOLatin1AccentFilter.cs,
667           Analysis/KeywordAnalyzer.cs, Analysis/KeywordTokenizer.cs,
668           Analysis/LengthFilter.cs, Analysis/LetterTokenizer.cs,
669           Analysis/LowerCaseFilter.cs, Analysis/LowerCaseTokenizer.cs,
670           Analysis/PerFieldAnalyzerWrapper.cs,
671           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
672           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
673           Analysis/StopFilter.cs, Analysis/Token.cs,
674           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
675           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
676           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
677           Analysis/Standard/CharStream.cs,
678           Analysis/Standard/FastCharStream.cs,
679           Analysis/Standard/ParseException.cs,
680           Analysis/Standard/StandardAnalyzer.cs,
681           Analysis/Standard/StandardFilter.cs,
682           Analysis/Standard/StandardTokenizer.cs,
683           Analysis/Standard/StandardTokenizerConstants.cs,
684           Analysis/Standard/StandardTokenizerTokenManager.cs,
685           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
686           Document/DateField.cs, Document/DateTools.cs,
687           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
688           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
689           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
690           Index/FieldsReader.cs, Index/FieldsWriter.cs,
691           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
692           Index/IndexFileNames.cs, Index/IndexModifier.cs,
693           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
694           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
695           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
696           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
697           Index/SegmentMerger.cs, Index/SegmentReader.cs,
698           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
699           Index/SegmentTermPositionVector.cs,
700           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
701           Index/Term.cs, Index/TermBuffer.cs, Index/TermDocs.cs,
702           Index/TermEnum.cs, Index/TermFreqVector.cs, Index/TermInfo.cs,
703           Index/TermInfosReader.cs, Index/TermInfosWriter.cs,
704           Index/TermPositionVector.cs, Index/TermPositions.cs,
705           Index/TermVectorOffsetInfo.cs, Index/TermVectorsReader.cs,
706           Index/TermVectorsWriter.cs, QueryParser/CharStream.cs,
707           QueryParser/FastCharStream.cs,
708           QueryParser/MultiFieldQueryParser.cs,
709           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
710           QueryParser/QueryParserConstants.cs,
711           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
712           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
713           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
714           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
715           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
716           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
717           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
718           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
719           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
720           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
721           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
722           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
723           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
724           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
725           Search/HitCollector.cs, Search/HitIterator.cs,
726           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
727           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
728           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
729           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
730           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
731           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
732           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
733           Search/QueryFilter.cs, Search/QueryTermVector.cs,
734           Search/RangeFilter.cs, Search/RangeQuery.cs,
735           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
736           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
737           Search/ScoreDocComparator.cs, Search/Scorer.cs,
738           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
739           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
740           Search/Sort.cs, Search/SortComparator.cs,
741           Search/SortComparatorSource.cs, Search/SortField.cs,
742           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
743           Search/TopFieldDocs.cs, Search/Weight.cs,
744           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
745           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
746           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
747           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
748           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
749           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
750           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
751           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
752           Store/BufferedIndexOutput.cs, Store/Directory.cs,
753           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
754           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
755           Store/OutputStream.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
756           Store/RAMInputStream.cs, Store/RAMOutputStream.cs,
757           Util/BitVector.cs, Util/Constants.cs, Util/Parameter.cs,
758           Util/PriorityQueue.cs, Util/SmallFloat.cs, Util/StringHelper.cs,
759           Util/ToStringUtils.cs: Fix dos line endings.
761 2006-09-25 04:42  danilo
763         * po/: ChangeLog, sr.po, sr@Latn.po: Updated by Filip Miletic.
765 2006-09-22 12:33  danilo
767         * ChangeLog, configure.in, po/ChangeLog, po/sr.po, po/sr@Latn.po:
768           Added Serbian translation by Filip Miletić.
770 2006-09-21 22:46  kkubasik
772         * ImLogViewer/ImLogWindow.cs: Small formatting fix in
773           LogViewerWindow.cs
775 2006-09-21 21:37  kkubasik
777         * Filters/FilterTiff.cs: A simple fix to prevent crashes from  bad
778           datetime strings in Tiff files.
780 2006-09-21 15:05  dnylande
782         * po/: ChangeLog, sv.po: 2006-09-21  Daniel Nylander
783           <po@danielnylander.se>
785                   * sv.po: Updated Swedish translation.
787 2006-09-20 17:41  dbera
789         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
790           upstream-changes/12_fsdirectory_minor.patch: More FSDirectory
791           fixes.
793 2006-09-20 14:35  dbera
795         * beagled/Lucene.Net/upstream-changes/:
796           08_charstream-no-exceptions.patch, 09_lock-loop-cleanup.patch,
797           10_lock-timeout-verbose.patch, 11_remove_debugstreams.patch: Last
798           set of upstream patches.
800 2006-09-20 14:34  dbera
802         * beagled/Lucene.Net/:
803           Analysis/Standard/StandardTokenizerTokenManager.cs,
804           QueryParser/QueryParserTokenManager.cs,
805           upstream-changes/01_use-native-open-locking.patch: Final set of
806           changes. Beagle builds now with L.N-1.9
808 2006-09-20 14:27  dbera
810         * beagled/Lucene.Net/: Analysis/Standard/CharStream.cs,
811           Analysis/Standard/FastCharStream.cs,
812           Analysis/Standard/StandardTokenizerTokenManager.cs,
813           Store/FSDirectory.cs, Store/Lock.cs: More upstream patches.
815 2006-09-20 05:38  zygis
817         * po/: ChangeLog, lt.po: 2006-09-20  Žygimantas Beručka
818           <zygis@gnome.org>
820                   * lt.po: Updated Lithuanian translation.
822 2006-09-19 18:59  dbera
824         * beagled/: BuildIndex.cs, DumpIndex.cs, LuceneCommon.cs,
825           LuceneQueryingDriver.cs,
826           FileSystemQueryable/LuceneNameResolver.cs: Beagle changes for
827           L.N-1.9
829 2006-09-19 18:59  dbera
831         * beagled/Lucene.Net/: Index/FieldInfos.cs,
832           upstream-changes/01_obtain-lock-fix.patch,
833           upstream-changes/01_use-native-open-locking.patch,
834           upstream-changes/03_FSDirectory-pid-in-lockfile.patch,
835           upstream-changes/03_utc-times.patch,
836           upstream-changes/04_FSDirectory-rename-fileshare.patch,
837           upstream-changes/04_utc-times.patch,
838           upstream-changes/05_FSDirectory-rename-fileshare.patch,
839           upstream-changes/05_TermBuffer-stringcopy.patch,
840           upstream-changes/06_FSDirectory-lock-logging.patch,
841           upstream-changes/06_minimum_maxsleepcount.patch,
842           upstream-changes/07_TermBuffer-stringcopy.patch,
843           upstream-changes/07_fewer-exceptions.patch,
844           upstream-changes/08_more-lock-obtain-fixes.patch,
845           upstream-changes/09-path-combine.patch,
846           upstream-changes/10_fewer-exceptions.patch,
847           upstream-changes/11_charstream-no-exceptions.patch,
848           upstream-changes/12_more-lock-logging.patch,
849           upstream-changes/13_lock-loop-cleanup.patch,
850           upstream-changes/14_analysis-leak.patch,
851           upstream-changes/15_lock-timeout-verbose.patch,
852           upstream-changes/16_hangul_support.patch,
853           upstream-changes/17_remove_debugstreams.patch,
854           upstream-changes/18_avoid_fileinfos.patch,
855           upstream-changes/20_use-native-open-locking.patch: Filter out
856           unwanted patches from upstream-patches. Half done. Rest later.
858 2006-09-19 18:44  dbera
860         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
861           Store/RAMDirectory.cs, Store/RAMFile.cs,
862           Store/RAMOutputStream.cs, Index/TermBuffer.cs: More upstream
863           patches.
865 2006-09-19 18:05  dbera
867         * beagled/Lucene.Net/: Store/FSDirectory.cs,
868           upstream-changes/02_FSDirectory-custom-locking.patch: Per-index
869           locking patch.
871 2006-09-19 17:36  dbera
873         * beagled/Lucene.Net/Store/FSDirectory.cs: Patching local copy -
874           use native lock file creation.
876 2006-09-19 16:54  dbera
878         * beagled/Lucene.Net/: SharpZipLibAdapter.cs,
879           Analysis/ISOLatin1AccentFilter.cs, Analysis/KeywordAnalyzer.cs,
880           Analysis/KeywordTokenizer.cs, Analysis/LengthFilter.cs,
881           Analysis/PACKAGE.HTML, Analysis/WordlistLoader.cs,
882           Analysis/Standard/PACKAGE.HTML, Index/IndexFileNameFilter.cs,
883           Index/IndexFileNames.cs, Index/IndexModifier.cs,
884           Index/ParallelReader.cs, QueryParser/PACKAGE.HTML,
885           Search/ConstantScoreQuery.cs, Search/ConstantScoreRangeQuery.cs,
886           Search/DisjunctionMaxQuery.cs, Search/DisjunctionMaxScorer.cs,
887           Search/Hit.cs, Search/HitIterator.cs,
888           Search/MatchAllDocsQuery.cs, Search/PACKAGE.HTML,
889           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
890           Search/Regex/SpanRegexQuery.cs, Store/PACKAGE.HTML,
891           Util/SmallFloat.cs, Util/ToStringUtils.cs: Add new files, remove
892           deleted files.
894 2006-09-19 16:51  dbera
896         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
897           SupportClass.cs, Analysis/Analyzer.cs, Analysis/CharTokenizer.cs,
898           Analysis/LetterTokenizer.cs, Analysis/LowerCaseFilter.cs,
899           Analysis/LowerCaseTokenizer.cs,
900           Analysis/PerFieldAnalyzerWrapper.cs,
901           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
902           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
903           Analysis/StopFilter.cs, Analysis/Token.cs,
904           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
905           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
906           Analysis/WhitespaceTokenizer.cs, Analysis/Standard/CharStream.cs,
907           Analysis/Standard/FastCharStream.cs,
908           Analysis/Standard/ParseException.cs,
909           Analysis/Standard/StandardAnalyzer.cs,
910           Analysis/Standard/StandardFilter.cs,
911           Analysis/Standard/StandardTokenizer.cs,
912           Analysis/Standard/StandardTokenizerConstants.cs,
913           Analysis/Standard/StandardTokenizerTokenManager.cs,
914           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
915           Document/DateField.cs, Document/DateTools.cs,
916           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
917           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
918           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
919           Index/FieldsReader.cs, Index/FieldsWriter.cs,
920           Index/FilterIndexReader.cs, Index/IndexReader.cs,
921           Index/IndexWriter.cs, Index/MultiReader.cs,
922           Index/MultipleTermPositions.cs, Index/SegmentInfo.cs,
923           Index/SegmentInfos.cs, Index/SegmentMergeInfo.cs,
924           Index/SegmentMergeQueue.cs, Index/SegmentMerger.cs,
925           Index/SegmentReader.cs, Index/SegmentTermDocs.cs,
926           Index/SegmentTermEnum.cs, Index/SegmentTermPositionVector.cs,
927           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
928           Index/SegmentsReader.cs, Index/Term.cs, Index/TermBuffer.cs,
929           Index/TermDocs.cs, Index/TermEnum.cs, Index/TermFreqVector.cs,
930           Index/TermInfo.cs, Index/TermInfosReader.cs,
931           Index/TermInfosWriter.cs, Index/TermPositionVector.cs,
932           Index/TermPositions.cs, Index/TermVectorOffsetInfo.cs,
933           Index/TermVectorsReader.cs, Index/TermVectorsWriter.cs,
934           QueryParser/CharStream.cs, QueryParser/FastCharStream.cs,
935           QueryParser/MultiFieldQueryParser.cs,
936           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
937           QueryParser/QueryParserConstants.cs,
938           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
939           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
940           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
941           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
942           Search/ConjunctionScorer.cs, Search/DateFilter.cs,
943           Search/DefaultSimilarity.cs, Search/DisjunctionSumScorer.cs,
944           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
945           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
946           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
947           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
948           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
949           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs,
950           Search/HitCollector.cs, Search/HitQueue.cs, Search/Hits.cs,
951           Search/IndexSearcher.cs, Search/MultiPhraseQuery.cs,
952           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
953           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
954           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
955           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
956           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
957           Search/QueryFilter.cs, Search/QueryTermVector.cs,
958           Search/RangeFilter.cs, Search/RangeQuery.cs,
959           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
960           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
961           Search/ScoreDocComparator.cs, Search/Scorer.cs,
962           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
963           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
964           Search/Sort.cs, Search/SortComparator.cs,
965           Search/SortComparatorSource.cs, Search/SortField.cs,
966           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
967           Search/TopFieldDocs.cs, Search/Weight.cs,
968           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
969           Search/Spans/NearSpans.cs, Search/Spans/SpanFirstQuery.cs,
970           Search/Spans/SpanNearQuery.cs, Search/Spans/SpanNotQuery.cs,
971           Search/Spans/SpanOrQuery.cs, Search/Spans/SpanQuery.cs,
972           Search/Spans/SpanScorer.cs, Search/Spans/SpanTermQuery.cs,
973           Search/Spans/SpanWeight.cs, Search/Spans/Spans.cs,
974           Store/BufferedIndexInput.cs, Store/BufferedIndexOutput.cs,
975           Store/Directory.cs, Store/FSDirectory.cs, Store/IndexInput.cs,
976           Store/IndexOutput.cs, Store/InputStream.cs, Store/Lock.cs,
977           Store/MMapDirectory.cs, Store/OutputStream.cs,
978           Store/RAMDirectory.cs, Store/RAMFile.cs, Store/RAMInputStream.cs,
979           Store/RAMOutputStream.cs, Util/BitVector.cs, Util/Constants.cs,
980           Util/Parameter.cs, Util/PriorityQueue.cs, Util/StringHelper.cs:
981           Sync files from L.Net-1.9
983 2006-09-19 16:45  dbera
985         * beagled/: Makefile.am, Lucene.Net/Makefile.am: Get ready for
986           syncing Lucene.Net to 1.9-final release.
988 2006-09-19 11:17  joeshaw
990         * po/: ChangeLog, pl.po: 2006-09-19  Joe Shaw  <joeshaw@novell.com>
992                   * pl.po: Updated Polish translation from Krzysztof
993           Rosiński
995 2006-09-18 19:13  joeshaw
997         * NEWS, configure.in: Update for 0.2.10 release
999 2006-09-18 16:35  joeshaw
1001         * Filters/: FilterOle.cs, FilterPPT.cs: Dispose of all of our
1002           gsf-sharp objects to help fix a leak.  A gsf-sharp update is also
1003           needed to totally fix the bug.
1005 2006-09-18 14:17  joeshaw
1007         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Bump file
1008           system backend version up to 5
1010 2006-09-18 14:14  joeshaw
1012         * beagled/: LuceneCommon.cs,
1013           FileSystemQueryable/LuceneNameResolver.cs: Don't lowercase tokens
1014           in the private namespace, fix the file system backend to search
1015           for filenames with a lower case string
1017 2006-09-18 07:58  jfriedl
1019         * po/: ChangeLog, cs.po: 2006-09-18  Jakub Friedl
1020           <jfriedl@suse.cz>
1022             * cs.po: Updated Czech translation.
1024 2006-09-16 17:14  postlund
1026         * configure.in: Ooops, modified gmime-sharp version and forgot
1027           about it.
1029 2006-09-16 17:11  postlund
1031         * configure.in, Util/Mork.cs, Util/Thunderbird.cs,
1032           beagled/ThunderbirdQueryable/Contact.cs,
1033           beagled/ThunderbirdQueryable/Mail.cs,
1034           beagled/ThunderbirdQueryable/MoveMail.cs,
1035           beagled/ThunderbirdQueryable/Nntp.cs,
1036           beagled/ThunderbirdQueryable/Rss.cs,
1037           beagled/ThunderbirdQueryable/ThunderbirdIndexableGenerator.cs,
1038           beagled/ThunderbirdQueryable/ThunderbirdIndexer.cs: * Indexing
1039           account data stored in a non-standard place should work better *
1040           Patch from bug #354777 * Parsing Thunderbird accounts have been
1041           improved * Mailbox name read from mork file is now used when
1042           indexing mails (prettier output) * Print more debug data when
1043           indexing zero-sized mork files (easier when debugging)
1045 2006-09-15 17:46  dbera
1047         * Makefile.am: Install beagle-ui.pc only if gui is enabled.
1049 2006-09-15 15:28  joeshaw
1051         * libbeagle/beagle/: beagle-queryable-status.c,
1052           beagle-scheduler-information.c: Fix a few g_return_if_fail calls.
1053           Patch from Joe Hardigan
1055 2006-09-15 10:20  joeshaw
1057         * configure.in: Require gtk-sharp 2.4.0 and gmime-sharp 2.2.0
1058           because they're the stable versions
1060 2006-09-15 04:04  ituohela
1062         * po/: ChangeLog, fi.po: Updated Finnish translation
1064 2006-09-14 17:57  joeshaw
1066         * beagled/EvolutionMailDriver/MailCrawler.cs: Fix a thinko in the
1067           evolution mail crawler
1069 2006-09-13 15:55  joeshaw
1071         * beagled/FilterFactory.cs: A little better logging info when we
1072           can't filter a file
1074 2006-09-13 15:45  joeshaw
1076         * Filters/FilterPdf.cs: Attach to stderr of pdfinfo and pdftotext
1077           and log any output as a warning
1079 2006-09-13 07:21  kmaraas
1081         * po/: ChangeLog, nb.po: 2006-09-13  Kjartan Maraas
1082           <kmaraas@gnome.org>
1084                   * nb.po: Updated Norwegian bokmål translation.
1086 2006-09-13 02:19  kkubasik
1088         * search/Tiles/MailMessage.cs: The new GetClientProcess stuff in
1089           MailMessage wasn't handling parent/child stuff right.
1091 2006-09-12 17:44  joeshaw
1093         * glue/xdgmime/: README, xdgmime.c, xdgmime.h, xdgmimecache.c,
1094           xdgmimeglob.c, xdgmimemagic.c: Use the GTK+ version of xdgmime in
1095           Beagle instead of the upstream one, so we now consider it to be
1096           the canonical version.  Add a README about that and remove our
1097           old patches against upstream.
1099 2006-09-12 16:19  jovanna
1101         * po/: ChangeLog, mk.po: 2006-09-12 Jovan Naumovski
1102           <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian translation
1104 2006-09-12 08:05  fhedberg
1106         * Util/: ICalParser.cs, Makefile.am: Basic parser for the iCal &
1107           vCard formats.
1109 2006-09-11 17:50  dlodge
1111         * po/: ChangeLog, en_GB.po: 2006-09-11  David Lodge <dave@cirt.net>
1113                   * en_GB.po: Updated British (English) translation.
1115 2006-09-11 16:13  joeshaw
1117         * Filters/FilterMail.cs: Fix a typo: should be text/x-vcard, not
1118           text/vcard
1120 2006-09-11 15:46  joeshaw
1122         * Filters/: FilterC.cs, FilterCpp.cs, FilterMail.cs,
1123           FilterShellscript.cs: Blacklist certain common mime types in mail
1124           attachments that don't have filters and add no value, including
1125           signatures, ms-tnef, vcard and vcalendar.  Fix a bug with mime
1126           types sometimes being capitalized in emails, and add a bunch of
1127           additional mime types to the C, C++, and shell script filters
1128           that were common in my own email
1130 2006-09-11 14:33  joeshaw
1132         * Filters/FilterMPlayerVideo.cs: Use the invariant culture when
1133           converting floating point values in the mplayer filter
1135 2006-09-11 12:55  adrighem
1137         * po/: ChangeLog, nl.po: 2006-09-11  Vincent van Adrighem
1138           <adrighem@gnome.org>
1140                   * nl.po: Translation updated by Tino Meinen.
1142 2006-09-11 06:44  jmas
1144         * po/: ChangeLog, ca.po: 2006-09-11  Jordi Mas
1145           <jmas@softcatala.org>
1147                   * ca.po: Updated Catalan translation.
1149 2006-09-10 14:30  dbera
1151         * Filters/FilterHtml.cs: Minor reorganization of html filter code.
1153 2006-09-10 10:04  serrador
1155         * po/: ChangeLog, es.po: 2006-09-10  Francisco Javier F. Serrador
1156           <serrador@openshine.com>
1158                   * es.po: Updated Spanish translation.
1160 2006-09-09 22:46  dbera
1162         * Filters/FilterHtml.cs: Add whitespace after attributes in HTML
1163           filter. Fixes #354420.
1165 2006-09-08 18:10  joeshaw
1167         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
1168           BeagleClient/IndexingService.cs, BeagleClient/QueryResponses.cs,
1169           Util/StringFu.cs, Util/UriFu.cs, beagled/DumpIndex.cs,
1170           beagled/FilterFactory.cs, beagled/IndexerReceipts.cs,
1171           beagled/LuceneBitArray.cs, beagled/LuceneCommon.cs,
1172           beagled/LuceneIndexingDriver.cs, beagled/Makefile.am,
1173           beagled/TextCache.cs,
1174           beagled/FileSystemQueryable/FileSystemQueryable.cs,
1175           search/Tiles/Application.cs, search/Tiles/Calendar.cs,
1176           search/Tiles/Contact.cs, search/Tiles/HitFlavor.cs,
1177           search/Tiles/MailAttachment.cs, search/Tiles/MailMessage.cs,
1178           search/Tiles/Note.cs, search/Tiles/ThumbnailFactory.cs,
1179           search/Tiles/Tile.cs: Fairly large change in the way we escape
1180           URIs so that we now do it correctly according to the URI RFC, the
1181           number of which I forget right now
1183 2006-09-08 17:53  joeshaw
1185         * search/Search.cs: Fix the infamous focus grabbing bug in
1186           beagle-search; include in the search entry timeout whether or not
1187           you've moved the cursor, not just whether the text has been
1188           changed
1190 2006-09-07 08:25  jfriedl
1192         * po/: ChangeLog, cs.po: 2006-09-07  Jakub Friedl <jfriedl@suse.cz>
1194             * cs.po: Updated Czech translation.
1196 2006-09-06 21:21  nshmyrev
1198         * po/ru.po: Updated Russian translation
1200 2006-09-06 18:06  joeshaw
1202         * Util/DirectoryWalker.cs: Fix a problem where StringBuilders were
1203           being shrunk, and filenames weren't fitting inside the buffer.
1204           Fixes the irritating bug where not all files would be indexed
1205           (particularly mp3 files, which often have long filenames).  Many
1206           thanks to Kent Borg for helping track this down
1208 2006-09-06 17:21  joeshaw
1210         * ContactViewer/ContactWindow.cs: Fix a plural string in the
1211           contact viewer for i18n
1213 2006-09-05 21:55  kkubasik
1215         * configure.in, Util/Galago.cs, Util/Makefile.am,
1216           search/Makefile.am, search/Tiles/IMLog.cs: beagle-search now
1217           supports galago. Needs the 0.5 series of galago.
1219 2006-09-05 14:54  llipka
1221         * search/Tiles/OpenWithMenu.cs: Dont crash when we get an empty
1222           list for open with apps.
1224 2006-09-05 13:18  joeshaw
1226         * po/POTFILES.in: Add some missing files to POTFILES.in
1228 2006-09-05 11:54  joeshaw
1230         * configure.in: Add support for epiphany 2.16 to configure.in
1232 2006-09-04 19:38  nshmyrev
1234         * po/: ChangeLog, ru.po: 2006-09-04  Nickolay V. Shmyrev
1235           <nshmyrev@yandex.ru>
1237                   * ru.po: Updated Russian translation by
1238                   Alexander Sigachov <ajvol2@gmail.com>
1240 2006-09-04 01:20  aihana
1242         * po/ja.po: 2006-09-04  Takeshi AIHANA <takeshi.aihana@gmail.com>
1244                   * ja.po: Updated Japanese translation.
1246 2006-09-03 21:36  rml
1248         * HACKING:
1249                   * HACKING: Seriously, guys?  Are you all asleep at the
1250           wheel here?
1251                     It is TODO, not TODo.  Why would TO be in all uppercase
1252           but not
1253                     Do?  I am worried.  The spelling and syntax here are
1254           messier than
1255                     Joe's beard.  Speaking of which: Many of you Beagle
1256           users are
1257                     friends, or at least fans, of Joe's.  Perhaps you could
1258           send him
1259                     emails, letters, and voice mails
1260           begging--pleading--with him to
1261                     clean that thing.  Because we love him, we want it
1262           cleansed.
1264 2006-09-03 21:31  rml
1266         * NEWS:
1267                   * NEWS: Spellcheck.
1269 2006-09-03 04:27  jmas
1271         * po/ca.po: Small Catalan translation update
1273 2006-09-02 04:24  dnylande
1275         * po/: ChangeLog, sv.po: 2006-09-02  Daniel Nylander
1276           <po@danielnylander.se>
1278                   * sv.po: Updated Swedish translation.
1280 2006-09-01 11:30  joeshaw
1282         * NEWS, configure.in: Redo for 0.2.9 release
1284 2006-08-31 15:47  joeshaw
1286         * NEWS: Update for 0.2.9 release
1288 2006-08-30 18:34  joeshaw
1290         * search/: UIManager.cs, Tiles/ThumbnailFactory.cs: Fix a
1291           compilation issue with older gtk-sharp, and fix an infinite loop
1292           when saving of thumbnails fails.  (Why isn't there a boolean
1293           return value?)
1295 2006-08-30 05:52  llipka
1297         * search/Tiles/ThumbnailFactory.cs: Use the SerializedUri to
1298           generate thumbnails.
1300 2006-08-30 05:43  llipka
1302         * search/: Search.cs, Pages/NoMatch.cs: Oops, back out accidental
1303           changes.
1305 2006-08-30 05:31  llipka
1307         * search/: Search.cs, Pages/NoMatch.cs, Tray/TrayIcon.cs:
1308           Hide/Unhide the window properly. Copied from muine, patch from
1309           Arif Lukito. (bgo #352877)
1311 2006-08-29 08:51  adrighem
1313         * po/: nl.po, ChangeLog: 2006-08-29  Vincent van Adrighem
1314           <adrighem@gnome.org>
1316                   * nl.po: Translation updated by Tino Meinen.
1318 2006-08-28 08:15  redfox
1320         * po/: ChangeLog, fr.po: Updated French translation.
1322 2006-08-27 19:29  jovanna
1324         * po/: ChangeLog, mk.po: 2006-08-27 Jovan Naumovski
1325           <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian translation
1327 2006-08-27 04:43  adrighem
1329         * po/: ChangeLog, nl.po: 2006-08-27  Vincent van Adrighem
1330           <adrighem@gnome.org>
1332                   * nl.po: Translation updated by Tino Meinen.
1334 2006-08-27 03:53  llipka
1336         * libbeagle/beagle/: beagle-daemon-information-response.h,
1337           beagle-util.h: Change C++ style comment to C style comment.
1338           Killed a warning about comma at an end of an enum list. (bgo
1339           #352948)
1341 2006-08-27 02:59  clyties
1343         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
1345 2006-08-26 14:49  adrighem
1347         * po/: nl.po, ChangeLog: 2006-08-26  Vincent van Adrighem
1348           <adrighem@gnome.org>
1350                   * nl.po: Translation updated by Karel Demeyer.
1352 2006-08-25 04:59  llipka
1354         * Util/ImLog.cs: Be more bulletproof when processing lines in IM
1355           logs. Based on a patch from Arif Lukito. (bgo #351882)
1357 2006-08-24 12:53  llipka
1359         * search/Search.cs: Not only show but also present the window in
1360           tray icon mode. (bgo #351915)
1362 2006-08-24 12:46  llipka
1364         * ImLogViewer/ImLogWindow.cs: Don't display timeline categories
1365           that don't have any logs during a search.
1367 2006-08-24 12:31  llipka
1369         * search/Tiles/Calendar.cs: Display '...' in descriptions where we
1370           do line wraps.
1372 2006-08-24 12:30  llipka
1374         * search/UIManager.cs: Don't crash if we can't launch the web
1375           browser and rather display a message dialog. (bgo #352623)
1377 2006-08-23 15:37  joeshaw
1379         * Filters/FilterImLog.cs, Util/ImLog.cs,
1380           beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix a thinko when
1381           calculating the text to pull out of an emote line.  Add sanity
1382           checks to ensure that malformed IM logs don't make it out to
1383           clients
1385 2006-08-22 15:59  joeshaw
1387         * ContactViewer/ContactWindow.cs, Util/PathFinder.cs,
1388           Util/Thunderbird.cs, search/Tiles/MailMessage.cs: Execute
1389           'thunderbird' or 'mozilla-thunderbird' depending on which is
1390           available.  Based on a patch from Kevin Kubasik
1392 2006-08-22 15:21  joeshaw
1394         * ContactViewer/Makefile.am, ContactViewer/beagle-contactviewer.in,
1395           ImLogViewer/Makefile.am, ImLogViewer/beagle-imlogviewer.in,
1396           search/Makefile.am, search/beagle-search.in: Fix a few places
1397           where we were assuming that /bin/sh == /bin/bash
1399 2006-08-22 08:41  jmas
1401         * po/: ChangeLog, ca.po: Update Catalan translation
1403 2006-08-21 15:38  joeshaw
1405         * Filters/FilterMail.cs: Handle linebreaks correctly in plain text
1406           emails
1408 2006-08-21 11:32  joeshaw
1410         * Util/ChmFile.cs: Fix up libchm sonames as well. Pointed out by
1411           Fredric as well
1413 2006-08-21 11:05  joeshaw
1415         * beagled/BeagleDaemon.cs, beagled/IndexHelper/IndexHelper.cs,
1416           tools/Query.cs: Fix sonames of libgobject DllImports to reference
1417           the correct one.  Patch from Frederic Crozat
1419 2006-08-21 07:11  clyties
1421         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
1423 2006-08-21 03:25  adrighem
1425         * po/: nl.po, ChangeLog: 2006-08-21  Vincent van Adrighem
1426           <adrighem@gnome.org>
1428                   * nl.po: Translation updated by Tino Meinen.
1430 2006-08-18 18:03  joeshaw
1432         * beagled/Lucene.Net/: Store/FSDirectory.cs,
1433           upstream-changes/20_use-native-open-locking.patch: Fix a bad
1434           performance bottleneck when we wrote out the process ID to the
1435           Lucene lock file that was slowing down indexing noticably
1437 2006-08-18 09:10  fwang
1439         * po/: ChangeLog, zh_CN.po: Updated beagle zh_CN translation.
1441 2006-08-17 13:35  joeshaw
1443         * beagled/Makefile.am: Ok, finally passed make distcheck
1445 2006-08-17 13:18  joeshaw
1447         * beagled/Makefile.am: More thunderbird distcheck fixes
1449 2006-08-17 13:04  joeshaw
1451         * beagled/Makefile.am: Fix a make distcheck issue with the
1452           Thunderbird backend
1454 2006-08-17 12:15  joeshaw
1456         * NEWS, configure.in: Update for 0.2.8 release
1458 2006-08-16 17:13  serrador
1460         * po/: ChangeLog, es.po: 2006-08-16  Francisco Javier F. Serrador
1461           <serrador@openshine.com>
1463                   * es.po: Updated Spanish translation.
1465 2006-08-16 16:12  joeshaw
1467         * Filters/FilterPPT.cs: Fix a 100% cpu issue with certain broken
1468           powerpoint files
1470 2006-08-16 15:21  joeshaw
1472         * Filters/FilterMusic.cs, beagled/LuceneBitArray.cs,
1473           beagled/LuceneCommon.cs, beagled/QueryStringParser.cs: Fix
1474           various case sensitivity issues.  In the past, if you had a file
1475           named FOO.txt, searches for "FOO", "foo" and "FOO.txt" would
1476           match but "foo.txt" wouldn't.  Similarly, with wildcard searches
1477           "FO*" and "F*O.txt" would match but "F*O" wouldn't.  This commit
1478           fixes these issues, but bumps up the index version number to 15,
1479           requiring a re-index.
1481           Fix a typo in the wildcard searching code that caused the content
1482           of documents to not be searches.
1484           Remove some dead code from the QueryStringParser, add debugging
1485           code to LuceneBitArray, and add a keyword mapping for searching
1486           for music by genre.
1488 2006-08-16 06:39  ituohela
1490         * po/: ChangeLog, fi.po: Updated Finnish translation
1492 2006-08-15 21:33  kelemeng
1494         * po/: ChangeLog, hu.po: 2006-08-16  Gabor Kelemen
1495           <kelemeng@gnome.hu>
1497                   * hu.po: Translation updated.
1499 2006-08-15 17:23  joeshaw
1501         * beagled/AkregatorQueryable/AkregatorQueryable.cs: turn down
1502           *extremely* verbose output from Akregator backend
1504 2006-08-15 16:17  joeshaw
1506         * search/Tiles/: File.cs, Folder.cs, Utils.cs: Fix some UTC timing
1507           issues in beagle-search, fix some bugs in how we calculated
1508           timespans, and reuse some code when we can
1510 2006-08-15 15:39  joeshaw
1512         * ContactViewer/ContactWindow.cs: Use Gnome.About instead of
1513           Gtk.About since we are still supporting older gtk-sharp versions
1515 2006-08-15 14:45  joeshaw
1517         * Util/ImLog.cs: Fix various bugs in parsing the Kopete buddy list.
1518           Patch from Pat Double
1520 2006-08-15 14:29  joeshaw
1522         * Filters/FilterDesktop.cs: Index Keywords from KDE .desktop files.
1523           Based on a patch from Stephan Kulow
1525 2006-08-14 13:40  jmas
1527         * po/: ChangeLog, ca.po: Catalan translation update
1529 2006-08-12 06:48  arangela
1531         * po/mk.po: Updated Macedonian Translation <ufo@linux.net.mk>
1533 2006-08-10 22:09  kkubasik
1535         * search/Search.cs: fix a compile error with newer gtk-sharp
1536           versions, backwords compatable.
1538 2006-08-10 17:46  joeshaw
1540         * beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
1541           Change the indexing service backend to use indexable generators
1542           at startup
1544 2006-08-10 15:05  joeshaw
1546         * BeagleClient/Client.cs, Filters/FilterChm.cs,
1547           Filters/FilterDesktop.cs, Filters/FilterExternal.cs,
1548           Filters/FilterOle.cs, Filters/FilterRPM.cs, Util/Conf.cs,
1549           Util/DirectoryWalker.cs, Util/ExceptionHandlingThread.cs,
1550           Util/ImBuddy.cs, Util/Inotify.cs, Util/PullingReader.cs,
1551           Util/Scheduler.cs, Util/Thunderbird.cs, Util/XKeybinder.cs,
1552           beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
1553           beagled/FileAttributesStore_ExtendedAttribute.cs,
1554           beagled/Filter.cs, beagled/FilterFactory.cs,
1555           beagled/IndexSynchronization.cs, beagled/LuceneIndexingDriver.cs,
1556           beagled/LuceneQueryable.cs, beagled/QueryDriver.cs,
1557           beagled/QueryResult.cs, beagled/Queryable.cs,
1558           beagled/RemoteIndexer.cs, beagled/Server.cs, beagled/Shutdown.cs,
1559           beagled/TextCache.cs,
1560           beagled/AkregatorQueryable/AkregatorQueryable.cs,
1561           beagled/BlamQueryable/BlamQueryable.cs,
1562           beagled/EvolutionDataServerQueryable/BookContainer.cs,
1563           beagled/EvolutionDataServerQueryable/CalContainer.cs,
1564           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
1565           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
1566           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
1567           beagled/FileSystemQueryable/FileSystemQueryable.cs,
1568           beagled/FileSystemQueryable/InotifyBackend.cs,
1569           beagled/IndexHelper/IndexHelper.cs,
1570           beagled/KMailQueryable/KMailIndexableGenerator.cs,
1571           beagled/LifereaQueryable/LifereaQueryable.cs,
1572           beagled/ThunderbirdQueryable/Contact.cs,
1573           beagled/ThunderbirdQueryable/Mail.cs,
1574           beagled/ThunderbirdQueryable/MoveMail.cs,
1575           beagled/ThunderbirdQueryable/Nntp.cs,
1576           beagled/ThunderbirdQueryable/Rss.cs, tools/Info.cs: Instead of
1577           using multiple lines to report exceptions, pass in the exception
1578           as the first argument to the various Log functions, so that we
1579           get more context with errors.  In many places where we were only
1580           printing out the exception message, print out the full stack
1581           trace.
1583 2006-08-10 14:34  joeshaw
1585         * Util/ImLog.cs, Util/Log.cs, beagled/Filter.cs,
1586           beagled/FilterFactory.cs, beagled/LuceneQueryable.cs,
1587           beagled/wrapper.in, beagled/GaimLogQueryable/GaimLogQueryable.cs,
1588           search/Tiles/IMLog.cs: Handful of small fixes:
1590           * Handle lines in gaim logs that start with *** specially, so
1591           that we don't   crash if one of those lines contains a colon
1592           toward the end of the line.
1594           * If the program name is shorter than 6 characters, don't try to
1595           truncate   it (which would throw an exception).
1597           * If we are unable to filter something, print out the full
1598           exception.
1600           * Remove a bunch of dead code from FilterFactory.
1602           * Catch exceptions in our calls to HitIsValid() and HitFilter(),
1603           and   skip over hits that throw them.
1605           * Remove MONO_GAC_PREFIX stuff from wrapper.in
1607           * Validate the "fixme:speakingto" property in the Gaim backend's
1608            HitFilter() method so that an exception isn't thrown if it's
1609           empty.
1611           * Display "(unknown)" if we can't figure out who we're speaking
1612           to in the   IM log tile.
1614 2006-08-09 16:57  joeshaw
1616         * libbeagle/beagle/beagle.h, wrappers/python/beagle.defs: Update
1617           the python bindings for wildcard searches as well
1619 2006-08-09 16:38  joeshaw
1621         * BeagleClient/Query.cs, BeagleClient/QueryPart.cs,
1622           beagled/LuceneCommon.cs, beagled/QueryStringParser.cs,
1623           libbeagle/beagle/Makefile.am,
1624           libbeagle/beagle/beagle-query-part-wildcard.c,
1625           libbeagle/beagle/beagle-query-part-wildcard.h: Add support for
1626           wildcard queries.  Add ToString() methods to the Query and
1627           individual QueryPart classes.  Fix a buglet in the extension
1628           detection code in QueryStringParser, and also check for *.ext.
1630 2006-08-09 13:00  joeshaw
1632         * configure.in, glue/Makefile.am, glue/screensaver-glue.c: If
1633           --disable-xss is set, don't pass in -lXss to the link line
1635 2006-08-09 06:33  llipka
1637         * beagled/Makefile.am: Use the uninstalled BeagleDaemonLib.dll to
1638           build the ThunderbirdQueryable.
1640 2006-08-08 17:41  joeshaw
1642         * search/Tiles/MailMessage.cs: Display the folder a mail is in, if
1643           set
1645 2006-08-08 17:36  joeshaw
1647         * BeagleClient/RemoteControl.cs: Send back both scheduler and
1648           indexing status in DaemonInformationRequest for backward compat.
1649           Fixes broken beagle-status
1651 2006-08-08 17:24  joeshaw
1653         * search/Tiles/Tile.cs: remove some debugging output from the last
1654           commit
1656 2006-08-08 17:22  joeshaw
1658         * BeagleClient/Hit.cs, beagled/KMailQueryable/KMailQueryable.cs,
1659           search/Tiles/Application.cs, search/Tiles/Calendar.cs,
1660           search/Tiles/Contact.cs, search/Tiles/HitFlavor.cs,
1661           search/Tiles/MailAttachment.cs, search/Tiles/MailMessage.cs,
1662           search/Tiles/Note.cs, search/Tiles/ThumbnailFactory.cs,
1663           search/Tiles/Tile.cs, search/Tiles/WebHistory.cs: Change
1664           UriAsString and its parent variety to SerializedUri to indicate
1665           what it should really be used for, and change all its uses in the
1666           UI to just use Uri.ToString(), since it is the more correct,
1667           actual URI.
1669 2006-08-08 14:55  joeshaw
1671         * search/Pages/Base.cs: Make the Page abstract class an EventBox
1672           rather than a Fixed, and pack a Fixed into it, so that you can't
1673           scroll through the pages with the scroll wheel.
1675 2006-08-07 15:10  kkubasik
1677         * mozilla-extension/content/beagleOverlay.js: Update the firefox
1678           extention to not only match partial subdomains (through the use
1679           of 'globbing) and change all Best references to beagle-search.
1681 2006-08-06 07:52  cwryu
1683         * po/: ChangeLog, ko.po: 2006-08-06  Changwoo Ryu
1684           <cwryu@debian.org>
1686                   * ko.po: Updated Korean translation from Young-Ho Cha.
1688 2006-08-05 03:29  dbera
1690         * tools/Query.cs: Leftover from the glib-commits.
1692 2006-08-04 18:16  arangela
1694         * po/mk.po: Updated Macedonian Translation, Arangel Angov
1695           <ufo@linux.net.mk>
1697 2006-08-04 16:33  joeshaw
1699         * beagled/FileSystemQueryable/DirectoryModel.cs: Add a special case
1700           to the DirectoryWatcher comparison code: we really want to index
1701           all the directories at depth 0 or 1 before any others even if
1702           they haven't been crawled in a very long time, since those are
1703           the directories most likely to be searched first
1705 2006-08-04 11:50  joeshaw
1707         * BeagleClient/Client.cs, BeagleClient/Message.cs, Util/XmlFu.cs,
1708           beagled/RemoteIndexer.cs, beagled/Server.cs,
1709           beagled/IndexHelper/IndexHelper.cs: Rather than getting a cryptic
1710           XML validation exception, catch the case when we read zero bytes
1711           in a response (ie, socket shut down) and throw an exception
1712           stating that.  Improve the ResponseMessageException
1713           substantially, to make error reporting better. In
1714           XmlFu.SerializeUtf8(), check for null arguments.  Better name the
1715           serializers in the ConnectionHandler class.  Don't allow a server
1716           to be started if it hasn't yet been initialized.  Call
1717           Server.Init() in the IndexHelper so that it starts up and runs
1718           correctly.
1720 2006-08-04 10:35  kkubasik
1722         * search/Tiles/: MailAttachment.cs, MailMessage.cs: Code cleanup
1723           for the GetClientProcess, now it takes a string representation of
1724           the Uri as an argument
1726 2006-08-04 10:25  dbera
1728         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: Use .so
1729           and not .dll for library. Stupid me.
1731 2006-08-04 10:21  dbera
1733         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: Yet
1734           another. Init the gobject type system.
1736 2006-08-04 09:57  dbera
1738         *
1739           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
1740           Broke the build last night. Hope this will fix it. Someone please
1741           test.
1743 2006-08-04 09:43  kkubasik
1745         * search/Tiles/: Contact.cs, MailAttachment.cs, MailMessage.cs:
1746           Adding some missing beagle-search stuff for thunderbird, for some
1747           reason some of this wasn't in the patch, I guess it just got lost
1748           in that massive swarm of files.
1750 2006-08-04 03:42  dbera
1752         * Util/FileSystem.cs, beagled/FileAttributesStore_Mixed.cs,
1753           beagled/LuceneFileQueryable.cs: For writable files, if previously
1754           attributes were stored in sqlite db, remove it from there and
1755           store it now as xattr.
1757 2006-08-04 03:16  dbera
1759         * ChangeLog, Makefile.am, configure.in, Util/Inotify.cs,
1760           Util/Scheduler.cs, Util/SystemInformation.cs,
1761           beagled/BeagleDaemon.cs, beagled/ExtractContent.cs,
1762           beagled/QueryDriver.cs, beagled/Queryable.cs, beagled/Server.cs,
1763           beagled/Shutdown.cs,
1764           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
1765           beagled/IndexHelper/IndexHelper.cs,
1766           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
1767           bludgeon/Bludgeon.cs, glue/screensaver-glue.c, tools/Config.cs,
1768           tools/Query.cs: Sorry for the combined patch. The changes became
1769           too inter-dependent.  * Gtk-to-Glib: Beagle isnt a Gtk app
1770           anymore, but a Glib app.  * Try to cover all possible cases of
1771           signal handling: even those during startup.
1773 2006-08-04 03:11  dbera
1775         * ContactViewer/.cvsignore,
1776           beagled/ThunderbirdQueryable/.cvsignore: Add cvsignore files to
1777           the new directories.
1779 2006-08-03 23:28  kkubasik
1781         * ContactViewer/beagle-contactviewer.in: Removing MONO_GAC_PREFIX
1782           stuff from the contactviewer
1784 2006-08-03 23:24  kkubasik
1786         * beagled/ThunderbirdQueryable/: Contact.cs, LuceneAccess.cs,
1787           Mail.cs, MoveMail.cs, Nntp.cs, Rss.cs,
1788           ThunderbirdIndexableGenerator.cs, ThunderbirdIndexer.cs,
1789           ThunderbirdInotify.cs, ThunderbirdQueryable.cs: Adding the
1790           thunderbird backend itself, let the hackfest begin
1792 2006-08-03 23:23  kkubasik
1794         * ContactViewer/: ContactViewer.cs, ContactWindow.cs, Makefile.am,
1795           beagle-contactviewer.in, contactviewer.glade, menu.xml: Adding
1796           the thunderbird contact viewer
1798 2006-08-03 23:22  kkubasik
1800         * Makefile.am, configure.in, Util/Makefile.am, Util/Mork.cs,
1801           Util/Thunderbird.cs, beagled/Makefile.am: Here is the start of
1802           the Thunderbird backend code
1804 2006-08-03 17:15  joeshaw
1806         * beagled/EvolutionMailDriver/: EvolutionMailIndexableGenerator.cs,
1807           MailCrawler.cs: Add some sanity checks to the Evolution mail
1808           code, so that if a local mbox doesn't exist but its summary file
1809           does, we don't endlessly loop with exceptions
1811 2006-08-03 05:42  jfriedl
1813         * po/: ChangeLog, cs.po: 2006-08-02  Jakub Friedl
1814           <jfriedl@suse.cz>
1816             * cs.po: Updated Czech translation.
1818 2006-08-02 16:24  arangela
1820         * po/mk.po: Updated Macedonian Translation, Arangel Angov
1821           <ufo@linux.net.mk>
1823 2006-08-02 15:04  joeshaw
1825         * search/Tiles/MailMessage.cs: Handle text/html mail child
1826           indexables using the mail message tile.  Pointed out by Paddy
1827           Spencer and Rafał Próchniak
1829 2006-08-02 14:36  joeshaw
1831         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs,
1832           LuceneQueryingDriver.cs, Makefile.am: back out a bunch of
1833           accidental commits
1835 2006-08-02 14:32  joeshaw
1837         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs,
1838           LuceneQueryingDriver.cs, Makefile.am, beagled.in: Add a missing
1839           variable beagled.in
1841 2006-07-28 01:49  dbera
1843         * glue/xdgmime/: xdgmimeglob.c, xdgmimemagic.c: Dont add null
1844           mimetypes. Fixes bgo# 337431. The patch hasnt been officially
1845           accepted upstream, so added it to upstream-changes directory.
1847 2006-07-28 01:26  dbera
1849         * Filters/FilterMPlayerVideo.cs: Added mimetypes for matroska and
1850           ogm video files. Patch from Mario Manno <mm-bugs@manno.name>
1852 2006-07-28 01:11  dbera
1854         * Filters/FilterRuby.cs: Fix mimetype for ruby. Based on patch from
1855           Wade Menard <wade@ezri.org>.
1857 2006-07-28 00:50  dbera
1859         * Filters/FilterOpenOffice.cs: Dont index style nodes.
1861 2006-07-27 22:49  dbera
1863         * Filters/FilterOpenOffice.cs: Index table:name attribute of
1864           table:table of ods files. These store the sheet names.
1866 2006-07-27 18:42  joeshaw
1868         * beagled/: BeagleDaemon.cs, beagled.in: Add a --mdb line to
1869           beagled so that the debugger is started when passed in
1871 2006-07-22 16:25  redfox
1873         * po/: ChangeLog, fr.po: Updated French translation.
1875 2006-07-22 12:38  kkubasik
1877         * beagled/LuceneFileQueryable.cs: another oneliner, this time for
1878           bgo #347776, we just were throwing errors when it wasn't
1879           critical, now its a warn.
1881 2006-07-22 12:15  kkubasik
1883         * tools/Settings.cs: A one liner to fix bgo# 348265, our help
1884           button in beagle-settings was pointing to a non-existant page in
1885           the wiki.
1887 2006-07-22 04:39  dbera
1889         * BeagleClient/QueryableStatus.cs, BeagleClient/RemoteControl.cs,
1890           Filters/FilterJpeg.cs, Util/Scheduler.cs,
1891           beagled/FileAttributesStore.cs, beagled/QueryDriver.cs,
1892           beagled/RemoteControlExecutors.cs, libbeagle/beagle/Makefile.am,
1893           libbeagle/beagle/beagle-daemon-information-request.c,
1894           libbeagle/beagle/beagle-daemon-information-request.h,
1895           libbeagle/beagle/beagle-daemon-information-response.c,
1896           libbeagle/beagle/beagle-daemon-information-response.h,
1897           libbeagle/beagle/beagle-indexable.c,
1898           libbeagle/beagle/beagle-private.h,
1899           libbeagle/beagle/beagle-queryable-status.c,
1900           libbeagle/beagle/beagle-queryable-status.h,
1901           libbeagle/beagle/beagle-scheduler-information.c,
1902           libbeagle/beagle/beagle-scheduler-information.h,
1903           libbeagle/beagle/beagle.h, libbeagle/examples/Makefile.am,
1904           libbeagle/examples/beagle-info.c, wrappers/python/beagle.defs,
1905           wrappers/python/beagle.override, wrappers/python/beagleinfo.py:
1906           Add methods and messages to retrieve specific information from
1907           beagle-info. Clients can now ask for only is_indexing or tasks
1908           and gets the value in a structured form. These can be be used in
1909           GUI for notifications and displaying status.  Changed C and
1910           Python API to add these. Added C and Pythin examples.  Added
1911           camera-model as a searchable property in jpeg files.  Added the
1912           check back in AttributeStore, its actually helpful since dropping
1913           an attribute which isnt present can be costly.
1915 2006-07-21 16:44  joeshaw
1917         * Util/Log.cs, beagled/BeagleDaemon.cs, beagled/RemoteIndexer.cs,
1918           beagled/IndexHelper/IndexHelper.cs: Add a handler for SIGUSR1 to
1919           bump logging level up to debug at runtime, for ease in debugging
1921 2006-07-21 15:16  joeshaw
1923         * Filters/FilterPPT.cs: Don't try to filter password-protected
1924           powerpoint documents
1926 2006-07-17 12:19  lkanter
1928         * po/ru.po: Fixed Russian translation
1930 2006-07-17 12:09  lkanter
1932         * po/ru.po: Updated Russian translation
1934 2006-07-17 11:22  lkanter
1936         * po/ru.po: Updated Russian translation
1938 2006-07-17 02:26  ituohela
1940         * po/: ChangeLog, fi.po: Updated Finnish translation
1942 2006-07-16 14:47  serrador
1944         * po/: ChangeLog, es.po: 2006-07-16  Francisco Javier F. Serrador
1945           <serrador@openshine.com>
1947                   * es.po: Added Spanish translation.
1949 2006-07-16 11:14  dnylande
1951         * po/: ChangeLog, sv.po: 2006-07-16  Daniel Nylander
1952           <po@danielnylander.se>
1954                   * sv.po: Updated Swedish translation.
1956 2006-07-14 04:31  jfriedl
1958         * po/: ChangeLog, cs.po: 2006-07-14  Jakub Friedl
1959           <jfriedl@suse.cz>
1961             * cs.po: Updated Czech translation.
1963 2006-07-12 17:23  joeshaw
1965         * beagled/: FileAttributesStore_Sqlite.cs, Makefile.am,
1966           SqliteUtils.cs, TextCache.cs: Abstract out some sqlite code that
1967           was duplicated between the file attributes store and the text
1968           cache.
1970 2006-07-11 15:14  karunakar
1972         * ChangeLog, configure.in, po/ChangeLog, po/hi.po: Added Hindi
1973           translation
1975 2006-07-11 14:58  joeshaw
1977         * Util/DirectoryWalker.cs, beagled/LuceneQueryable.cs,
1978           beagled/GaimLogQueryable/GaimLogQueryable.cs: Add a recursive
1979           mode for getting files from the DirectoryWalker, which uses C#
1980           iterators.  Remove a little dead code from LuceneQueryable and
1981           update comments.  Rewrite the gaim log backend to be an indexable
1982           generator rather than generating individual indexables.  Should
1983           dramatically speed up startup time for those of us who have a lot
1984           of gaim logs.
1986 2006-07-11 10:34  joeshaw
1988         * Util/Conf.cs, Util/Scheduler.cs, beagled/BeagleDaemon.cs,
1989           tools/Settings.cs, tools/settings.glade: Monitor the battery
1990           status and stop the scheduler if we switch to battery and the
1991           config option is set.
1993 2006-07-11 07:46  jfriedl
1995         * po/: ChangeLog, cs.po: 2006-07-11  Jakub Friedl
1996           <jfriedl@suse.cz>
1998             * cs.po: Updated Czech translation.
2000 2006-07-11 01:32  dbera
2002         * Filters/FilterOpenOffice.cs: Soft line breaks should form new
2003           words in odt documents. Fixes bgo 347057.
2005 2006-07-10 16:25  joeshaw
2007         * libbeagle/beagle/: beagle-client.c, beagle-util.c, beagle-util.h:
2008           Move all the socket path stuff into beagle-util and have both
2009           beagle_client_new() and beagle_util_daemon_is_running() use it.
2010           Reduces code duplication and makes the latter function correctly
2011           work with locally synchronized indexes.
2013 2006-07-10 15:52  lferrett
2015         * po/: ChangeLog, it.po: 2006-07-10  Luca Ferretti
2016           <elle.uca@libero.it>
2018                   * it.po: Updated Italian translation.
2020 2006-07-10 13:31  joeshaw
2022         * search/Category.cs: Change the output slightly so you don't see
2023           dumb things like '1-1 of 1'
2025 2006-07-09 20:24  chliao
2027         * po/: ChangeLog, zh_HK.po, zh_TW.po: 2006-07-10 Chao-Hsiung Liao
2028           <j_h_liau@yahoo.com.tw>
2030                   * zh_HK.po: Updated Traditional Chinese translation(Hong
2031           Kong).
2032                   * zh_TW.po: Updated Traditional Chinese
2033           translation(Taiwan).
2035 2006-07-09 15:10  nshmyrev
2037         * po/: ChangeLog, ru.po: 2006-07-09  Nickolay V. Shmyrev
2038           <nshmyrev@yandex.ru>
2040                   * ru.po: Updated Russian translation
2041                   by Valek Filippov <frob@df.ru>.
2043 2006-07-08 23:41  aihana
2045         * po/: ChangeLog, ja.po: 2006-07-09  Takeshi AIHANA
2046           <takeshi.aihana@gmail.com>
2048                   * ja.po: Updated Japanese translation for v0.2.7 (HEAD).
2050 2006-07-07 16:57  al_shopov
2052         * po/: ChangeLog, bg.po: 2006-07-07  Alexander Shopov
2053           <ash@contact.bg>
2055                   * bg.po: Updated Bulgarian translation by
2056                   Alexander Shopov <ash@contact.bg>
2058 2006-07-07 15:23  joeshaw
2060         * beagled/LuceneQueryable.cs: Oops, reset the optimize delay back
2061           from a debugging value
2063 2006-07-07 14:54  joeshaw
2065         * ImLogViewer/beagle-imlogviewer.in, beagled/LuceneQueryable.cs,
2066           beagled/beagled-index-helper.in, beagled/beagled.in,
2067           bludgeon/bludgeon.in, tools/wrapper.in: Optimize a given index no
2068           more often than once a day, to avoid unnecessary churn.  Fixes
2069           Miguel's bug from his blog.  Also don't set MONO_GAC_PREFIX in
2070           any of the wrapper scripts.  They are totally unnecessary and can
2071           badly break things if you are running a different version of the
2072           mono runtime than the one Beagle is compiled with.
2074 2006-07-06 09:38  pclouds
2076         * po/vi.po: Fixed misspelled 'phạm vị'
2078 2006-06-30 00:09  dbera
2080         * BeagleClient/: Client.cs, Message.cs: For deserialization
2081           exception, debug print the actual XML message. Helps in
2082           debugging.
2084 2006-06-28 07:38  kmaraas
2086         * po/: ChangeLog, nb.po: 2006-06-28  Kjartan Maraas
2087           <kmaraas@gnome.org>
2089                   * nb.po: Updated Norwegian bokmål translation.
2091 2006-06-26 16:45  kelemeng
2093         * po/: hu.po, ChangeLog: 2006-06-26  Gabor Kelemen
2094           <kelemeng@gnome.hu>
2096                   * hu.po: Translation updated.
2098 2006-06-26 08:00  zygis
2100         * po/: ChangeLog, lt.po: 2006-06-26  Žygimantas Beručka
2101           <zygis@gnome.org>
2103                   * lt.po: Updated Lithuanian translation.
2105 2006-06-23 10:18  joeshaw
2107         * beagled/KMailQueryable/KMailQueryable.cs: Close the kmailrc file
2108           after we're through with it, fixes a fd leak.  For real this time
2110 2006-06-23 10:17  joeshaw
2112         * beagled/KMailQueryable/KMailQueryable.cs: Close the kmailrc file
2113           after we're through with it, fixes a fd leak
2115 2006-06-23 00:55  kkubasik
2117         * configure.in: A one-liner to fix the build for those of us with a
2118           galago newer than 0.3.4 (which is the last revision before the
2119           API change that breaks the build)
2121 2006-06-21 08:26  rdejus
2123         * ChangeLog, configure.in, po/ChangeLog, po/lv.po: 2006-06-21
2124           Raivis Dejus  <orvils@gmail.com>
2126                   * po/lv.po: Added Latvian translation.
2128                   * configure.in: Added 'lv' to ALL_LINGUAS
2130 2006-06-19 15:54  joeshaw
2132         * NEWS: Version 0.2.7
2134 2006-06-19 14:57  joeshaw
2136         * mozilla-extension/install.rdf: Add Bon Echo (2.0 alpha) support
2137           for the Firefox extension
2139 2006-06-19 14:39  joeshaw
2141         * Util/ExtendedAttribute.cs: Use XATTR instead of EA for extended
2142           attributes
2144 2006-06-19 13:06  joeshaw
2146         * beagled/QueryStringParser.cs, tools/Query.cs: Replace
2147           QueryStringParser with a regex-based one to fix a number of bugs
2148           in the old implementation.  Work done by Max Wiehle and Kevin
2149           Kubasik.  Fix a problem with beagle-query's handling of shell
2150           quoting.  Patch from Max.
2152 2006-06-18 05:58  adrighem
2154         * po/: ChangeLog, nl.po: 2006-06-18  Vincent van Adrighem
2155           <adrighem@gnome.org>
2157                   * nl.po: Translation updated by Tino Meinen.
2159 2006-06-17 08:28  dnylande
2161         * po/: ChangeLog, sv.po: 2006-06-17  Daniel Nylander
2162           <po@danielnylander.se>
2164                   * sv.po: Updated Swedish translation.
2166 2006-06-16 16:29  joeshaw
2168         * Util/Log.cs: Work around a mono bug in which FileInfo.Delete() on
2169           a dangling symlink doesn't actually delete the link.  Add a
2170           comment referencing the Mono bug and use File.Delete() which does
2171           work
2173 2006-06-16 15:06  joeshaw
2175         * beagled/FilterFactory.cs: Lower case mime types if we got them
2176           from the indexable and not xdgmime.  Based on a patch from Kevin
2177           Kubasik
2179 2006-06-16 14:47  joeshaw
2181         * BeagleClient/Hit.cs: Always sort properties on add, and add an
2182           overload which takes a list of properties to avoid the overhead
2183           of sorting on each insert.  Based on patches from Max Wiehle and
2184           Kevin Kubasik and a recommendation from Bera
2186 2006-06-16 14:26  joeshaw
2188         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
2189           Use the existing mail indexable generator to create remove
2190           indexables now for deleted messages instead of creating
2191           potentially thousands of individual remove events.  Removes a
2192           nasty FIXME and a potential for a big CPU hit when expunging
2193           thousands of emails.
2195 2006-06-16 12:26  kkubasik
2197         * beagled/FilterFactory.cs: if the mime_type doesn't come for
2198           XdgMime (generaly mail backends) then it might be in all caps, so
2199           lets fix that.
2201 2006-06-15 17:30  joeshaw
2203         * configure.in, Filters/FilterChm.cs, Util/ChmFile.cs: Update and
2204           re-enable the chm filter.  Patch from Miguel Cabrera
2206 2006-06-14 17:19  joeshaw
2208         * beagled/LuceneCommon.cs: Eeek!  Back out an erroneous return
2209           value in LuceneCommon.Exists() I had added for debugging
2211 2006-06-14 16:19  joeshaw
2213         * Util/SafeProcess.cs, beagled/RemoteIndexer.cs: Use SafeProcess
2214           for spawning the index helper.  Prevents zombie index helper
2215           processes
2217 2006-06-14 13:31  joeshaw
2219         * HACKING: Some HACKING/coding style updates
2221 2006-06-13 14:52  kkubasik
2223         * beagled/beagled.1: Updating the severly outdated beagled.1
2224           manpage.
2226 2006-06-13 01:09  kkubasik
2228         * beagled/TextCache.cs: An error can be thrown in odd cases when
2229           creating a new sqlite database, we should catch these.
2231 2006-06-12 16:17  kkubasik
2233         * search/Tiles/WidgetFu.cs: Catch an exception in WidgetFu.cs when
2234           icon symlinks are broken, Fixes bug #343693.
2236 2006-06-09 16:59  joeshaw
2238         * glue/xdgmime/: xdgmime.c, xdgmime.h, xdgmimemagic.c: Commit a fix
2239           for #339815, in which xdgmime would reload its data and crash
2240           because it was iterating over that data.  Filed upstream as
2241           https://bugs.freedesktop.org/show_bug.cgi?id=6824 but there
2242           hasn't been any response, so we're going to fork our local copy.
2243           Add an upstream-changes directory like we do with Lucene for
2244           tracking of local changes
2246 2006-06-08 23:38  kkubasik
2248         * Filters/FilterImLog.cs,
2249           beagled/GaimLogQueryable/GaimLogQueryable.cs: Reverting
2251 2006-06-08 15:18  joeshaw
2253         * beagled/FileAttributesStore.cs: Fix up an unncessary check and
2254           comment from bera's commit in FileAttributeStore
2256 2006-06-08 08:15  danw
2258         * search/Panes.cs: set the proper ResizeMode on the viewports so
2259           that if a tile gets wider, it forces the window to get wider as
2260           well (since there's no horizontal scrollbar). bnc 181355
2262 2006-06-05 13:01  kkubasik
2264         * Filters/FilterImLog.cs,
2265           beagled/GaimLogQueryable/GaimLogQueryable.cs: Ok, this finaly can
2266           put this somewhat to rest. The comments are pretty verbose, but
2267           in short our HitFilter post-processing wasn't getting passed
2268           back. So, now we index speakingto_alias and speakingto_icon in
2269           FilterImLog, but check to confirm that they havn't changed in
2270           HitFilter.
2272 2006-06-04 00:22  kkubasik
2274         * ImLogViewer/ImLogWindow.cs,
2275           beagled/GaimLogQueryable/GaimLogQueryable.cs,
2276           beagled/KonqHistoryQueryable/KonqQueryable.cs,
2277           search/Tiles/IMLog.cs: Reverting the IMLogViewer window change,
2278           otherwise mostly code formatting/refractoring stuff.
2280 2006-06-03 17:51  kkubasik
2282         * beagled/KonqHistoryQueryable/KonqQueryable.cs: Use the KDEVARTMP
2283           enviromental variable to locate the Konq Cache, falls back onto
2284           our default if var does not exist.
2286 2006-06-03 17:26  kkubasik
2288         * ImLogViewer/ImLogWindow.cs: When opening a directory with a large
2289           number of logs, the windows can lag well into the minutes, this
2290           allows the screen to update incramentaly, so at least the user
2291           doesn't think something is wrong.  This isn't a perfect fix, but
2292           the lag before used to really nag me.
2294 2006-06-03 17:16  kkubasik
2296         * search/Tiles/IMLog.cs: We index speakingto_alias, it seems more
2297           logical to show the alias than the screename if we have one.
2299 2006-06-03 17:12  kkubasik
2301         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Our Gaim backend
2302           was adding properties directly to the hashtable, and not using
2303           our accesssor methods. Now we do. This was kinda hard to test, so
2304           please feel free to hammer away at it.
2306 2006-06-03 17:07  kkubasik
2308         * Filters/FilterPhp.cs: Adding mimetype application/x-php to
2309           FilterPhp, apperently xdgmime reads some pure php (no html
2310           markup) files as this.
2312 2006-06-01 19:25  dbera
2314         * beagled/: BuildIndex.cs, FileAttributes.cs,
2315           FileAttributesStore.cs, FileAttributesStore_Sqlite.cs,
2316           FileSystemQueryable/FileSystemQueryable.cs: Add --enable-deletion
2317           option to buildindex. If used, buildindex will remove deleted
2318           files and directories from the index. This operation might be
2319           time consuming, so use with care.
2321 2006-06-01 15:08  dbera
2323         * Filters/HtmlAgilityPack/HtmlDocument.cs: Dont throw
2324           EncodingFoundException unless asked to. Should remove the
2325           occassional uncaught EncodingFoundException thrown for
2326           documents/strings without any specified encoding.
2328 2006-06-01 07:38  serrador
2330         * po/: ChangeLog, es.po: 2006-06-01  Francisco Javier F. Serrador
2331           <serrador@cvs.gnome.org>
2333                   * es.po: Updated Spanish translation.
2335 2006-05-31 18:22  joeshaw
2337         * configure.in, search/Makefile.am, search/Tiles/Tile.cs: Enable
2338           Open With menu if gtk 2.8 is available at build-time.  Based on a
2339           patch from Kevin Kubasik
2341 2006-05-31 16:44  joeshaw
2343         * Filters/FilterOpenOffice.cs: Close the zip file in the OpenOffice
2344           filter when we're finished with it
2346 2006-05-31 15:06  llipka
2348         * tools/Query.cs: add quotes to the values on properties
2350 2006-05-31 14:55  joeshaw
2352         * beagled/: SnippetFu.cs, TextCache.cs,
2353           FileSystemQueryable/FileSystemQueryable.cs: Compress items when
2354           adding them to the text cache; greatly reduces disk usage with a
2355           negligible performance impact.  Patch from Kevin Kubasik and
2356           Lukas Lipka
2358 2006-05-31 14:47  joeshaw
2360         * beagled/LuceneCommon.cs: If we see a lockfile with no pid in it,
2361           assume it's a dangling lock
2363 2006-05-31 14:44  joeshaw
2365         * beagled/Lucene.Net/: Store/FSDirectory.cs,
2366           upstream-changes/20_use-native-open-locking.patch: We need to
2367           continue writing out the pid of the locking process, or else our
2368           dangling lock code fails, and it's a good idea anyway for
2369           debugging
2371 2006-05-31 13:23  joeshaw
2373         * tools/crawl-rules/crawl-documentation: Include
2374           $sharedir/gtk-doc/html and $sharedir/gnome/html to the
2375           documentation crawl rules
2377 2006-05-30 10:52  joeshaw
2379         * configure.in: Check for mmap() in configure.in, so that xdgmime
2380           sees it and doesn't poke at its data every 5 seconds
2382 2006-05-30 10:51  joeshaw
2384         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: No longer
2385           handle SIGQUIT in the default cause; it's used very valuably by
2386           Mono for multithreaded stack dumps.
2388 2006-05-28 03:24  fwang
2390         * po/zh_CN.po: Updated beagle zh_CN translation.
2392 2006-05-27 10:14  llipka
2394         * search/Tiles/Tile.cs: Dont load large mime icons (bgo #343058).
2396 2006-05-27 04:05  pkst
2398         * po/: ChangeLog, el.po: Updated Greek translation
2400 2006-05-26 08:39  fwang
2402         * po/: ChangeLog, zh_CN.po: Updated beagle zh_CN translation.
2404 2006-05-26 07:14  llipka
2406         * search/Tiles/: Calendar.cs, Contact.cs, DetailsPane.cs, File.cs,
2407           Folder.cs, IMLog.cs, Image.cs, MailMessage.cs, Note.cs,
2408           RSSFeed.cs, WebHistory.cs: Make the details pane smarter and
2409           easier to use in the code.
2411 2006-05-26 06:39  llipka
2413         * search/Tiles/: Calendar.cs, Contact.cs, DetailsPane.cs: Fix a
2414           null ref exception when the description was null in the calendar
2415           tile. Add a final line in tiles which dont have a snippet so that
2416           the data labels dont space weirdly.
2418 2006-05-26 06:20  llipka
2420         * search/Tiles/: Contact.cs, DetailsPane.cs, Folder.cs, Image.cs:
2421           Changed the data labels in the details pane to be selectable.
2422           (bgo #342837)
2424 2006-05-25 15:08  serrador
2426         * po/: ChangeLog, es.po: 2006-05-25  Francisco Javier F. Serrador
2427           <serrador@openshine.com>
2429                   * es.po: Updated Spanish translation.
2431 2006-05-25 13:43  arangela
2433         * po/mk.po: Updated Macedonian Translation by Jovan Naumovski,
2434           <arangela@cvs.gnome.org>
2436 2006-05-25 05:23  icq
2438         * po/: ChangeLog, gl.po: [no log message]
2440 2006-05-25 03:19  clyties
2442         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
2444 2006-05-24 05:35  llipka
2446         * search/Tiles/File.cs: Use OpenFromUri instead of Gnome.Url.Show
2447           so desktop-launch is used when needed.
2449 2006-05-23 07:47  jfriedl
2451         * po/: ChangeLog, cs.po: 2006-05-23  Jakub Friedl
2452           <jfriedl@suse.cz>
2454             * cs.po: Czech Update
2456 2006-05-22 12:16  ituohela
2458         * po/: fi.po, ChangeLog: Updated Finnish translation
2460 2006-05-22 06:49  llipka
2462         * configure.in: bump version to 0.2.7
2464 2006-05-22 06:45  llipka
2466         * search/Tiles/Utils.cs: Plural strings for categories. Duh.
2468 2006-05-20 11:53  llipka
2470         * search/Tiles/: Audio.cs, File.cs, MailAttachment.cs,
2471           MailMessage.cs: Don't use evolution where we really dont need to
2472           (bgo #342349)
2474 2006-05-17 13:05  llipka
2476         * Util/StringFu.cs: Commit a slightly fixed version of Kevin
2477           Kubsik's patch for converting special HTML entities during
2478           snippeting. (bgo #340238)
2480 2006-05-15 20:31  nshmyrev
2482         * ChangeLog, configure.in:
2483                   * configure.in: Added ru to ALL_LINGUAS.
2485 2006-05-14 12:07  ohoel
2487         * po/: ChangeLog, nb.po: 2006-05-14  Øivind Hoel
2488           <ohoel@cvs.gnome.org>
2490                   * nb.po: Updated Norwegian bokmål translation
2491           (cosmetic).
2493 2006-05-14 10:46  llipka
2495         * ChangeLog, Filters/FilterBoo.cs, Filters/Makefile.am: Boo filter
2496           from Paul Betts.
2498 2006-05-11 13:52  danw
2500         * search/Tiles/Calendar.cs: truncate description at first newline.
2501           bnc 174398
2503 2006-05-09 12:49  joeshaw
2505         * glue/inotify-glue.c: Only print out the 'Maximum watch limit hit'
2506           warning once.
2508 2006-05-09 11:33  joeshaw
2510         * Util/ExtendedAttribute.cs: Add a BEAGLE_DISABLE_EA environment
2511           variable to disable extended attributes for testing purposes
2513 2006-05-07 05:15  llipka
2515         * Filters/FilterMusic.cs: add fixme:duration and fixme:bitrate
2516           properties to FilterMusic
2518 2006-05-06 01:48  ituohela
2520         * po/: ChangeLog, fi.po: Updated Finnish translation
2522 2006-05-05 14:36  joeshaw
2524         * search/Tiles/Application.cs: Catch exceptions if we can't load
2525           the application icon.  Based on a patch from Pierre Poissinger
2527 2006-05-05 10:37  joeshaw
2529         * beagled/EvolutionDataServerQueryable/: BookContainer.cs,
2530           CalContainer.cs: Check for exceptions when calling GetChanges()
2531           on calendars and addressbooks
2533 2006-05-04 11:27  raphaelh
2535         * po/: ChangeLog, pt_BR.po: Updated Brazilian Portuguese
2536           translation
2538 2006-05-03 12:55  llipka
2540         * search/Tiles/Note.cs: Inculde the note date in the description
2541           field.
2543 2006-05-02 12:33  ohoel
2545         * po/: ChangeLog, nb.po: 2006-05-02  Øivind Hoel
2546           <ohoel@cvs.gnome.org>
2548                   * nb.po: Updated Norwegian bokmål translation slightly.
2550 2006-05-01 18:32  dnylande
2552         * po/: ChangeLog, sv.po: 2006-05-02  Daniel Nylander
2553           <po@danielnylander.se>
2555                   * sv.po: Updated Swedish translation.
2557 2006-05-01 17:56  joeshaw
2559         * Filters/: FilterSvg.cs, Makefile.am: Add an SVG filter, from
2560           Alexander Macdonald
2562 2006-05-01 15:58  joeshaw
2564         * Filters/FilterEbuild.cs: Fix a compilation failure with the
2565           ebuild filter
2567 2006-05-01 15:36  joeshaw
2569         * Makefile.am, beagle-ui-0.0.pc.in, configure.in,
2570           Filters/FilterEbuild.cs: Add a beagle UI pkg-config file; patch
2571           from Luis Medinas.  Index additional info from ebuild files,
2572           including installation info and desktop file entries.  Patch from
2573           Pat Double.
2575 2006-05-01 10:31  kmaraas
2577         * po/: ChangeLog, nb.po: 2006-05-01  Kjartan Maraas
2578           <kmaraas@gnome.org>
2580                   * nb.po: Updated Norwegian bokmål translation.
2582 2006-05-01 05:03  llipka
2584         * beagled/beagled.1: Fix a typo in the beagled manpage. Patch from
2585           Kevin Lamontagne. (bgo #340193)
2587 2006-04-30 17:25  icq
2589         * po/: ChangeLog, gl.po: [no log message]
2591 2006-04-30 00:12  aihana
2593         * po/: ChangeLog, ja.po: 2006-04-30  Takeshi AIHANA
2594           <takeshi.aihana@gmail.com>
2596                   * ja.po: Updated Japanese translation for v0.2.6.
2598 2006-04-29 12:41  joeshaw
2600         * NEWS, configure.in: Version 0.2.6
2602 2006-04-29 11:44  joeshaw
2604         * Util/FileSystem.cs, beagled/BuildIndex.cs,
2605           beagled/LuceneCommon.cs,
2606           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
2607           beagled/FileSystemQueryable/FileSystemQueryable.cs,
2608           beagled/FileSystemQueryable/TreeCrawlTask.cs: Ignore all special
2609           files, not just symlinks
2611 2006-04-27 11:55  utx
2613         * po/: ChangeLog, cs.po: cs.po: Typo fix.
2615 2006-04-26 21:03  dbera
2617         * Filters/HtmlAgilityPack/HtmlDocument.cs: Bring back old behaviour
2618           in HtmlDocument. Required for compatibility reasons.
2620 2006-04-26 15:19  joeshaw
2622         * configure.in, Util/ImLog.cs, Util/Note.cs, Util/SafeProcess.cs,
2623           Util/StringFu.cs, beagled/GaimLogQueryable/GaimLogQueryable.cs,
2624           beagled/Lucene.Net/Index/SegmentReader.cs,
2625           beagled/Lucene.Net/Index/TermInfosReader.cs,
2626           beagled/Lucene.Net/upstream-changes/19_no_thread_local_storage.patch:
2627           Back out the thread local storage workaround for a Mono bug since
2628           it was buggy and just require Mono 1.1.13.5.
2630           Add a HTML-tag-stripping TextReader class for extracting snippets
2631           from Gaim HTML logs so they don't show up in beagle-search
2632           anymore.  Patch from dBera.
2634           Fix a warning in SafeProcess.
2636 2006-04-26 13:59  joeshaw
2638         * search/: GroupView.cs, Makefile.am, UIManager.cs,
2639           Tiles/Calendar.cs, Tiles/Contact.cs, Tiles/MailMessage.cs,
2640           Tiles/TileGroup.cs, Tiles/Utils.cs: Add calendar items to
2641           beagle-search, and correctly handle dates in the future.  Also
2642           fix an incorrect From label in emails that you send; patch from
2643           Max Wiehle
2645 2006-04-25 19:11  dbera
2647         * tools/Query.cs: Edit displayed text.
2649 2006-04-25 18:56  dbera
2651         * ChangeLog, Filters/FilterImage.cs, Filters/FilterMail.cs,
2652           Filters/FilterMusic.cs, Util/Makefile.am,
2653           Util/PropertyKeywordAttribute.cs, beagled/PropertyKeywordFu.cs,
2654           beagled/QueryDriver.cs,
2655           beagled/FileSystemQueryable/FileSystemQueryable.cs,
2656           tools/Query.cs: *
2657           beagled/QueryDriver.cs,beagled/PropertyKeywordFu.cs,
2658           Util/PropertyKeywordAttribute.cs: Allow filters to register
2659           mapping between query keyword and propertyname.  *
2660           Filters/,beagled/Backends: Register some of the existing mappings
2661           from the corresponding filters and backends.
2663 2006-04-25 18:13  hebra
2665         * po/: ChangeLog, de.po: 2006-04-25  Hendrik Brandt
2666           <heb@gnome-de.org>
2668                   * de.po: Updated German translation.
2670 2006-04-25 14:45  llipka
2672         * search/Tiles/RSSFeed.cs: update the description and site fields
2673           with the correct properties
2675 2006-04-25 13:29  joeshaw
2677         * tools/settings.glade: Don't hardcode the beagle-settings size,
2678           just set a default size
2680 2006-04-25 13:22  joeshaw
2682         * po/: ChangeLog, hu.po: 2006-04-25  Joe Shaw  <joeshaw@novell.com>
2684                   * hu.po: Fix a markup bug in the Hungarian translation.
2686 2006-04-25 11:27  dbera
2688         * ChangeLog, beagled/FilterFactory.cs,
2689           beagled/PropertyKeywordFu.cs,
2690           beagled/AkregatorQueryable/AkregatorQueryable.cs,
2691           beagled/BlamQueryable/BlamQueryable.cs,
2692           beagled/LifereaQueryable/LifereaQueryable.cs: *
2693           beagled/FilterFactory.cs: Only set indexable timestamp if the
2694           already set timestamp is invalid (i.e. the default DateTime(0)).
2695           * beagled/FeedBackends: Remove dc:date properties. Use
2696           indexable.Timestamp for storing the date. Frontends using dc:date
2697           might break; you have been warned.
2699 2006-04-25 09:05  llipka
2701         * search/: UIManager.cs, Tiles/Contact.cs, Tiles/Folder.cs,
2702           Tiles/IMLog.cs, Tiles/MailMessage.cs, Tiles/RSSFeed.cs,
2703           Tiles/Tile.cs, Tiles/TileFlat.cs, Tiles/TileTemplate.cs:
2704           UIManager.cs: <Escape> only hides the window in icon mode.
2705           Tiles/Contact.cs: Update the visibility and spacing of lables in
2706           the details pane.  Tiles/Folder.cs: Remove unnecessary spacing.
2707           Tiles/IMLog.cs: Use NiceLongDate in details pane (bgo #339644).
2708           Load buddy icon only for details pane.  Tiles/MailMessage: Use
2709           NiceLongDate in details pane (bgo #339644).  Tiles/RSSFeed.cs:
2710           Change position of the date lable in the details pane to be
2711           consistent with other tiles.  Tiles/Tile.cs: Private some
2712           properties. Update the instanting of the details pane a little.
2713           Tiles/TileFlat.cs: Small code updates Tiles/TileTemplate.cs:
2714           Small code updates.
2716 2006-04-24 18:06  dbera
2718         * Filters/FilterPackage.cs: Minor documentation.
2720 2006-04-24 18:02  dbera
2722         * ChangeLog, Filters/FilterDeb.cs, Filters/FilterEbuild.cs,
2723           Filters/FilterPackage.cs, Filters/FilterRPM.cs,
2724           Filters/Makefile.am: Added FilterDeb from Kevin Kubasik.  Changed
2725           FilterPackage to include more or less common information in all
2726           packages or metadata required to show package information while
2727           displaying results.
2729 2006-04-24 10:49  dsd
2731         * ChangeLog, Filters/entagged-sharp/EncodingInfo.cs,
2732           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
2733           Filters/entagged-sharp/Ogg/OggFileReader.cs,
2734           Filters/entagged-sharp/Util/Utils.cs:  * Filters/entagged-sharp/:
2735           Resync. Includes ID3 UTF16 fix, new vorbis
2736                   mimetype, and a couple of other bits.
2738 2006-04-23 13:52  adrighem
2740         * po/: nl.po, ChangeLog: 2006-04-23  Vincent van Adrighem
2741           <adrighem@gnome.org>
2743                   * nl.po: Translation updated by Tino Meinen.
2745 2006-04-23 07:26  llipka
2747         * search/UIManager.cs: Added accelerators for Escape and CTRL-W to
2748           close the window
2750 2006-04-22 05:46  llipka
2752         * search/: Search.cs, UIManager.cs: When running in icon mode dont
2753           exit on File->Quit, hide the window instead (bgo #339185). Also
2754           use Gtk.Stock.Close on icon mode instead of Gtk.Stock.Quit.
2756 2006-04-22 05:27  llipka
2758         * libbeagle/beagle/beagle-indexable.c: Fix parameters for time ()
2760 2006-04-21 17:57  dbera
2762         * ChangeLog, libbeagle/beagle/beagle-indexable.c,
2763           libbeagle/beagle/beagle-indexable.h,
2764           libbeagle/beagle/beagle-indexing-service-request.c,
2765           libbeagle/beagle/beagle-indexing-service-request.h,
2766           libbeagle/beagle/beagle-property.c, wrappers/python/beagle.defs:
2767           * Filters/FilterPackage.cs, Filters/FilterRPM.cs,
2768           Filters/FilterEbuild.cs: Add FilterPackage base class to contain
2769           the basic information about packages. Change FilterRPM,
2770           FilterEbuild to derive from FilterPackage.  * libbeagle/beagle:
2771           Revive the C API for indexable-service. Also, allow creating
2772           indexable-service type index-request messages for others
2773           services.
2775 2006-04-21 17:36  dbera
2777         * ChangeLog: CVS is stupid.
2779 2006-04-21 17:35  dbera
2781         * Filters/: FilterEbuild.cs, FilterPackage.cs, FilterRPM.cs,
2782           Makefile.am: * Filters/FilterPackage.cs, Filters/FilterRPM.cs,
2783           Filters/FilterEbuild.cs: Add FilterPackage base class to contain
2784           the basic information about packages. Change FilterRPM,
2785           FilterEbuild to derive from FilterPackage.
2787 2006-04-21 17:08  joeshaw
2789         * Util/SafeProcess.cs: Don't always redirect stdin/stdout/stderr
2790           and close them if we don't want to, just don't redirect them in
2791           the first place.
2793 2006-04-21 17:07  joeshaw
2795         * tools/beagle-crawl-system.in: move the -s line before the user to
2796           appease some versions of su
2798 2006-04-20 13:01  joeshaw
2800         * NEWS, configure.in: 0.2.5 release
2802 2006-04-19 17:34  joeshaw
2804         * beagled/ExtractContent.cs: Don't assume plain content with
2805           beagle-extract-content if we can't get a filter
2807 2006-04-19 17:13  joeshaw
2809         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Add a bunch
2810           of checks to the FSQ where the filesystem can be racy and we
2811           would get exceptions
2813 2006-04-19 15:18  joeshaw
2815         * Util/IoPriority.cs, beagled/BuildIndex.cs,
2816           beagled/ManageIndex.cs, beagled/IndexHelper/IndexHelper.cs,
2817           glue/ioprio-glue.c: If we can't set the IO priority to idle, try
2818           to set it to the lowest possible best-effort priority
2820 2006-04-19 13:25  joeshaw
2822         * search/: Search.cs, Tiles/IMLog.cs: I am really sucking it up
2823           today
2825 2006-04-19 13:23  joeshaw
2827         * search/: Search.cs, Tiles/IMLog.cs, Tiles/WidgetFu.cs: Back out
2828           an accidental commit
2830 2006-04-19 13:23  joeshaw
2832         * search/Tiles/: WidgetFu.cs: If the base size for a theme icon is
2833           much larger than the size we requested, force it to be scaled
2834           down
2836 2006-04-19 13:08  joeshaw
2838         * beagled/BeagleDaemon.cs: Change the help text a little bit
2840 2006-04-19 12:22  joeshaw
2842         * tools/Config.cs: Fix beagle-config too
2844 2006-04-19 12:12  joeshaw
2846         * tools/: Info.cs, wrapper.in: Make the --list-backends and
2847           --list-static-indexes options work in the uninstalled case
2849 2006-04-19 06:00  dnylande
2851         * po/: ChangeLog, sv.po: 2006-04-19  Daniel Nylander
2852           <po@danielnylander.se>
2854                   * sv.po: Updated Swedish translation.
2856 2006-04-18 21:29  dbera
2858         * beagled/LuceneQueryingDriver.cs: To find the minimum, find it
2859           directly, dont sort.
2861 2006-04-18 20:46  dbera
2863         * Util/Conf.cs: Remove position/dimension of Best from config. Some
2864           just has to add reading/saving them from beagle-search.
2866 2006-04-18 20:30  dbera
2868         * ChangeLog, Util/Conf.cs, Util/PathFinder.cs,
2869           beagled/BeagleDaemon.cs, beagled/QueryDriver.cs, tools/Config.cs,
2870           tools/Info.cs, tools/Makefile.am, tools/beagle-config.1,
2871           tools/beagle-query.1, tools/beagle-shutdown.1,
2872           tools/beagle-status.1: * tools/Info.cs: Add --list-backends,
2873           --list-static-indexes to beagle-info. Make beagle-info a tool to
2874           gather all kind of information about beagle.  *
2875           beagled/BeagleDaemon.cs, beagled/QueryDriver.cs, Util/Conf.cs:
2876           Allow enabling/disabling backends in the config. Use new syntax
2877           --backend [+-]name.  * tools/Config.cs: Add "beagle-config daemon
2878           ListBackends" to show the currently enabled and disabled backend
2879           in config. Should be emulated in beagle-settings too.  *
2880           tools/*.1: Removed reference of Best from man pages. Someone
2881           should write a man-page for beagle-search (or linux users have
2882           stopped reading man-pages these days :O ?)
2884 2006-04-18 17:49  joeshaw
2886         * Filters/HtmlAgilityPack/HtmlDocument.cs: Fix a logic error in the
2887           stop_parsing assignments that caused the HTML filter to always
2888           return blanks.  Fixes the problems of people searching their web
2889           history but not finding anything
2891 2006-04-18 14:52  joeshaw
2893         * glue/screensaver-glue.c: Commit the HAVE_LIBXSS patch, which I
2894           forgot to commit
2896 2006-04-18 12:42  utx
2898         * po/: ChangeLog, hu.po: hu.po: Fixed Hungarian translation (Novell
2899           #167345).
2901 2006-04-18 11:07  joeshaw
2903         * beagled/EvolutionDataServerQueryable/SourcesHandler.cs: Fix
2904           calling the container's constructor from OnSourceAdded.
2906 2006-04-17 16:11  dbera
2908         * ChangeLog, tools/beagle-crawl-system.in:      *
2909           tools/beagle-crawl-system.in: Use MONO_SHARED_DIR to point to a
2910                   temporary wapi directory - mono needs one for
2911           beagle-build-index.
2913 2006-04-17 06:12  kmaraas
2915         * ChangeLog, configure.in, po/no.po: 2006-04-17  Kjartan Maraas
2916           <kmaraas@gnome.org>
2918                   * configure.in: Remove obsolete no_NO locale.
2919                   * po/no.po: And the translation. Hey Joe, where you going
2920                   with that gun in your hand?
2922 2006-04-16 16:27  dbera
2924         * ChangeLog, Util/Note.cs, beagled/KMailQueryable/KMailIndexer.cs:
2925           Safeguard in kmail backend against bad data. Extract text
2926           correctly from tomboy notes.
2928 2006-04-14 14:22  joeshaw
2930         * glue/thread-glue.c: Use the newer kernel interface for syscalls.
2931           Tweaked patch from LaMont Jones
2933 2006-04-14 11:39  joeshaw
2935         * Filters/FilterOle.cs: Open our Ole file using the stdio interface
2936           rather than the mmap one, which mmaps the file MAP_SHARED, and
2937           any changes to the file while we're reading from it can corrupt
2938           the stream.  Also change some error messages from error to
2939           warning.
2941 2006-04-14 11:22  ituohela
2943         * po/: fi.po, ChangeLog: Updated Finnish translation
2945 2006-04-13 15:59  dbera
2947         * tools/Info.cs: Dont print internal filters.
2949 2006-04-13 14:43  joeshaw
2951         * search/Tiles/File.cs: Fix a typo in attaching files to emails
2953 2006-04-13 14:31  joeshaw
2955         * Filters/FilterExternal.cs, Filters/FilterMPlayerVideo.cs,
2956           Filters/FilterPdf.cs, Filters/FilterRPM.cs,
2957           Filters/FilterSpreadsheet.cs, Util/Makefile.am,
2958           Util/SafeProcess.cs, search/Tiles/File.cs, search/Tiles/IMLog.cs,
2959           search/Tiles/Image.cs, search/Tiles/MailAttachment.cs,
2960           search/Tiles/MailMessage.cs, search/Tiles/Note.cs,
2961           search/Tiles/Tile.cs: Change the way processes are launched to
2962           use g_spawn instead of the .Net API, so that filters can't be
2963           messed with using special file names
2965 2006-04-12 15:41  joeshaw
2967         * tools/crawl-rules/crawl-documentation: Add /usr/share/gnome/help
2968           to the list of documentation paths to search
2970 2006-04-12 10:07  arangela
2972         * po/mk.po: Updated Macedonian Translation <arangela@cvs.gnome.org>
2974 2006-04-11 19:27  kelemeng
2976         * po/: ChangeLog, hu.po: 2006-04-12  Gabor Kelemen
2977           <kelemeng@gnome.hu>
2979                   * hu.po: Hungarian translation updated.
2981 2006-04-11 18:32  joeshaw
2983         * beagled/BeagleDaemon.cs, beagled/IndexHelper/IndexHelper.cs,
2984           tools/Makefile.am: Shut the daemon down cleanly on a broken X
2985           connection, since we can't gracefully recover from it.  Unset the
2986           DISPLAY variable in the index helper, since we don't ever want it
2987           to be influenced by the state of the X server.  Add a little
2988           additional logging, and fix the fact that the cron job was also
2989           being installed into libexec when it didn't need to be.
2991 2006-04-11 13:50  joeshaw
2993         * beagled/BeagleDaemon.cs: Don't allow the daemon to be run from
2994           sudo since it breaks permissions in .beagle and .wapi for most
2995           users.  Also check to make sure either HOME or BEAGLE_HOME is set
2996           before starting the daemon
2998 2006-04-11 11:37  joeshaw
3000         * wrappers/python/Makefile.am: Use pythondir instead of pyexecdir
3001           for installing the beagle python module.  Patch from the Gentoo
3002           ebuild
3004 2006-04-10 18:40  joeshaw
3006         * Filters/FilterMusic.cs: Add audio/x-vorbis+ogg as a supported
3007           MIME type for the music filter
3009 2006-04-10 10:16  llipka
3011         * search/UIManager.cs: add a closing bracket to jimmac's mail
3013 2006-04-10 09:46  danw
3015         * search/Category.cs: Hide/Show tiles when changing "expanded" so
3016           they get redrawn
3018 2006-04-10 09:45  danw
3020         * search/Search.cs: explicitly clear oldFocus when starting a
3021           timeout-based search, so that if you do a hit-return search
3022           followed by a timeout search, the focus doesn't get stolen the
3023           second time. Maybe part of 332211?
3025 2006-04-10 09:44  danw
3027         * search/UIManager.cs: add Ctrl+L as an alternate keybinding to
3028           focus the search entry, since that's what everyone expects it to
3029           be
3031 2006-04-09 12:39  llipka
3033         * search/Search.cs: set currentQuery to null after closing it so we
3034           dont crash
3036 2006-04-08 12:26  aihana
3038         * po/: ChangeLog, ja.po: 2006-04-09  Takeshi AIHANA
3039           <takeshi.aihana@gmail.com>
3041                   * ja.po: Updated Japanese translation for v0.2.4.
3043 2006-04-07 18:49  dbera
3045         * ChangeLog, Filters/FilterTiff.cs,
3046           beagled/KMailQueryable/KMailQueryable.cs: *
3047           Filters/FilterTiff.cs: Compilation fix for 1.1.14 *
3048           beagled/KMailQueryable/KMailQueryable.cs: Enable snippets for
3049           KMail maildir mails.
3051 2006-04-07 18:46  dbera
3053         * beagled/DumpIndex.cs: Display correct values for is_searchable
3054           and is_tokenized values.
3056 2006-04-07 14:11  joeshaw
3058         * NEWS: Remove an accidental line
3060 2006-04-07 13:35  joeshaw
3062         * NEWS, configure.in: Update for 0.2.4 release
3064 2006-04-06 17:43  joeshaw
3066         * beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
3067           tools/Makefile.am: Now that mono has the SIGQUIT thread dumping
3068           thing, remove our own hack that does the same thing.  Add an
3069           elapsed time counter dealie to beagle-build-index
3071 2006-04-06 15:32  joeshaw
3073         * beagled/FileAttributesStore_Sqlite.cs: Create an index for
3074           directory and filename in the file_attributes table.  This
3075           dramatically speeds up querying against the sqlite fallback
3076           database in the beagle-build-index case.  Patch from Pat Double.
3078 2006-04-05 16:10  dbera
3080         * configure.in, Util/Makefile.am, beagled/Makefile.am,
3081           tools/Info.cs: Bye-bye googledriver.
3083 2006-04-05 14:57  joeshaw
3085         * BeagleClient/Hit.cs: Use Warn rather than Debug when pulling a
3086           property with multiple values from a hit.
3088 2006-04-05 14:34  joeshaw
3090         * Filters/FilterEbuild.cs: Pull out and index the Ebuild's download
3091           size.  Patch from Pat Double
3093 2006-04-05 14:02  joeshaw
3095         * beagled/BuildIndex.cs: Bump beagle-build-index's memory threshold
3096           up from 5.0 to 6.0.  Suggested by Pat Double
3098 2006-04-05 11:57  joeshaw
3100         * Filters/FilterGif.cs: Check the header of the file to make sure
3101           we're actually dealing with a GIF file.  Handle potential short
3102           reads in all our read loops
3104 2006-04-05 11:33  joeshaw
3106         * Filters/FilterGif.cs: Fix the GIF filter to not infinitely loop
3107           on malformed files.  Also make the debug logging more accessible
3109 2006-04-04 18:54  dbera
3111         * ChangeLog, BeagleClient/Hit.cs: Hit.cs: Remove FIXME by using
3112           binary search while searching properties.
3114 2006-04-04 12:02  joeshaw
3116         * Util/FSpotTools.cs: Reset the connection to null if we failed to
3117           open it
3119 2006-04-04 11:25  llipka
3121         * search/Search.cs: close the query when we open the quick tips
3122           page (bgo #337195)
3124 2006-04-03 15:49  llipka
3126         * libbeagle/beagle/beagle-util.c, libbeagle/beagle/beagle-util.h,
3127           wrappers/python/beagle.defs: added beagle_util_daemon_is_running
3128           ()
3130 2006-04-03 15:08  joeshaw
3132         * beagled/Makefile.am: Install beagle-extract-content
3134 2006-04-03 14:49  dbera
3136         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Forgot to
3137           bump FSQ version. Weekend syndrome.
3139 2006-04-03 13:13  joeshaw
3141         *
3142           beagled/Lucene.Net/upstream-changes/19_no_thread_local_storage.patch:
3143           Oops, fix a broken part of the patch
3145 2006-04-03 13:12  joeshaw
3147         * beagled/Lucene.Net/: Index/SegmentReader.cs,
3148           Index/TermInfosReader.cs,
3149           upstream-changes/19_no_thread_local_storage.patch: Update the
3150           thread-local storage patch, to fix #335178
3152 2006-04-03 12:51  joeshaw
3154         * beagled/Filter.cs: If we set an error on the filter during pull,
3155           stop trying to pull
3157 2006-04-02 15:55  dbera
3159         * ChangeLog, Filters/FilterBmp.cs, Filters/FilterDOC.cs,
3160           Filters/FilterEbuild.cs, Filters/FilterGif.cs,
3161           Filters/FilterImage.cs, Filters/FilterJpeg.cs,
3162           Filters/FilterMPlayerVideo.cs, Filters/FilterMail.cs,
3163           Filters/FilterMonodoc.cs, Filters/FilterMusic.cs,
3164           Filters/FilterOpenOffice.cs, Filters/FilterPPT.cs,
3165           Filters/FilterPdf.cs, Filters/FilterPng.cs, Filters/FilterRPM.cs,
3166           Filters/FilterRTF.cs, Filters/FilterTiff.cs,
3167           beagled/BuildIndex.cs, beagled/Filter.cs,
3168           beagled/LuceneCommon.cs,
3169           beagled/EvolutionDataServerQueryable/BookContainer.cs,
3170           beagled/EvolutionDataServerQueryable/CalContainer.cs,
3171           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
3172           beagled/FileSystemQueryable/FileSystemQueryable.cs,
3173           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
3174           beagled/KMailQueryable/KMailIndexer.cs,
3175           beagled/KonqHistoryQueryable/KonqQueryable.cs,
3176           beagled/LauncherQueryable/LauncherQueryable.cs,
3177           beagled/MonodocQueryable/MonodocQueryable.cs,
3178           beagled/MozillaQueryable/MozillaQueryable.cs: * Filters/,
3179           *Queryable/, beagled/Filter.cs, beagled/LuceneCommon.cs: Allow
3180           keyword queries in non-property queries. Make most keyword
3181           properties unsearched properties. Remove video/* mimetypes from
3182           filteraudio - let our videofilter handle them. Dont allow empty
3183           properties to be stored. Large number of changes but mostly its
3184           replacing NewKeyword by NewUnstored.
3186 2006-04-02 08:36  llipka
3188         * ImLogViewer/beagle-imlogviewer.in: fix the bad substitution which
3189           could have broke stuff
3191 2006-04-02 08:16  llipka
3193         * images/emblem-fspot.png, search/Tiles/Image.cs: update the f-spot
3194           icon and make the f-spot overlay a bit larger so you can actually
3195           identify what it is :-)
3197 2006-04-01 03:25  adrighem
3199         * po/: ChangeLog, nl.po: 2006-04-01  Vincent van Adrighem
3200           <adrighem@gnome.org>
3202                   * nl.po: Translation updated by Tino Meinen.
3204 2006-03-31 21:53  dbera
3206         * ChangeLog, Filters/FilterHtml.cs, Filters/FilterPdf.cs,
3207           Filters/HtmlAgilityPack/HtmlDocument.cs, Util/StringFu.cs,
3208           beagled/Filter.cs: Extract a maximum of 10 words in the filter
3209           ^o^ (April Fool :-D) its 40000 words - 4 times the maximum
3210           allowed by lucene). Changed html and pdf filters to honour that.
3211           For others, the filter will send data w/out any effect. Fixing
3212           them will improve the speed of filtering, which is pretty fast
3213           anyway.
3215 2006-03-31 15:22  serrador
3217         * po/: ChangeLog, es.po: 2006-03-31  Francisco Javier F. Serrador
3218           <serrador@cvs.gnome.org>
3220                   * es.po: Updated Spanish translation.
3222 2006-03-31 12:51  llipka
3224         * search/Tiles/MailMessage.cs: fix the awkwardly positioned date
3225           label in the details pane
3227 2006-03-31 11:53  llipka
3229         * search/Tiles/MailMessage.cs: dont use the MailMessage tile for
3230           files with the mimetype message/rfc288 which were indexed without
3231           gmime (bgo #332215)
3233 2006-03-31 11:51  danw
3235         * search/: SortedTileList.cs, Tiles/File.cs, Tiles/Note.cs,
3236           Tiles/RSSFeed.cs, Tiles/WebHistory.cs: use tile.Timestamp, not
3237           hit.Timestamp, everywhere to ensure consistency (because on a
3238           File tile, tile.Timestamp is set from the file's LastWriteTime,
3239           which doesn't always match hit.Timestamp)
3241 2006-03-31 11:50  danw
3243         * search/Tiles/Utils.cs: fix up localization
3245 2006-03-31 09:17  zygis
3247         * po/: ChangeLog, lt.po: 2006-03-31  Žygimantas Beručka
3248           <zygis@gnome.org>
3250                   * lt.po: Updated Lithuanian translation.
3252 2006-03-31 06:53  llipka
3254         * search/Tiles/Image.cs: dont crash if we dont have an icon (bgo
3255           #336708)
3257 2006-03-30 17:46  dbera
3259         * ChangeLog, beagled/GoogleDriver.cs: Googledriver ... (hopefully)
3260           revived!
3262 2006-03-30 00:59  clyties
3264         * po/ChangeLog: vi.po: Updated Vietnamese translation.
3266 2006-03-30 00:52  clyties
3268         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
3270 2006-03-29 16:46  dbera
3272         * glue/xdgmime/: xdgmimeglob.c, xdgmimemagic.c: Update xdgmime.
3274 2006-03-29 14:07  joeshaw
3276         * Util/XdgMime.cs: Check the first 256 bytes of an
3277           application/octet-stream file to see if it's really a text/plain
3278           file.  Based on a patch from D Bera.
3280 2006-03-29 13:27  danw
3282         * search/Tiles/Image.cs: only draw the f-spot indicator on the
3283           large image (and then only if there's room for it). bnc 161421
3285 2006-03-29 13:21  llipka
3287         * Util/ImLog.cs: more gaim 2.0 issues with date parsing (bgo
3288           #335982)
3290 2006-03-29 12:50  joeshaw
3292         * tools/Info.cs: Clean up the --list-filters output a little bit
3294 2006-03-29 11:29  dbera
3296         * ChangeLog, tools/Info.cs, tools/Makefile.am: Add option
3297           beagle-info --list-filters to list all the filters in the system.
3299 2006-03-29 10:51  dbera
3301         * ChangeLog, Filters/FilterRPM.cs, Filters/Makefile.am: Squeeze
3302           information from RPM files. Let nothing hide from beagle.
3304 2006-03-28 18:14  joeshaw
3306         * Filters/: FilterXslt.cs, Makefile.am: Add an XSLT filter.  From
3307           Alexander Macdonald
3309 2006-03-28 18:03  joeshaw
3311         * Makefile.am, configure.in: Fix epiphany version check.  Patch
3312           from Christian Persch.  Allow bludgeon to be disabled at
3313           configure time.  Patch from Kevin Kubasik
3315 2006-03-28 17:54  joeshaw
3317         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs: Print out the
3318           mono version at startup as well
3320 2006-03-28 16:54  icq
3322         * po/: ChangeLog, gl.po: [no log message]
3324 2006-03-28 14:04  llipka
3326         * configure.in: fix the xscreensaver configure changes which were
3327           recently checked in
3329 2006-03-28 13:18  llipka
3331         * tools/Settings.cs: dont mnemonic the treeview cells, thats just
3332           insane
3334 2006-03-28 13:01  llipka
3336         * po/.cvsignore: sssh
3338 2006-03-28 12:57  llipka
3340         * Filters/: FilterBmp.cs, FilterGif.cs, FilterTiff.cs: make the new
3341           image filters utilize FilterImage
3343 2006-03-28 12:05  joeshaw
3345         * Filters/FilterExternal.cs: Fix the external filter to look in
3346           /beagle rather than
3348 2006-03-27 18:51  joeshaw
3350         * configure.in: Check for newer version of epiphany.  Patch from
3351           Kyle Ambroff
3353 2006-03-27 18:47  joeshaw
3355         * HACKING: Update the HACKING file a little
3357 2006-03-27 18:35  joeshaw
3359         * Filters/: FilterGif.cs, Makefile.am: Add a GIF filter, from
3360           Alexander Macdonald
3362 2006-03-27 17:38  joeshaw
3364         * Makefile.am, configure.in, Filters/FilterEbuild.cs,
3365           Filters/FilterExternal.cs, Filters/Makefile.am: Include the
3366           HACKING file in the tarball.  Allow beagle to build without the X
3367           screensaver extension; patch from marijn@mad.scientist.com.  Add
3368           an ebuild filter; from Pat Double.  Catch
3369           DirectoryNotFoundException in the external filter.
3371 2006-03-27 15:51  joeshaw
3373         * tools/: Settings.cs, settings.glade: GNOME HIG fixes for
3374           beagle-settings.  Patch from Dennis Cranston
3376 2006-03-27 08:07  llipka
3378         * MAINTAINERS: add a MAINTAINERS file (bgo #335031). we all love
3379           you Joe! :-)
3381 2006-03-26 09:52  llipka
3383         * beagled/GaimLogQueryable/GaimLogQueryable.cs: dont index .system
3384           folders in account folders (bgo #335317
3386 2006-03-26 02:44  aman
3388         * ChangeLog, configure.in, po/ChangeLog, po/pa.po: update
3389           translation for Punjabi (Gurmukhi) by apbrar gmail com
3391 2006-03-24 16:55  joeshaw
3393         * search/: Makefile.am, Search.cs, beagle-search.in: Fix the cwd
3394           problem for beagle-search as well, and fix a spacing problem with
3395           the search bar
3397 2006-03-24 16:04  lferrett
3399         * po/: ChangeLog, it.po: 2006-03-24  Luca Ferretti
3400           <elle.uca@libero.it>
3402                   * it.po: Fixed a typo.
3404 2006-03-24 13:50  lferrett
3406         * po/: ChangeLog, it.po: 2006-03-24  Luca Ferretti
3407           <elle.uca@libero.it>
3409                   * it.po: Updated Italian translation.
3411 2006-03-23 09:05  dbera
3413         * beagled/Lucene.Net/: Store/FSDirectory.cs,
3414           upstream-changes/20_use-native-open-locking.patch: Oops... turn
3415           off logging flag.
3417 2006-03-23 08:59  dbera
3419         * ChangeLog, beagled/Lucene.Net/Store/FSDirectory.cs,
3420           beagled/Lucene.Net/upstream-changes/20_use-native-open-locking.patch:
3421           (Hopefully) fixes century old lock obtain timeout bug.
3423 2006-03-22 17:27  joeshaw
3425         * beagled/Makefile.am: Make sure to run the right sed over the
3426           index helper script as well
3428 2006-03-22 16:18  dbera
3430         * ChangeLog, beagled/LifereaQueryable/LifereaQueryable.cs: Liferea
3431           allows "|curl..."-type commands as its feedsource, needed to
3432           handle gmail feeds. Workaround in liferea backend for our
3433           gmail-happy users.
3435 2006-03-22 15:41  joeshaw
3437         * Filters/Makefile.am, ImLogViewer/Makefile.am,
3438           ImLogViewer/beagle-imlogviewer.in, beagled/Makefile.am,
3439           beagled/beagled-index-helper.in, beagled/beagled.in,
3440           beagled/testclient.in, beagled/wrapper.in, tools/Makefile.am,
3441           tools/beagle-index-info, tools/beagle-ping, tools/beagle-status,
3442           tools/wrapper.in: Fix the scripts and makefiles to run
3443           uninstalled from the source directory, but not when installed, in
3444           a safe manner
3446 2006-03-22 14:21  danw
3448         * search/Panes.cs: remove some padding that is no longer needed and
3449           looks bad in some themes
3451 2006-03-22 11:47  danw
3453         * search/Tiles/ThumbnailFactory.cs: Call CanThumbnail before trying
3454           to make a thumbnail so we don't fill up ~/.thumbnails/fail/
3456 2006-03-22 11:46  danw
3458         * search/Tiles/Folder.cs: Make this look more like the File tile.
3459           #335428
3461 2006-03-22 10:13  llipka
3463         * tools/crawl-rules/crawl-documentation: add /usr/local/share/doc
3464           to the crawl list
3466 2006-03-22 10:09  llipka
3468         * tools/crawl-rules/crawl-applications: typo in crawl-applications
3470 2006-03-21 10:17  danw
3472         * search/Tiles/ThumbnailFactory.cs: don't crash if we get a hit
3473           with a null MimeType (bnc 159067)
3475 2006-03-21 05:56  serrador
3477         * po/: ChangeLog, es.po: 2006-03-21  Francisco Javier F. Serrador
3478           <serrador@cvs.gnome.org>
3480                   * es.po: Updated Spanish translation.
3482 2006-03-20 16:59  dbera
3484         * configure.in, glue/Makefile.am: Move some more dependencies under
3485           ui-build. Pretty sure build will break for somebody.
3487 2006-03-20 13:37  danw
3489         * search/Category.cs: call UpdateButtons() after changing
3490           "expanded". #333645
3492 2006-03-20 10:57  llipka
3494         * Filters/FilterImage.cs: redundant Console.WriteLines
3496 2006-03-20 07:12  zygis
3498         * po/: ChangeLog, lt.po: 2006-03-20  Žygimantas Beručka
3499           <zygis@gnome.org>
3501                   * lt.po: Updated Lithuanian translation.
3503 2006-03-19 06:55  adrighem
3505         * po/: ChangeLog, nl.po: 2006-03-19  Vincent van Adrighem
3506           <adrighem@gnome.org>
3508                   * nl.po: Translation updated by Tino Meinen.
3510 2006-03-19 06:37  aihana
3512         * po/: ChangeLog, ja.po: 2006-03-19  Takeshi AIHANA
3513           <takeshi.aihana@gmail.com>
3515                   * ja.po: Updated Japanese translation for v0.2.3.
3517 2006-03-18 23:02  vsichi
3519         * ChangeLog, configure.in, po/ChangeLog, po/ka.po: Updated Georgian
3520           translation
3522 2006-03-18 09:20  llipka
3524         * ChangeLog, Util/ImLog.cs,
3525           beagled/GaimLogQueryable/GaimLogQueryable.cs: 2006-03-18  Lukas
3526           Lipka  <lukas@pmad.net>
3528                   * Util/ImLog.cs: Fix the broken parsing of Gaim 2.0 logs
3529           which added
3530                   AM or PM to the utterance timestamp. Thanks to Zafar for
3531           providing
3532                   sample logs.
3534                   * beagled/GaimLogQueryable/GaimLogQueryable.cs: Cosmetic
3535           fixes.
3537 2006-03-17 11:58  joeshaw
3539         * NEWS, configure.in: Version 0.2.3
3541 2006-03-17 04:24  al_shopov
3543         * po/: ChangeLog, bg.po: 2005-03-17  Alexander Shopov
3544           <ash@contact.bg>
3546                   * bg.po: Updated Bulgarian translation by
3547                   Vladimir Petkov <vpetkov@i-space.org>
3549 2006-03-16 17:29  joeshaw
3551         * Filters/FilterMail.cs,
3552           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
3553           beagled/KMailQueryable/KMailIndexableGenerator.cs,
3554           bludgeon/FileSystemObject.cs, bludgeon/TestBasic.cs,
3555           bludgeon/TreeBuilder.cs: Handle null messages from gmime;
3556           necessary to handle cases where we try to construct a message
3557           from the middle of the last message in a stream.  Needs gmime
3558           2.2.1 for the rest of this fix.
3560 2006-03-16 15:10  joeshaw
3562         * beagled/LuceneQueryable.cs: Set FileShare.ReadWrite on the data
3563           stream file.  Should fix #334764
3565 2006-03-16 14:26  joeshaw
3567         * beagled/: LuceneCommon.cs, LuceneQueryable.cs: Log when we hit a
3568           dangling lock.  When getting indexables from generators, if they
3569           return null, bail out after a time so that we don't spin a long
3570           time trying to extract actual indexables
3572 2006-03-16 12:12  joeshaw
3574         * beagled/ManageIndex.cs: Add extra paranoia to ManageIndex.cs so
3575           that an IndexingDriver that deletes files isn't created
3576           unconditionally.
3578 2006-03-16 10:23  dsd
3580         * ChangeLog, search/Tiles/Tile.cs:      * search/Tiles/Tile.cs:
3581           Escape uri's before passing them to applications,
3582                   thanks to Brandon Hale.
3584 2006-03-15 15:17  dsd
3586         * ChangeLog, Filters/entagged-sharp/Tag.cs,
3587           Filters/entagged-sharp/entagged-sharp.sources,
3588           Filters/entagged-sharp/Ape/Util/ApeTagBinaryField.cs,
3589           Filters/entagged-sharp/Ape/Util/ApeTagReader.cs,
3590           Filters/entagged-sharp/Ape/Util/MonkeyDescriptor.cs,
3591           Filters/entagged-sharp/Ape/Util/MonkeyHeader.cs,
3592           Filters/entagged-sharp/Ape/Util/WavFormatHeader.cs,
3593           Filters/entagged-sharp/Ape/Util/WavRIFFHeader.cs,
3594           Filters/entagged-sharp/Exceptions/CannotWriteException.cs,
3595           Filters/entagged-sharp/Flac/Util/FlacTagReader.cs,
3596           Filters/entagged-sharp/Flac/Util/MetadataBlockDataStreamInfo.cs,
3597           Filters/entagged-sharp/Flac/Util/MetadataBlockHeader.cs,
3598           Filters/entagged-sharp/Mp3/Id3Tag.cs,
3599           Filters/entagged-sharp/Mp3/Util/Id3v1TagReader.cs,
3600           Filters/entagged-sharp/Mp3/Util/Id3v24TagReader.cs,
3601           Filters/entagged-sharp/Mp3/Util/Id3v2TagReader.cs,
3602           Filters/entagged-sharp/Mp3/Util/Id3v2TagSynchronizer.cs,
3603           Filters/entagged-sharp/Mp3/Util/LameMPEGFrame.cs,
3604           Filters/entagged-sharp/Mp3/Util/MPEGFrame.cs,
3605           Filters/entagged-sharp/Mp3/Util/XingMPEGFrame.cs,
3606           Filters/entagged-sharp/Mp3/Util/Id3frames/ApicId3Frame.cs,
3607           Filters/entagged-sharp/Mp3/Util/Id3frames/CommId3Frame.cs,
3608           Filters/entagged-sharp/Mp3/Util/Id3frames/GenericId3Frame.cs,
3609           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
3610           Filters/entagged-sharp/Mp3/Util/Id3frames/TextId3Frame.cs,
3611           Filters/entagged-sharp/Mpc/MpcFileReader.cs,
3612           Filters/entagged-sharp/Mpc/Util/MpcHeader.cs,
3613           Filters/entagged-sharp/Ogg/OggFileReader.cs,
3614           Filters/entagged-sharp/Ogg/OggTag.cs,
3615           Filters/entagged-sharp/Ogg/Util/OggInfoReader.cs,
3616           Filters/entagged-sharp/Ogg/Util/OggPageHeader.cs,
3617           Filters/entagged-sharp/Ogg/Util/OggTagReader.cs,
3618           Filters/entagged-sharp/Ogg/Util/VorbisCodecHeader.cs,
3619           Filters/entagged-sharp/Ogg/Util/VorbisTagReader.cs:     *
3620           Filters/entagged-sharp: Resync, includes a couple of small fixes.
3622 2006-03-15 14:12  joeshaw
3624         * beagled/Lucene.Net/: Index/SegmentReader.cs,
3625           Index/TermInfosReader.cs,
3626           upstream-changes/19_no_thread_local_storage.patch: Don't use
3627           thread-local storage in lucene due to a mono leak up through
3628           version 1.1.13.4.  This fixes the huge memory leaks in the beagle
3629           daemon
3631 2006-03-15 11:35  joeshaw
3633         * tools/beagle-crawl-system.in: Fix the beagle-crawl-system script
3634           when ionice isn't present.  Patch from Götz Waschk
3636 2006-03-14 11:04  danw
3638         * search/Makefile.am: use desktop-launch when possible, for KDE
3639           support
3641 2006-03-14 04:39  icq
3643         * po/: ChangeLog, gl.po: [no log message]
3645 2006-03-13 16:45  joeshaw
3647         * beagled/: DumpIndex.cs, LuceneCommon.cs, LuceneQueryable.cs,
3648           LuceneQueryingDriver.cs, QueryResult.cs,
3649           FileSystemQueryable/LuceneNameResolver.cs,
3650           Lucene.Net/Store/FSDirectory.cs,
3651           Lucene.Net/upstream-changes/18_avoid_fileinfos.patch: Make the
3652           IndexReaders returned from LuceneCommon.GetReader() refcounted,
3653           and require callers to release them when they're finished.  This
3654           fixes the nasty race described in bug 334057, in which a query
3655           would come in, the index would be changed from underneath and the
3656           cached reader closed, and another query would come in which tried
3657           to use the closed reader.
3659           Also, removed some confusing and not useful debug spew from
3660           LuceneQueryable, use ExceptionHandlingThreads in QueryResults
3661           because we can then track them better, and reduce a bunch of
3662           unnecessary string allocations in Lucene's
3663           FSDirectory.FileExists().
3665 2006-03-11 17:00  dbera
3667         * ChangeLog, beagled/SnippetFu.cs: Fixes 332378. Also, dont read
3668           the whole file if enough snippets is already found. Speeds up
3669           snippet extraction quite a bit.
3671 2006-03-11 15:10  dbera
3673         * ChangeLog, Filters/FilterMPlayerVideo.cs, Filters/FilterMail.cs:
3674           Use message header for kmail mails to detect incoming/outgoing
3675           mails. Use the right command line parameters for mplayer (as
3676           given in midentify).
3678 2006-03-10 11:52  joeshaw
3680         * Filters/FilterMPlayerVideo.cs: Also add -ao dummy to the mplayer
3681           command line args
3683 2006-03-10 08:26  aihana
3685         * po/: ChangeLog, ja.po: 2006-03-10  Takeshi AIHANA
3686           <takeshi.aihana@gmail.com>
3688                   * ja.po: Updated Japanese translation for v0.2.2.1.
3690 2006-03-10 06:25  llipka
3692         * search/Tiles/Folder.cs: oops.
3694 2006-03-10 05:33  llipka
3696         * ChangeLog, search/Tiles/Folder.cs: 2006-03-10  Lukas Lipka
3697           <lukas@pmad.net>
3699                   * search/Tiles/Folder.cs: The open action for folders got
3700           accidently
3701                   removed during details pane refactoring.
3703 2006-03-10 02:51  clyties
3705         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
3707 2006-03-09 23:03  ituohela
3709         * po/: ChangeLog, fi.po: Updated Finnish translation
3711 2006-03-09 18:48  garrett
3713         * mozilla-extension/skin/classic/: beagle-disabled.png,
3714           beagle-error.png: Updated disabled and error icon states for the
3715           Mozilla Firefox extension
3717 2006-03-09 18:24  garrett
3719         * mozilla-extension/skin/classic/beagle-big.png: Updating the 32x32
3720           logo for the FF extension
3722 2006-03-09 18:19  garrett
3724         * mozilla-extension/skin/classic/: beagle-disabled.png,
3725           beagle-error.png, beagle.png: Updating Beagle Firefox extension
3726           icons
3728 2006-03-09 17:56  joeshaw
3730         * search/Tiles/Application.cs: Scale large launcher icons to fit to
3731           our requested size.  Removes a FIXME and fixes #334061
3733 2006-03-09 17:44  joeshaw
3735         * search/Category.cs: Look up the size of the icon and make the
3736           category header bigger if it looks like it might be clipped.
3737           Fixes #334064
3739 2006-03-09 14:29  danw
3741         * search/Pages/StartDaemon.cs: s/daemon/search service/
3743 2006-03-09 13:17  joeshaw
3745         * Filters/FilterExternal.cs, Filters/Makefile.am,
3746           Filters/external-filters.xml, Util/ExternalStringsHack.cs.in,
3747           Util/Makefile.am, tools/beagle-crawl-system.in: Add a new filter
3748           that allows system administrators to configure external programs
3749           to extract text from more odd file formats without needing to
3750           code anything.
3752 2006-03-09 06:14  jfriedl
3754         * po/: ChangeLog, cs.po: 2006-03-09  Jakub Friedl
3755           <jfriedl@suse.cz>
3757             * cs.po: Czech Update (complete).
3759 2006-03-08 20:43  dbera
3761         * ChangeLog, beagled/NoiseFilter.cs: Allow emails, hostnames and
3762           numeric strings to sneak through noise filter.
3764 2006-03-08 18:09  joeshaw
3766         * Filters/: FilterBmp.cs, Makefile.am: New bmp filter from
3767           Alexander Macdonald
3769 2006-03-08 16:01  joeshaw
3771         * Util/Conf.cs, beagled/BeagleDaemon.cs, search/Search.cs,
3772           tools/Settings.cs, tools/settings.glade: Allow beagle to be run
3773           as root if you enable the setting (off by default)
3775 2006-03-07 17:48  joeshaw
3777         * Filters/FilterMail.cs,
3778           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
3779           beagled/KMailQueryable/KMailIndexer.cs: Check the
3780           GMime.InternetAddressType to avoid a glib critical error on
3781           messages that have undisclosed recipients.
3783 2006-03-07 15:45  joeshaw
3785         * Filters/FilterMPlayerVideo.cs: Today is not my lucky day
3787 2006-03-07 15:45  joeshaw
3789         * Filters/FilterMPlayerVideo.cs: A few aspect ratio fixes
3791 2006-03-07 15:38  joeshaw
3793         * Filters/FilterMPlayerVideo.cs: Oops, fix typo and remove some
3794           unused code
3796 2006-03-07 15:36  joeshaw
3798         * Filters/: FilterMPlayerVideo.cs, Makefile.am: New video filter
3799           which uses mplayer to extract metadata from Alexander Macdonald
3801 2006-03-07 14:23  joeshaw
3803         * beagled/Filter.cs: Add a PreLoad flag to the Filter so that
3804           filters can indicate whether or not to preload files.  Filters
3805           which load big files and don't read sequentially through the
3806           entire file will want to set this flag
3808 2006-03-07 12:25  joeshaw
3810         * beagled/BuildIndex.cs: Fix a crash in beagle-build-index when the
3811           text cache isn't enabled.  Patch from Alex Larsson
3813 2006-03-07 12:03  joeshaw
3815         * configure.in: 0.2.2.1 brown paper bag release
3817 2006-03-07 11:58  joeshaw
3819         * configure.in: Fix a problem with configure on 64-bit machines
3821 2006-03-06 15:57  joeshaw
3823         * NEWS, configure.in, BeagleClient/Makefile.am,
3824           ImLogViewer/Makefile.am, beagled/Makefile.am, tools/Makefile.am:
3825           Beagle 0.2.2
3827 2006-03-05 18:52  orrc
3829         * po/: ChangeLog, en_GB.po: 2006-03-05  Christopher Orr
3830           <chris@orr.me.uk>
3832                   * en_GB.po: Updated British English translation.
3834 2006-03-04 10:21  serrador
3836         * po/: es.po, ChangeLog: 2006-03-04  Francisco Javier F. Serrador
3837           <serrador@cvs.gnome.org>
3839                   * es.po: Updated Spanish translation.
3841 2006-03-03 18:23  joeshaw
3843         * beagled/LuceneCommon.cs, beagled/LuceneQueryingDriver.cs,
3844           bludgeon/FileSystemObject.cs, bludgeon/QueryFu.cs: Some bludgeon
3845           fixes and lots of comments about date queries in OR blocks.
3847 2006-03-03 15:14  danw
3849         * search/Search.cs: don't autofocus the search results if the
3850           search happened because of a timeout. 332211
3852 2006-03-03 15:14  joeshaw
3854         * bludgeon/: DirectoryObject.cs, FileModel.cs: Use UTC timestamps
3855           in bludgeon to fix some false positive search results
3857 2006-03-03 15:09  joeshaw
3859         * tools/Query.cs: Fix a help text alignment issue
3861 2006-03-03 15:08  joeshaw
3863         * tools/wrapper.in: sigh, typo
3865 2006-03-03 15:07  joeshaw
3867         * tools/wrapper.in: Include the beagled directory in MONO_PATH in
3868           the uninstalled case
3870 2006-03-03 15:07  joeshaw
3872         * tools/Query.cs: Convert the dates passed into beagle-query into
3873           UTC before sending them to the daemon
3875 2006-03-03 15:04  danw
3877         * search/GroupView.cs: if we get a SubtractHit on the selected
3878           tile, hide the details pane (332987)
3880 2006-03-03 13:39  joeshaw
3882         * Util/FileSystem.cs, Util/Inotify.cs, beagled/FileAttributes.cs,
3883           beagled/FileAttributesStore_Sqlite.cs,
3884           beagled/RenamingLuceneDriver.cs,
3885           beagled/FileSystemQueryable/DirectoryModel.cs,
3886           beagled/FileSystemQueryable/FileSystemQueryable.cs: Add some
3887           fixes so that you can set / as a root to be indexed
3889 2006-03-03 06:09  zygis
3891         * po/: ChangeLog, lt.po: 2006-03-03  Žygimantas Beručka
3892           <zygis@gnome.org>
3894                   * lt.po: Updated Lithuanian translation.
3896 2006-03-02 10:40  danw
3898         * search/Search.cs: hide the details pane when starting a new
3899           search
3901 2006-03-02 09:53  danw
3903         * search/Tiles/: Application.cs, Audio.cs, File.cs, Image.cs,
3904           Tile.cs: comment out unimplemented functionality
3906 2006-03-02 09:52  danw
3908         * search/UIManager.cs: Fix some about dialog bugs. Use #pragma
3909           warning disable 612 so we don't get warned that Gnome.About is
3910           deprecated. Use Beagle.Util.ExternalStringsHack.Version for the
3911           version. Update the copyright year and the list of authors.
3913 2006-03-02 09:37  danw
3915         * search/Tray/NotificationArea.cs: add a public Orientation
3916           property (and an OrientationChanged event) to silence the
3917           not-used warning
3919 2006-03-02 08:33  dsd
3921         * ChangeLog, tools/Makefile.am:         * tools/Makefile.am: Only
3922           install beagle-settings.desktop when ENABLE_GUI
3923                   is chosen. Reported by ph at
3924           http://bugs.gentoo.org/124192
3926 2006-03-02 04:49  lferrett
3928         * po/: ChangeLog, it.po: 2006-03-02  Luca Ferretti
3929           <elle.uca@libero.it>
3931                   * it.po: Updated Italian translation.
3933 2006-03-02 04:21  kmaraas
3935         * po/no.po: Forgot this
3937 2006-03-02 04:21  kmaraas
3939         * po/: ChangeLog, POTFILES.in, nb.po: 2006-03-02  Kjartan Maraas
3940           <kmaraas@gnome.org>
3942                   * POTFILES.in: Updated with a missing file.
3943                   * nb.po: Updated Norwegian bokmål translation.
3945 2006-03-01 17:36  danw
3947         * search/: GroupView.cs, Tiles/Tile.cs: Split up the concepts of
3948           Selection and Focus in tiles so that the details pane doesn't
3949           disappear if you click on something besides a tile.
3951 2006-03-01 17:36  danw
3953         * search/Panes.cs: Make sure that the main pane's FocusChild
3954           remains visible when the pane is resized. (Eg, if you click on a
3955           tile and the details pane pops up and covers it.)
3957 2006-03-01 16:13  danw
3959         * search/Category.cs: Make sure that if a tile is selected, it
3960           remains selected and visible across a resize or re-sort
3962 2006-03-01 15:20  joeshaw
3964         * po/POTFILES.in: Add the new RootUser.cs file to POTFILES.in
3966 2006-03-01 15:19  joeshaw
3968         * search/: Makefile.am, Search.cs, UIManager.cs, Pages/Base.cs,
3969           Pages/RootUser.cs: Add a new root user page which tells the user
3970           that they can't run as root.  Desensitize a lot of the UI
3972 2006-03-01 13:25  arangela
3974         * po/mk.po: Updated Macedonian Translation <arangela@cvs.gnome.org>
3976 2006-03-01 11:38  lkanter
3978         * po/: ChangeLog, ru.po: Initial Russian translation
3980 2006-02-28 16:21  joeshaw
3982         * tools/beagle-crawl-system.in: bin all output from
3983           beagle-crawl-system; we don't want mail going to root every
3984           night.
3986 2006-02-28 15:42  joeshaw
3988         * ImLogViewer/: ImLogViewer.cs, ImLogWindow.cs,
3989           beagle-imlogviewer.in: Close the log files after we've loaded
3990           them in.  Set the process name on the IM log viewer
3992 2006-02-28 15:09  joeshaw
3994         * beagled/: BuildIndex.cs, TextCache.cs: When creating static
3995           indexables, don't make them unreadable by default
3997 2006-02-27 19:06  joeshaw
3999         * BeagleClient/Message.cs, Util/Makefile.am, Util/ReflectionFu.cs,
4000           beagled/FilterFactory.cs, beagled/QueryDriver.cs,
4001           beagled/beagled.in, bludgeon/Toolbox.cs,
4002           search/Tiles/TileActivator.cs: Clean up our various reflection
4003           uses around the tree to use one consistent set of utility
4004           functions.  Add support for BEAGLE_BACKEND_PATH in the same vein
4005           as BEAGLE_FILTER_PATH, since I regularly run beagled from my
4006           source directory and the fact that I had to install the evolution
4007           backends to test them bit me in the ass several times
4009 2006-02-27 16:42  dbera
4011         * ChangeLog, beagled/DumpIndex.cs: allow e.g. beagle-dump-index
4012           --indexdir=/path/to/FileSystemIndex file_or_dir to get
4013           information about the file/dir from the index. A handy tool to
4014           bypass luke.
4016 2006-02-27 16:36  joeshaw
4018         * beagled/EvolutionDataServerQueryable/:
4019           EvolutionDataServerQueryable.cs, SourcesHandler.cs: Add checks to
4020           the e-d-s backend so that having a evolution-data-server which
4021           isn't supported doesn't kill the daemon
4023 2006-02-27 14:41  joeshaw
4025         * search/Makefile.am: Make the mdb file depend on the exe so that
4026           makefile deps work out with make -j
4028 2006-02-26 18:06  kelemeng
4030         * po/: ChangeLog, hu.po: 2006-02-27  Gabor Kelemen
4031           <kelemeng@gnome.hu>
4033                   * hu.po: Hungarian translation updated.
4035 2006-02-26 12:27  llipka
4037         * ChangeLog, search/Tiles/IMLog.cs: 2006-02-26  Lukas Lipka
4038           <lukas@pmad.net>
4040                   * search/Tiles/IMLog.cs: Load the buddy icon for the
4041           detail view.
4043 2006-02-24 19:16  adrighem
4045         * po/: ChangeLog, nl.po: 2006-02-25  Vincent van Adrighem
4046           <adrighem@gnome.org>
4048                   * nl.po: Translation updated.
4050 2006-02-24 11:10  joeshaw
4052         * beagled/BeagleDaemon.cs: yeah, back that last thing out.  rlove
4053           doesn't know what he's talking about, don't buy his new book
4055 2006-02-24 11:02  joeshaw
4057         * beagled/BeagleDaemon.cs: Add SIGHUP to the list of signals to
4058           cleanly shutdown on, since we get that when gnome-session closes
4059           and we're not a real daemon
4061 2006-02-24 10:51  joeshaw
4063         * po/: ChangeLog, pl.po: 2006-02-24  Joe Shaw  <joeshaw@novell.com>
4065                   * pl.po: Updated Polish translation from Krzysztof
4066                   Rosiński <kr@post.pl>
4068 2006-02-23 17:53  danw
4070         * search/Tray/NotificationArea.cs: use PARENT_RELATIVE background
4071           so it displays correctly on transparent kde panels
4073 2006-02-23 14:13  danw
4075         * search/: Makefile.am, Tiles/Calendar.cs, Tiles/Contact.cs,
4076           Tiles/DetailsPane.cs, Tiles/File.cs, Tiles/Folder.cs,
4077           Tiles/IMLog.cs, Tiles/Image.cs, Tiles/MailMessage.cs,
4078           Tiles/Note.cs, Tiles/RSSFeed.cs, Tiles/ThumbnailFactory.cs,
4079           Tiles/Tile.cs, Tiles/WebHistory.cs, Tiles/WidgetFu.cs: Create a
4080           DetailsPane class to handle most of the work of the details pane,
4081           and use that everywhere rather than duplicating code.
4083 2006-02-22 17:09  joeshaw
4085         * Filters/FilterHtml.cs, mozilla-extension/install.rdf,
4086           mozilla-extension/content/beagleOverlay.js: Pass the encoding
4087           from the firefox extension into the HTML filter and use it first.
4088           Fixes a problem where encodings weren't detected properly when
4089           set using HTTP headers and not in the HTML.  Bump the FF
4090           extension version to 0.5
4092 2006-02-22 16:08  joeshaw
4094         * bludgeon/: FileSystemObject.cs, Token.cs, TreeBuilder.cs: Create
4095           files with UTF-8 names make some ones unwriteable to test the
4096           sqlite file attributes store
4098 2006-02-21 16:19  joeshaw
4100         * Util/ImLog.cs: Add support for the new gaim formats to the ImLog
4101           parser
4103 2006-02-21 14:40  joeshaw
4105         * beagled/: FileAttributesStore_Sqlite.cs, TextCache.cs: Add
4106           encoding=UTF-8 to force sqlite to store things as UTF-8 in text
4107           cache and attributes store
4109 2006-02-21 14:27  joeshaw
4111         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Support new gaim
4112           2.0.0 logfiles which include timezone info in the filenames
4114 2006-02-21 13:49  joeshaw
4116         * po/: ChangeLog, pl.po: 2006-02-21  Joe Shaw  <joeshaw@novell.com>
4118                   * pl.po: Updated Polish translation from Krzysztof
4119                   Rosiński <kr@post.pl>
4121 2006-02-21 02:15  clyties
4123         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
4125 2006-02-19 18:24  icq
4127         * po/: ChangeLog, gl.po: [no log message]
4129 2006-02-17 16:56  joeshaw
4131         * beagled/: FileSystemQueryable/FileSystemQueryable.cs,
4132           Mono.Data.SqliteClient/SqliteDataReader.cs: Fix a merge bug in
4133           Mono.Data.SqliteDataReader that was causing every string field to
4134           come out twice when using sqlite3.  Fix a nullref exception in
4135           rare cases when crawling directories in the filesystem backend
4137 2006-02-17 06:03  lferrett
4139         * po/: ChangeLog, it.po: 2006-02-17  Luca Ferretti
4140           <elle.uca@libero.it>
4142                   * it.po: Updated Italian translation.
4144 2006-02-16 20:27  kz
4146         * configure.in, po/ko.po: sorry for missed file :)
4148 2006-02-16 17:55  joeshaw
4150         * search/: Makefile.am, Tiles/Note.cs: Add a Tomboy note tile
4152 2006-02-16 16:09  joeshaw
4154         * beagled/LuceneQueryable.cs: Give child indexable tasks a
4155           subpriority of 1 so that they get scheduled above other tasks at
4156           the same priority.  This means that the window between them being
4157           generated and indexed is lower (less likely to lose them in a
4158           crash) and also keeps tmpfiles under control when the daemon is
4159           very busy
4161 2006-02-16 13:35  joeshaw
4163         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
4164           Only read 4 characters after the UID in X-Evolution.  It may have
4165           additional user flags and tags that we don't yet parse
4167 2006-02-16 13:11  joeshaw
4169         * configure.in: Remove ko from ALL_LINGAS; missing ko.po
4171 2006-02-16 04:39  kz
4173         * ChangeLog, configure.in: ko added
4175 2006-02-15 16:06  danw
4177         * tools/: Makefile.am, settings.glade: Hide the "max results"
4178           preference, since it does nothing in the current UI (#328312).
4179           Fix use of HAS_DEFAULT in the AddExcludeDialog to avoid a
4180           critical warning (and make Return work). (#330780)
4182 2006-02-15 15:47  danw
4184         * search/: Category.cs, ConversationCategory.cs, GroupView.cs,
4185           TileCategory.cs, Tiles/Utils.cs: change the way that result
4186           paging works to be a little more convenient, and to show the
4187           total number of matches and location within the range
4189 2006-02-15 14:17  joeshaw
4191         * Util/FSpotTools.cs: Be explicit in our sqlite version; we can
4192           only open the database if we have the same version anyway
4194 2006-02-15 12:11  joeshaw
4196         * Util/FSpotTools.cs: Catch exceptions stemming from sqlite version
4197           mismatches when opening the F-Spot database
4199 2006-02-15 09:27  jfriedl
4201         * po/: ChangeLog, cs.po: 2006-02-15  Jakub Friedl
4202           <jfriedl@suse.cz>
4204             * cs.po: Czech Update (complete).
4206 2006-02-15 08:09  jfriedl
4208         * po/: ChangeLog, cs.po: 2006-02-15  Jakub Friedl
4209           <jfriedl@suse.cz>
4211             * cs.po: Fixed encoding (fixes bug #331271)
4212               Partial update.
4214 2006-02-14 23:47  ituohela
4216         * po/: ChangeLog, fi.po: Updated Finnish translation
4218 2006-02-14 17:23  joeshaw
4220         * search/Search.cs: Add support for the hide/show keybinding to
4221           beagle-search in icon mode
4223 2006-02-14 14:35  joeshaw
4225         * search/Tiles/ThumbnailFactory.cs: Fix an infinite loop trying to
4226           regenerate failed thumbnails over and over
4228 2006-02-14 12:57  joeshaw
4230         * tools/Query.cs: Wrap all arguments in quotes so that quoted
4231           phrases get searched correctly
4233 2006-02-14 11:16  joeshaw
4235         * configure.in: Reset the LIBS var, which was breaking libbeagle
4236           build wrt libXss
4238 2006-02-13 18:12  joeshaw
4240         * configure.in: Explicitly look for libXss in configure.in, since
4241           some distros package it separately from the rest of X and the
4242           scrnsaver.h header file
4244 2006-02-13 16:57  dbera
4246         * ChangeLog, mozilla-extension/content/beagleOverlay.js:
4247           mozilla-extension/content/beagleOverlay.js: Let the HTML filter
4248           extract the title of the HTML page. This is to avoid duplication
4249           of dc:title in the index. Fixes #330053.
4251 2006-02-13 14:48  llipka
4253         * search/: Makefile.am, Tiles/Tile.cs: disable the open with menu
4254           for now since it doesnt work with older gtk-sharp-2.0 version and
4255           we dont have a reasonable fallback (yet).
4257 2006-02-13 08:04  llipka
4259         * ChangeLog, beagled/BeagleDaemon.cs: 2006-02-13  Lukas Lipka
4260           <lukas@pmad.net>
4262                   * beagled/BeagleDaemon.cs: Exit if we pass in an unknown
4263           argument.
4265 2006-02-12 12:13  al_shopov
4267         * po/: ChangeLog, bg.po: 2006-02-12  Alexander Shopov
4268           <ash@contact.bg>
4270                   * bg.po: Updated Bulgarian translation by
4271                   Vladimir Petkov <vpetkov@i-space.org>
4273 2006-02-10 17:58  joeshaw
4275         * beagled/Mono.Data.SqliteClient/SqliteDataReader.cs: Fix a scoping
4276           problem with an array that was causing null ref exceptions in our
4277           sqlite bindings.  Fixes a bunch of bugs.
4279 2006-02-10 14:37  joeshaw
4281         * search/Search.cs: Set the process name for beagle-search; add
4282           support for the --autostarted option in beagled and best
4284 2006-02-10 10:41  serrador
4286         * po/: ChangeLog, es.po: 2006-02-10  Francisco Javier F. Serrador
4287           <serrador@cvs.gnome.org>
4289                   * es.po: Updated Spanish translation.
4291 2006-02-10 10:01  llipka
4293         * ChangeLog, search/Tiles/File.cs, search/Tiles/Folder.cs,
4294           search/Tiles/OpenWithMenu.cs: 2006-02-10  Lukas Lipka
4295           <lukas@pmad.net>
4297                   * search/Tiles/OpenWithMenu.cs: Load app icons by
4298           default.
4300                   * search/Tiles/File.cs: Use a bigger thumbnail in the
4301           detail view
4302                   (bgo #330551).
4304                   * search/Tiles/Folder.cs: Dont autload the folder icon
4305           since it
4306                   results in an incorrect one. Also touch up the details
4307           pane.
4309 2006-02-10 03:40  lferrett
4311         * ChangeLog, configure.in, po/ChangeLog, po/it.po: 2006-02-10  Luca
4312           Ferretti  <elle.uca@libero.it>
4314                   * ChangeLog:
4315                   * configure.in:
4316                   * po/ChangeLog:
4317                   * po/it.po: Added Italian translation
4319 2006-02-10 00:37  clyties
4321         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
4323 2006-02-09 15:58  llipka
4325         * ChangeLog, search/Makefile.am, search/Tiles/File.cs,
4326           search/Tiles/Folder.cs, search/Tiles/OpenWithMenu.cs,
4327           search/Tiles/Tile.cs: 2006-02-09  Lukas Lipka  <lukas@pmad.net>
4329                   * search/Makefile.am: Added Tiles/OpenWithMenu.cs to
4330           build.
4332                   * search/Tiles/OpenWithMenu.cs: Shamelessly stolen from
4333           f-spot and
4334                   tuned to fit our needs.
4336                   * search/Tiles/Tile.cs: Implement the Open with menu.
4338                   * search/Tiles/File.cs: Enable Open with.
4340                   * search/Tiles/Folder.cs: Enable Open with.
4342 2006-02-09 15:32  llipka
4344         * ChangeLog, search/Tiles/File.cs: 2006-02-09  Lukas Lipka
4345           <lukas@pmad.net>
4347                   * search/Tiles/File.cs: Dont display blank titles for
4348           files with an
4349                   empty subject (bgo #330558).
4351 2006-02-09 15:22  llipka
4353         * ChangeLog, search/Tiles/Image.cs: 2006-02-09  Lukas Lipka
4354           <lukas@pmad.net>
4356                   * search/Tiles/Image.cs: Add a full path field in the
4357           detail view.
4359 2006-02-09 15:10  joeshaw
4361         * beagled/BuildIndex.cs: Be even more paranoid about deleting the
4362           target directory in beagle-build-index: flatly refuse to run if a
4363           non-beagle index file or directory is found in the target
4364           directory.
4366 2006-02-08 18:59  joeshaw
4368         * beagled/Mono.Data.SqliteClient/SqliteDataReader.cs: Fix some
4369           64-bit unclean code in our imported Mono.Data.SqliteClient.  This
4370           bug still exists upstream as of mono 1.1.13; bug is filed at
4371           http://bugzilla.ximian.com/show_bug.cgi?id=77506
4373 2006-02-08 15:43  joeshaw
4375         * Util/SystemInformation.cs: Null terminate the process name before
4376           calling Encoding.ASCII.GetBytes()
4378 2006-02-08 13:43  joeshaw
4380         * Util/camel.cs,
4381           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
4382           Make the sent and received times available separately from the
4383           camel summary and use the sent ones when timestamping IMAP
4384           messages
4386 2006-02-08 13:19  joeshaw
4388         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs,
4389           beagled/BuildIndex.cs, beagled/Makefile.am,
4390           beagled/beagled-index-helper.in, beagled/beagled.in,
4391           beagled/wrapper.in, beagled/IndexHelper/IndexHelper.cs,
4392           tools/beagle-crawl-system.in: Add support for setting the
4393           executing process's name using prctl().  This makes "beagled"
4394           show up in top instead of "mono", and makes "killall beagled"
4395           work.  Set the process's name in the daemon, the index helper,
4396           and the build index tool.  Adjust the shell scripts to make sure
4397           that we exec -a <newname>, since the process name doesn't show up
4398           by default in "ps ax", only the command-line does.
4400           In the beagle-build-index tool, wrap most of CrawlWorker() and
4401           IndexWorker() in a try-finally, so that the status flags are
4402           updated even if an exception happens.
4404           Use ionice in beagle-crawl-system to set the IO priority to idle.
4406 2006-02-07 17:01  danw
4408         * ChangeLog, search/ConversationCategory.cs, search/Makefile.am,
4409           search/Tiles/Application.cs, search/Tiles/Audio.cs,
4410           search/Tiles/CApplet.cs, search/Tiles/Calendar.cs,
4411           search/Tiles/Contact.cs, search/Tiles/File.cs,
4412           search/Tiles/Folder.cs, search/Tiles/IMLog.cs,
4413           search/Tiles/Image.cs, search/Tiles/MailAttachment.cs,
4414           search/Tiles/MailMessage.cs, search/Tiles/RSSFeed.cs,
4415           search/Tiles/ThumbnailFactory.cs, search/Tiles/Tile.cs,
4416           search/Tiles/TileFlat.cs, search/Tiles/TileTemplate.cs,
4417           search/Tiles/Utils.cs, search/Tiles/WebHistory.cs,
4418           search/Tiles/WidgetFu.cs:         * search/Tiles/Tile.cs:
4419           reorganize to make tile images not be
4420                   loaded until their tiles are realized, so that results
4421           will be
4422                   presented faster.
4424                   * search/Tiles/ThumbnailFactory.cs: new class to generate
4425                   thumbnails in another thread and update the tile images
4426           with them
4427                   when they're done, so that thumbnail generation doesn't
4428           block the
4429                   UI.
4431                   * search/Tiles/File.cs: update for new icon stuff. Use a
4432                   ThumbnailFactory.
4434                   * search/Tiles/WebHistory.cs: Create thumbnails if
4435           possible (eg,
4436                   via the gnome-web-photo package) #158112. Uses a separate
4437                   ThumbnailFactory from TileFile, so that fast local file
4438           thumbnails
4439                   don't get queued behind slow web thumbnails. Also add a
4440           details
4441                   pane.
4443                   * search/Tiles/Utils.cs (NiceShortDate, NiceLongDate,
4444                   NiceVeryLongDate): Fix local time vs UTC bugs, and fix
4445           the
4446                   calculation and localization of "Today" and "Yesterday".
4448                   * search/Tiles/TileFlat.cs:
4449                   * search/Tiles/IMLog.cs:
4450                   * search/Tiles/MailMessage.cs: add a new base class for
4451           IM and
4452                   Mail tiles and make them use it.
4454                   * search/ConversationCategory.cs: use TileFlat rather
4455           than having
4456                   separate special IM and Mail cases.
4458                   * search/Tiles/Application.cs:
4459                   * search/Tiles/CApplet.cs: make CApplet a subclass of
4460           Application
4461                   so they can share icon-loading code.
4463                   * search/Tiles/Calendar.cs: update a bunch, though it's
4464           still not
4465                   being built
4467 2006-02-07 15:31  joeshaw
4469         * beagled/LifereaQueryable/LifereaQueryable.cs: Handle negative
4470           dates in the liferea backend
4472 2006-02-07 05:46  jmas
4474         * po/ca.po: Small Catalan fixes
4476 2006-02-06 13:15  joeshaw
4478         * glue/screensaver-glue.c: Query for the screensaver extension
4479           before using it.  Fixes bnc #148219
4481 2006-02-06 11:13  dbera
4483         * Util/DigikamTags.cs: Forgot to commit this. Disturbed souls may
4484           forgive me.
4486 2006-02-06 04:51  al_shopov
4488         * po/: ChangeLog, bg.po: 2006-02-06  Alexander Shopov
4489           <ash@contact.bg>
4491                   * bg.po: Updated Bulgarian translation by
4492                   Vladimir Petkov <vpetkov@i-space.org>
4494 2006-02-05 21:51  dbera
4496         * ChangeLog, Filters/FilterImage.cs, Filters/FilterJpeg.cs,
4497           Util/Makefile.am, Util/StringFu.cs, beagled/PropertyKeywordFu.cs,
4498           beagled/AkregatorQueryable/AkregatorQueryable.cs,
4499           beagled/BlamQueryable/BlamQueryable.cs,
4500           beagled/KMailQueryable/KMailQueryable.cs,
4501           beagled/LifereaQueryable/LifereaQueryable.cs:
4502           Util/DigikamTags.cs: Extraction of tags and comments from
4503           digikam. Filters/FilterImage.cs,FilterJpeg.cs: Index digikam
4504           info, add fixme:comment and image:tag to store all the tags and
4505           comments/descriptions. These information are anyway stored, index
4506           them as property.unstored to allow keyword queries.
4507           beagled/PropertyKeywordFu.cs: Add keyword mappings to query
4508           (image) comments and image tags.  LifereaQueryable.cs,
4509           AkregatorQueryable.cs, BlamQueryable.cs: Index
4510           publisher/channel-title information.  KMailQueryable.cs,
4511           StringFu.cs: Move ExpandEnvVariables() to Util/StringFu.cs.
4513 2006-02-03 16:40  icq
4515         * ChangeLog, configure.in, po/ChangeLog, po/gl.po: [no log message]
4517 2006-02-03 15:54  danw
4519         * ChangeLog, search/Tiles/File.cs, search/Tiles/Image.cs,
4520           search/Tiles/Video.cs, search/Tiles/WidgetFu.cs:      *
4521           search/Tiles/WidgetFu.cs (LoadThumbnailIcon): change this to
4522                   take a Hit rather than a Uri, so we can pass the MIME
4523           type to
4524                   Gnome.ThumbnailFactory.GenerateThumbnail. #328437
4526                   * search/Tiles/File.cs:
4527                   * search/Tiles/Image.cs: update for that
4529                   * search/Tiles/Video.cs: don't need to set the icon here;
4530           TileFile
4531                   does it for us.
4533 2006-02-03 14:13  joeshaw
4535         * Util/FileSystem.cs, beagled/LuceneFileQueryable.cs,
4536           beagled/LuceneQueryable.cs,
4537           beagled/KMailQueryable/KMailQueryable.cs: Fix
4538           FileSystem.GetLastWriteTimeUtc() to throw an
4539           ArgumentNullException if the path passed in is null, and a
4540           FileNotFoundException (instead of IOException) if the file isn't
4541           there.
4543           Fix a nasty bug in the LuceneFileQueryable: if the parent URI is
4544           not set or is set to a non-file URI, PreAddIndexableHook() was
4545           returning false.  This meant that indexables with no ParentUri or
4546           a non-file ParentUri weren't being indexed, including *all* child
4547           indexables.
4549           Fix a bug with the file_info_cache in the LFQ.  It was
4550           effectively useless for shared indexables and it leaked in all
4551           cases until files were removed.  (Which they rarely are for LFQ.)
4553           Fix a bug in the AddGeneratorTask in which indexables created
4554           from an indexable generator weren't cleaned up after if
4555           PreAddIndexableHook() returned false.
4557           Change the KMailQueryable back to a LFQ.  Thanks Bera for getting
4558           on my case about this.
4560 2006-02-03 02:30  clyties
4562         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
4564 2006-02-02 18:13  joeshaw
4566         * beagled/KMailQueryable/: KMailIndexableGenerator.cs,
4567           KMailQueryable.cs: Dispose of the message when we're done with it
4568           in KMail backend.  Make the queryable derive from LuceneQueryable
4569           and not LuceneFileQueryable, because the mbox URIs are not files
4571 2006-02-02 14:34  joeshaw
4573         * search/Search.cs: Mark the find label for translation
4575 2006-02-02 14:32  joeshaw
4577         * search/: Makefile.am, beagle-search.desktop.in: Give the
4578           beagle-search.desktop.in file to intltool, add Comment field, and
4579           i18nize Name and GenericName
4581 2006-02-02 10:43  dsd
4583         * ChangeLog, beagled/FileAttributesStore_Sqlite.cs,
4584           beagled/Makefile.am, beagled/TextCache.cs,
4585           beagled/Mono.Data.SqliteClient/Sqlite.cs,
4586           beagled/Mono.Data.SqliteClient/SqliteCommand.cs,
4587           beagled/Mono.Data.SqliteClient/SqliteConnection.cs,
4588           beagled/Mono.Data.SqliteClient/SqliteDataReader.cs,
4589           beagled/Mono.Data.SqliteClient/SqliteException.cs,
4590           beagled/Mono.Data.SqliteClient/SqliteExceptions.cs,
4591           beagled/Mono.Data.SqliteClient/SqliteParameter.cs,
4592           beagled/Mono.Data.SqliteClient/SqliteParameterCollection.cs:
4593             * beagled/Makefile.am, beagled/Mono.Data.SqliteClient: Pull in
4594           latest
4595                   upstream version, and update Jon's read-on-demand
4596           optimization.
4597                   * beagled/FileAttributesStore_Sqlite.cs,
4598           beagled/TextCache.cs: Update for
4599                   slightly modified sqlite exception API.
4601 2006-02-02 08:26  al_shopov
4603         * po/: ChangeLog, bg.po: 2006-02-02  Alexander Shopov
4604           <ash@contact.bg>
4606                   * bg.po: Updated Bulgarian translation by
4607                   Rostislav Raykov <zbrox@i-space.org>
4609 2006-02-02 07:43  dsd
4611         * ChangeLog, configure.in:      * configure.in: Give the two sqlite
4612           checks different names, otherwise it
4613                   tries to use sqlite3 even when it is not installed.
4615 2006-02-02 01:32  fwang
4617         * po/: ChangeLog, zh_CN.po: Updated beagle translation.
4619 2006-02-01 18:16  joeshaw
4621         * beagled/SnippetFu.cs: Open the FileStream ourselves so we can set
4622           the right access/sharing flags on it, so we don't trip #320842
4624 2006-02-01 15:52  danw
4626         * ChangeLog, search/Category.cs, search/SortedTileList.cs,
4627           search/Tiles/File.cs, search/Tiles/IMLog.cs,
4628           search/Tiles/MailMessage.cs, search/Tiles/Tile.cs,
4629           search/Tiles/TileTemplate.cs:        *
4630           search/Tiles/MailMessage.cs (MailMessageActivator): only accept
4631                   message/rfc822 hits (so we don't get the individual
4632           subparts of
4633                   multipart/alternative messages #328497).
4635                   * search/Tiles/Tile.cs: add Title, Timestamp, and Score
4636           properties
4637                   for use by SortedTileList.
4639                   * search/Tiles/*.cs: set Title and Timestamp
4640           appropriately to
4641                   match the info displayed on the tile
4643                   * search/SortedTileList.cs: change "HitComparer" to
4644                   "TileComparer", and update to use the new Tiles.Tile
4645           properties
4647                   * search/Category.cs: Make sure tiles get relayouted
4648           after
4649                   changing sort order.
4651 2006-02-01 14:07  joeshaw
4653         * Util/DelayedTextWriter.cs,
4654           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
4655           beagled/Lucene.Net/QueryParser/QueryParserTokenManager.cs,
4656           beagled/Lucene.Net/upstream-changes/17_remove_debugstreams.patch:
4657           Add locking to the DelayedTextWriter so that we don't try to run
4658           the builder multiple times.  Fixes #329349.  Also remove
4659           debugStreams from DotLucene, since they unnecessarily create
4660           console log files (which tripped this bug) but are never, ever
4661           used
4663 2006-02-01 13:07  danw
4665         * ChangeLog, search/Category.cs, search/GroupView.cs,
4666           search/Tiles/Application.cs:      * search/Category.cs:
4667                   * search/GroupView.cs: if there is only a single category
4668           of
4669                   matches, start it out in "Show More" mode. #328438
4671                   * search/Tiles/Application.cs: .desktop.in files should
4672           show up as
4673                   File, not Application.
4675 2006-01-31 17:55  joeshaw
4677         * BeagleClient/Makefile.am, ImLogViewer/ImLogWindow.cs,
4678           ImLogViewer/Makefile.am, Util/Makefile.am, beagled/Filter.cs,
4679           beagled/Makefile.am,
4680           beagled/EvolutionDataServerQueryable/CalContainer.cs,
4681           search/Makefile.am, search/Pages/StartDaemon.cs,
4682           search/Tiles/Application.cs, search/Tiles/Audio.cs,
4683           search/Tiles/File.cs, search/Tiles/Folder.cs,
4684           search/Tiles/IMLog.cs, search/Tiles/Image.cs,
4685           search/Tiles/MailAttachment.cs, search/Tiles/MailMessage.cs,
4686           search/Tiles/Presentation.cs, search/Tiles/RSSFeed.cs,
4687           search/Tiles/TextDocument.cs, search/Tiles/Tile.cs,
4688           search/Tiles/Video.cs: Clean up some warnings; use
4689           Mono.Unix.Catalog instead of Mono.Posix.Catalog, which is
4690           deprecated
4692 2006-01-31 16:45  danw
4694         * ChangeLog, search/Spinner.cs:         * search/Spinner.cs: don't
4695           crash if we can't load the spinner
4696                   icon. #329225
4698 2006-01-31 16:37  joeshaw
4700         * BeagleClient/Makefile.am, Filters/Makefile.am,
4701           ImLogViewer/Makefile.am, Util/Makefile.am, beagled/Makefile.am,
4702           images/Makefile.am, search/Makefile.am, tools/Makefile.am:
4703           install .mdb files so that we get stack traces on installed
4704           instances too
4706 2006-01-31 15:07  caillon
4708         * ChangeLog, configure.in: 2006-01-31  Christopher Aillon
4709           <caillon@redhat.com>
4711                   * configure.in: We require sqlite >= 3.3.1 but
4712           unfortunately,
4713                   the upstream sqlite3.pc file only reports version 3.3 for
4714           all
4715                   releases in the 3.3 line; so modify the pkg-config check
4716                   accordingly.
4718 2006-01-30 17:22  joeshaw
4720         * libbeagle/beagle/beagle-request.c: Don't act on G_IO_HUP or
4721           G_IO_ERR until *after* we've read all our data, since it could
4722           (and often is) also G_IO_IN.  #329271
4724 2006-01-30 15:56  danw
4726         * ChangeLog, images/quick-tips.png, images/tip-arrow.png,
4727           search/Panes.cs, search/Search.cs, search/Pages/Base.cs,
4728           search/Tiles/Tile.cs:        * search/Tiles/Tile.cs: make the
4729           tile AppPaintable, so that the
4730                   theme engine doesn't get a chance to try to draw a pixmap
4731           in the
4732                   background, etc.
4734                   * search/Panes.cs: redo the drawing hacks; put an
4735           AppPaintable
4736                   EventBox into both panes and manually paint the base
4737           color. Don't
4738                   tweak the children's theming.
4740                   * search/Pages/Base.cs: move the ModifyBg to OnRealized,
4741           or you
4742                   get the wrong colors in some themes.
4744                   * search/Search.cs: fix a padding problem that is more
4745           noticeable
4746                   in other themes.
4748                   * images/quick-tips.png:
4749                   * images/tip-arrow.png: replace with alphaed versions for
4750           themes
4751                   where the base color isn't white.
4753                   Tested with like a zillion different themes, including
4754           gtk-qt
4755                   (fixing #327947), Crux (fixing a problem Lukas noticed),
4756           and the
4757                   various a11y themes.
4759 2006-01-30 15:07  joeshaw
4761         * beagled/beagled.in: Exit with error code 1 if the daemon
4762           completely fails to run
4764 2006-01-30 14:34  joeshaw
4766         * COPYING, NEWS, configure.in: Update for 0.2.1 release
4768 2006-01-30 13:19  joeshaw
4770         * Util/Makefile.am, beagled/TextCache.cs: Fix a permission problem
4771           in textcache
4773 2006-01-30 11:40  llipka
4775         * ChangeLog, search/Tiles/Tile.cs: 2006-01-30  Lukas Lipka
4776           <lukas@pmad.net>
4778                   * search/Tiles/Tile.cs: Don't break on zero-length
4779           snippets.
4781 2006-01-30 10:22  joeshaw
4783         * configure.in: Don't create a makefile in searchomatic, since we
4784           don't build into the directory
4786 2006-01-30 10:17  joeshaw
4788         * configure.in: Add shared-mime-info as a required package for
4789           compilation
4791 2006-01-30 09:58  joeshaw
4793         * search/Spinner.cs: Comment out some icon theme code which
4794           requires gtk# 2.6
4796 2006-01-28 19:59  frolix68
4798         * po/: ChangeLog, el.po: Updated Greek translation
4800 2006-01-28 15:04  kelemeng
4802         * po/: hu.po, ChangeLog: 2006-01-28  Gabor Kelemen
4803           <kelemeng@gnome.hu>
4805                   * hu.po: Hungarian translation updated.
4807 2006-01-27 17:27  joeshaw
4809         * beagled/TextCache.cs: Make textcache files only readable by the
4810           user
4812 2006-01-27 17:12  danw
4814         * ChangeLog, search/Tray/NotificationArea.cs:   *
4815           search/Tray/NotificationArea.cs: Numerous 64bit-cleanliness
4816                   fixes to fix #327944.
4818 2006-01-27 16:04  joeshaw
4820         * beagled/: BuildIndex.cs, LuceneCommon.cs,
4821           LuceneIndexingDriver.cs, LuceneQueryingDriver.cs: Only use the
4822           user text cache if a querying driver is not in read-only mode
4824 2006-01-27 13:29  danw
4826         * ChangeLog: oops, forgot to save first
4828 2006-01-27 13:28  danw
4830         * ChangeLog, glue/Makefile.am, glue/ephy-spinner.c,
4831           glue/ephy-spinner.h, search/Spinner.cs:     *
4832           glue/ephy-spinner.[ch]: Remove this; it's GPL
4834                   * search/Spinner.cs: Reimplement this entirely in C#,
4835           based on
4836                   ImageAnimation.cs from Banshee.
4838 2006-01-27 12:13  joeshaw
4840         * Util/DirectoryWalker.cs, Util/ExceptionHandlingThread.cs,
4841           beagled/BeagleDaemon.cs,
4842           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
4843           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
4844           beagled/EvolutionMailDriver/MailCrawler.cs,
4845           beagled/FileSystemQueryable/FileNameFilter.cs, glue/Makefile.am,
4846           glue/thread-glue.c, search/beagle-search.in: Add a neat little
4847           hack to abort all of our ExceptionHandlingThreads on SIGQUIT,
4848           which causes a ThreadAbortException to be thrown.  Catch it and
4849           print the stack traces of all threads.  This lets us identify
4850           what threads are using 100% CPU and why, although it's certainly
4851           not perfect.
4853           Using this code, I identified a bottleneck in the evolution mail
4854           backend.  Make the FileFilter delegate in DirectoryWalker public
4855           and allow us to pass in our own filters to DirectoryWalker.  For
4856           large cached IMAP dirs this saves us several seconds and
4857           thousands of allocations.
4859           When outputting memory information, do it every half second for
4860           the first 10 seconds.
4862           Store flags in the evolution mail mutable index, and create a
4863           prop-change indexable for changes only to flags, so that we don't
4864           have to reindex whole emails.  This causes a bump in the index
4865           version of the evo mail backend.
4867           Remove some dead code from the evo mail backend, add some
4868           debugging info.
4870 2006-01-27 10:55  joeshaw
4872         * configure.in: Specifically require sqlite3 3.3.1 or newer,
4873           although the pkgconfig file is broken
4875 2006-01-26 16:17  danw
4877         * ChangeLog, search/Panes.cs:   * search/Panes.cs: fix the
4878           background color on the viewport in the
4879                   main pane. #328755
4881 2006-01-26 15:25  joeshaw
4883         * beagled/: StaticQueryable.cs, TextCache.cs: Don't try to purge
4884           static queryable text caches, we're not allowed to
4886 2006-01-26 14:47  joeshaw
4888         * beagled/Mono.Data.SqliteClient/SqliteConnection.cs: Use the
4889           invariant culture when lowercasing sqlite connection string
4890           tokens
4892 2006-01-26 14:13  joeshaw
4894         * beagled/Lucene.Net/: Analysis/Standard/StandardTokenizer.jj,
4895           Analysis/Standard/StandardTokenizerTokenManager.cs,
4896           upstream-changes/16_hangul_support.patch: Patch to add Hangul
4897           support to Lucene.  From dittos@gmail.com and Young-Ho Cha
4899 2006-01-26 12:21  adamw
4901         * po/: ChangeLog, en_CA.po:
4902           2006-01-26  Adam Weinberger  <adamw@gnome.org>
4904                   * en_CA.po: Updated Canadian English translation.
4906 2006-01-26 09:15  lbm
4908         * po/: ChangeLog, da.po: Updated Danish translation
4910 2006-01-25 15:03  dbera
4912         * beagled/: AkregatorQueryable/AkregatorQueryable.cs,
4913           KonqHistoryQueryable/KonqQueryable.cs,
4914           LifereaQueryable/LifereaQueryable.cs: KonquerorQueryable
4915           IsIndexing is properly set to true/false.  Remove some debug
4916           output.
4918 2006-01-24 18:35  joeshaw
4920         * configure.in, beagled/FileAttributesStore_Sqlite.cs,
4921           beagled/TextCache.cs: Purge the file attributes store or text
4922           cache if the sqlite version mismatches and warn about it.  Fix
4923           the error message in configure.in if you don't have sqlite2 or
4924           the needed sqlite3 version installed
4926 2006-01-24 16:15  joeshaw
4928         * Makefile.am, configure.in, ImLogViewer/Makefile.am,
4929           Util/GnomeFu.cs, Util/Makefile.am, Util/UiUtil.dll.config,
4930           Util/Util.dll.config.in, beagled/FileAttributesStore_Sqlite.cs,
4931           beagled/GConfThreadHelper.cs, beagled/Makefile.am,
4932           beagled/Server.cs, beagled/TextCache.cs,
4933           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
4934           beagled/EvolutionMailDriver/GConfThreadHelper.cs,
4935           bludgeon/Makefile.am, images/Images.cs, search/Makefile.am,
4936           tools/Makefile.am, tools/Settings.cs: * Try to split UI elements
4937           from non-UI elements, based on a patch from D Bera.  * Add a
4938           --disable-gui option, which doesn't build beagle-search, the IM
4939           log   viewer, or the GNOME-based settings capplet.  * Change the
4940           --disable-evo-sharp to --disable-evolution, because it now
4941           incudes both the Evolution Data Server and mail backends.  Change
4942           the   name of the backend assembly to EvolutionBackends.dll.  *
4943           Add support for sqlite 3 back.  Requires 3.3.1 or newer.  * Abort
4944           the daemon if the sqlite version we're using doesn't match the
4945           database on disk.  This is because sqlite can't automatically
4946           migrate   databases and instead tons of exceptions are otherwise
4947           thrown.  * Fix a bug in the server code that could cause an
4948           exception if the daemon   or helper were shut down before the
4949           server started.  * Move the GConfThreadHelper into the Evo Mail
4950           backend, because that's   the only place it's used, and we only
4951           want to build it if we have   gconf-sharp support.  * Remove a
4952           bunch of dead code.  * Rename the Evolution mail backend from
4953           "Mail" to "EvolutionMail", because   we also have KMail.  Rename
4954           the index to EvolutionMailIndex.
4956 2006-01-24 10:27  llipka
4958         * ChangeLog, search/Tiles/File.cs, search/Tiles/RSSFeed.cs:
4959           2006-01-24  Lukas Lipka  <lukas@pmad.net>
4961                   * search/Tiles/File.cs:
4962                   * search/Tiles/RSSFeed.cs: Always set the cached snippet
4963           as markup.
4965 2006-01-24 10:12  llipka
4967         * ChangeLog, search/Search.cs, search/Tiles/Tile.cs: 2006-01-24
4968           Lukas Lipka  <lukas@pmad.net>
4970                   * search/Tiles/Tile.cs: Revert temporary fix for the
4971           snippet crash.
4973                   * search/Search.cs: Fix a bug when the query was getting
4974                   unrefrenced too soon.
4976 2006-01-23 17:39  joeshaw
4978         * beagled/KMailQueryable/KMailQueryable.cs: Turn off some spew
4980 2006-01-23 16:06  joeshaw
4982         * beagled/: Makefile.am,
4983           FileSystemQueryable/FileSystemQueryable.cs,
4984           FileSystemQueryable/FileSystemWatcherBackend.cs,
4985           FileSystemQueryable/NullFileEventBackend.cs: Add
4986           NullFileEventBackend, which is now used when inotify isn't
4987           available, and remove FileSystemWatcherBackend, which basically
4988           didn't do anything anymore anyway.  We just can't get the right
4989           filesystem semantics with FSW, and all linux distros ship with
4990           inotify now anyhow
4992 2006-01-23 14:37  joeshaw
4994         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
4995           Decode the subject on IMAP messages.  Fixes non-ASCII characters
4996           contained therein
4998 2006-01-23 13:47  joeshaw
5000         * beagled/BuildIndex.cs: Add some warning text about BuildIndex
5001           blowing away the target directory
5003 2006-01-23 13:39  joeshaw
5005         * ImLogViewer/ImLogWindow.cs: Use system-search.png rather than
5006           best.png
5008 2006-01-23 13:33  joeshaw
5010         * images/: Makefile.am, attachment.png, best.png, book.png,
5011           bookmark.png, contact-phone.png, default.png, document.png,
5012           dog.png, evolution.png, flag-for-followup.png, foaf.png,
5013           globe.png, gnome-error.png, icon-bookmark.png, icon-folder.png,
5014           icon-history.png, icon-web-large.png, im-aim.png,
5015           mail-large-new.png, mail-large-read-replied.png,
5016           mail-large-read.png, mail-message-icon.png, mail-new.png,
5017           mail-read.png, mail-replied.png, netbeagle.png, rss.png,
5018           smalldog.png, smalldogalert.png, stock.png, trayicon.png,
5019           white.png: Remove a shit ton of unused images from the images
5020           directory.  Install system-search.png into the pixmaps directory
5022 2006-01-23 12:54  danw
5024         * ChangeLog, search/Tray/NotificationArea.cs:   *
5025           search/Tray/NotificationArea.cs: specify full library names here
5026                   so we don't depend on gtk2-devel and xorg-x11-devel.
5027           #328276
5029 2006-01-22 16:42  jmas
5031         * po/: ChangeLog, ca.po: Updated Catalan translation
5033 2006-01-22 15:32  llipka
5035         * ChangeLog, search/Search.cs: 2006-01-22  Lukas Lipka
5036           <lukas@pmad.net>
5038                   * search/Search.cs: Dispose the old query before firing a
5039           new
5040                   one so we dont get updates for the old one anymore.
5042 2006-01-22 15:10  llipka
5044         * ChangeLog, search/Category.cs, search/GroupView.cs,
5045           search/SortedTileList.cs, search/UIManager.cs,
5046           search/Tiles/Tile.cs: 2006-01-22  Lukas Lipka  <lukas@pmad.net>
5048                   * search/Category.cs: Make sorting work in real time.
5050                   * search/GroupView.cs: Make live queries update the UI on
5051                   subtract hit.
5053                   * search/SortedTileList.cs: Implement date comparer.
5055                   * search/UIManager.cs: Update the sorting menu a little.
5057                   * search/Tiles/Tile.cs: Add a check for a null hit or
5058           query to
5059                   eliminate a really odd crash.
5061 2006-01-22 14:39  ituohela
5063         * po/fi.po: Updated Finnish translation
5065 2006-01-22 14:15  llipka
5067         * ChangeLog: remove conflict line
5069 2006-01-22 14:14  llipka
5071         * ChangeLog, search/Tiles/Image.cs, search/Tiles/Tile.cs,
5072           search/Tiles/TileActivator.cs: 2006-01-22  Lukas Lipka
5073           <lukas@pmad.net>
5075                   * search/Tiles/Tile.cs: Don't set the snippet to "..."
5076           when we
5077                   fire off a request, because if we fail midway, this will
5078           break
5079                   the IM tile.
5081                   * search/Tiles/Image.cs: Don't fail if the image doesnt
5082           have an
5083                   extension.
5085                   * search/Tiles/TileActivator.cs: Be more bulletproof when
5086                   instantiating tiles.
5088 2006-01-22 14:00  ituohela
5090         * po/: ChangeLog, fi.po: Updated Finnish translation
5092 2006-01-22 13:26  adrighem
5094         * po/: ChangeLog, nl.po: 2006-01-22  Vincent van Adrighem
5095           <adrighem@gnome.org>
5097                   * nl.po: Translation updated by Tino Meinen.
5099 2006-01-22 07:03  adrighem
5101         * po/: ChangeLog, nl.po: 2006-01-22  Vincent van Adrighem
5102           <adrighem@gnome.org>
5104                   * nl.po: Translation updated by Tino Meinen.
5106 2006-01-22 00:43  clyties
5108         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
5110 2006-01-21 22:37  lewing
5112         * ChangeLog, Filters/FilterImage.cs, Filters/FilterTiff.cs,
5113           Filters/Makefile.am, Util/Makefile.am, Util/Tiff.cs: 2006-01-21
5114           Larry Ewing  <lewing@novell.com>
5116                   * Filters/FilterTiff.cs: add a filter for tiff files.
5118                   * Filters/FilterImage.cs: fix the xmp parser rights is a
5119           bag.
5121                   * Util/Tiff.cs: add tiff parser.
5123 2006-01-21 10:55  llipka
5125         * ChangeLog, search/Tiles/IMLog.cs: 2006-01-21  Lukas Lipka
5126           <lukas@pmad.net>
5128                   * search/Tiles/IMLog.cs: found_snippet never got set to
5129           true so we
5130                   always queried for the snippet.
5132 2006-01-21 08:11  hebra
5134         * po/: ChangeLog, de.po: 2006-01-21  Hendrik Brandt
5135           <heb@gnome-de.org>
5137                   * de.po: Updated German translation.
5139 2006-01-21 05:46  chliao
5141         * ChangeLog, configure.in, po/ChangeLog, po/zh_HK.po, po/zh_TW.po:
5142           2006-01-21  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
5144                   * zh_TW.po: Updated Traditional Chinese
5145           translation(Taiwan).
5146                   * zh_HK.po: Added Traditional Chinese translation(Hong
5147           Kong).
5149 2006-01-21 00:09  joeshaw
5151         * libbeagle/beagle/: beagle-hit.c, beagle-property.c: We need to
5152           #include string.h
5154 2006-01-20 23:46  joeshaw
5156         * search/beagle-search.desktop.in: icon should be system-search,
5157           not tango-system-search
5159 2006-01-20 20:56  joeshaw
5161         * NEWS, configure.in: Beagle 0.2.0
5163 2006-01-20 20:39  joeshaw
5165         * configure.in: Add vi to ALL_LINGUAS
5167 2006-01-20 20:31  joeshaw
5169         * beagled/: LuceneCommon.cs, LuceneQueryingDriver.cs,
5170           FileSystemQueryable/FileSystemQueryable.cs,
5171           FileSystemQueryable/LuceneNameResolver.cs: These two fixes should
5172           drastically reduce memory consumption in many cases:
5174           Don't do a strict squality comparison with ctime when looking at
5175           file changes during the initial crawl in the file system backend.
5176            With read-only files, when we save our file attributes they go
5177           to the sqlite fallback store rather than being saved as xattrs on
5178           the file (thus updating their ctime).  Really we only care about
5179           if a file's ctime is newer than our saved attributes.
5181           Cache Lucene IndexReader instances, because they are extremely
5182           expensive to create, and they don't need to be recreated if the
5183           underlying index isn't changing.  Use cached instances throughout
5184           the file system backend and the LuceneQueryingDriver.
5186 2006-01-20 20:26  joeshaw
5188         * configure.in: Bump GMime dependency to 2.1.19, since 2.1.18 had a
5189           bug which broke attachments
5191 2006-01-20 19:28  joeshaw
5193         * bludgeon/: Bzip2FileObject.cs, GzipFileObject.cs, SanityCheck.cs,
5194           TarFileObject.cs, ZipFileObject.cs: Some more bludgeon fixes
5196 2006-01-20 18:08  joeshaw
5198         * bludgeon/: Abuse.cs, Bludgeon.cs, Daemon.cs, DirectoryObject.cs,
5199           FileSystemObject.cs, QueryFu.cs, SanityCheck.cs: Fix up bludgeon.
5200           Command-line options work again, fixed a bug in handling
5201           metadata queries in OR query parts, fixed a bug in doing queryies
5202           on directory mime types, added --list-hammers, start the daemon
5203           with --debug-memory.  It would still be good to port the querying
5204           stuff to the new Action infrastructure though, so we can run
5205           hammers and do queries at the same time.
5207 2006-01-20 16:06  dbera
5209         * ChangeLog, beagled/KonqHistoryQueryable/KonqQueryable.cs: Use
5210           QueryableStates for Konqueror webhist backend.
5212 2006-01-20 12:12  danw
5214         * ChangeLog, search/Search.cs, search/UIManager.cs,
5215           search/Tiles/Contact.cs:    * search/Search.cs:
5216                   * search/UIManager.cs: Change default sort criterion to
5217           "modtime",
5218                   since relevance doesn't work very well.
5220                   * search/Tiles/Contact.cs: Fill in the details pane
5222 2006-01-20 08:40  fhedberg
5224         * AUTHORS, search/UIManager.cs: Update my email to something that's
5225           actually working.
5227 2006-01-20 02:35  lewing
5229         * Filters/: FilterImage.cs, FilterJpeg.cs, FilterPng.cs: 2006-01-20
5230            Larry Ewing  <lewing@novell.com>
5232                   * Filters/FilterImage.cs: add AddXmpProperties so that
5233           other
5234                   subclases can share the logic.
5236                   * Filters/FilterPng.cs: use AddXmpProperties to add the
5237           xmp
5238                   properties.
5240                   * Filters/FilterJpeg.cs: call
5241           FilterImage.AddXmpProperties instead
5242                   of doing the additions here.
5244 2006-01-19 18:57  lewing
5246         * ChangeLog, Util/EndianConverter.cs, Util/Makefile.am,
5247           Util/PngHeader.cs, Filters/FilterPng.cs: 2006-01-19  Larry Ewing
5248           <lewing@novell.com>
5250                   * Filters/FilterPng.cs: rework FilterPng to use the
5251           managed png
5252                   parser and extract a lot more png metadata.
5254                   * Util/EndianConverter.cs: endian aware bitconverter used
5255           in the
5256                   png parser.
5258                   * Util/PngHeader.cs: new png parser.
5260 2006-01-19 17:42  joeshaw
5262         * BeagleClient/Indexable.cs, Filters/FilterMail.cs,
5263           beagled/ExtractContent.cs, beagled/Filter.cs,
5264           beagled/FilterFactory.cs, beagled/SnippetFu.cs, search/Search.cs,
5265           search/Tiles/File.cs: - Clean up debugging in Indexable and
5266           Filter classes.  - Clean up memory management of GMime structures
5267           in mail filter.  - Fix up extract content to close streams and
5268           clean up after temp files.  - When finding filters, check if the
5269           ContentUri is a file URI rather than   checking whether it's
5270           non-transient.  This way the file isn't saved to   two temporary
5271           files, and fixes things up in extract content.  - When generating
5272           snippets, get six prior and following words rather than   two for
5273           better context.  - Explicitly blacklist the documentation index
5274           in beagle-search.  - Display the title of the document in the
5275           main view, display the full   path to the file in the details.
5277 2006-01-19 14:09  llipka
5279         * ChangeLog, search/Search.cs: 2006-01-19  Lukas Lipka
5280           <lukas@pmad.net>
5282                   * search/Search.cs: Hide the search window when we click
5283           the tray icon.
5284                   This must have been deleted during merge, since it worked
5285           before.
5286                   Spotted by James Ogley.
5288 2006-01-19 03:30  lbm
5290         * po/: ChangeLog, da.po: Updated Danish translation
5292 2006-01-18 20:28  dbera
5294         * ChangeLog, Filters/FilterKonqHistory.cs, Filters/FilterMail.cs,
5295           beagled/LuceneCommon.cs, BeagleClient/Property.cs,
5296           Util/StringFu.cs, beagled/KonqHistoryQueryable/KonqQueryable.cs:
5297           Use "unstored lucene fields" for search-only properties. For
5298           hinting filters, use unindexednamespace.
5300 2006-01-18 19:55  dbera
5302         * ChangeLog, beagled/KMailQueryable/KMailQueryable.cs: Fixed 327365
5303           and 327294 (based on patch by Vaclav Slavik vslavik@fastmail.fm).
5305 2006-01-18 17:19  lewing
5307         * ChangeLog, Filters/FilterJpeg.cs: 2006-01-18  Larry Ewing
5308           <lewing@novell.com>
5310                   * Filters/FilterJpeg.cs: fix the XMP parser in the
5311           JpegFilter so
5312                   it does the correct thing.
5314 2006-01-18 15:20  dbera
5316         * ChangeLog, wrappers/python/beagle.defs,
5317           wrappers/python/beagle.override, wrappers/python/beaglesearch.py,
5318           wrappers/python/gen-defs.sh: Updated python bindings to match
5319           recent libbeagle changes to beaglehit.
5321 2006-01-18 14:18  lewing
5323         * ChangeLog, Filters/FilterJpeg.cs, Util/Makefile.am,
5324           Util/MetadataStore.cs, Util/XmpFile.cs,
5325           Util/SemWeb/ForwardLogic.cs, Util/SemWeb/KnowledgeModel.cs,
5326           Util/SemWeb/MemoryStore.cs, Util/SemWeb/N3Parser.cs,
5327           Util/SemWeb/N3Writer.cs, Util/SemWeb/NamespaceManager.cs,
5328           Util/SemWeb/Query.cs, Util/SemWeb/README, Util/SemWeb/RSquary.cs,
5329           Util/SemWeb/RSquaryFilters.cs, Util/SemWeb/RdfParser.cs,
5330           Util/SemWeb/RdfWriter.cs, Util/SemWeb/Reasoning.cs,
5331           Util/SemWeb/Resource.cs, Util/SemWeb/SQLStore.cs,
5332           Util/SemWeb/Sparql.cs, Util/SemWeb/Statement.cs,
5333           Util/SemWeb/Store.cs, Util/SemWeb/UriMap.cs, Util/SemWeb/Util.cs,
5334           Util/SemWeb/XPathSemWebNavigator.cs, Util/SemWeb/XmlParser.cs,
5335           Util/SemWeb/XmlWriter.cs: 2006-01-18  Larry Ewing
5336           <lewing@novell.com>
5338                   * Util/XmpFile.cs: Added as a container class for XMP
5339           info.
5341                   * Util/MetadataStore.cs: Added a generic rdf store with
5342           common
5343                   namspaces.
5345                   * Util/SemWeb/: import SemWeb rdf parser.
5347                   * Filters/FilterJpeg.cs: extract XMP metadata translate a
5348           few
5349                   triples to beagle properties.
5351 2006-01-18 11:55  joeshaw
5353         * configure.in: Change gtk requirement to 2.6; it builds fine with
5354           that.
5356 2006-01-18 08:43  kmaraas
5358         * po/: ChangeLog, nb.po, no.po: 2006-01-18  Kjartan Maraas
5359           <kmaraas@gnome.org>
5361                   * nb.po: Updated Norwegian bokmål translation.
5362                   * no.po: Same.
5364 2006-01-17 19:59  adamw
5366         * po/: ChangeLog, en_CA.po:
5367           2006-01-17  Adam Weinberger  <adamw@gnome.org>
5369                   * en_CA.po: Updated Canadian English translation.
5371 2006-01-17 16:54  joeshaw
5373         * search/Search.cs: Call Catalog.Init() so that beagle-search is
5374           i18nized
5376 2006-01-17 16:11  llipka
5378         * ChangeLog, search/Pages/StartDaemon.cs: 2006-01-17  Lukas Lipka
5379           <lukas@pmad.net>
5381                   * search/Pages/StartDaemon.cs: Add a timeout after daemon
5382           start after
5383                   which the query is fired.
5385 2006-01-16 15:35  llipka
5387         * ChangeLog, search/beagle-search.desktop.in: 2006-01-16  Lukas
5388           Lipka  <lukas@pmad.net>
5390                   * search/beagle-search.desktop.in (Exec): Reference
5391           beagle-search
5392                   not just search. Spotted by James Ogley.
5394 2006-01-16 12:32  llipka
5396         * ChangeLog, search/Tiles/MailMessage.cs: 2006-01-16  Lukas Lipka
5397           <lukas@pmad.net>
5399                   * search/Tiles/MailMessage.cs: Add forward in mail
5400           action.
5402 2006-01-16 12:14  llipka
5404         * ChangeLog: ChangeLog
5406 2006-01-16 12:09  llipka
5408         * search/Tiles/: Application.cs, Audio.cs, File.cs, Folder.cs,
5409           IMLog.cs, Image.cs, MailMessage.cs: 2006-01-16  Lukas Lipka
5410           <lukas@pmad.net>
5412                   * search/Tiles/*: Make all the actions translatable.
5414                   * search/Tiles/MailMessage.cs: Fix To/From stuff. Remove
5415           obsolete
5416                   attachment stuff.
5418 2006-01-16 11:54  adamw
5420         * po/: ChangeLog, en_CA.po:
5421           2006-01-16  Adam Weinberger  <adamw@gnome.org>
5423                   * en_CA.po: Updated Canadian English translation.
5425 2006-01-16 10:50  llipka
5427         * ChangeLog, search/Search.cs, search/Tiles/File.cs,
5428           search/Tiles/Image.cs: 2006-01-16  Lukas Lipka  <lukas@pmad.net>
5430                   * search/Tiles/File.cs: Make the snippet label use all
5431           available space.
5433                   * search/Tiles/Image.cs: Show the f-spot comment if it is
5434           available.
5436                   * search/Search.cs: More spec-ing; update the window
5437           title according
5438                   to the search.
5440 2006-01-16 08:55  llipka
5442         * ChangeLog, search/Search.cs, search/UIManager.cs,
5443           search/Tiles/MailMessage.cs: 2006-01-16  Lukas Lipka
5444           <lukas@pmad.net>
5446                   * search/UIManager.cs: Make the quick tips and help menu
5447           options work.
5449                   * search/Search.cs: Implement quick tips option.
5451                   * search/Tiles/MailMessage.cs: Files type of
5452           message/rfc882 should
5453                   appear in mail message category.
5455 2006-01-15 23:50  adamw
5457         * po/: ChangeLog, en_CA.po:
5458           2006-01-15  Adam Weinberger  <adamw@gnome.org>
5460                   * en_CA.po: Updated Canadian English translation.
5462 2006-01-15 18:10  kelemeng
5464         * po/: ChangeLog, hu.po: 2006-01-16  Gabor Kelemen
5465           <kelemeng@gnome.hu>
5467                   * hu.po: Hungarian translation updated.
5469 2006-01-15 12:34  ohoel
5471         * po/: ChangeLog, nb.po: 2006-01-15  Øivind Hoel
5472           <ohoel@cvs.gnome.org>
5474                   * nb.po: Updated Norwegian Bokmål translation.
5476 2006-01-14 20:45  dbera
5478         * libbeagle/beagle/beagle-hit.c, libbeagle/beagle/beagle-private.h,
5479           libbeagle/beagle/beagle-property.c, ChangeLog: Fixed a crasher in
5480           libbeagle. It was trying to compare a BeagleProperty with a key.
5482 2006-01-14 15:33  dbera
5484         * ChangeLog, beagled/QueryStringParser.cs,
5485           beagled/BlamQueryable/BlamQueryable.cs: Fixes 326657.
5487 2006-01-14 11:11  hebra
5489         * po/: ChangeLog, de.po: 2006-01-14  Hendrik Brandt
5490           <heb@gnome-de.org>
5492                   * de.po: Updated German translation.
5494 2006-01-14 02:13  clyties
5496         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
5498 2006-01-13 22:27  dbera
5500         * ChangeLog, beagled/QueryStringParser.cs,
5501           beagled/FileSystemQueryable/FileSystemQueryable.cs: Use
5502           lower-case for extension queries.
5504 2006-01-13 16:38  joeshaw
5506         * glue/Makefile.am: More distcheck fixes
5508 2006-01-13 15:48  joeshaw
5510         * po/POTFILES.in, search/Makefile.am, wrappers/python/Makefile.am:
5511           A bunch of make distcheck fixes
5513 2006-01-13 15:37  dbera
5515         * glue/xdgmime/Makefile: More xdgmime commits... this one was
5516           harmless, though.
5518 2006-01-13 15:33  dbera
5520         * Util/Makefile.am: Add XdgMime.cs to build target.
5522 2006-01-13 15:21  dbera
5524         * Util/XdgMime.cs: Adding Util/XdgMime.cs.
5526 2006-01-13 15:19  dbera
5528         * ChangeLog, Tiles/TileFile.cs, Tiles/TileMailMessage.cs,
5529           Util/GnomeFu.cs, beagled/FilterFactory.cs, glue/Makefile.am,
5530           glue/xdgmime/Makefile, glue/xdgmime/test-mime.c,
5531           glue/xdgmime/xdgmime.c, glue/xdgmime/xdgmime.h,
5532           glue/xdgmime/xdgmimealias.c, glue/xdgmime/xdgmimealias.h,
5533           glue/xdgmime/xdgmimecache.c, glue/xdgmime/xdgmimecache.h,
5534           glue/xdgmime/xdgmimeglob.c, glue/xdgmime/xdgmimeglob.h,
5535           glue/xdgmime/xdgmimeint.c, glue/xdgmime/xdgmimeint.h,
5536           glue/xdgmime/xdgmimemagic.c, glue/xdgmime/xdgmimemagic.h,
5537           glue/xdgmime/xdgmimeparent.c, glue/xdgmime/xdgmimeparent.h: Move
5538           to XdgMime. Use XdgMime.GetMimeType instead of
5539           GnomeFu.GetMimeType.
5541 2006-01-13 15:02  joeshaw
5543         * configure.in: the libchm filter is currently broken, not
5544           deprecated
5546 2006-01-13 14:53  danw
5548         * ChangeLog, Makefile.am, beagle-0.0.pc.in, configure.in,
5549           Util/GeckoUtils.cs, Util/Makefile.am, glue/.cvsignore,
5550           glue/Makefile.am, glue/ephy-spinner.c, glue/ephy-spinner.h,
5551           glue/gecko-utils.cpp, glue/gecko-utils.h,
5552           glue/search-entry-watermark.svg, glue/search-entry.c,
5553           glue/search-entry.h, glue/ui-glue.c, images/Makefile.am,
5554           images/emblem-fspot.png, images/no-match.png,
5555           images/quick-tips.png, images/system-search.png,
5556           images/tip-arrow.png, search/.cvsignore, search/Category.cs,
5557           search/ConversationCategory.cs, search/Entry.cs,
5558           search/GroupView.cs, search/Makefile.am, search/Panes.cs,
5559           search/Search.cs, search/SortedTileList.cs, search/Spinner.cs,
5560           search/TileCategory.cs, search/TypeFilter.cs,
5561           search/UIManager.cs, search/beagle-search.desktop.in,
5562           search/beagle-search.in, search/Pages/Base.cs,
5563           search/Pages/NoMatch.cs, search/Pages/QuickTips.cs,
5564           search/Pages/StartDaemon.cs, search/Tiles/ActionMenuItem.cs,
5565           search/Tiles/Application.cs, search/Tiles/Audio.cs,
5566           search/Tiles/CApplet.cs, search/Tiles/Calendar.cs,
5567           search/Tiles/Contact.cs, search/Tiles/DocbookEntry.cs,
5568           search/Tiles/File.cs, search/Tiles/Folder.cs,
5569           search/Tiles/HitFlavor.cs, search/Tiles/IMLog.cs,
5570           search/Tiles/Image.cs, search/Tiles/MailAttachment.cs,
5571           search/Tiles/MailMessage.cs, search/Tiles/Note.cs,
5572           search/Tiles/Presentation.cs, search/Tiles/RSSFeed.cs,
5573           search/Tiles/Spreadsheet.cs, search/Tiles/TextDocument.cs,
5574           search/Tiles/Tile.cs, search/Tiles/TileAction.cs,
5575           search/Tiles/TileActivator.cs, search/Tiles/TileGroup.cs,
5576           search/Tiles/TileTemplate.cs, search/Tiles/Utils.cs,
5577           search/Tiles/Video.cs, search/Tiles/WebHistory.cs,
5578           search/Tiles/WidgetFu.cs, search/Tray/NotificationArea.cs,
5579           search/Tray/TrayIcon.cs:       * search/*: import of new search
5580           ui (now called beagle-search)
5581                   from holmes module.
5583                   * configure.in, Makefile.am: Build beagle-search instead
5584           of best.
5585                   Remove all sorts of gecko-related stuff from configure.in
5587                   * glue/*, images/*: add holmes glue/images. Remove gecko
5588           glue.
5590 2006-01-13 12:31  adrighem
5592         * po/: ChangeLog, nl.po: 2006-01-13  Vincent van Adrighem
5593           <adrighem@gnome.org>
5595                   * nl.po: Translation updated by Tino Meinen.
5597 2006-01-12 15:24  lbm
5599         * po/da.po: [no log message]
5601 2006-01-12 13:32  joeshaw
5603         * wrappers/python/Makefile.am: Revert python binding distcheck
5604           fixes to Makefile.am.  They weren't quite right and are breaking
5605           the build for some people now
5607 2006-01-12 03:06  lbm
5609         * po/: ChangeLog, da.po: Updated Danish translation
5611 2006-01-11 17:37  joeshaw
5613         * libbeagle/: beagle/beagle-hit.c, beagle/beagle-hit.h,
5614           beagle/beagle-indexable.c, beagle/beagle-private.h,
5615           beagle/beagle-property.c, beagle/test-client.c,
5616           examples/beagle-search.c: Update libbeagle to support multiple
5617           property values for a given key.  Based on patch by D Bera
5619 2006-01-11 16:05  joeshaw
5621         * configure.in, BeagleClient/Makefile.am, Filters/Makefile.am,
5622           beagled/LuceneIndexingDriver.cs, beagled/Makefile.am,
5623           bludgeon/Makefile.am: Check mono version at compile-time to see
5624           which SharpZipLib to link against.  Display how long it takes to
5625           optimize an index
5627 2006-01-11 14:25  dbera
5629         * beagled/PropertyKeywordFu.cs: Change email addresses field type
5630           to Text in Property-Keyword mapping.
5632 2006-01-11 13:01  joeshaw
5634         * Util/StringFu.cs: Check for a null email, and lower case it
5635           before sanitizing
5637 2006-01-11 12:56  adamw
5639         * po/: ChangeLog, en_CA.po:
5640           2006-01-11  Adam Weinberger  <adamw@gnome.org>
5642                   * en_CA.po: Updated Canadian English translation.
5644 2006-01-10 18:35  joeshaw
5646         * Filters/FilterMail.cs,
5647           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Bump up Evo
5648           mail backend and mail filter versions for new properties
5650 2006-01-10 18:31  joeshaw
5652         * Filters/FilterMail.cs, Util/Inotify.cs, Util/StringFu.cs,
5653           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
5654           Store email addresses as non-keywords, since the standard
5655           analyzer knows how to handle them, and you should be able to just
5656           search for email addresses.  Add a new sanitized version of email
5657           addresses, so that something like 'joeshaw@novell.com' becomes
5658           'joeshaw novell'.
5660 2006-01-10 17:03  joeshaw
5662         * Best/Best.cs: When initializing the GeckoUtils, catch a
5663           DllNotFoundException and print a message, since it's probably due
5664           to an incompatible Mozilla or Firefox upgrade
5666 2006-01-10 16:48  joeshaw
5668         * Util/PullingReader.cs, beagled/BeagleDaemon.cs: Don't create new
5669           StringBuilders in the PullingReader.  Update copyright in daemon
5671 2006-01-10 16:44  joeshaw
5673         * Filters/FilterShellscript.cs: Truncate shell scripts to 20k, so
5674           big scripts that embed binary data don't hose the daemon
5676 2006-01-09 15:14  joeshaw
5678         * Filters/FilterMail.cs: Store the message ID and references, for
5679           collating conversations in the front ends.  Patch from D Bera.
5680           Also check in the new gmime stuff to the filter, which I forgot
5681           before
5683 2006-01-09 14:29  joeshaw
5685         * configure.in, beagled/FilterFactory.cs,
5686           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
5687           beagled/KMailQueryable/KMailIndexer.cs: Use gmime's new
5688           StreamWrapper, require 2.1.18
5690 2006-01-07 18:10  dbera
5692         * wrappers/python/beaglesearch.py: Added example python client
5693           (Raphael attached it with the bug-report but it never got added)
5695 2006-01-07 15:41  dbera
5697         * ChangeLog, Filters/FilterDesktop.cs, Filters/FilterHtml.cs:
5698           FilterDesktop.cs: Index 'Type' .in desktop files.  FilterHtml.cs:
5699           Use 'meta' namespace for meta keywords.
5701 2006-01-06 15:24  ituohela
5703         * po/ChangeLog: Updated Finnish translation
5705 2006-01-06 15:05  ituohela
5707         * po/: ChangeLog, fi.po: Updated Finnish translation
5709 2006-01-06 14:00  joeshaw
5711         * beagled/: LuceneQueryable.cs,
5712           FileSystemQueryable/FileSystemQueryable.cs: Change the last
5713           commit slightly, to handle it automatically for all queryables
5714           rather than doing it just in the filesystem backend
5716 2006-01-06 13:58  joeshaw
5718         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Cleanup after
5719           the child indexables in the filesystem backend.  FINALLY fixes
5720           the tmpfile-being-left-behind bug.  Wooooo!
5722 2006-01-05 17:37  joeshaw
5724         * BeagleClient/Client.cs, BeagleClient/Query.cs, beagled/Server.cs,
5725           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
5726           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
5727           libbeagle/beagle/beagle-request.c: Allow clients to set the
5728           QueryDomain, and add support for this to libbeagle.  Add
5729           additional XML dumping when ENABLE_XML_DUMP is enabled.  Move
5730           crawling and indexing of the IndexingService out of its
5731           constructor and into a Start method like other backends.
5733 2006-01-05 16:38  joeshaw
5735         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Add a delay in
5736           starting the indexing process.  By default make it 60 seconds,
5737           and add a --indexing-delay command-line argument to override it.
5738           Should help the thrashing that goes on when beagled starts in the
5739           middle of logging into the desktop
5741 2006-01-05 16:00  joeshaw
5743         * beagled/: BeagleDaemon.cs, TextCache.cs: Convert the Uri to a
5744           serializable string when dealing with the text cache, to avoid a
5745           100% CPU/memory spike problem when looking it up in sqlite.  Also
5746           fix up the extended attributes warning text to be a little more
5747           accurate
5749 2006-01-05 13:50  joeshaw
5751         * Util/Conf.cs: Don't return read-only versions of the lists;
5752           recent monos use get+add instead of set for deserializing
5753           ArrayLists.  This behavior is consistent with .NET
5755 2006-01-04 16:22  joeshaw
5757         * Util/Inotify.cs: Make a shallow copy of the subscribers list when
5758           sending events, so that it's not affected by changes to the
5759           underlying list that could happen in different threads
5761 2006-01-02 07:20  clyties
5763         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
5765 2005-12-23 19:37  dbera
5767         * ChangeLog, beagled/AkregatorQueryable/AkregatorQueryable.cs:
5768           Remove gmime dependency.
5770 2005-12-22 14:59  llipka
5772         * configure.in: bump version to 0.1.5
5774 2005-12-22 12:37  llipka
5776         * AUTHORS, Filters/FilterOpenOffice.cs, Filters/FilterRuby.cs,
5777           Filters/FilterSource.cs, Filters/Makefile.am: * AUTHORS: *
5778           Filters/Makefile.am: * Filters/FilterRuby.cs: Added Ruby fitler
5779           by Uwe Hermann.
5781           * Filters/FilterOpenOffice.cs: * Filters/FilterSource.cs : Small
5782           touchups.
5784 2005-12-21 16:18  joeshaw
5786         * NEWS: Update for 0.1.4 release
5788 2005-12-21 15:47  joeshaw
5790         * libbeagle/beagle/beagle-timestamp.c: Revert the last change for
5791           the timestamp.  sscanf() doesn't handle the + format specifier,
5792           but does do the right thing
5794 2005-12-21 14:48  joeshaw
5796         * wrappers/python/beagle.override: Add an override method for
5797           beagle_timestamp_to_unix_time()
5799 2005-12-21 14:44  joeshaw
5801         * libbeagle/examples/beagle-search.c: Oops, forgot to commit this
5803 2005-12-21 14:30  joeshaw
5805         * wrappers/python/beagle.defs: Remove the source object method from
5806           the python bindings
5808 2005-12-21 14:28  joeshaw
5810         * libbeagle/beagle/: beagle-hit.c, beagle-hit.h,
5811           beagle-hits-added-response.c, beagle-private.h,
5812           beagle-query-part-date.c, beagle-timestamp.c: Fix date queries in
5813           libbeagle.  Many thanks to Bera for helping track this down.  Fix
5814           a bug in the timestamp string parsing code.  Remove source object
5815           name, since it's been dropped from the hit.
5817 2005-12-21 11:49  joeshaw
5819         * libbeagle/docs/reference/beagle.types: Fix up the documentation's
5820           types file
5822 2005-12-20 03:40  llipka
5824         * configure.in, Filters/Makefile.am: change the way the chm filter
5825           is disabled.
5827 2005-12-18 15:02  dbera
5829         * ChangeLog, Filters/FilterKonqHistory.cs,
5830           beagled/KonqHistoryQueryable/KonqQueryable.cs: Use indexable
5831           hints in KonqQueryable to pass charset information to the filter.
5833 2005-12-16 13:51  joeshaw
5835         * Filters/FilterMail.cs, beagled/FilterFactory.cs,
5836           beagled/Flavor.cs: Add support for handling multipart/alternative
5837           mails, by only indexing the richest alternative we can filter,
5838           and not setting the hasAttachments flag in that case.  Fixes
5839           #322412
5841 2005-12-16 03:16  lbm
5843         * po/: ChangeLog, da.po: Updated Danish translation
5845 2005-12-14 15:33  trow
5847         * bludgeon/: Abuse.cs, Action.cs, Bludgeon.cs, Bzip2FileObject.cs,
5848           Daemon.cs, DirectoryObject.cs, EventTracker.cs, FileObject.cs,
5849           FileSystemObject.cs, GzipFileObject.cs, IHammer.cs, Log.cs,
5850           Makefile.am, QueryFu.cs, SanityCheck.cs, TarFileObject.cs,
5851           TestBasic.cs, TextFileObject.cs, Token.cs, Toolbox.cs,
5852           TreeBuilder.cs, ZipFileObject.cs, beagled.dummy: A checkpoint of
5853           my recent Bludgeon hacking.  Bludgeon now runs a mainloop, tracks
5854           live query notifications from the daemon as it modifies the tree,
5855           and creates sandboxed file trees containing a mix of text files
5856           and archives.
5858           This is still a work-in-progress.  Things left to do include: *
5859           Everything is hard-wired right now; we process the command-line
5860           arguments, but ignore them.  * We don't yet verify that the live
5861           query notifications we receieve match   the changes to the tree.
5862           * We only support simple file tree manipulations right now.  In
5863           particular,   the grueling "touring move" tests (where we take a
5864           file or directory   and rapidly move it around the tree) don't
5865           work right now.  * We don't support searching in archives yet,
5866           which we will need to test   the children-on-the-filesystem
5867           patch.  It is very easy to implement, though.  * The log spew is
5868           too verbose in some places, and too terse in others.
5870 2005-12-14 15:19  trow
5872         * beagled/: Queryable.cs,
5873           FileSystemQueryable/FileSystemQueryable.cs: Added
5874           beagle:NoPunctFilename property for files, which just contains
5875           the file name with all non-alphanumeric characters replaced by
5876           whitespace.  Having this property makes life slightly easier for
5877           bludgeon.
5879 2005-12-14 14:15  joeshaw
5881         * beagled/RemoteIndexer.cs: Wait up to a minute for the index
5882           helper to start, and print out a little bit more debugging info.
5883           Should fix #322534.  Many thanks to Bera for helping track this
5884           down
5886 2005-12-13 16:25  joeshaw
5888         * BeagleClient/Query.cs, BeagleClient/QueryResponses.cs,
5889           Best/BestWindow.cs, beagled/QueryExecutor.cs,
5890           beagled/QueryResult.cs, libbeagle/beagle/Makefile.am,
5891           libbeagle/beagle/beagle-cancelled-response.c,
5892           libbeagle/beagle/beagle-cancelled-response.h,
5893           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
5894           libbeagle/beagle/beagle.h, wrappers/python/beagle.defs: Purge the
5895           cancelled query response from the code.  It hasn't been used or
5896           sent since the dbus days, as the way to cancel a query now is
5897           simply to close the socket
5899 2005-12-13 15:46  joeshaw
5901         * BeagleClient/Property.cs, beagled/Filter.cs,
5902           beagled/FilterFactory.cs, beagled/LuceneCommon.cs,
5903           libbeagle/beagle/beagle-hits-added-response.c,
5904           libbeagle/beagle/beagle-private.h,
5905           libbeagle/beagle/beagle-property.c,
5906           libbeagle/beagle/beagle-property.h, wrappers/python/beagle.defs:
5907           Add support for unstored properties, for hinting filters.  Patch
5908           from Bera.  Add support to libbeagle, and regenerate the python
5909           bindings for this and recent source changes to libbeagle.  Make
5910           properties searched and stored by default.
5912 2005-12-12 17:19  joeshaw
5914         * beagled/BuildIndex.cs: Fix a bug in BuildIndex in which child
5915           indexables weren't getting the no-filtering, tag, or source
5916           attributes
5918 2005-12-12 16:15  joeshaw
5920         * libbeagle/beagle/beagle-query.c: Change source restrictions into
5921           query parts in libbeagle
5923 2005-12-12 15:51  hebra
5925         * po/: ChangeLog, de.po: 2005-12-12  Hendrik Brandt
5926           <heb@gnome-de.org>
5928                   * de.po: Updated German translation.
5930 2005-12-12 14:10  joeshaw
5932         * tools/beagle-crawl-system.in: Fix cut-and-paste argument bug in
5933           beagle-crawl-system
5935 2005-12-11 18:52  dsd
5937         * ChangeLog, Filters/FilterMusic.cs,
5938           Filters/entagged-sharp/AssemblyInfo.cs,
5939           Filters/entagged-sharp/AudioFile.cs,
5940           Filters/entagged-sharp/AudioFileContainer.cs,
5941           Filters/entagged-sharp/AudioFileIO.cs,
5942           Filters/entagged-sharp/AudioFileWrapper.cs,
5943           Filters/entagged-sharp/CreativeCommons.cs,
5944           Filters/entagged-sharp/EncodingInfo.cs,
5945           Filters/entagged-sharp/EntaggedTest.cs,
5946           Filters/entagged-sharp/Tag.cs,
5947           Filters/entagged-sharp/entagged-sharp.sources,
5948           Filters/entagged-sharp/sync-tree.sh,
5949           Filters/entagged-sharp/Ape/MonkeyFileReader.cs,
5950           Filters/entagged-sharp/Ape/MonkeyFileWriter.cs,
5951           Filters/entagged-sharp/Ape/Util/ApeTagBinaryField.cs,
5952           Filters/entagged-sharp/Ape/Util/ApeTagCreator.cs,
5953           Filters/entagged-sharp/Ape/Util/ApeTagReader.cs,
5954           Filters/entagged-sharp/Ape/Util/ApeTagWriter.cs,
5955           Filters/entagged-sharp/Ape/Util/MonkeyDescriptor.cs,
5956           Filters/entagged-sharp/Ape/Util/MonkeyHeader.cs,
5957           Filters/entagged-sharp/Ape/Util/MonkeyInfoReader.cs,
5958           Filters/entagged-sharp/Ape/Util/WavFormatHeader.cs,
5959           Filters/entagged-sharp/Ape/Util/WavRIFFHeader.cs,
5960           Filters/entagged-sharp/Asf/AsfFileReader.cs,
5961           Filters/entagged-sharp/Asf/Util/AsfInfoReader.cs,
5962           Filters/entagged-sharp/Asf/Util/AsfTagReader.cs,
5963           Filters/entagged-sharp/Asf/Util/GUID.cs,
5964           Filters/entagged-sharp/Exceptions/CannotReadException.cs,
5965           Filters/entagged-sharp/Exceptions/CannotWriteException.cs,
5966           Filters/entagged-sharp/Exceptions/UnsupportedFormatException.cs,
5967           Filters/entagged-sharp/Flac/FlacFileReader.cs,
5968           Filters/entagged-sharp/Flac/FlacFileWriter.cs,
5969           Filters/entagged-sharp/Flac/Util/FlacInfoReader.cs,
5970           Filters/entagged-sharp/Flac/Util/FlacTagCreator.cs,
5971           Filters/entagged-sharp/Flac/Util/FlacTagReader.cs,
5972           Filters/entagged-sharp/Flac/Util/FlacTagWriter.cs,
5973           Filters/entagged-sharp/Flac/Util/MetadataBlockData.cs,
5974           Filters/entagged-sharp/Flac/Util/MetadataBlockDataStreamInfo.cs,
5975           Filters/entagged-sharp/Flac/Util/MetadataBlockHeader.cs,
5976           Filters/entagged-sharp/Mp3/Id3Tag.cs,
5977           Filters/entagged-sharp/Mp3/Mp3FileReader.cs,
5978           Filters/entagged-sharp/Mp3/Util/Id3v1TagReader.cs,
5979           Filters/entagged-sharp/Mp3/Util/Id3v24TagReader.cs,
5980           Filters/entagged-sharp/Mp3/Util/Id3v2TagReader.cs,
5981           Filters/entagged-sharp/Mp3/Util/Id3v2TagSynchronizer.cs,
5982           Filters/entagged-sharp/Mp3/Util/LameMPEGFrame.cs,
5983           Filters/entagged-sharp/Mp3/Util/MPEGFrame.cs,
5984           Filters/entagged-sharp/Mp3/Util/Mp3InfoReader.cs,
5985           Filters/entagged-sharp/Mp3/Util/XingMPEGFrame.cs,
5986           Filters/entagged-sharp/Mp3/Util/Id3frames/ApicId3Frame.cs,
5987           Filters/entagged-sharp/Mp3/Util/Id3frames/CommId3Frame.cs,
5988           Filters/entagged-sharp/Mp3/Util/Id3frames/GenericId3Frame.cs,
5989           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
5990           Filters/entagged-sharp/Mp3/Util/Id3frames/TextId3Frame.cs,
5991           Filters/entagged-sharp/Mp4/Mp4FileReader.cs,
5992           Filters/entagged-sharp/Mp4/Util/Mp4InfoReader.cs,
5993           Filters/entagged-sharp/Mp4/Util/Mp4TagReader.cs,
5994           Filters/entagged-sharp/Mpc/MpcFileReader.cs,
5995           Filters/entagged-sharp/Mpc/MpcFileWriter.cs,
5996           Filters/entagged-sharp/Mpc/Util/MpcHeader.cs,
5997           Filters/entagged-sharp/Mpc/Util/MpcInfoReader.cs,
5998           Filters/entagged-sharp/Ogg/OggFileReader.cs,
5999           Filters/entagged-sharp/Ogg/OggFileWriter.cs,
6000           Filters/entagged-sharp/Ogg/OggTag.cs,
6001           Filters/entagged-sharp/Ogg/Util/OggCRCFactory.cs,
6002           Filters/entagged-sharp/Ogg/Util/OggInfoReader.cs,
6003           Filters/entagged-sharp/Ogg/Util/OggPageHeader.cs,
6004           Filters/entagged-sharp/Ogg/Util/OggTagCreator.cs,
6005           Filters/entagged-sharp/Ogg/Util/OggTagReader.cs,
6006           Filters/entagged-sharp/Ogg/Util/VorbisCodecHeader.cs,
6007           Filters/entagged-sharp/Ogg/Util/VorbisTagCreator.cs,
6008           Filters/entagged-sharp/Ogg/Util/VorbisTagReader.cs,
6009           Filters/entagged-sharp/Ogg/Util/VorbisTagWriter.cs,
6010           Filters/entagged-sharp/Util/AbstractTagCreator.cs,
6011           Filters/entagged-sharp/Util/AudioFileReader.cs,
6012           Filters/entagged-sharp/Util/AudioFileWriter.cs,
6013           Filters/entagged-sharp/Util/ByteBuffer.cs,
6014           Filters/entagged-sharp/Util/CustomAttributes.cs,
6015           Filters/entagged-sharp/Util/TagField.cs,
6016           Filters/entagged-sharp/Util/Utils.cs: 2005-12-11  Daniel Drake
6017           <dsd@gentoo.org>
6019                   * Filters/entagged-sharp: Resync. Includes some bugfixes
6020           and adds support
6021                   for ID3v2 v2.4, and ASF/WMA files.
6022                   * Filters/FilterMusic.cs: Register ASF/WMA mimetype.
6024 2005-12-09 18:44  chliao
6026         * po/: ChangeLog, zh_TW.po:
6027           2005-12-10  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
6029                   * zh_TW.po: Updated Traditional Chinese translation.
6031 2005-12-09 14:05  joeshaw
6033         * BeagleClient/Snippet.cs, Tiles/TileFromTemplate.cs,
6034           beagled/SnippetFu.cs, libbeagle/beagle/beagle-private.h,
6035           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
6036           libbeagle/beagle/beagle-search-term-response.c,
6037           libbeagle/beagle/beagle-search-term-response.h,
6038           libbeagle/beagle/beagle-snippet-request.c,
6039           libbeagle/beagle/beagle-snippet-request.h,
6040           libbeagle/beagle/test-client.c, tools/Query.cs: Change the
6041           snippeting API a little, to take a Query rather than relying on
6042           clients to know whether to pass in stemmed text or not.  Fix up
6043           libbeagle to both properly get the text, and make it possible get
6044           snippets
6046 2005-12-09 11:58  zygis
6048         * po/: ChangeLog, lt.po: 2005-12-09  Žygimantas Beručka
6049           <zygis@gnome.org>
6051                   * lt.po: Updated Lithuanian translation.
6053 2005-12-08 17:31  joeshaw
6055         * beagled/EvolutionMailDriver/: EvolutionMailDriver.cs,
6056           EvolutionMailIndexableGenerator.cs: Add progress percentages in
6057           the Evo mail backend
6059 2005-12-07 18:03  joeshaw
6061         * BeagleClient/Message.cs, beagled/RemoteIndexer.cs,
6062           libbeagle/beagle/beagle-error-response.c,
6063           libbeagle/beagle/beagle-error-response.h: Clean up some of the
6064           error handling in the message passing code to get rid of some
6065           workarounds, and make debugging easier.
6067 2005-12-07 16:06  joeshaw
6069         * beagled/Server.cs: Fix unlikely race I just triggered in which
6070           the messaging server would attempt to be started after it had
6071           technically shut down.  Fixes an ugly (but harmless) exception
6073 2005-12-07 15:56  joeshaw
6075         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Subscribe also to
6076           Inotify.EventType.Modify for Gaim logs, so that we reindex as
6077           each line comes in, as before
6079 2005-12-07 15:40  zygis
6081         * ChangeLog, configure.in, po/ChangeLog, po/lt.po: 2005-12-07
6082           Žygimantas Beručka    <zygis@gnome.org>
6084                   * po/lt.po: Added Lithuanian translation.
6085                   * configure.in: Added Lithuanian to ALL_LINGUAS.
6087 2005-12-07 14:39  joeshaw
6089         * beagled/: BuildIndex.cs, QueryDriver.cs: Use
6090           StringFu.SanitizePath() to get consistent behavior from
6091           DirectoryInfo objects when dealing with static queryables and
6092           their sources.  Really fixes 323375
6094 2005-12-06 17:42  joeshaw
6096         * beagled/BuildIndex.cs: The move of source to the index broke
6097           snippets in static indexables with text caches.  Fix that, and
6098           allow the source to be configured in beagle-build-index
6100 2005-12-06 17:04  rps
6102         * ChangeLog, beagled/Makefile.am: Fixed adding evolution location
6103           to beagled
6105 2005-12-06 16:17  joeshaw
6107         * configure.in, beagled/Makefile.am, beagled/beagled.in: Get the
6108           evolution library directory from evo-sharp and pass it into the
6109           beagled script.  Fixes #314051
6111 2005-12-06 14:48  joeshaw
6113         * glue/tomboykeybinder.c: Add a missing include
6115 2005-12-06 13:56  joeshaw
6117         * configure.in: Look for nsServiceManagerUtils.h in either
6118           $MOZILLA_INCLUDE_ROOT/xpcom or $MOZILLA_INCLUDE_ROOT
6120 2005-12-06 12:46  vvaradan
6122         * ChangeLog, Filters/FilterOpenOffice.cs:         ** Patch from
6123           Daniel Naber <lucenebugs@danielnaber.de>
6124                   ** Fixes #316617
6125                   * Filters/FilterOpenOffice.cs: Extract "meta:keyword"
6126           field for
6127                   indexing.
6129 2005-12-06 09:49  aihana
6131         * po/: ChangeLog, ja.po: 2005-12-06  Takeshi AIHANA
6132           <aihana@gnome.gr.jp>
6134                   * ja.po: Updated Japanese translation for v0.1.3.
6136 2005-12-06 03:05  vvaradan
6138         * ChangeLog, Filters/FilterPPT.cs: * Make sure to read till EOF.
6139           Fixes http://bugzilla.gnome.org/show_bug.cgi?id=323312
6141 2005-12-05 15:45  dbera
6143         * beagled/Makefile.am: Yet another copy-paste error in Makefile.am.
6144           Time to go home :(
6146 2005-12-05 15:32  trow
6148         * configure.in: Bumped version number to 0.1.4.
6150 2005-12-05 15:21  dbera
6152         * beagled/QueryStringParser.cs: Typo! Extension query works now.
6154 2005-12-05 11:09  trow
6156         * NEWS: Updated for 0.1.3 release.
6158 2005-12-05 11:07  trow
6160         * wrappers/python/Makefile.am: More make distcheck fixes.
6162 2005-12-05 10:08  trow
6164         * configure.in, Best/Makefile.am, tools/Makefile.am,
6165           wrappers/python/Makefile.am: Disable web services, since they are
6166           broken and unmaintained.  Make distcheck fixes.
6168 2005-12-02 15:23  joeshaw
6170         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
6171           BeagleClient/Query.cs, beagled/LuceneCommon.cs,
6172           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
6173           beagled/QueryDriver.cs, beagled/Queryable.cs,
6174           beagled/SnippetExecutor.cs, tools/Query.cs: Clean up the mess
6175           that was handing sources.  Sources are now stored as properties
6176           in the index, like the hit type and mime type, and are reflected
6177           as the name of the backend, rather than simply "lucene", so that
6178           client-side filtering on sources is sane.  This bumps up the
6179           index version, requiring a rebuild of the indexes.
6181           Also fix a problem whereby index version mismatches in read-only
6182           indexes would cause exceptions to be thrown at query-time.  Now
6183           we throw an exception at instantiation-time if we're a read-only
6184           index and can't create a new one, and drop that index from the
6185           searchable queryables altogether.
6187           Fix a recent problem in beagle-query in which filtering by hit
6188           type, mime type, etc. would cause an exception
6190 2005-12-02 12:01  joeshaw
6192         * epiphany-extension/ephy-beagle-extension.c,
6193           libbeagle/beagle/beagle-client.c,
6194           libbeagle/beagle/beagle-hits-added-response.c,
6195           libbeagle/beagle/beagle-private.h,
6196           libbeagle/beagle/beagle-query-part-date.c,
6197           libbeagle/beagle/beagle-query-part-or.c,
6198           libbeagle/beagle/beagle-query-part-property.c: Fix several
6199           warnings thrown by GCC 4.1
6201 2005-12-02 10:58  dbera
6203         * ChangeLog, beagled/DumpIndex.cs, beagled/Server.cs: *
6204           beagled/DumpIndex.cs: term_enumerator returns terms that are
6205           already sorted. No need to scan all the terms.  *
6206           beagled/Server.cs: Pre-initialize the serializer in connection
6207           handler. Removes the slight lag(?) in the first response.
6209 2005-11-29 17:10  dbera
6211         * ChangeLog, Filters/FilterKonqHistory.cs, Filters/Makefile.am,
6212           Util/KonqHistoryUtil.cs, Util/Makefile.am, Util/StringFu.cs,
6213           beagled/Makefile.am,
6214           beagled/KonqHistoryQueryable/KonqQueryable.cs: Initial support
6215           for Konqueror webhistory backend.
6217 2005-11-29 14:35  joeshaw
6219         * configure.in, libbeagle/beagle/beagle-parser.c: Support building
6220           against xulrunner
6222 2005-11-29 09:35  vvaradan
6224         * ChangeLog, Filters/FilterSource.cs, beagled/Filter.cs:         *
6225           beagled/Filter.cs (AppendText): Don't "Trim()" the string, as
6226                   lucene takes care of it.  This saves good amount of
6227                   memory-allocation when we have text with line breaks.
6228                   * Filters/FilterSource.cs (AppendToTokens)
6229           (ExtractTokens):
6230                   Replace un-necessary calls to StringBuilder.ToString() to
6231           reduce
6232                   memory-allocations.
6234 2005-11-28 15:13  trow
6236         * BeagleClient/Query.cs, beagled/LuceneQueryable.cs,
6237           beagled/QueryExecutor.cs, beagled/QueryResult.cs,
6238           beagled/Queryable.cs,
6239           beagled/FileSystemQueryable/FileCrawlTask.cs,
6240           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6241           tools/Query.cs: Added support for index-listener queries.  These
6242           are magic queries that don't return any initial matches but which
6243           get notification of all subsequent index changes.  I've added
6244           these queries for use in bludgeon, so that we can ensure that the
6245           daemon sends out a correct series of notifications as we modify a
6246           file system tree.
6248 2005-11-27 11:50  dsd
6250         * ChangeLog, beagled/Makefile.am,
6251           beagled/GaimLogQueryable/GaimLogCrawler.cs,
6252           beagled/GaimLogQueryable/GaimLogQueryable.cs:     *
6253           beagled/GaimLogQueryable/GaimLogQueryable.cs: Misc cleanups,
6254           don't index
6255                   arbitrary files, merge watching and crawling into a
6256           single task.
6257                   * beagled/GaimLogQueryable/GaimLogCrawler.cs: Removed,
6258           now unused
6260 2005-11-27 08:17  llipka
6262         * Filters/FilterDesktop.cs:
6263           * FilterDesktop.cs - Index the 'Categories' field so we can
6264           differ between applications and control center applets.
6266 2005-11-26 09:03  llipka
6268         * Best/BestTray.cs, Best/BestWindow.cs,
6269           Filters/HtmlAgilityPack/HtmlDocument.cs,
6270           Filters/HtmlAgilityPack/MixedCodeDocument.cs,
6271           Tiles/TileMailMessage.cs, Util/BetterBitArray.cs,
6272           Util/CompatFileChooser.cs, Util/FSpotTools.cs, Util/camel.cs,
6273           beagled/FileSystemQueryable/FileCrawlTask.cs,
6274           beagled/IndexHelper/IndexHelper.cs,
6275           libbeagle/beagle/beagle-daemon-information-response.c,
6276           libbeagle/beagle/beagle-query-part-or.c: Kill some warnings.
6278 2005-11-25 17:42  vvaradan
6280         * ChangeLog, beagled/Filter.cs:         * beagled/Filter.cs:
6281           (AppendText): Check for "\n" before splitting
6282                   the argument in to array of lines.  This saves around
6283           600K of
6284                   memory allocation for a 130K "C" source code file.
6286 2005-11-25 11:25  vvaradan
6288         * Filters/FilterShellscript.cs: Oops.. forgot to add the filter
6289           file. (weekend syndrome)
6291 2005-11-25 11:24  vvaradan
6293         * ChangeLog, Filters/FilterSource.cs, Filters/Makefile.am:
6294                   * Filters/FilterShellscript.cs: Shell script filter.
6295                   * Filters/FilterSource.cs: New style added for
6296           Shellscripts.
6297                   Token generation is moved to a private method.  Actually,
6298           tokens
6299                   in shell-scripts are not separated *ONLY* by operators
6300           but also by
6301                   "SPACES".
6302                   * Filters/Makefile.am: Include Shellscript filter for
6303           compilation.
6305 2005-11-22 14:27  joeshaw
6307         * tools/beagle-crawl-system.in: Fix some problems in
6308           beagle-crawl-system that would create TextCaches incorrectly and
6309           cause problems when searching.  Patch from Sylvain Goletto
6311 2005-11-22 10:23  danw
6313         * ChangeLog, libbeagle/beagle/beagle-property.c:        *
6314           libbeagle/beagle/beagle-property.c (prop_to_xml): encode the
6315                   "Type" attribute correctly. 322140.
6317 2005-11-21 17:36  kelemeng
6319         * po/: ChangeLog, hu.po: 2005-11-21  Gabor Kelemen
6320           <kelemeng@gnome.hu>
6322                   * hu.po: Hungarian translation updated.
6324 2005-11-21 12:54  dbera
6326         * Best/BestWindow.cs: Pressing "Clear" implicitly means "Stop the
6327           current live query".
6329 2005-11-21 11:38  dbera
6331         * ChangeLog, beagled/LuceneFileQueryable.cs,
6332           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6333           beagled/BlamQueryable/BlamQueryable.cs,
6334           beagled/LifereaQueryable/LifereaQueryable.cs: Fix a bug in LFQ
6335           where it wasnt setting the attribute of a file shared across
6336           multiple indexables.  Use fixed LFQ in blog backends.
6338 2005-11-21 09:58  llipka
6340         * Util/StringFu.cs:
6341           * Util/StringFu.cs - Updated GlobMatch to return false if the
6342           pattern or string is null.
6344 2005-11-20 14:21  llipka
6346         * ChangeLog, Filters/Makefile.am: * Filters/Makefile.am - Disable
6347           the CHM filter, since its broken.
6349 2005-11-19 11:53  llipka
6351         * Filters/: FilterImage.cs, FilterJpeg.cs, FilterPng.cs: *
6352           Filters/FilterImage.cs - Abstract the indexing of width and
6353           height * Filters/FilterPng.cs - Use the new width & height system
6354           * Filters/FilterJpeg.cs - Now we finally index and display widht
6355           and height
6357 2005-11-19 11:21  llipka
6359         * Filters/FilterImage.cs: * Filters/FilterImage - Rename
6360           fspot:Indexed to fspot:IsIndexed
6362 2005-11-19 09:51  llipka
6364         * Filters/FilterImage.cs: * FilterImage.cs - Add a fspot:Indexed
6365           field.
6367 2005-11-19 08:57  dsd
6369         * ChangeLog, configure.in, Tiles/TileCanvas.cs, glue/Makefile.am,
6370           glue/gecko-utils.cpp:         * configure.in, glue/Makefile.am,
6371           glue/gecko-utils.cpp,
6372                   Tiles/TileCanvas.cs: Firefox 1.5 support
6374 2005-11-15 16:38  joeshaw
6376         * BeagleClient/Client.cs, Util/Makefile.am, Util/UnixClient.cs,
6377           Util/UnixListener.cs, beagled/RemoteIndexer.cs,
6378           beagled/Server.cs: Remove our own copies of UnixClient and
6379           UnixListener, as the bugs we were working around were fixed post
6380           1.1.7 and we require 1.1.10 now
6382 2005-11-15 16:37  dsd
6384         * ChangeLog, Tiles/TileBlog.cs, Tiles/template-blog.html:       *
6385           Tiles/TileBlog.cs, Tiles/template-blog.html: Update with recent
6386           property
6387                   name changes
6389 2005-11-15 15:54  dsd
6391         * Util/GtkUtils.cs: Use non-obsoleted version of Gtk.Menu.Popup
6393 2005-11-15 15:49  dsd
6395         * ChangeLog, configure.in, BeagleClient/Indexable.cs,
6396           BeagleClient/Makefile.am, Filters/FilterMail.cs,
6397           Util/ExtendedAttribute.cs, Util/ExternalStringsHack.cs.in,
6398           Util/FileAdvise.cs, Util/FileSystem.cs, Util/ImLog.cs,
6399           Util/KdeUtils.cs, Util/Log.cs, Util/Makefile.am,
6400           Util/PathFinder.cs, Util/SystemInformation.cs,
6401           beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
6402           beagled/Filter.cs, beagled/Makefile.am,
6403           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
6404           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6405           beagled/IndexHelper/IndexHelper.cs,
6406           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6407           beagled/Mono.Data.SqliteClient/SqliteCommand.cs:    * Use
6408           Mono.Unix.Native. This also includes a switch to Mono's extended
6409                   attribute bindings which I wrote ages ago.
6411 2005-11-15 15:02  joeshaw
6413         * Best/.cvsignore, libbeagle/beagle/Makefile.am,
6414           libbeagle/beagle/beagle-cancelled-response.h,
6415           libbeagle/beagle/beagle-client.h,
6416           libbeagle/beagle/beagle-daemon-information-request.h,
6417           libbeagle/beagle/beagle-daemon-information-response.h,
6418           libbeagle/beagle/beagle-empty-response.h,
6419           libbeagle/beagle/beagle-error-response.h,
6420           libbeagle/beagle/beagle-finished-response.h,
6421           libbeagle/beagle/beagle-hit.h,
6422           libbeagle/beagle/beagle-hits-added-response.h,
6423           libbeagle/beagle/beagle-hits-subtracted-response.h,
6424           libbeagle/beagle/beagle-indexable.h,
6425           libbeagle/beagle/beagle-indexing-service-request.h,
6426           libbeagle/beagle/beagle-parser.h,
6427           libbeagle/beagle/beagle-private.h,
6428           libbeagle/beagle/beagle-property.h,
6429           libbeagle/beagle/beagle-query-part-date.h,
6430           libbeagle/beagle/beagle-query-part-human.h,
6431           libbeagle/beagle/beagle-query-part-or.h,
6432           libbeagle/beagle/beagle-query-part-property.h,
6433           libbeagle/beagle/beagle-query-part-text.h,
6434           libbeagle/beagle/beagle-query-part.h,
6435           libbeagle/beagle/beagle-query.h,
6436           libbeagle/beagle/beagle-request.h,
6437           libbeagle/beagle/beagle-response.h,
6438           libbeagle/beagle/beagle-search-term-response.h,
6439           libbeagle/beagle/beagle-shutdown-request.h,
6440           libbeagle/beagle/beagle-snippet-request.h,
6441           libbeagle/beagle/beagle-snippet-response.h,
6442           libbeagle/beagle/beagle-timestamp.h,
6443           libbeagle/beagle/beagle-util.h, libbeagle/beagle/beagle.h,
6444           tools/.cvsignore, wrappers/python/.cvsignore,
6445           wrappers/python/beagle.defs, wrappers/python/beagle.override,
6446           wrappers/python/fix.pl, wrappers/python/gen-defs.sh: Change
6447           nearly every damn header file to conform to the much less
6448           aesthetically appealing typedef behavior that the python defs
6449           generator insists upon.  Tweak the generated defs file to make
6450           things happy for the python bindings.
6452 2005-11-15 12:25  dbera
6454         * ChangeLog, Filters/FilterHtml.cs, Filters/Makefile.am,
6455           Filters/HtmlAgilityPack/HtmlDocument.cs,
6456           beagled/ExtractContent.cs: Extract non-english URLs in html
6457           documents correctly.  Allow beagle-extract-content to store
6458           output in some file - helpful when dealing with files of
6459           different encoding.
6461 2005-11-15 11:34  joeshaw
6463         * beagle.spec.in: Tweak the spec file a bit.  Patch from Richard
6464           Dawe
6466 2005-11-14 17:19  joeshaw
6468         * Makefile.am, acinclude.m4, configure.in, wrappers/.cvsignore,
6469           wrappers/Makefile.am, wrappers/python/.cvsignore,
6470           wrappers/python/Makefile.am, wrappers/python/beagle.defs,
6471           wrappers/python/beagle.override, wrappers/python/beaglemodule.c,
6472           wrappers/python/gen-defs.sh: Check in libbeagle python bindings
6473           courtesy of Raphael Slinckx
6475 2005-11-14 17:06  dbera
6477         * ChangeLog, Best/Best.cs, Best/BestTray.cs, Best/BestWindow.cs:
6478           Save best window settings even when ran with --no-tray.
6480 2005-11-14 16:00  joeshaw
6482         * Best/Makefile.am, tools/Makefile.am: Also dist the desktop.in
6483           files.  Fixes a problem where you can't make clean and then make
6484           again from the same 0.1.2 tarball
6486 2005-11-14 14:07  joeshaw
6488         * beagled/LuceneQueryingDriver.cs: Check for null secondary
6489           searcher when building blacklists
6491 2005-11-13 16:31  dbera
6493         * ChangeLog: Wrong date :P.
6495 2005-11-13 15:04  dbera
6497         * ChangeLog, Filters/FilterHtml.cs,
6498           Filters/HtmlAgilityPack/HtmlDocument.cs,
6499           Filters/HtmlAgilityPack/HtmlNode.cs: Make FilterHtml event driven
6500           instead of DOM-based.  Emulate ReadToEnd() in the html parser by
6501           two fixed-size buffers.  Few more optimisations in the parser.
6502           Make FilterHtml detect encoding from meta-tag.
6504 2005-11-13 09:50  serrador
6506         * po/: ChangeLog, es.po: 2005-11-13  Francisco Javier F. Serrador
6507           <serrador@cvs.gnome.org>
6509                   * es.po: Updated Spanish translation.
6511 2005-11-12 14:08  llipka
6513         * configure.in: Bump version to 0.1.3
6515 2005-11-11 00:44  trow
6517         * configure.in: Require mono 1.1.10.
6519 2005-11-11 00:31  trow
6521         * NEWS: Updated for 0.1.2 release.
6523 2005-11-11 00:27  trow
6525         * configure.in: Small configure tweaks.
6527 2005-11-09 21:32  dbera
6529         * beagled/AkregatorQueryable/AkregatorQueryable.cs: Protect against
6530           unsupported storage files.
6532 2005-11-09 11:22  joeshaw
6534         * libbeagle/beagle/: beagle-daemon-information-response.c,
6535           beagle-daemon-information-response.h: Add the IsIndexing field to
6536           the DaemonInformationRequest in libbeagle
6538 2005-11-07 21:05  trow
6540         * Util/: Makefile.am, ThreadPond.cs, UnclosableStream.cs:
6541           ThreadPond is a simple implementation of a thread pool.  It isn't
6542           used for anything right now, but I'm putting it here for
6543           posterity.
6545           UnclosableStream wraps a Stream and proxies all of the methods
6546           except for Close, which gets mapped to Flush.  This comes in
6547           handy when using stupid writer classes (*cough* SharpZipLib
6548           *cough*) that insist on unconditionally closing the underlying
6549           stream.
6551 2005-11-07 17:56  joeshaw
6553         * beagled/LuceneCommon.cs: Fix a cut-and-paste error and another
6554           logic bug when constraining date queries
6556 2005-11-07 17:09  dbera
6558         * ChangeLog, Filters/FilterSource.cs: Reuse StringBuilder.
6560 2005-11-07 14:50  joeshaw
6562         * beagled/LuceneCommon.cs: Don't swap the dates until after we've
6563           checked upper and lower bounds.  Fixes 320769
6565 2005-11-07 04:22  knvijay
6567         * beagled/WebServices/NetBeagleQueryable.cs: Added
6568           GetQueryableStatus method
6570 2005-11-05 17:12  dsd
6572         * ChangeLog, beagled/LuceneCommon.cs:   * beagled/LuceneCommon.cs:
6573           Fix detection of dangling locks
6575 2005-11-05 13:01  adamw
6577         * po/: ChangeLog, en_CA.po:
6578           2005-11-05  Adam Weinberger  <adamw@gnome.org>
6580                   * en_CA.po: Updated Canadian English translation.
6582 2005-11-04 17:05  dbera
6584         * ChangeLog, beagled/PropertyKeywordFu.cs,
6585           beagled/QueryStringParser.cs,
6586           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6587           beagled/BlamQueryable/BlamQueryable.cs,
6588           beagled/KMailQueryable/KMailIndexer.cs: Added extension as a
6589           query keyword.  Some more UTC changes in Blog and KMail backend.
6591 2005-11-04 15:22  joeshaw
6593         * Best/Makefile.am, Best/best.desktop, Best/best.desktop.in,
6594           po/POTFILES.in, tools/Makefile.am, tools/beagle-settings.desktop,
6595           tools/beagle-settings.desktop.in: i18nize the .desktop files.
6596           Patch from Gabor Kelemen
6598 2005-11-04 14:04  joeshaw
6600         * Tiles/TileHitCollection.cs, Util/Conf.cs, tools/Settings.cs,
6601           tools/settings.glade: Make the number of items in Best
6602           configurable.  Based on a patch from Mario Manno
6604 2005-11-04 13:01  joeshaw
6606         * beagled/EvolutionDataServerQueryable/BookContainer.cs: Also index
6607           the full name, so that we get searches on things like middle
6608           names
6610 2005-11-04 12:38  joeshaw
6612         * Filters/FilterC.cs: Exclude include, main, and NULL from the C
6613           filter, since while those aren't keywords, they're extremely
6614           common in C and probably shouldn't be indexed
6616 2005-11-04 11:00  joeshaw
6618         * Util/FileSystem.cs, beagled/BuildIndex.cs,
6619           beagled/FileAttributesStore.cs, beagled/FilterFactory.cs,
6620           beagled/LuceneFileQueryable.cs: Yet more UTC fixes
6622 2005-11-04 10:35  joeshaw
6624         * Tiles/Template.cs, Util/Note.cs,
6625           beagled/EvolutionDataServerQueryable/CalContainer.cs,
6626           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
6627           tools/Query.cs: UTC fixes: Convert back to local time in the Tile
6628           templates, set the Tomboy note's timestamp to the file write time
6629           in UTC, convert calendar timestamps into UTC, get the UTC file
6630           write time for IndexingService indexables, convert UTC back to
6631           local time in beagle-query
6633 2005-11-04 03:02  al_shopov
6635         * po/: ChangeLog, bg.po: 2005-11-04  Alexander Shopov
6636           <ash@contact.bg>
6638                   * bg.po: Updated Bulgarian translation by
6639                   Vladimir Petkov <vpetkov@i-space.org>
6641 2005-11-03 19:54  dbera
6643         * ChangeLog, beagled/AkregatorQueryable/AkregatorQueryable.cs,
6644           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6645           beagled/KMailQueryable/KMailIndexer.cs,
6646           beagled/LifereaQueryable/LifereaQueryable.cs,
6647           beagled/BlamQueryable/BlamQueryable.cs: Move Blog and KMail
6648           backends to UTC.
6650 2005-11-03 16:48  vvaradan
6652         * ChangeLog, Filters/FilterDOC.cs, Filters/FilterOle.cs,
6653           Filters/FilterPPT.cs, Filters/Makefile.am, glue/wv1-glue.c:
6654             * Filters/FilterOle.cs: Abstract base class for PPT and DOC
6655                   filters.
6656                   * Filters/FilterPPT.cs: Derived from FilterOle.
6657                   * Filters/FilterDOC.cs: Derived from FilterOle as wv1
6658           1.2.0 uses
6659                   libgsf instead of libole2.  Meta data parsing is done
6660           using
6661                   gsf-sharp and text-parsing is done using wv1.
6662                   * Filters/wv1-glue.c: A totally-random crash is fixed.
6663           This fixes
6664                   306812 and 31559.  Also, ported to work with both
6665           wv-1.2.0 and
6666                   wv-1.0.3.
6668 2005-11-03 14:17  joeshaw
6670         * BeagleClient/Makefile.am, BeagleClient/QueryableStatus.cs,
6671           BeagleClient/RemoteControl.cs, beagled/GoogleDriver.cs,
6672           beagled/IQueryable.cs, beagled/LuceneCommon.cs,
6673           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
6674           beagled/QueryDriver.cs, beagled/Queryable.cs,
6675           beagled/RemoteControlExecutors.cs,
6676           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6677           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
6678           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
6679           beagled/FileSystemQueryable/FileCrawlTask.cs,
6680           beagled/FileSystemQueryable/TreeCrawlTask.cs,
6681           beagled/GaimLogQueryable/GaimLogQueryable.cs,
6682           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
6683           beagled/KMailQueryable/KMailQueryable.cs,
6684           beagled/KopeteQueryable/KopeteQueryable.cs,
6685           beagled/LifereaQueryable/LifereaQueryable.cs,
6686           beagled/TomboyQueryable/TomboyQueryable.cs, tools/Info.cs: Add
6687           status infrastructure to the daemon, and instrument all of the
6688           backends to use the backend state stuff.  Progress information
6689           (percents) to follow.  Also fix a bug that could cause live
6690           queries to not work if a query was fired while an index was
6691           empty.  Also fix a bug where cached index counts were not being
6692           updated after a flush was run in the helper
6694 2005-11-03 13:41  joeshaw
6696         * Filters/FilterMail.cs: Convert the gmime date to UTC
6698 2005-11-03 13:40  joeshaw
6700         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
6701           Dates from camel are already UTC, so don't convert them
6703 2005-11-03 13:25  joeshaw
6705         * beagled/EvolutionMailDriver/: EvolutionMailIndexableGenerator.cs,
6706           MailCrawler.cs: Use UTC in the mail backend
6708 2005-11-03 13:11  trow
6710         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Store the
6711           extension in a property, and increment the queryable's minor
6712           version.
6714 2005-11-03 13:01  trow
6716         * beagled/: FileAttributesStore.cs,
6717           FileAttributesStore_ExtendedAttribute.cs,
6718           FileSystemQueryable/FileSystemQueryable.cs,
6719           GaimLogQueryable/GaimLogQueryable.cs,
6720           KopeteQueryable/KopeteQueryable.cs: Keep all times in UTC to
6721           avoid time-zone problems.
6723           When setting the beagle:TextFilename and beagle:Filename
6724           properties, do not include the filename extension.
6726 2005-11-03 12:54  trow
6728         * beagled/: beagled-index-helper.in, beagled.in: Only run mono with
6729           --debug (which causes it to use more memory) if beagled was run
6730           with --debug on the command line.
6732 2005-11-03 12:53  dsd
6734         * ChangeLog, Util/Scheduler.cs, beagled/QueryDriver.cs:         *
6735           Util/Scheduler.cs, beagled/QueryDriver.cs: Reuse StringBuilders
6737 2005-11-03 12:51  trow
6739         * Util/PathFinder.cs: Call Path.GetFullPath on BEAGLE_HOME and
6740           BEAGLE_STORAGE.  This fixes bug 320629.
6742 2005-11-02 20:52  dbera
6744         * ChangeLog, Best/BestWindow.cs, Util/Conf.cs,
6745           beagled/PropertyKeywordFu.cs,
6746           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6747           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6748           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6749           beagled/KMailQueryable/KMailIndexer.cs, tools/beagle-status:
6750           Conf.cs: searching.xml was getting saved unnecessarily. Oops!
6751           AkregatorQueryable, KMailQueeryable: minor fixes.  beagle-status:
6752           no more annoying flashing FileSystemQueryable.cs: fixed indexed
6753           files from getting reindexed again.  PropertyKeywordFu.cs: added
6754           mailing list as a query keyword
6756 2005-11-02 15:05  fhedberg
6758         * Filters/FilterDocbook.cs: Set the Filterting to AlreadyFiltered
6759           for the docbook children.
6761 2005-11-01 15:06  clahey
6763         * ChangeLog, Filters/FilterDocbook.cs: 2005-11-01  Christopher
6764           James Lahey  <clahey@ximian.com>
6766                   * Filters/FilterDocbook.cs: Use text/x-docbook-entry
6767           instead of
6768                   text/plain for mime type of entries.
6770 2005-11-01 14:44  fhedberg
6772         * Filters/FilterDocbook.cs: Language and top-level title on the
6773           actual File-item.
6775 2005-11-01 11:26  fhedberg
6777         * Filters/FilterDocbook.cs: Ooh. We have filter versioning.
6779 2005-11-01 11:20  trow
6781         * glue/beagled-utils.c, Util/DirectoryWalker.cs: Be more careful in
6782           our marshaling when passing a StringBuilder to sys_readdir.  This
6783           fixes the dreaded glibc "double free or corruption" crash.
6785 2005-11-01 11:08  fhedberg
6787         * Filters/FilterDocbook.cs: Add language property to docbook
6788           filter.
6790 2005-10-30 19:37  dsd
6792         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
6793           upstream-changes/15_lock-timeout-verbose.patch: Do a little
6794           investigation when lock obtain timeouts occur
6796 2005-10-29 11:15  dsd
6798         * ChangeLog,
6799           beagled/Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
6800           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
6801           beagled/Lucene.Net/Store/Lock.cs,
6802           beagled/Lucene.Net/upstream-changes/13_lock-loop-cleanup.patch,
6803           beagled/Lucene.Net/upstream-changes/14_analysis-leak.patch:    *
6804           beagled/Lucene.Net: Clean up the locking loop, and fix a leak
6806 2005-10-29 10:47  dsd
6808         * beagled/LuceneQueryable.cs: Temporarily revert joe's recent
6809           AcceptQuery() modification. See bug 320014.
6811 2005-10-28 15:32  joeshaw
6813         * configure.in, Filters/FilterPPT.cs: Fix the PPT filter.  Patch
6814           from Varadhan.  Requires gsf-sharp 0.5
6816 2005-10-27 16:28  dsd
6818         * Util/Log.cs: More granularity in log timestamps
6820 2005-10-27 16:17  joeshaw
6822         * configure.in: Add gnome-vfs-sharp-2.0 to the liste of
6823           requirements, and require gtk-sharp 2.3.90 or higher
6825 2005-10-27 16:10  dsd
6827         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
6828           upstream-changes/12_more-lock-logging.patch: More lucene lock
6829           logging (still has to be manually enabled in FSDirectory.cs)
6831 2005-10-27 13:53  dsd
6833         * ChangeLog, Tiles/Tile.cs, Util/GnomeFu.cs:    * Util/GnomeFu.cs:
6834           Readd some gnome bindings, some of the gtk-sharp
6835                   bindings we were using are only available on
6836           gtk-sharp-2.5.
6837                   * Tiles/Tile.cs: Use GnomeFu to do mime application
6838           lookup
6840 2005-10-27 08:14  llipka
6842         * Util/Conf.cs: Typo's are strange.
6844 2005-10-26 17:53  joeshaw
6846         * mozilla-extension/: Makefile.am, chrome.manifest, install.rdf,
6847           locale/en-US/beagle.properties: Add a chrome.manifest file, bump
6848           up the extension version.  For better Firefox 1.5 support
6850 2005-10-26 12:21  joeshaw
6852         * beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
6853           beagled/RemoteIndexer.cs, Util/Inotify.cs, Util/Makefile.am,
6854           Util/Scheduler.cs, beagled/IndexHelper/IndexHelper.cs: * Change
6855           some uses of regular threads to ExceptionHandlingThreads in
6856           Inotify.cs and Scheduler.cs.
6858           * Fix a bug in the scheduler which caused the seconds field of a
6859           TimeSpan to be compared rather than the total number of seconds
6860           elapsed.  This should make throttling a little more reliable.
6862           * Add catch-all exception handlers to beagled, the IndexHelper,
6863           and BuildIndex so that if an unhandled exception is thrown, these
6864           will exit immediately rather than sitting around forever waiting
6865           to be killed.
6867           * Log the PID of the IndexHelper that was just started in the
6868           beagled log.
6870 2005-10-25 14:56  joeshaw
6872         * beagled/Makefile.am: Fix some dependencies that were causing
6873           problems with make -j
6875 2005-10-25 12:42  dsd
6877         * ChangeLog, Tiles/Tile.cs, Tiles/TileFile.cs,
6878           Tiles/TileMailMessage.cs, Util/GnomeFu.cs, Util/Makefile.am,
6879           Util/Vfs.cs, Util/gnome.cs, beagled/FilterFactory.cs:       *
6880           Util/GnomeFu.cs: New, reduced bindings to replace gnome.cs and
6881           Vfs.cs
6882                   * Tiles, beagled/FilterFactory.cs: Use gtk-sharp and
6883           GnomeFu where
6884                   appropriate.
6886 2005-10-24 19:04  dsd
6888         * beagled/.cvsignore: Ignore beagle-build-index
6890 2005-10-24 19:03  dsd
6892         * ChangeLog, BeagleClient/Indexable.cs, Best/Best.cs,
6893           Best/BestTray.cs, Best/BestWindow.cs, Filters/FilterMail.cs,
6894           ImLogViewer/ImLogViewer.cs, ImLogViewer/ImLogWindow.cs,
6895           Tiles/Template.cs, Tiles/TileDocs.cs, Tiles/TileFolder.cs,
6896           Tiles/TileImLog.cs, Tiles/TileMailMessage.cs,
6897           Tiles/TileSpreadsheet.cs, Tiles/TranslationHack.cs,
6898           Tiles/extract-translations.pl, Util/Evolution.cs,
6899           Util/ExifData.cs, Util/ExtendedAttribute.cs, Util/FileAdvise.cs,
6900           Util/FileSystem.cs, Util/Inotify.cs, Util/KdeUtils.cs,
6901           Util/Log.cs, Util/PathFinder.cs, Util/StringFu.cs,
6902           Util/SystemInformation.cs, Util/UnixClient.cs,
6903           Util/UnixListener.cs, Util/XKeybinder.cs,
6904           beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
6905           beagled/Filter.cs,
6906           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6907           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
6908           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6909           beagled/IndexHelper/IndexHelper.cs,
6910           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6911           beagled/KMailQueryable/KMailIndexer.cs, doc/I18N,
6912           tools/Settings.cs:      * Convert to Mono.Unix everywhere
6913                   * Add BEAGLE_THERE_BE_NO_QUITTIN environment variable,
6914           which when set,
6915                   disables our SIGQUIT handler.
6917 2005-10-24 18:15  dbera
6919         * Best/BestWindow.cs: Fixed a bug in Best caused by the
6920           clear-button patch.
6922 2005-10-24 17:56  dsd
6924         * ChangeLog, beagled/Mono.Data.SqliteClient/Sqlite.cs,
6925           beagled/Mono.Data.SqliteClient/SqliteCommand.cs,
6926           beagled/Mono.Data.SqliteClient/SqliteConnection.cs,
6927           beagled/Mono.Data.SqliteClient/SqliteDataReader.cs,
6928           beagled/Mono.Data.SqliteClient/SqliteParameterCollection.cs,
6929           beagled/Mono.Data.SqliteClient/SqliteTransaction.cs:       *
6930           beagled/Mono.Data.SqliteClient: Merge recent upstream changes
6932 2005-10-24 16:36  joeshaw
6934         * mozilla-extension/install.rdf: Set the supported version for the
6935           Firefox extension to 1.5, as it appears to work on the Firefox
6936           1.5 beta
6938 2005-10-24 16:16  trow
6940         * Filters/FilterImLog.cs, Filters/Makefile.am,
6941           ImLogViewer/ImLogViewer.cs, ImLogViewer/ImLogWindow.cs,
6942           ImLogViewer/Makefile.am, Tiles/TileImLog.cs, Util/ImBuddy.cs,
6943           Util/ImLog.cs, beagled/LuceneQueryable.cs,
6944           beagled/GaimLogQueryable/GaimLogQueryable.cs,
6945           beagled/KopeteQueryable/KopeteQueryable.cs: Move IM log parsing
6946           into a filter, so that everything happens in the helper process.
6947           This dramatically reduces the number of allocations in the
6948           beagled process.  Patch by Daniel Drake.
6950 2005-10-23 13:12  dbera
6952         * ChangeLog, Best/BestWindow.cs, Tiles/SimpleRootTile.cs: Fixes
6953           315984. Adding clear function to best.  Patch submitted by Dennis
6954           Snell <dmsnell@purdue.edu>
6956 2005-10-21 17:24  trow
6958         * BeagleClient/Property.cs, BeagleClient/QueryPart.cs,
6959           Util/StringFu.cs, beagled/LuceneCommon.cs,
6960           beagled/LuceneQueryingDriver.cs, beagled/beagled-index-helper.in,
6961           beagled/beagled.in, bludgeon/Bludgeon.cs, bludgeon/Daemon.cs,
6962           bludgeon/FileModel.cs, bludgeon/QueryFu.cs,
6963           bludgeon/SanityCheck.cs, tools/Query.cs: Implemented date range
6964           queries, starting from some work that Joe had already done.
6966           Added testing of or-queries and date range-queries to bludgeon.
6968           Added heap-buddy support to bludgeon.
6970 2005-10-21 12:06  dbera
6972         * ChangeLog, beagled/PropertyKeywordFu.cs: Adding some email
6973           related query keywords. Now I can search for the HTML filter
6974           email from joe.
6976 2005-10-20 21:23  dbera
6978         * ChangeLog, beagled/AkregatorQueryable/AkregatorQueryable.cs,
6979           beagled/BlamQueryable/BlamQueryable.cs,
6980           beagled/LifereaQueryable/LifereaQueryable.cs: Change Liferea,
6981           Blam and Akregator backends to use stream parsing instead of
6982           serializer.  Removed fixme from property-names in those backends
6983           to use DC element names.
6985 2005-10-20 21:23  dbera
6987         * beagled/PropertyKeywordFu.cs: Changed some comments.
6989 2005-10-20 13:41  joeshaw
6991         * beagled/LuceneQueryable.cs: If we get null back from the
6992           IndexableGenerator, we want to continue through the loop, not
6993           break out of it.  Also fix an obsolete comment
6995 2005-10-19 20:19  fhedberg
6997         * tools/Makefile.am: Don't display warning #0169 - The private
6998           field is never used.
7000 2005-10-19 20:00  dbera
7002         * ChangeLog, Util/Conf.cs, Best/BestWindow.cs: Minor fixes in
7003           BestWindow and added Conf settings for holmes.
7005 2005-10-19 09:07  knvijay
7007         * beagled/: BeagleDaemon.cs, WebServices/WebBackEnd.cs,
7008           WebServices/WebServiceBackEnd.cs: Fix for bug 317622: Enabling
7009           beagled with webservices to support --replace option
7011 2005-10-18 18:15  joeshaw
7013         * beagled/LuceneQueryable.cs: When checking the item count in
7014           AcceptQuery(), look at the driver's rather than conditionally the
7015           indexer's.  This prevents us from starting an index helper
7016           process just to see if we accept a query
7018 2005-10-18 15:50  joeshaw
7020         * mozilla-extension/install.rdf,
7021           mozilla-extension/content/beagleOverlay.js,
7022           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs: Add
7023           new inotify-based indexing to the IndexingService, and port the
7024           firefox extension to use it
7026 2005-10-18 14:05  trow
7028         * Util/Log.cs: Doh!  Forgot to add this before.
7030 2005-10-18 11:37  trow
7032         * Filters/FilterMusic.cs, Util/DelayedTextWriter.cs,
7033           Util/FileAdvise.cs, Util/Logger.cs, Util/Makefile.am,
7034           Util/TeeTextWriter.cs, beagled/BeagleDaemon.cs,
7035           beagled/ExtractContent.cs, beagled/IndexWebContent.cs,
7036           beagled/beagled.in, beagled/IndexHelper/IndexHelper.cs: Revamped
7037           and simplified logging.  Some benefits of the new system: (1) The
7038           fiction of multiple loggers has been removed.  You now just
7039           log by calling static methods: Log.Debug ("foo"), etc.  (2)
7040           Backwards-compatibility.  The Logger class now proxies everything
7041           to the     static Log methods.  (3) Every line of the log is
7042           prefixed with the timestamp, so we don't     scramble multi-line
7043           spew and exceptions when combining daemon and     helper logs.
7044           (4) Exceptions are also logged into a special exception log,
7045           which makes it     very easy to see if exceptions were thrown and
7046           what they were.
7048 2005-10-17 17:26  dbera
7050         * ChangeLog, Util/Conf.cs, Best/BestTray.cs, Best/BestWindow.cs:
7051           Save Best window position, dimension and search history across
7052           sessions.
7054 2005-10-17 16:47  dsd
7056         * Util/StringFu.cs, Util/UriFu.cs, beagled/BeagleDaemon.cs: Remove
7057           some old code now that we require mono >= 1.1.7
7059 2005-10-17 15:57  dsd
7061         * beagled/Lucene.Net/upstream-changes/: 10_fewer-exceptions.patch,
7062           11_charstream-no-exceptions.patch: Add my lucene
7063           de-exceptionisation work as upstream-changes patches
7065 2005-10-17 15:32  dsd
7067         * configure.in: Update comment and message about sqlite3 support
7069 2005-10-17 15:24  dsd
7071         * ChangeLog, configure.in, Util/Inotify.cs, Util/Makefile.am,
7072           glue/Makefile.am:         * configure.in, Util/Inotify.cs,
7073           Util/Makefile.am, glue/Makefile.am:
7074                   Conditionally build inotify support. Disable on FreeBSD.
7076 2005-10-17 14:58  dsd
7078         * ChangeLog, beagled/Lucene.Net/Analysis/Standard/CharStream.cs,
7079           beagled/Lucene.Net/Analysis/Standard/FastCharStream.cs,
7080           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
7081           beagled/Lucene.Net/Document/Field.cs,
7082           beagled/Lucene.Net/Index/FieldInfos.cs:   * beagled/Lucene.Net/:
7083           Small optimization; reduce the amount of
7084                   exception/throwing catching
7086 2005-10-17 10:28  utx
7088         * po/: ChangeLog, cs.po: cs.po: Fixed syntax error.
7090 2005-10-14 19:16  dbera
7092         * ChangeLog, beagled/PropertyKeywordFu.cs, tools/Makefile.am,
7093           tools/Query.cs: Output supported keyword queries in beagle-query
7094           --help
7096 2005-10-14 12:09  joeshaw
7098         * Util/ExceptionHandlingThread.cs,
7099           beagled/EvolutionMailDriver/MailCrawler.cs: Throw an
7100           ArgumentNullException if the method passed into an
7101           ExceptionHandlingThread is null.  Check in various loops if a
7102           shutdown has been requested and short circuit in the mail
7103           crawler.
7105 2005-10-14 10:49  joeshaw
7107         * tools/beagle-query.1: Fix the man page to not include equals
7108           signs with the arguments, and add the --stats-only arg
7110 2005-10-13 09:09  llipka
7112         * Tiles/: TileMusic.cs, template-music.html: Fix bgo 317854 and
7113           display artist
7115 2005-10-13 08:31  llipka
7117         * Util/Logger.cs, beagled/IndexWebContent.cs: * Util/Logger.cs -
7118           Fix bgo 318690 and delete old IndexWebContent files *
7119           beagled/IndexWebContent.cs - Get this compliant with our standard
7121 2005-10-12 22:04  trow
7123         * Util/Scheduler.cs, beagled/BeagleDaemon.cs,
7124           beagled/LuceneQueryable.cs: Added --indexing-test-mode to
7125           beagled, which makes it run in the foreground and then shut down
7126           the daemon when everything is fully indexed.
7128 2005-10-12 20:58  trow
7130         * beagled/: DumpIndex.cs, LuceneCommon.cs, Makefile.am: Added
7131           beagle-dump-index tool.
7133 2005-10-12 09:13  dsd
7135         * ChangeLog, Util/UriFu.cs:     * Util/UriFu.cs: Fix serialization
7136           of non-file uri's
7138 2005-10-11 17:18  serrador
7140         * po/: ChangeLog, es.po: 2005-10-11  Francisco Javier F. Serrador
7141           <serrador@cvs.gnome.org>
7143                   * es.po: Updated Spanish translation.
7145 2005-10-11 09:29  knvijay
7147         * beagled/WebServices/WebServiceBackEnd.cs: Enabling snippets
7149 2005-10-10 20:26  dbera
7151         * beagled/QueryStringParser.cs: Added a FIXME as per Joe's
7152           suggestion.
7154 2005-10-10 20:20  dbera
7156         * Tiles/TileMailMessage.cs: Also check the property
7157           parent:fixme:hasAttachments to determine if the hit is an
7158           attachment.
7160 2005-10-10 17:17  dbera
7162         * beagled/KMailQueryable/KMailQueryable.cs: Better warning if
7163           kmailqueryable finds bad kmail mfolder. bug #318298.
7165 2005-10-10 17:02  trow
7167         * BeagleClient/Indexable.cs: Fixed a cut&paste-o in the static
7168           thread-local buffers.
7170 2005-10-10 11:17  trow
7172         * BeagleClient/Indexable.cs, Util/DirectoryWalker.cs,
7173           Util/ImLog.cs, beagled/BeagleDaemon.cs: Be smarter about re-using
7174           StringBuilders in Util/ImLog.cs and Util/DirectoryWalker.cs.
7176           Use thread-local static buffers in BeagleClient/Indexable.cs,
7177           instead of constantly allocating new buffers.
7179           Changed beagled/BeagleDaemon.cs to not complain when it sees the
7180           --heap-buddy argument on the command line.
7182 2005-10-10 06:29  knvijay
7184         * beagled/WebServices/ExternalAccessFilter.cs: Removed deprecated
7185           use of publicfolder.cfg
7187 2005-10-07 07:03  dsd
7189         * ChangeLog, glue/Makefile.am:  * glue/Makefile.am: Always ship
7190           conditional glue
7191           ----------------------------------------------------------------------
7193 2005-10-06 20:54  trow
7195         * beagled/Lucene.Net/: Analysis/Standard/StandardTokenizer.cs,
7196           QueryParser/QueryParser.cs: Small fixes to allow Lucene 1.9 to
7197           compile.
7199 2005-10-06 17:33  dbera
7201         * HACKING: Minor addition to help converts from Java.
7203 2005-10-06 17:22  dbera
7205         * beagled/Makefile.am: Oops.. forgot.
7207 2005-10-06 17:22  dbera
7209         * beagled/: PropertyKeywordFu.cs, QueryStringParser.cs: Added
7210           keyword based query support e.g. author:dbera. Currently the
7211           mapping is stored by hand in PropertyKeywordFu.cs.
7213 2005-10-06 15:56  trow
7215         * beagled/ExtractContent.cs: If there is no filter for a file,
7216           print the mime type.  This fixes bgo bug 318131.
7218           Sort the properties before displaying them.
7220           Only print debug spew if the --debug option is passed in on the
7221           command line.
7223 2005-10-06 15:29  dsd
7225         * ChangeLog, beagled/Makefile.am,
7226           beagled/Lucene.Net/AssemblyInfo.cs,
7227           beagled/Lucene.Net/LucenePackage.cs,
7228           beagled/Lucene.Net/upstream-changes.diff,
7229           beagled/Lucene.Net/Analysis/LowerCaseFilter.cs,
7230           beagled/Lucene.Net/Analysis/PorterStemmer.cs,
7231           beagled/Lucene.Net/Analysis/StopAnalyzer.cs,
7232           beagled/Lucene.Net/Analysis/Standard/StandardAnalyzer.cs,
7233           beagled/Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
7234           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
7235           beagled/Lucene.Net/Analysis/Standard/TokenMgrError.cs,
7236           beagled/Lucene.Net/Document/DateField.cs,
7237           beagled/Lucene.Net/Document/DateTools.cs,
7238           beagled/Lucene.Net/Document/Document.cs,
7239           beagled/Lucene.Net/Document/Field.cs,
7240           beagled/Lucene.Net/Document/NumberTools.cs,
7241           beagled/Lucene.Net/Index/CompoundFileReader.cs,
7242           beagled/Lucene.Net/Index/CompoundFileWriter.cs,
7243           beagled/Lucene.Net/Index/DocumentWriter.cs,
7244           beagled/Lucene.Net/Index/FieldInfo.cs,
7245           beagled/Lucene.Net/Index/FieldInfos.cs,
7246           beagled/Lucene.Net/Index/FieldsReader.cs,
7247           beagled/Lucene.Net/Index/FieldsWriter.cs,
7248           beagled/Lucene.Net/Index/FilterIndexReader.cs,
7249           beagled/Lucene.Net/Index/IndexReader.cs,
7250           beagled/Lucene.Net/Index/IndexWriter.cs,
7251           beagled/Lucene.Net/Index/MultiReader.cs,
7252           beagled/Lucene.Net/Index/MultipleTermPositions.cs,
7253           beagled/Lucene.Net/Index/SegmentInfos.cs,
7254           beagled/Lucene.Net/Index/SegmentMerger.cs,
7255           beagled/Lucene.Net/Index/SegmentReader.cs,
7256           beagled/Lucene.Net/Index/SegmentTermDocs.cs,
7257           beagled/Lucene.Net/Index/SegmentTermEnum.cs,
7258           beagled/Lucene.Net/Index/SegmentTermPositionVector.cs,
7259           beagled/Lucene.Net/Index/SegmentTermPositions.cs,
7260           beagled/Lucene.Net/Index/SegmentTermVector.cs,
7261           beagled/Lucene.Net/Index/Term.cs,
7262           beagled/Lucene.Net/Index/TermBuffer.cs,
7263           beagled/Lucene.Net/Index/TermDocs.cs,
7264           beagled/Lucene.Net/Index/TermInfosReader.cs,
7265           beagled/Lucene.Net/Index/TermInfosWriter.cs,
7266           beagled/Lucene.Net/Index/TermPositionVector.cs,
7267           beagled/Lucene.Net/Index/TermPositions.cs,
7268           beagled/Lucene.Net/Index/TermVectorOffsetInfo.cs,
7269           beagled/Lucene.Net/Index/TermVectorsReader.cs,
7270           beagled/Lucene.Net/Index/TermVectorsWriter.cs,
7271           beagled/Lucene.Net/QueryParser/MultiFieldQueryParser.cs,
7272           beagled/Lucene.Net/QueryParser/QueryParser.cs,
7273           beagled/Lucene.Net/QueryParser/QueryParserTokenManager.cs,
7274           beagled/Lucene.Net/Search/BooleanClause.cs,
7275           beagled/Lucene.Net/Search/BooleanQuery.cs,
7276           beagled/Lucene.Net/Search/BooleanScorer.cs,
7277           beagled/Lucene.Net/Search/BooleanScorer2.cs,
7278           beagled/Lucene.Net/Search/ConjunctionScorer.cs,
7279           beagled/Lucene.Net/Search/DateFilter.cs,
7280           beagled/Lucene.Net/Search/DisjunctionSumScorer.cs,
7281           beagled/Lucene.Net/Search/FieldCache.cs,
7282           beagled/Lucene.Net/Search/FieldCacheImpl.cs,
7283           beagled/Lucene.Net/Search/FieldDoc.cs,
7284           beagled/Lucene.Net/Search/FieldDocSortedHitQueue.cs,
7285           beagled/Lucene.Net/Search/FieldSortedHitQueue.cs,
7286           beagled/Lucene.Net/Search/FilteredQuery.cs,
7287           beagled/Lucene.Net/Search/FilteredTermEnum.cs,
7288           beagled/Lucene.Net/Search/FuzzyQuery.cs,
7289           beagled/Lucene.Net/Search/FuzzyTermEnum.cs,
7290           beagled/Lucene.Net/Search/HitCollector.cs,
7291           beagled/Lucene.Net/Search/Hits.cs,
7292           beagled/Lucene.Net/Search/IndexSearcher.cs,
7293           beagled/Lucene.Net/Search/MultiPhraseQuery.cs,
7294           beagled/Lucene.Net/Search/MultiSearcher.cs,
7295           beagled/Lucene.Net/Search/MultiTermQuery.cs,
7296           beagled/Lucene.Net/Search/NonMatchingScorer.cs,
7297           beagled/Lucene.Net/Search/ParallelMultiSearcher.cs,
7298           beagled/Lucene.Net/Search/PhrasePrefixQuery.cs,
7299           beagled/Lucene.Net/Search/PhraseQuery.cs,
7300           beagled/Lucene.Net/Search/PhraseScorer.cs,
7301           beagled/Lucene.Net/Search/PrefixQuery.cs,
7302           beagled/Lucene.Net/Search/Query.cs,
7303           beagled/Lucene.Net/Search/QueryFilter.cs,
7304           beagled/Lucene.Net/Search/RangeFilter.cs,
7305           beagled/Lucene.Net/Search/RangeQuery.cs,
7306           beagled/Lucene.Net/Search/RemoteSearchable.cs,
7307           beagled/Lucene.Net/Search/ReqExclScorer.cs,
7308           beagled/Lucene.Net/Search/ReqOptSumScorer.cs,
7309           beagled/Lucene.Net/Search/ScoreDocComparator.cs,
7310           beagled/Lucene.Net/Search/Scorer.cs,
7311           beagled/Lucene.Net/Search/Searchable.cs,
7312           beagled/Lucene.Net/Search/Searcher.cs,
7313           beagled/Lucene.Net/Search/Similarity.cs,
7314           beagled/Lucene.Net/Search/SimilarityDelegator.cs,
7315           beagled/Lucene.Net/Search/Sort.cs,
7316           beagled/Lucene.Net/Search/SortComparator.cs,
7317           beagled/Lucene.Net/Search/SortComparatorSource.cs,
7318           beagled/Lucene.Net/Search/SortField.cs,
7319           beagled/Lucene.Net/Search/TermQuery.cs,
7320           beagled/Lucene.Net/Search/TermScorer.cs,
7321           beagled/Lucene.Net/Search/TopFieldDocs.cs,
7322           beagled/Lucene.Net/Search/Weight.cs,
7323           beagled/Lucene.Net/Search/WildcardQuery.cs,
7324           beagled/Lucene.Net/Search/WildcardTermEnum.cs,
7325           beagled/Lucene.Net/Search/Spans/SpanNearQuery.cs,
7326           beagled/Lucene.Net/Search/Spans/SpanScorer.cs,
7327           beagled/Lucene.Net/Search/Spans/SpanWeight.cs,
7328           beagled/Lucene.Net/Store/BufferedIndexInput.cs,
7329           beagled/Lucene.Net/Store/BufferedIndexOutput.cs,
7330           beagled/Lucene.Net/Store/Directory.cs,
7331           beagled/Lucene.Net/Store/FSDirectory.cs,
7332           beagled/Lucene.Net/Store/IndexInput.cs,
7333           beagled/Lucene.Net/Store/IndexOutput.cs,
7334           beagled/Lucene.Net/Store/InputStream.cs,
7335           beagled/Lucene.Net/Store/Lock.cs,
7336           beagled/Lucene.Net/Store/MMapDirectory.cs,
7337           beagled/Lucene.Net/Store/OutputStream.cs,
7338           beagled/Lucene.Net/Store/RAMDirectory.cs,
7339           beagled/Lucene.Net/Store/RAMFile.cs,
7340           beagled/Lucene.Net/Store/RAMInputStream.cs,
7341           beagled/Lucene.Net/Store/RAMOutputStream.cs,
7342           beagled/Lucene.Net/Util/BitVector.cs,
7343           beagled/Lucene.Net/Util/Constants.cs,
7344           beagled/Lucene.Net/Util/Parameter.cs,
7345           beagled/Lucene.Net/Util/StringHelper.cs,
7346           beagled/Lucene.Net/upstream-changes/01_obtain-lock-fix.patch,
7347           beagled/Lucene.Net/upstream-changes/02_FSDirectory-custom-locking.patch,
7348           beagled/Lucene.Net/upstream-changes/03_FSDirectory-pid-in-lockfile.patch,
7349           beagled/Lucene.Net/upstream-changes/04_utc-times.patch,
7350           beagled/Lucene.Net/upstream-changes/05_FSDirectory-rename-fileshare.patch,
7351           beagled/Lucene.Net/upstream-changes/06_FSDirectory-lock-logging.patch,
7352           beagled/Lucene.Net/upstream-changes/07_TermBuffer-stringcopy.patch,
7353           beagled/Lucene.Net/upstream-changes/08_more-lock-obtain-fixes.patch,
7354           beagled/Lucene.Net/upstream-changes/09-path-combine.patch:      *
7355           beagled/Makefile.am, beagled/Lucene.Net/: Update to Lucene 1.9,
7356           and fix
7357                   a lock obtain bug.
7359 2005-10-06 13:52  joeshaw
7361         * beagled/ExtractContent.cs: Write out the MimeType based on the
7362           Filter's mime type, rather than the Indexable's
7364 2005-10-06 12:50  dsd
7366         * ChangeLog, Util/UriFu.cs:     * Util/UriFu.cs: Convert Uri's to a
7367           constructable form before
7368                   serialization.
7370 2005-10-06 11:53  dsd
7372         * ChangeLog, Util/Scheduler.cs, beagled/IndexSynchronization.cs:
7373               * Util/Scheduler.cs: Don't allow tasks to be added without a
7374           source
7375                   * beagled/IndexSynchronization.cs: Fake a source for
7376           scheduler tasks
7378 2005-10-06 08:40  dsd
7380         * ChangeLog, beagled/KopeteQueryable/KopeteQueryable.cs:        *
7381           beagled/KopeteQueryable/KopeteQueryable.cs: Set a source for
7382           scheduler
7383                   tasks. Thanks to raddy on IRC and Henry S. Thompson on
7384           bug #317997 for
7385                   helping to track this down.
7387 2005-10-05 10:36  dsd
7389         * configure.in: Bump version to 0.1.2
7391 2005-10-05 10:33  dsd
7393         * ChangeLog, configure.in, Best/BestTray.cs, Filters/FilterDOC.cs,
7394           Util/DirectoryWalker.cs, Util/GeckoUtils.cs, Util/Inotify.cs,
7395           Util/IoPriority.cs, Util/SystemInformation.cs,
7396           Util/XKeybinder.cs, glue/Makefile.am:   * glue/Makefile.am:
7397           Consolidate glue code into two libraries,
7398                   libbeagleglue and libbeagleuiglue.
7399                   * Best/BestTray.cs, Util/*: Use
7400           libbeagleglue/libbeagleuiglue
7402 2005-10-04 16:37  joeshaw
7404         * libbeagle/beagle/beagle-query.c: Change beagle_query_add_text()
7405           to use human query parts rather than text
7407 2005-10-03 16:47  trow
7409         * NEWS, configure.in: Incremented version number to 0.1.1.  Updated
7410           NEWS for release.
7412 2005-10-03 14:25  trow
7414         * Tiles/SimpleRootTile.cs: Allow beagled to be started from best on
7415           amd64.  This fixes bgo bug 317826.  Thanks for Jack Miller for
7416           the patch.
7418 2005-10-03 13:42  dsd
7420         * ChangeLog, beagled/LuceneQueryingDriver.cs:   *
7421           beagled/LuceneQueryingDriver.cs: Fix fd leak on certain codepath
7423 2005-10-03 05:42  fwang
7425         * po/: ChangeLog, zh_CN.po: Updated Simplified Chinese translation
7427 2005-09-29 05:53  al_shopov
7429         * po/: ChangeLog, bg.po: 2005-09-29  Alexander Shopov
7430           <ash@contact.bg>
7432                   * bg.po: Updated Bulgarian translation by
7433                   Rostislav Raykov <zbrox@i-space.org>
7435 2005-09-27 09:43  vvaradan
7437         * ChangeLog, Filters/FilterOpenOffice.cs:         * Fixes 317277.
7438                   Patch submitted by David Richards <drichard@largo.com>
7440                   * Filter/FilterOpenOffice.cs: Support OOo Draw files.
7442 2005-09-25 19:19  dbera
7444         * beagled/: Makefile.am, KMailQueryable/KMailIndexableGenerator.cs,
7445           KMailQueryable/KMailIndexer.cs, KMailQueryable/KMailQueryable.cs:
7446           Initial release of a KMail backend
7448 2005-09-25 11:26  aihana
7450         * po/: ChangeLog, ja.po: 2005-09-25  Takeshi AIHANA
7451           <aihana@gnome.gr.jp>
7453                   * Updated Japanese translation for HEAD.
7455 2005-09-25 10:59  hebra
7457         * po/: ChangeLog, de.po: 2005-09-25  Hendrik Brandt
7458           <heb@gnome-de.org>
7460                   * de.po: Updated German translation.
7462 2005-09-20 16:46  joeshaw
7464         * beagled/Server.cs: Don't try to call into a null executor in the
7465           Server
7467 2005-09-20 15:07  joeshaw
7469         * Util/XmlFu.cs: forgot to add this.
7471 2005-09-20 14:38  joeshaw
7473         * BeagleClient/Client.cs, Util/Conf.cs, Util/Makefile.am,
7474           beagled/Server.cs, beagled/FileSystemQueryable/FileNameFilter.cs:
7475           Force encoding for XmlSerializer to be UTF8, since it defaults to
7476           the current system encoding.  Also fix a problem with ignore that
7477           was tracked down by Lukas
7479 2005-09-20 11:51  joeshaw
7481         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Set the task.Source
7482           on the non-inotify task to avoid exceptions.  Fixes bgo #316642
7484 2005-09-19 18:17  joeshaw
7486         * beagled/Makefile.am: Compile the evolution data server backend
7487           into its own assembly, and install into the system backend
7488           directory.  This makes it possible to package separately from the
7489           rest of Beagle
7491 2005-09-19 17:58  joeshaw
7493         * Filters/FilterText.cs: Add a bunch of mime types to the plain
7494           text filter for various things in the shared-mime-info
7496 2005-09-19 12:39  joeshaw
7498         * beagled/EvolutionDataServerQueryable/: BookContainer.cs,
7499           CalContainer.cs: Add a ranting tirade against the Uri class and
7500           change the URI scheme for contacts and calendars to not throw
7501           exceptions.  Fortunately Evolution is forgiving in its URIs.
7502           Also fix a crash if we can't instantiate a Book or Cal
7504 2005-09-17 09:05  llipka
7506         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Call this what it
7507           really is called.
7509 2005-09-16 17:24  adrighem
7511         * po/: ChangeLog, nl.po: 2005-09-16  Vincent van Adrighem
7512           <adrighem@gnome.org>
7514                   * nl.po: Translation updated by Wouter Bolsterlee.
7516 2005-09-16 15:37  joeshaw
7518         * beagled/: Makefile.am,
7519           EvolutionDataServerQueryable/BookContainer.cs,
7520           EvolutionDataServerQueryable/CalContainer.cs,
7521           EvolutionDataServerQueryable/Container.cs,
7522           EvolutionDataServerQueryable/EdsSource.cs,
7523           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
7524           EvolutionDataServerQueryable/SourcesHandler.cs: Heavily refactor
7525           the EDS backend to be more compartmentalized, handle changes
7526           better, correctly remove items when sources are removed, use a
7527           new URI scheme that works with evolution 2.4/eds 1.4, and bump up
7528           the index version number to account for this
7530 2005-09-16 04:34  clyties
7532         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
7534 2005-09-15 19:25  joeshaw
7536         * beagled/: LuceneFileQueryable.cs, LuceneQueryable.cs,
7537           LuceneQueryingDriver.cs: Add a task which allows removal of all
7538           items which match a certain property
7540 2005-09-15 17:43  trow
7542         * beagled/FileSystemQueryable/: DirectoryModel.cs,
7543           DirectoryState.cs, FileCrawlTask.cs, FileSystemQueryable.cs:
7544           Better handling of directories with funny permissions.  This
7545           fixes bnc 117362.
7547 2005-09-15 12:59  trow
7549         * Filters/Makefile.am: Remove FilterGst.cs from the build.
7551 2005-09-15 12:43  trow
7553         * libbeagle/docs/reference/.cvsignore: Be quiet!
7555 2005-09-15 12:40  trow
7557         * NEWS: Updated for release.
7559 2005-09-15 12:37  trow
7561         * configure.in: Require mono 1.1.7.  (Actually, you should upgrade
7562           to 1.1.9.)
7564 2005-09-15 12:05  joeshaw
7566         * Util/Scheduler.cs: Keep track of the number of tasks we've
7567           processed in a given run through the scheduler, and if we pass a
7568           threshold, delay for a bit so that we don't peg the CPU
7570 2005-09-15 05:28  knvijay
7572         * beagled/WebServices/WebServiceProxy.cs: Restoring correct
7573           WebServiceProxy.cs
7575 2005-09-15 04:33  fhedberg
7577         * beagled/Makefile.am: Move undeclared variables.
7579 2005-09-15 04:31  fhedberg
7581         * BeagleClient/Makefile.am: Remove undeclared variables.
7583 2005-09-15 04:01  knvijay
7585         * beagled/WebServices/: WebFrontEnd.cs, WebServiceBackEnd.cs: Added
7586           exception handling in WebFrontEnd
7588 2005-09-14 14:31  dsd
7590         * po/: ChangeLog, pl.po:        * pl.po: Add missing \n
7592 2005-09-14 10:08  llipka
7594         * Util/CommandLineFu.cs, bludgeon/Bludgeon.cs: *
7595           Util/CommandLineFu.cs - Update the options spacing *
7596           bludgeon/Bludgeon.cs - Don't crash if we pass the --help option
7598 2005-09-13 15:33  trow
7600         * beagled/beagled.in, bludgeon/bludgeon.in, tools/wrapper.in: Allow
7601           the path to an alternative mono runtime to be specified by the
7602           BEAGLE_MONO_RUNTIME env variable.
7604 2005-09-13 15:32  trow
7606         * bludgeon/Bludgeon.cs: Added --slowdown option.  Fixed
7607           --total-time to be treated as a number of minutes, not seconds.
7609 2005-09-13 14:33  trow
7611         * configure.in: Incremented version number to 0.1.0.
7613 2005-09-12 15:19  joeshaw
7615         * beagled/QueryDriver.cs: Also fix --add-static-queryable
7617 2005-09-12 15:13  joeshaw
7619         * beagled/QueryDriver.cs: Fix a bug in which you couldn't specify
7620           system queryables to --allow-backend or --deny-backend
7622 2005-09-11 17:58  trow
7624         * beagled/FileSystemQueryable/: FileSystemQueryable.cs,
7625           LuceneNameResolver.cs: Another fix for corner cases related to
7626           bnc bug 116240.
7628 2005-09-09 17:31  joeshaw
7630         * libbeagle/beagle/: beagle-client.c, beagle-client.h,
7631           beagle-parser.c: Add a beagle_client_new_from_socket_path()
7632           function.  Add a comment about behavior in beagle-parser.c
7634 2005-09-09 15:47  trow
7636         * beagled/: FileAttributesStore.cs,
7637           FileSystemQueryable/FileSystemQueryable.cs: Unconditionally
7638           assign a new unique ID to added files.  This correctly handles
7639           copied files, fixing bnc bug 116240.
7641 2005-09-09 07:51  llipka
7643         * beagled/: LuceneFileQueryable.cs, StaticQueryable.cs: If we can't
7644           access a file/path, drop it.
7646 2005-09-08 16:03  dbera
7648         * ChangeLog, beagled/ExtractContent.cs: 2005-09-08  Debajyoti Bera
7649           <dbera.web@gmail.com>
7651                   * beagled/ExtractContent.cs: Fixed crasher #314716 and
7652           added
7653                   mimetype option to beagle-extract-content
7655 2005-09-08 14:20  joeshaw
7657         * beagled/: LuceneCommon.cs, LuceneQueryingDriver.cs: Don't pass
7658           back empty boolean queries if there aren't any terms in a text
7659           part (because stop words are stripped, for example).  This
7660           prevents any results from coming back at all
7662 2005-09-08 14:07  trow
7664         * Util/Inotify.cs, glue/inotify-glue.c: When snarfing inotify
7665           events, don't poll to check if Inotify.Stop has been called.
7666           This fixes (at least partially) bnc bug 115566.
7668 2005-09-08 00:28  trow
7670         * Filters/FilterAbiword.cs: Added support for gzipped abiword
7671           files.  This fixes bgo bug 315460.
7673 2005-09-07 23:49  trow
7675         * beagled/: BuildIndex.cs,
7676           FileSystemQueryable/DirectoryIndexableGenerator.cs,
7677           FileSystemQueryable/TreeCrawlTask.cs: Better symlink handling.
7678           This fixes bgo bug 315469.
7680 2005-09-07 18:41  joeshaw
7682         * beagled/BuildIndex.cs: Add a --disable-restart option to
7683           beagle-build-index
7685 2005-09-07 16:21  joeshaw
7687         * beagled/BuildIndex.cs: Some more sanity checks for
7688           beagle-build-index
7690 2005-09-07 16:11  joeshaw
7692         * beagled/BuildIndex.cs: Give a better error when --target isn't
7693           provided.  Use Logger.Log.Error for errors
7695 2005-09-07 15:59  joeshaw
7697         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
7698           Fix a stupid thinko when escaping backslashes
7700 2005-09-07 14:12  joeshaw
7702         * mozilla-extension/content/beagleOverlay.js: Keep the firefox
7703           extension from freaking out if ~/.beagle doesn't exist
7705 2005-09-07 07:24  yairhr
7707         * ChangeLog, configure.in, po/ChangeLog, po/he.po: [no log message]
7709 2005-09-07 01:28  trow
7711         * Util/Scheduler.cs, beagled/IndexerRequest.cs,
7712           beagled/LuceneQueryable.cs, beagled/RemoteIndexer.cs: Better
7713           clean-up of /tmp files on daemon shutdown.  This fixes a few more
7714           cases of bnc bug 113626.
7716 2005-09-06 23:20  trow
7718         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Carefully
7719           keep track of uids in memory until they have been written out to
7720           the index.  We can use this information to recover gracefully in
7721           certain cases where where things change out from underneath us on
7722           the filesystem.
7724 2005-09-06 22:24  trow
7726         * beagled/FileSystemQueryable/FileSystemQueryable.cs: When
7727           scheduling the removal of a file, actually use the indexable that
7728           we went to the trouble to construct.  This fixes the "deletes"
7729           part of bnc bug 113869.
7731 2005-09-06 17:08  trow
7733         * BeagleClient/Indexable.cs: Remove some debug spew that I left
7734           turned on by mistake.
7736 2005-09-06 16:55  trow
7738         * Filters/FilterPdf.cs, Util/Scheduler.cs,
7739           beagled/LuceneQueryable.cs: Fixed our calculation of the
7740           highest-priority task in the presence of Priority.Maintenance
7741           tasks.  This fixes bnc bug 113626.
7743           Pass the -q argument to pdftotext in our filter.  This keeps us
7744           from spewing control characters to the console when we encounter
7745           a malformed pdf file.
7747           Removed a bit of debug spew.
7749 2005-09-06 14:06  dsd
7751         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
7752               * beagled/FileSystemQueryable/FileSystemQueryable.cs: Forget
7753           internal
7754                   directory references when appropriate.
7756 2005-09-06 10:03  tsola
7758         * po/: ChangeLog, nb.po, no.po: 2005-09-06  Terance Sola
7759           <terance@lyse.net>
7761                   * nb.po: Updated Norwegian bokmål translation.
7762                   * no.po: Same.
7764 2005-09-05 20:44  ituohela
7766         * ChangeLog, configure.in, po/ChangeLog, po/fi.po: Added Finnish
7767           translation
7769 2005-09-04 11:09  llipka
7771         * doc/TODO-integration: Update this a little.
7773 2005-09-02 15:18  trow
7775         * BeagleClient/Indexable.cs, beagled/Filter.cs,
7776           beagled/FilterFactory.cs, beagled/LuceneIndexingDriver.cs:
7777           Tighten up the code responsible for cleaning up temporary files.
7778           This is the beginning of a fix for bnc 113626.
7780 2005-09-02 14:09  trow
7782         * beagled/FileSystemQueryable/FileCrawlTask.cs: If we can't crawl a
7783           directory, mark it as clean and proceed.  This fixes bug 315139.
7785 2005-09-01 11:33  clahey
7787         * ChangeLog, Util/gnome.cs: 2005-09-01  Chris Lahey
7788           <clahey@ximian.com>
7790                   * Util/gnome.cs: Use file_mime_type stuff and use slow if
7791           file
7792                   extension is .xml.
7794 2005-09-01 00:46  trow
7796         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Drop child
7797           indexables in the file system backend.  This fixes (well, it
7798           would be more accurate to say that it punts) bug #314999.
7800 2005-08-31 18:26  serrador
7802         * po/: ChangeLog, es.po: 2005-09-01  Francisco Javier F. Serrador
7803           <serrador@cvs.gnome.org>
7805                   * es.po: Updated Spanish translation.
7807 2005-08-31 18:19  trow
7809         * beagled/: BuildIndex.cs, IndexerReceipts.cs,
7810           LuceneIndexingDriver.cs: Properly set the parent of child
7811           indexables.  In beagle-build-index, don't try to set file
7812           attributes on children.  This fixes bug 314885.
7814 2005-08-31 18:04  trow
7816         * beagled/LuceneQueryable.cs: Don't accept queries if the backend's
7817           index is empty.  This fixes bug 314990.
7819 2005-08-31 15:33  vvaradan
7821         * ChangeLog, Filters/FilterSource.cs:         *
7822           Filters/FilterSource.cs: Reset the line type to none if the line
7823                   that was being parsed was a single-line-comment without a
7824           trailing
7825                   backslash or language style is either lisp or c#.
7827 2005-08-30 23:06  trow
7829         * bludgeon/: FileModel.cs, TestBasic.cs, TestMove.cs, Token.cs:
7830           Some small Bludgeon clean-ups.
7832 2005-08-30 17:45  joeshaw
7834         *
7835           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
7836           Index all IM accounts, not just the first one listed
7838 2005-08-30 16:06  jmas
7840         * po/: ChangeLog, ca.po: Updated Catalan translation
7842 2005-08-30 14:58  trow
7844         * Util/Inotify.cs: A patch from Daniel Drake: Maintain the
7845           parent-child relationship stuff when we move watches around.
7846           Fixes bug #314329.
7848 2005-08-30 06:54  dsd
7850         * Util/StringFu.cs: Add some comments to aid the translators
7852 2005-08-29 18:38  rodrigo
7854         * ChangeLog, configure.in, glue/eggtrayicon.c, glue/eggtrayicon.h:
7855           2005-08-29  Rodrigo Moya <rodrigo@novell.com>
7857                   * glue/eggtrayicon.[ch]: updated from libegg.
7859                   * configure.in: define GETTEXT_PACKAGE for libegg.
7861 2005-08-29 17:24  dsd
7863         * Util/: Makefile.am, Tag.cs: Remove more gst-sharp stuff
7865 2005-08-29 16:13  dsd
7867         * Filters/FilterApe.cs, Filters/FilterFlac.cs,
7868           Filters/FilterGst.cs, Filters/FilterMp3.cs, Filters/FilterMpc.cs,
7869           Filters/FilterOgg.cs, Util/ApeReader.cs, Util/FlacReader.cs,
7870           Util/Mp3Reader.cs, Util/OggReader.cs: Remove obselete audio
7871           filtering files
7873 2005-08-29 16:09  dsd
7875         * ChangeLog, configure.in, Filters/FilterMusic.cs,
7876           Filters/Makefile.am, Filters/entagged-sharp/AudioFile.cs,
7877           Filters/entagged-sharp/AudioFileIO.cs,
7878           Filters/entagged-sharp/AudioFileWrapper.cs,
7879           Filters/entagged-sharp/EncodingInfo.cs,
7880           Filters/entagged-sharp/EntaggedTest.cs,
7881           Filters/entagged-sharp/Tag.cs,
7882           Filters/entagged-sharp/entagged-sharp.sources,
7883           Filters/entagged-sharp/sync-tree.sh,
7884           Filters/entagged-sharp/Ape/MonkeyFileReader.cs,
7885           Filters/entagged-sharp/Ape/Util/ApeTagReader.cs,
7886           Filters/entagged-sharp/Ape/Util/MonkeyDescriptor.cs,
7887           Filters/entagged-sharp/Ape/Util/MonkeyHeader.cs,
7888           Filters/entagged-sharp/Ape/Util/MonkeyInfoReader.cs,
7889           Filters/entagged-sharp/Ape/Util/WavFormatHeader.cs,
7890           Filters/entagged-sharp/Ape/Util/WavRIFFHeader.cs,
7891           Filters/entagged-sharp/Exceptions/CannotReadException.cs,
7892           Filters/entagged-sharp/Flac/FlacFileReader.cs,
7893           Filters/entagged-sharp/Flac/Util/FlacInfoReader.cs,
7894           Filters/entagged-sharp/Flac/Util/FlacTagReader.cs,
7895           Filters/entagged-sharp/Flac/Util/MetadataBlockDataStreamInfo.cs,
7896           Filters/entagged-sharp/Flac/Util/MetadataBlockHeader.cs,
7897           Filters/entagged-sharp/Mp3/Id3Tag.cs,
7898           Filters/entagged-sharp/Mp3/Mp3FileReader.cs,
7899           Filters/entagged-sharp/Mp3/Util/Id3v1TagReader.cs,
7900           Filters/entagged-sharp/Mp3/Util/Id3v23TagReader.cs,
7901           Filters/entagged-sharp/Mp3/Util/Id3v2TagReader.cs,
7902           Filters/entagged-sharp/Mp3/Util/Id3v2TagSynchronizer.cs,
7903           Filters/entagged-sharp/Mp3/Util/LameMPEGFrame.cs,
7904           Filters/entagged-sharp/Mp3/Util/MPEGFrame.cs,
7905           Filters/entagged-sharp/Mp3/Util/Mp3InfoReader.cs,
7906           Filters/entagged-sharp/Mp3/Util/XingMPEGFrame.cs,
7907           Filters/entagged-sharp/Mp3/Util/Id3frames/ApicId3Frame.cs,
7908           Filters/entagged-sharp/Mp3/Util/Id3frames/CommId3Frame.cs,
7909           Filters/entagged-sharp/Mp3/Util/Id3frames/GenericId3Frame.cs,
7910           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
7911           Filters/entagged-sharp/Mp3/Util/Id3frames/TextId3Frame.cs,
7912           Filters/entagged-sharp/Mpc/MpcFileReader.cs,
7913           Filters/entagged-sharp/Mpc/Util/MpcHeader.cs,
7914           Filters/entagged-sharp/Mpc/Util/MpcInfoReader.cs,
7915           Filters/entagged-sharp/Ogg/OggFileReader.cs,
7916           Filters/entagged-sharp/Ogg/OggTag.cs,
7917           Filters/entagged-sharp/Ogg/Util/OggInfoReader.cs,
7918           Filters/entagged-sharp/Ogg/Util/OggPageHeader.cs,
7919           Filters/entagged-sharp/Ogg/Util/OggTagReader.cs,
7920           Filters/entagged-sharp/Ogg/Util/VorbisCodecHeader.cs,
7921           Filters/entagged-sharp/Ogg/Util/VorbisTagReader.cs,
7922           Filters/entagged-sharp/Tracker/TrackerFileReader.cs,
7923           Filters/entagged-sharp/Tracker/Util/TrackerTagReader.cs,
7924           Filters/entagged-sharp/Util/AudioFileReader.cs,
7925           Filters/entagged-sharp/Util/ByteBuffer.cs,
7926           Filters/entagged-sharp/Util/CustomAttributes.cs,
7927           Filters/entagged-sharp/Util/TagField.cs,
7928           Filters/entagged-sharp/Util/Utils.cs:  * Filters/entagged-sharp/:
7929           Import entagged-sharp
7930                   * Filters/FilterMusic.cs, Filters/Makefile.am,
7931           configure.in: New
7932                   entagged-sharp-based audio file filter. Remove gst-sharp
7933           stuff.
7935 2005-08-29 15:43  joeshaw
7937         * beagled/: FilterFactory.cs, RemoteIndexer.cs: Walk across the
7938           list of indexables and store the streams for the ones to be added
7939           before we pass the indexables to the helper process.  Fixes a
7940           problem where mail bodies aren't being indexed.  Also fix usage
7941           of GetTextReader() and GetBinaryStream() in FilterFactory.  These
7942           delete temporary streams so we can only use them once.
7944 2005-08-29 02:57  trow
7946         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Slightly less
7947           debug spew.
7949 2005-08-29 02:36  trow
7951         * beagled/HitRegulator.cs: This is obsolete too.
7953 2005-08-29 02:35  trow
7955         * beagled/: LuceneDriver.cs, NameIndex.cs: Removed obsolete code.
7957 2005-08-29 02:16  trow
7959         * beagled/: EvolutionMailDriver/EvolutionMailDriver.cs,
7960           FileSystemQueryable/FileSystemQueryable.cs: Correctly set the
7961           source on some crawler-type tasks.
7963 2005-08-29 02:05  trow
7965         * tools/Makefile.am: A small make distcheck fix.
7967 2005-08-29 01:39  trow
7969         *
7970           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
7971           Replace a few more instances of indexable.Type with
7972           indexable.HitType.
7974 2005-08-29 01:34  trow
7976         * configure.in, BeagleClient/IIndexableGenerator.cs,
7977           BeagleClient/Indexable.cs, BeagleClient/Query.cs,
7978           Filters/FilterDocbook.cs, Filters/FilterMail.cs,
7979           Filters/FilterMonodoc.cs, Util/Inotify.cs, beagled/BuildIndex.cs,
7980           beagled/FilterFactory.cs, beagled/IIndexer.cs,
7981           beagled/IndexWebContent.cs, beagled/IndexerReceipts.cs,
7982           beagled/IndexerRequest.cs, beagled/LuceneCommon.cs,
7983           beagled/LuceneFileQueryable.cs, beagled/LuceneIndexingDriver.cs,
7984           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
7985           beagled/Makefile.am, beagled/RemoteIndexer.cs,
7986           beagled/RemoteIndexerRequest.cs, beagled/beagled-index-helper.in,
7987           beagled/AkregatorQueryable/AkregatorQueryable.cs,
7988           beagled/BlamQueryable/BlamQueryable.cs,
7989           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
7990           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
7991           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
7992           beagled/FileSystemQueryable/FileSystemQueryable.cs,
7993           beagled/GaimLogQueryable/GaimLogQueryable.cs,
7994           beagled/IndexHelper/RemoteIndexerExecutor.cs,
7995           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
7996           beagled/KopeteQueryable/KopeteQueryable.cs,
7997           beagled/LifereaQueryable/LifereaQueryable.cs,
7998           beagled/TomboyQueryable/TomboyQueryable.cs, bludgeon/Bludgeon.cs,
7999           bludgeon/Daemon.cs, bludgeon/FileModel.cs,
8000           bludgeon/HammerAttribute.cs, bludgeon/IHammer.cs,
8001           bludgeon/Log.cs, bludgeon/Makefile.am, bludgeon/SanityCheck.cs,
8002           bludgeon/TestBasic.cs, bludgeon/TestMove.cs, bludgeon/Toolbox.cs,
8003           libbeagle/beagle/beagle-query.c: A big commit, but not as big as
8004           it looks.  Some things were renamed (i.e. indexable.Type became
8005           indexable.HitType) and some APIs changed in minor ways (i.e. the
8006           addition of the PostFlushHook method to IIndexableGenerator),
8007           which required me to make trivial modifications to most of the
8008           backends.
8010           Incremented version number of 0.0.13.2.
8012           More Lucene refactoring: The process of adding and flushing an
8013           index is much cleaner, and we carry around our state in a much
8014           more natural way.  This allowed the file system backend to be
8015           simplified further while at the same time fixing various races.
8017           Mail backend fixes: Set the fixme:date property on imap messages
8018           w/o content.  Deal gracefully with imap folders where we can't
8019           find the account.
8021           Bludgeon: Added all sorts of fancy new features.  You can now
8022           control how the test tree is modified, how many iterations, etc.
8023           from the command line.
8025 2005-08-28 05:18  pkst
8027         * po/: ChangeLog, el.po: Updated Greek Translation
8029 2005-08-26 08:44  clyties
8031         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
8033 2005-08-26 04:20  knvijay
8035         * beagled/WebServices/WebServiceBackEnd.cs: added missing score
8036           assignment
8038 2005-08-26 03:14  knvijay
8040         * beagled/WebServices/: NetBeagleHandler.cs, WebBackEnd.cs,
8041           WebServiceBackEnd.cs, WebServiceFrontEnd.cs, WebServiceProxy.cs:
8042           Added formal data types for GetResults & GetSnippets WebService
8043           request arguments
8045 2005-08-25 18:33  joeshaw
8047         * configure.in, BeagleClient/Client.cs, BeagleClient/QueryPart.cs,
8048           Filters/FilterPPT.cs, beagled/Server.cs,
8049           libbeagle/beagle/Makefile.am, libbeagle/beagle/beagle-private.h,
8050           libbeagle/beagle/beagle-query-part-date.c,
8051           libbeagle/beagle/beagle-query-part-date.h,
8052           libbeagle/beagle/beagle-query-part-human.c,
8053           libbeagle/beagle/beagle-query-part-human.h,
8054           libbeagle/beagle/beagle-query-part-or.c,
8055           libbeagle/beagle/beagle-query-part-or.h,
8056           libbeagle/beagle/beagle-query-part-property.c,
8057           libbeagle/beagle/beagle-query-part-property.h,
8058           libbeagle/beagle/beagle-query-part-text.c,
8059           libbeagle/beagle/beagle-query-part-text.h,
8060           libbeagle/beagle/beagle-query-part.c,
8061           libbeagle/beagle/beagle-query-part.h,
8062           libbeagle/beagle/beagle-query.c,
8063           libbeagle/beagle/beagle-request.c: Add --enable-xml-dump
8064           configure option for seeing the XML messages before they are
8065           sent.
8067           Change the XML format to name subparts as Part rather than
8068           SubPart in OR parts to make things easier in C.
8070           Add OR parts to libbeagle, and generally clean up the query part
8071           stuff there a lot.  Add docs.
8073           Fix up the PowerPoint filter a little bit to correctly report
8074           error when it can't parse
8076 2005-08-25 11:19  trow
8078         * beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
8079           beagled/RemoteIndexer.cs, Util/Scheduler.cs: Fine-tuned the way
8080           index optimizes get scheduled, based on feedback from Joe.
8082           Fixed a stupid bug in the scheduler.
8084           Removed some debug spew.
8086 2005-08-25 08:46  knvijay
8088         * ChangeLog: ChangeLog
8090 2005-08-25 08:38  knvijay
8092         * beagled/WebServices/: NetBeagleHandler.cs, WebBackEnd.cs,
8093           WebServiceBackEnd.cs, WebServiceFrontEnd.cs, WebServiceProxy.cs:
8094           Fixed logic for GetSnippets to use hashids of hits as unique ids.
8095           Removed duplicate definitions of web service data types
8097 2005-08-24 15:10  joeshaw
8099         * beagled/BuildIndex.cs: oops, still set idle priority
8101 2005-08-24 14:21  joeshaw
8103         * Util/ExceptionHandlingThread.cs, beagled/BuildIndex.cs: Have the
8104           beagle-build-index program restart itself if its memory usage
8105           gets out of hand.  This means that it has to recrawl the
8106           directories, which is suboptimal, but in my experience it isn't
8107           too bad for documentation
8109 2005-08-24 11:39  joeshaw
8111         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
8112           Escape backslashes in the path so that the mail backend works
8113           with IMAP against Exchange servers
8115 2005-08-23 23:58  trow
8117         * Util/Scheduler.cs: Fixed a stupid typo.
8119 2005-08-23 19:18  trow
8121         * Util/Scheduler.cs, beagled/LuceneQueryable.cs: Scheduler.cs: Add
8122           a "Maintenance" priority to the scheduler, and track the source
8123           of every task.  A maintenance task is only executed after all
8124           immediate or delayed tasks *for that source* have been executed.
8125           Thus maintenance tasks will only execute after all crawlers, etc.
8126           are finished.  In most backends this will only happen when the
8127           data is fully indexed/crawled and the index is in a complete
8128           known state.
8130           LuceneQueryable.cs: Attach a source to the tasks we create.  Move
8131           index optimizes into a maintenance task, to avoid unnecessary
8132           optimizes during indexing.
8134 2005-08-23 17:02  kelemeng
8136         * po/: ChangeLog, hu.po: 2005-08-23  Gabor Kelemen
8137           <kelemeng@gnome.hu>
8139                   * hu.po: Hungarian translation updated.
8141 2005-08-23 11:40  joeshaw
8143         * beagled/: BuildIndex.cs, ManageIndex.cs: Set IO priorities to
8144           idle in beagle-build-index and beagle-manage-index
8146 2005-08-22 17:56  joeshaw
8148         * Best/Best.cs, glue/tomboykeybinder.c, glue/tomboykeybinder.h:
8149           Don't add options that we don't recognize to the query.  Update
8150           the keybinder code that was stolen from tomboy
8152 2005-08-22 15:26  dsd
8154         * configure.in: Disable sqlite3 for now, seems unreliable
8156 2005-08-22 15:02  joeshaw
8158         * tools/: .cvsignore, Makefile.am, beagle-crawl-system.crontab.in:
8159           Don't run crawl-system as part of cron.daily.  It can happen at
8160           any time and on SUSE it'll start within 15 minutes of the first
8161           boot.  crawl-system is an expensive operation and we don't want
8162           it to happen that early.  So schedule it to run at 4:30 am and
8163           put it in cron.d instead
8165 2005-08-20 19:34  dsd
8167         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
8168               * beagled/FileSystemQueryable/FileSystemQueryable.cs: Fix
8169           obvious typo
8170                   which fixes renaming of files.
8172 2005-08-20 18:53  dsd
8174         * ChangeLog, configure.in, Util/ExternalStringsHack.cs.in,
8175           Util/Makefile.am, beagled/FileAttributesStore_Sqlite.cs,
8176           beagled/TextCache.cs:       * configure.in,
8177           Util/ExternalStringsHack.cs.in, Util/Makefile.am,
8178                   beagled/FileAttributesStore_Sqlite.cs,
8179           beagled/TextCache.cs:
8180                   Really support (and prefer) sqlite 3.x - requires a
8181           modified connection
8182                   string.
8184 2005-08-20 15:45  llipka
8186         * Util/ExtendedAttribute.cs: Fix the Exist () method return value
8187           check.
8189 2005-08-19 16:56  joeshaw
8191         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: remove
8192           redundant message
8194 2005-08-19 16:52  joeshaw
8196         * beagled/EvolutionMailDriver/: EvolutionMailDriver.cs,
8197           EvolutionMailIndexableGenerator.cs, MailCrawler.cs: Fix some
8198           nasty inefficiencies in the startup for the mail backend.  Should
8199           fix a lot of pegging of the CPU at startup
8201 2005-08-19 14:05  knvijay
8203         * beagled/WebServices/: ExternalAccessFilter.cs,
8204           NetBeagleHandler.cs, WebBackEnd.cs, WebServiceBackEnd.cs,
8205           WebServiceFrontEnd.cs, WebServiceProxy.cs: Updates to align with
8206           changes in Hit class
8208 2005-08-19 13:32  trow
8210         * glue/inotify-glue.c: Don't spew warnings to the stderr if our
8211           call to poll fails with EINTR.
8213 2005-08-19 11:54  joeshaw
8215         * configure.in, bludgeon/Makefile.am: bump version to 0.0.13.1 and
8216           fix some distcheck issues
8218 2005-08-19 11:04  joeshaw
8220         * Makefile.am, configure.in, Best/BestTray.cs, Best/BestWindow.cs,
8221           Filters/FilterPPT.cs, ImLogViewer/ImLogWindow.cs: gtk-sharp 2.0
8222           support; require new versions of everything, port all the broken
8223           and obsolete code to new widgets.  Includes a patch from Lluís
8224           Pàmies
8226 2005-08-19 00:45  adamw
8228         * po/: ChangeLog, en_CA.po:
8229           2005-08-19  Adam Weinberger  <adamw@gnome.org>
8231                   * en_CA.po: Updated Canadian English translation.
8233 2005-08-18 19:51  dsd
8235         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
8236                   * beagled/FileSystemQueryable/FileSystemQueryable.cs:
8237           Update the last
8238                   crawl time in the DirectoryModel after we have crawled a
8239           directory. Thanks
8240                   to Debajyoti Bera for debugging this.
8242 2005-08-18 17:37  joeshaw
8244         * libbeagle/beagle/beagle-query-part-property.c: Send along the
8245           type data in a QueryPart from libbeagle.  Fix from D Bera
8247 2005-08-18 17:13  trow
8249         * BeagleClient/Hit.cs, Tiles/Template.cs, beagled/GoogleDriver.cs,
8250           beagled/LuceneCommon.cs, beagled/LuceneQueryable.cs,
8251           beagled/LuceneQueryingDriver.cs,
8252           beagled/WebServices/NetBeagleHandler.cs,
8253           beagled/WebServices/WebServiceBackEnd.cs,
8254           beagled/WebServices/WebServiceProxy.cs, bludgeon/Bludgeon.cs,
8255           libbeagle/beagle/beagle-hit.c, libbeagle/beagle/beagle-hit.h,
8256           libbeagle/beagle/beagle-hits-added-response.c,
8257           libbeagle/beagle/beagle-private.h: Compute lucene-style scores
8258           for our hits.
8260           Removed deprecated properties from the Hit object.
8262 2005-08-18 14:52  rml
8264         * glue/: ioprio-glue.c, tomboykeybinder.c, vmsize-glue.c:
8265           Misc. warning fixes for glue/
8267 2005-08-18 14:46  rml
8269         * Util/Inotify.cs, glue/inotify-glue.c: Optimize to the hilt
8270           glue/inotify-glue.c
8272 2005-08-18 14:19  knvijay
8274         * beagled/WebServices/WebServiceBackEnd.cs: Minor Fix
8276 2005-08-18 13:51  trow
8278         * beagled/TextCache.cs: Turned off some debug spew that I turned on
8279           by mistake in the last commit.
8281 2005-08-18 13:50  trow
8283         * beagled/LuceneCommon.cs, beagled/LuceneQueryable.cs,
8284           beagled/TextCache.cs, bludgeon/Bludgeon.cs, bludgeon/Daemon.cs:
8285           Allow the scheduled optimizations to be disabled with an
8286           environment variable.  This is useful for bludgeon.
8288           Check for null when looking for dangling locks.
8290 2005-08-18 13:09  joeshaw
8292         *
8293           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8294           Wrap opening of addressbooks and calendars in a try-catch and
8295           report the error.  Fixes bnc #105462
8297 2005-08-18 11:36  vvaradan
8299         * ChangeLog, Filters/FilterSource.cs, beagled/LuceneCommon.cs:
8300              * Filters/FilterSource.cs: Last word of a non-commented line
8301           is
8302                   not indexed in case of source-code files other than
8303           Python.
8305                   Patch from Debajyoti Bera <dbera.web@gmail.com>
8306                   * beagled/LuceneCommon.cs: in the previous branch,
8307           non-keyword
8308                   properties were stored as prop:_: in the current version,
8309           they are
8310                   stored as prop:t: So the analyzer should search for
8311           "prop:t" to
8312                   determine if its a keyword query.
8314 2005-08-18 07:30  chliao
8316         * po/: ChangeLog, zh_TW.po:
8317           2005-08-18  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
8319                   * zh_TW.po: Updated Traditional Chinese translation.
8321 2005-08-18 01:04  trow
8323         * Util/Scheduler.cs, beagled/FilterFactory.cs,
8324           beagled/LuceneCommon.cs, beagled/LuceneQueryable.cs,
8325           beagled/LuceneQueryingDriver.cs, beagled/TextCache.cs,
8326           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
8327           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
8328           beagled/FileSystemQueryable/CrawlTask.cs,
8329           beagled/FileSystemQueryable/FileCrawlTask.cs,
8330           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8331           beagled/IndexHelper/IndexHelper.cs, bludgeon/Bludgeon.cs,
8332           bludgeon/Daemon.cs: A major overhaul of the Scheduler.
8334           Schedule a lucene index optimization after every flush, where the
8335           delay is a function of the number of segments.
8337           Turn off some debug spew.
8339           Removed dead code.
8341 2005-08-17 16:35  gekker
8343         * ChangeLog, tools/beagle-crawl-system.in: 2005-08-17  Gary Ekker
8344           <gekker@novell.com>
8346                   * tools/beagle-crawl-system.in (CRAWL_USER): change the
8347           user to
8348                   beagleindex, using nobody is a security breach
8349                   Bug #104645 (b.n.c).
8351 2005-08-17 08:02  llipka
8353         * configure.in: The 'okej' dude forgot to add mk to ALL_LINGUAS
8355 2005-08-17 05:57  knvijay
8357         * ChangeLog: [no log message]
8359 2005-08-17 05:47  knvijay
8361         * beagled/WebServices/ExternalAccessFilter.cs: FilterHit for
8362           external accesses to allow only File resources
8364 2005-08-16 19:21  dsd
8366         * Best/BestTray.cs:     * Best/BestTray.cs: Wording improvements
8367           thanks to Adam Weinberger in
8368                   bug #313405.
8370 2005-08-16 19:05  dsd
8372         * ChangeLog, Tiles/TileMailMessage.cs,
8373           Tiles/template-mail-message.html:        *
8374           Tiles/TileMailMessage.cs:
8375                   Use fixme:date as the date field. Only open evolution
8376           mail in
8377                   evolution. Don't display the "Reply" link for
8378           non-evolution mail.
8380 2005-08-16 18:19  dsd
8382         * ChangeLog, Tiles/TileMailMessage.cs:  * Tiles/TileMailMessage.cs:
8383           Add message/rfc822 mimetype for filesystem
8384                   hits.
8386 2005-08-16 17:37  trow
8388         * bludgeon/.cvsignore: Be quiet!
8390 2005-08-16 17:35  trow
8392         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs,
8393           RemoteIndexerRequest.cs,
8394           FileSystemQueryable/FileSystemQueryable.cs,
8395           Lucene.Net/Store/FSDirectory.cs: Be much more careful about how
8396           we handle dangling locks.  Added LuceneCommon.GetBlockOfHits for
8397           use by index-cleaning tasks.
8399 2005-08-16 17:33  trow
8401         * beagled/IndexHelper/: IndexHelper.cs, RemoteIndexerExecutor.cs:
8402           Shut down the helper process if it has been idle for more than 5
8403           minutes.  Be more careful about locking.  Poll a bit less often.
8405 2005-08-16 17:13  trow
8407         * beagled/TextCache.cs: Be more paranoid about locking.
8409 2005-08-16 17:10  trow
8411         * bludgeon/: Daemon.cs, FileModel.cs: Added FileModel.Touch and
8412           Daemon.PingOnce.
8414 2005-08-16 16:53  knvijay
8416         * beagled/WebServices/WebFrontEnd.cs: [no log message]
8418 2005-08-16 16:44  knvijay
8420         * beagled/WebServices/: WebFrontEnd.cs, WebServiceBackEnd.cs: oops
8421           - this version should have all the changes
8423 2005-08-16 16:33  knvijay
8425         * beagled/WebServices/WebServiceBackEnd.cs: minor fix
8427 2005-08-16 16:25  knvijay
8429         * beagled/WebServices/: WebBackEnd.cs, WebFrontEnd.cs,
8430           WebServiceBackEnd.cs: Support for rendering Images and fixes for
8431           recent changes in Beagle daemon
8433 2005-08-16 14:22  trow
8435         * beagled/QueryExecutor.cs: Disconnect from the
8436           QueryDriver.ChangedEvent when cleaning up after ourselves.
8438 2005-08-16 14:04  trow
8440         * BeagleClient/Query.cs, beagled/QueryDriver.cs: Added
8441           QueryDriver.DoQueryLocal for the benefit of the web services, or
8442           anything else that wants to process a query internal to the
8443           daemon.
8445 2005-08-16 12:13  kelemeng
8447         * po/: ChangeLog, hu.po: 2005-08-16  Gabor Kelemen
8448           <kelemeng@gnome.hu>
8450                   * hu.po: Hungarian translation updated.
8452 2005-08-16 11:48  joeshaw
8454         * Tiles/TileFile.cs: Thumbnail file hits.  Based on a patch from D
8455           Bera
8457 2005-08-15 12:51  hebra
8459         * po/: ChangeLog, de.po: 2005-08-15  Hendrik Brandt
8460           <heb@gnome-de.org>
8462                   * de.po: Updated German translation.
8464 2005-08-15 10:34  stojmir
8466         * po/mk.po: ok
8468 2005-08-15 00:26  trow
8470         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
8471           BeagleClient/Query.cs, BeagleClient/QueryPart.cs,
8472           BeagleClient/RemoteControl.cs, beagled/IIndexer.cs,
8473           beagled/LuceneBitArray.cs, beagled/LuceneCommon.cs,
8474           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
8475           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
8476           beagled/ManageIndex.cs, beagled/QueryResult.cs,
8477           beagled/RemoteControlExecutors.cs, beagled/RemoteIndexer.cs,
8478           beagled/RemoteIndexerRequest.cs,
8479           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8480           bludgeon/Bludgeon.cs, bludgeon/Daemon.cs, bludgeon/FileModel.cs,
8481           bludgeon/QueryFu.cs, bludgeon/SanityCheck.cs, bludgeon/Token.cs,
8482           libbeagle/beagle/beagle-query-part.c,
8483           libbeagle/beagle/beagle-query-part.h: Query logic fixes.
8485           All sorts of bludgeon hacking.
8487           Added some optimize-related infrastructure, and a way to request
8488           a full index optimization via RemoteControl.
8490           Small changes to our lucene index format: I moved the mime type
8491           and hit type out of special fields and into properties.  Some
8492           deprecated APIs remain behind to avoid breaking anything.
8494 2005-08-14 13:57  stojmir
8496         * po/mk.po: okej
8498 2005-08-14 13:54  llipka
8500         * Util/: Galago.cs, PullingReader.cs, StringFu.cs: Remove obsolete
8501           stuff that produced compile warnings.
8503 2005-08-14 04:11  pkst
8505         * po/: ChangeLog, el.po: Updated Greek Translation
8507 2005-08-13 14:13  adamw
8509         * po/: ChangeLog, en_CA.po:
8510           2005-08-13  Adam Weinberger  <adamw@gnome.org>
8512                   * en_CA.po: Updated Canadian English translation.
8514 2005-08-13 11:38  llipka
8516         * configure.in: Added 'cs' to all linguas.
8518 2005-08-13 11:29  llipka
8520         * po/cs.po: * cs.po - Czech translation by Petr Ferschamn
8521           <per@ferschmann.cz>
8523 2005-08-12 16:16  dsd
8525         * beagled/FileSystemQueryable/: DirectoryModel.cs,
8526           FileSystemQueryable.cs: Broken pipe :( Sanitize paths before we
8527           add them as roots
8529 2005-08-12 16:15  dsd
8531         * ChangeLog, Util/StringFu.cs: Sanitize paths before we add them as
8532           roots.
8534 2005-08-12 14:38  dsd
8536         * beagled/FileSystemQueryable/FileSystemModel.cs: Remove unused
8537           FileSystemModel.cs
8539 2005-08-12 14:35  dsd
8541         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
8542           Forget inotify watches when we remove a directory from internal
8543           structure
8545 2005-08-12 14:27  trow
8547         * bludgeon/Makefile.am: Last one, I promise.
8549 2005-08-12 13:59  trow
8551         * bludgeon/: Makefile.am, beagled.dummy: More build-niceness.
8553 2005-08-12 13:59  rml
8555         * glue/inotify-glue.c:
8556           I CHECKED THIS IN ALREADY.
8558 2005-08-12 13:19  trow
8560         * bludgeon/beagled.dummy: Oops
8562 2005-08-12 13:14  trow
8564         * Makefile.am, configure.in, BeagleClient/Client.cs,
8565           BeagleClient/Message.cs, Util/BetterBitArray.cs,
8566           Util/PathFinder.cs, beagled/LuceneCommon.cs,
8567           beagled/LuceneQueryingDriver.cs, bludgeon/Bludgeon.cs,
8568           bludgeon/Daemon.cs, bludgeon/FileModel.cs, bludgeon/Log.cs,
8569           bludgeon/Makefile.am, bludgeon/QueryFu.cs,
8570           bludgeon/SanityCheck.cs, bludgeon/Token.cs, bludgeon/bludgeon.in:
8571           BetterBitArray logic fixes.  Blocking async messages.  Small
8572           query fixes.  Bludgeon, a beagled testing framework.
8574 2005-08-12 13:08  fhedberg
8576         * Best/Best.cs, Best/BestTray.cs, beagled/BeagleDaemon.cs: * Change
8577           the --autostart argument to --autostarted to be more intuative.
8578           * Add the dialog to best upon quitting, and ask a question about
8579           disabling. https://bugzilla.novell.com/show_bug.cgi?id=102606
8581 2005-08-12 12:55  joeshaw
8583         * Best/Best.cs: Change window title slightly
8585 2005-08-12 10:32  fhedberg
8587         * Best/Best.cs, Util/Conf.cs, beagled/BeagleDaemon.cs,
8588           tools/Settings.cs, tools/settings.glade: Autostart configuration
8589           option. https://bugzilla.novell.com/show_bug.cgi?id=102606
8591 2005-08-12 10:13  dsd
8593         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs,
8594           beagled/FileSystemQueryable/FileSystemQueryable.cs:         *
8595           beagled/FileSystemQueryable/FileNameFilter.cs,
8596                   beagled/FileSystemQueryable/FileSystemQueryable.cs: Drop
8597           internal
8598                   directory references when we add an exclude path.
8600 2005-08-12 10:08  fhedberg
8602         * beagled/Makefile.am: Add EDS_QUERYABLE_CSFILES to EXTRA_DIST.
8604 2005-08-12 08:25  llipka
8606         * Util/Logger.cs: Add a FIXME about the default log level.
8608 2005-08-12 07:49  llipka
8610         * tools/Info.cs: Just a little too much :-)
8612 2005-08-11 19:22  joeshaw
8614         * beagled/LuceneCommon.cs: The hit type property is Type, not
8615           HitType
8617 2005-08-11 18:56  joeshaw
8619         * libbeagle/beagle/: beagle-client.c, beagle-util.c: Don't use
8620           g_stat() because it has issues when dealing with whether to use
8621           stat() or stat64().  Fixes the nautilus and beagle-search crashes
8623 2005-08-11 18:42  fhedberg
8625         * beagled/FileSystemQueryable/FileSystemQueryable.cs: More FSQ
8626           hardening.
8628 2005-08-11 18:33  dsd
8630         * ChangeLog,
8631           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
8632           beagled/FileSystemQueryable/DirectoryModel.cs,
8633           beagled/FileSystemQueryable/FileCrawlTask.cs,
8634           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8635           beagled/FileSystemQueryable/TreeCrawlTask.cs: Fix removal of
8636           roots and a few races related to directories going away during
8637           and after indexing.
8639 2005-08-11 18:03  fhedberg
8641         * beagled/LuceneIndexingDriver.cs: Forgot this.
8643 2005-08-11 17:54  clahey
8645         * tools/crawl-rules/crawl-documentation: *.docbook is valid for kde
8646           docs.
8648 2005-08-11 17:50  fhedberg
8650         * beagled/LuceneIndexingDriver.cs: Move the BuildDocuments call
8651           down into the try/catch section.
8653 2005-08-11 17:32  fhedberg
8655         * tools/Makefile.am: Typo.
8657 2005-08-11 17:01  vvaradan
8659         * ChangeLog, Filters/FilterCpp.cs, Filters/FilterPerl.cs:         *
8660           Filters/FilterPerl.cs: Add commonly used mime type for perl
8661           files.
8663                   * Filters/FilterCpp.cs: Add "while" and "inline" to
8664           keywords list.
8666 2005-08-11 16:45  fhedberg
8668         * tools/beagle-crawl-system.in: Too much.
8670 2005-08-11 16:42  fhedberg
8672         * beagled/BuildIndex.cs, tools/beagle-crawl-system.in,
8673           tools/crawl-rules/crawl-documentation: Patterns for the doc
8674           crawler for Chris.
8676 2005-08-11 16:29  fhedberg
8678         * libbeagle/beagle/Makefile.am: Dist fixes.
8680 2005-08-11 15:31  trow
8682         * beagled/LuceneQueryingDriver.cs: A small query logic fix.
8684 2005-08-11 14:41  fhedberg
8686         * beagled/: BuildIndex.cs, beagle-build-index.8,
8687           beagle-manage-index.8: Add support for allowing/denying file
8688           patterns for indexing in the beagle-build-index tool.
8690 2005-08-11 14:24  fhedberg
8692         * beagled/: FileAttributesStore_Sqlite.cs, LuceneCommon.cs,
8693           LuceneIndexingDriver.cs, Makefile.am, ManageIndex.cs: More Static
8694           Indexing updates.
8696 2005-08-11 14:12  hebra
8698         * po/: ChangeLog, de.po: 2005-08-11  Hendrik Brandt
8699           <heb@gnome-de.org>
8701                   * de.po: Updated German translation.
8703 2005-08-11 14:01  dsd
8705         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs,
8706           beagled/FileSystemQueryable/TreeCrawlTask.cs:  *
8707           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8708                   beagled/FileSystemQueryable/TreeCrawlTask.cs: After
8709           removing an exclude
8710                   pattern, recrawl all directories looking for new
8711           subdirectories to index.
8713 2005-08-11 12:20  joeshaw
8715         * libbeagle/beagle/: Makefile.am, beagle-query-part-date.c,
8716           beagle-query-part-human.c, beagle-query-part-property.c,
8717           beagle-query-part-text.c, beagle-query-part.c, beagle-query.c,
8718           beagle-search-term-response.c, beagle-search-term-response.h: Add
8719           the SearchTermResponse class to libbeagle and fix up a bunch of
8720           warnings
8722 2005-08-11 12:04  trow
8724         * configure.in, glue/Makefile.am: make distcheck fixes
8726 2005-08-11 10:42  fhedberg
8728         * tools/crawl-rules/: crawl-applications, crawl-documentation:
8729           Updated crawler rules.
8731 2005-08-11 10:37  fhedberg
8733         * Tiles/TileNote.cs: Enable highlighing. Jon fixed it with the new
8734           query response.
8736 2005-08-11 07:39  knvijay
8738         * beagled/WebServices/: NetBeagleHandler.cs, WebServiceBackEnd.cs:
8739           More changes to align with recent updates
8741 2005-08-11 07:28  llipka
8743         * tools/Info.cs, ImLogViewer/Makefile.am: * Info.cs - Catch the
8744           right exception if we can't connect.  * Makfile.am - Remove the
8745           bloody warning.
8747 2005-08-11 04:20  knvijay
8749         * beagled/WebServices/: NetBeagleHandler.cs, WebServiceBackEnd.cs,
8750           WebServiceProxy.cs: Changes to align with new updates in Hit and
8751           Property classes
8753 2005-08-11 03:38  trow
8755         * BeagleClient/Query.cs, BeagleClient/QueryResponses.cs,
8756           Tiles/TileFromTemplate.cs, beagled/QueryDriver.cs,
8757           beagled/QueryExecutor.cs, beagled/SnippetFu.cs,
8758           beagled/FileSystemQueryable/FileSystemQueryable.cs: More query
8759           fun.  Send information on the text in the query (including
8760           stemmed versions) back to the client from the daemon.
8762 2005-08-11 02:25  trow
8764         * BeagleClient/Hit.cs, Util/BetterBitArray.cs, Util/TopScores.cs,
8765           beagled/GoogleDriver.cs, beagled/IQueryResult.cs,
8766           beagled/LuceneCommon.cs, beagled/LuceneIndexingDriver.cs,
8767           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
8768           beagled/Makefile.am, beagled/ManageIndex.cs,
8769           beagled/QueryDriver.cs, beagled/QueryResult.cs: Query hacking.
8771 2005-08-10 18:57  joeshaw
8773         *
8774           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8775           remove debug spew
8777 2005-08-10 18:55  joeshaw
8779         *
8780           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8781           Some more calendar fixes
8783 2005-08-10 18:27  fhedberg
8785         * beagled/: Makefile.am, FileSystemQueryable/DirectoryModel.cs,
8786           FileSystemQueryable/FileNameFilter.cs,
8787           FileSystemQueryable/FileSystemQueryable.cs: Some ignore changes.
8789 2005-08-10 17:52  fhedberg
8791         * Tiles/TileBlog.cs: 'desktop-launch' for Open.
8793 2005-08-10 17:35  fhedberg
8795         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Don't try to
8796           index a non-existent file.
8798 2005-08-10 17:33  fhedberg
8800         * beagled/: BuildIndex.cs,
8801           FileSystemQueryable/FileSystemQueryable.cs: Adapt BuildIndex.cs
8802           to new infrastructure.
8804 2005-08-10 16:26  rml
8806         * glue/: inotify-syscalls.h, ioprio-glue.c:
8807           glue/inotify-syscalls.h: add support for the 64-bit zSeries
8808           machine.  Who cares about zSeries?
8810 2005-08-10 16:24  rml
8812         * glue/ioprio-glue.c:
8813           glue/ioprio-glue.c: add system call stub support for the SH,
8814           SH64, SPARC, UltraSPARC, and ARM.  See previous commits for a
8815           wealth of knowledge on these architectures.
8817 2005-08-10 16:16  rml
8819         * glue/inotify-syscalls.h:
8820           glue/inotify-syscalls.h: add support for the 64-bit SuperH (SH)
8821           processor.  The 64-bit variant of the architecture is implemented
8822           by the SH5 chip, sporting a 64-bit integer core and 128-bit
8823           vector FPU, armed with  64 32-bit registers.  The integer unit
8824           provides SIMD support and 63 64-bit general purpose registers
8825           (the 64th register is hard-wired to all zeros).
8827 2005-08-10 15:59  rml
8829         * glue/inotify-syscalls.h:
8830           glue/inotify-syscalls.h: add inotify system call support for the
8831           SH architecture, also known as the SuperH.  The SuperH core is a
8832           RISC-based architecture found in a large number of embedded
8833           systems.  The SuperH family was first developed by Hitachi as the
8834           successor to the H8 Family and was outsourced to the newly-formed
8835           SuperH Inc., owned by Hitachi and ST Microelectronics. SuperH Inc
8836           now sells the designs of the CPU cores.
8838           The lineage is as follows
8840           SH-1 - 32-bit with maximum of 20MHz (As used on Sega Saturn to
8841           control the CD-drive and to check the Copy Protection on the
8842           game's CD).
8844           SH-2 - 32-bit with up to 28.7MHz (As used in the Sega Saturn).
8846           SH-3 - 32-bit with up to 200MHz. This spring introduced a MMU to
8847           the SH Family (As used in many Windows CE devices).
8849           SH-4 - 32-bit dual-issue core with a 128-bit vector FPU (As used
8850           in the Dreamcast and on some Sega Arcade Machines such as the
8851           Naomi and Naomi 2).
8853 2005-08-10 15:41  joeshaw
8855         * Util/StringFu.cs: Only print the number of days ago if its fewer
8856           than 6
8858 2005-08-10 15:35  fhedberg
8860         * beagled/Makefile.am: Really disable the ManageIndex for now.
8862 2005-08-10 15:31  rml
8864         * glue/inotify-syscalls.h:
8865           glue/inotify-syscalls.h: add syscall stubs for ARM, a 32-bit RISC
8866           processor architecture that is widely used in a number of
8867           applications. ARM variants are in widespread use in embedded and
8868           low-power applications due to their power saving design features.
8870 2005-08-10 15:22  joeshaw
8872         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
8873           BeagleClient/Property.cs, BeagleClient/Query.cs,
8874           BeagleClient/QueryPart.cs, BeagleClient/Versioned.cs,
8875           Filters/FilterDOC.cs, Filters/FilterMan.cs,
8876           Filters/FilterMonodoc.cs, Tiles/Template.cs, Tiles/TileNote.cs,
8877           Tiles/template-note.html, Util/BetterBitArray.cs,
8878           Util/DirectoryWalker.cs, Util/ExtendedAttribute.cs,
8879           Util/GuidFu.cs, Util/Inotify.cs, Util/Makefile.am,
8880           Util/Scheduler.cs, Util/SmallIntArray.cs, Util/StringFu.cs,
8881           Util/TopScores.cs, beagled/BuildIndex.cs,
8882           beagled/FileAttributes.cs, beagled/FileAttributesStore.cs,
8883           beagled/FileAttributesStore_ExtendedAttribute.cs,
8884           beagled/FileAttributesStore_Mixed.cs,
8885           beagled/FileAttributesStore_Sqlite.cs, beagled/FilterFactory.cs,
8886           beagled/IFileAttributesStore.cs, beagled/IIndexer.cs,
8887           beagled/IndexerReceipts.cs, beagled/LuceneCommon.cs,
8888           beagled/LuceneDriver.cs, beagled/LuceneFileQueryable.cs,
8889           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
8890           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
8891           beagled/ManageIndex.cs, beagled/NameIndex.cs,
8892           beagled/NameIndexTool.cs, beagled/NoiseFilter.cs,
8893           beagled/QueryDriver.cs, beagled/QueryResult.cs,
8894           beagled/QueryStringParser.cs, beagled/RemoteIndexer.cs,
8895           beagled/RemoteIndexerRequest.cs,
8896           beagled/RemoteIndexerResponse.cs, beagled/SanityCheckTool.cs,
8897           beagled/Server.cs, beagled/Shutdown.cs, beagled/SnippetFu.cs,
8898           beagled/StaticQueryable.cs, beagled/TermStatsTool.cs,
8899           beagled/TextCache.cs,
8900           beagled/AkregatorQueryable/AkregatorQueryable.cs,
8901           beagled/BlamQueryable/BlamQueryable.cs,
8902           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
8903           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
8904           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
8905           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
8906           beagled/FileSystemQueryable/DirectoryModel.cs,
8907           beagled/FileSystemQueryable/DirectoryState.cs,
8908           beagled/FileSystemQueryable/FileCrawlTask.cs,
8909           beagled/FileSystemQueryable/FileSystemModel.cs,
8910           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8911           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
8912           beagled/FileSystemQueryable/IFileEventBackend.cs,
8913           beagled/FileSystemQueryable/InotifyBackend.cs,
8914           beagled/FileSystemQueryable/LuceneNameResolver.cs,
8915           beagled/FileSystemQueryable/SanityCheck.cs,
8916           beagled/FileSystemQueryable/TreeCrawlTask.cs,
8917           beagled/FileSystemQueryable/UniqueIdStore.cs,
8918           beagled/GaimLogQueryable/GaimLogQueryable.cs,
8919           beagled/IndexHelper/RemoteIndexerExecutor.cs,
8920           beagled/KopeteQueryable/KopeteQueryable.cs,
8921           beagled/LifereaQueryable/LifereaQueryable.cs,
8922           beagled/Lucene.Net/upstream-changes.diff,
8923           beagled/Lucene.Net/Store/FSDirectory.cs,
8924           beagled/TomboyQueryable/TomboyQueryable.cs,
8925           libbeagle/beagle/Makefile.am,
8926           libbeagle/beagle/beagle-hits-added-response.c,
8927           libbeagle/beagle/beagle-private.h,
8928           libbeagle/beagle/beagle-property.c,
8929           libbeagle/beagle/beagle-property.h,
8930           libbeagle/beagle/beagle-query-part-date.c,
8931           libbeagle/beagle/beagle-query-part-date.h,
8932           libbeagle/beagle/beagle-query-part-human.c,
8933           libbeagle/beagle/beagle-query-part-human.h,
8934           libbeagle/beagle/beagle-query-part-property.c,
8935           libbeagle/beagle/beagle-query-part-property.h,
8936           libbeagle/beagle/beagle-query-part-text.c,
8937           libbeagle/beagle/beagle-query-part-text.h,
8938           libbeagle/beagle/beagle-query-part.c,
8939           libbeagle/beagle/beagle-query-part.h,
8940           libbeagle/beagle/beagle-query.c,
8941           libbeagle/docs/reference/beagle-undocumented.txt, tools/Query.cs,
8942           tools/Settings.cs, tools/beagle-crawl-system.in,
8943           tools/settings.glade: Merge the more-better-lucene-branch back
8944           into HEAD
8946 2005-08-10 15:21  rml
8948         * glue/inotify-syscalls.h:
8949           glue/inotify-syscalls.h: add system call stubs for the SPARC,
8950           SPARC (Scalable Processor ARChitecture) is a pure big-endian RISC
8951           microprocessor architecture originally designed in 1985 by Sun
8952           Microsystems.  The SPARC processor usually contains as many as
8953           128 general purpose registers. At any point, only 32 of them are
8954           available - 8 are global registers and the other 24 are from the
8955           stack of registers. These 24 registers form what is called a
8956           register window, and at function call/return, this window is
8957           moved up and down the register stack. Each window has 8 local
8958           registers and shares 8 registers with adjacent windows. The
8959           shared registers are used for passing function parameters and
8960           returning values, and the local registers are used for keeping
8961           values across function calls. The "Scalable" in SPARC comes from
8962           the fact that the SPARC specification allows up to 32 windows. So
8963           the implementation can choose to implement all 32 to provide
8964           maximum call stack efficiency, or to implement minimum to reduce
8965           the context switching time. Other architectures that include
8966           similar register windows include Intel i960, IA-64, and AMD
8967           29000.
8969 2005-08-10 15:18  rml
8971         * glue/inotify-syscalls.h:
8972           glue/inotify-syscalls.h: add syscall info for the Alpha, also
8973           known as the Alpha AXP, is a 64-bit RISC microprocessor
8974           originally developed and fabricated by Digital Equipment Corp,
8975           which used it in its own line of workstations and servers.
8976           Designed as a successor to the VAX line of computers, it
8977           supported the VMS operating system, as well as Digital UNIX and,
8978           today, Linux.
8980 2005-08-10 14:54  joeshaw
8982         * configure.in, beagled/Makefile.am,
8983           beagled/EvolutionDataServerQueryable/EdsSource.cs,
8984           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8985           New e-d-s backend which indexes all local addressbooks and
8986           calendars.  Requires evo-sharp CVS right now (0.8)
8988 2005-08-10 14:42  fhedberg
8990         * Tiles/TileNote.cs: No debug.
8992 2005-08-10 14:41  fhedberg
8994         * Tiles/: TileNote.cs, template-note.html: * Layout consistency for
8995           the tomboy note regarding dates.  * Temp. disable the
8996           hightlighting in tomboy.
8998 2005-08-10 14:08  fhedberg
9000         * Util/Evolution.cs: More patterns to remove.
9002 2005-08-10 14:08  fhedberg
9004         * tools/: Makefile.am, crawl-rules/crawl-applications: Index
9005           applications with the system-crawler.
9007 2005-08-10 13:41  al_shopov
9009         * po/: ChangeLog, bg.po: 2005-08-10  Alexander Shopov
9010           <ash@contact.bg>
9012                   * bg.po: Updated Bulgarian translation by
9013                   Rostislav Raykov <zbrox@i-space.org>
9015 2005-08-10 06:42  trow
9017         * BeagleClient/Query.cs, BeagleClient/QueryPart.cs,
9018           Util/BetterBitArray.cs, beagled/LuceneCommon.cs,
9019           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
9020           beagled/LuceneQueryingDriver.cs, beagled/QueryDriver.cs,
9021           beagled/QueryStringParser.cs,
9022           beagled/FileSystemQueryable/FileCrawlTask.cs,
9023           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9024           beagled/FileSystemQueryable/TreeCrawlTask.cs, tools/Query.cs:
9025           More query hacking, including lots of optimizations.
9027 2005-08-09 18:08  hebra
9029         * po/: ChangeLog, de.po: 2005-08-09  Hendrik Brandt
9030           <heb@gnome-de.org>
9032                   * de.po: Updated German translation.
9034 2005-08-09 17:55  dsd
9036         * ChangeLog, Util/Conf.cs:
9037                   * Util/Conf.cs: Fix DateTime comparison, don't reload
9038           config files which
9039                   haven't changed mtime since we last loaded them.
9041 2005-08-09 17:22  fhedberg
9043         * Tiles/TileFolder.cs: Folder open fix for desktop-launch.
9045 2005-08-09 05:41  mdziumanenko
9047         * configure.in, po/ChangeLog, po/uk.po: 2005-08-09  Maxim
9048           Dziumanenko <mvd@mylinux.ua>
9050                   * Added Ukrainian translation.
9052 2005-08-09 02:07  chliao
9054         * po/: ChangeLog, zh_TW.po:
9055           2005-08-09  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
9057                   * zh_TW.po: Updated Traditional Chinese translation.
9059 2005-08-08 22:12  trow
9061         * BeagleClient/Hit.cs, Util/DirectoryWalker.cs,
9062           beagled/FileAttributesStore.cs,
9063           beagled/FileAttributesStore_ExtendedAttribute.cs,
9064           beagled/FileAttributesStore_Mixed.cs,
9065           beagled/FileAttributesStore_Sqlite.cs,
9066           beagled/IFileAttributesStore.cs, beagled/LuceneIndexingDriver.cs,
9067           beagled/LuceneQueryable.cs, beagled/TextCache.cs,
9068           beagled/FileSystemQueryable/FileCrawlTask.cs,
9069           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9070           beagled/FileSystemQueryable/TreeCrawlTask.cs: Fixes for files and
9071           directories with strange permissions.  Be smarter about how we
9072           handle transactions in our sqlite databases.
9074 2005-08-08 17:21  fhedberg
9076         * tools/: Settings.cs, settings.glade: Remove the option to not run
9077           beagle on startup.
9079 2005-08-08 04:39  kelemeng
9081         * po/: ChangeLog, hu.po: 2005-08-08  Gabor Kelemen
9082           <kelemeng@gnome.hu>
9084                   * hu.po: Hungarian translation updated.
9086 2005-08-08 01:40  trow
9088         * BeagleClient/QueryPart.cs, Util/DirectoryWalker.cs,
9089           Util/GuidFu.cs, Util/Inotify.cs, Util/Scheduler.cs,
9090           beagled/BuildIndex.cs, beagled/FileAttributes.cs,
9091           beagled/FileAttributesStore.cs,
9092           beagled/FileAttributesStore_ExtendedAttribute.cs,
9093           beagled/FileAttributesStore_Sqlite.cs, beagled/FilterFactory.cs,
9094           beagled/IndexerReceipts.cs, beagled/LuceneCommon.cs,
9095           beagled/LuceneFileQueryable.cs, beagled/LuceneIndexingDriver.cs,
9096           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
9097           beagled/Makefile.am, beagled/QueryResult.cs, beagled/Shutdown.cs,
9098           beagled/TextCache.cs, beagled/FileSystemQueryable/CrawlTask.cs,
9099           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
9100           beagled/FileSystemQueryable/DirectoryModel.cs,
9101           beagled/FileSystemQueryable/DirectoryState.cs,
9102           beagled/FileSystemQueryable/FileCrawlTask.cs,
9103           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9104           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9105           beagled/FileSystemQueryable/IFileEventBackend.cs,
9106           beagled/FileSystemQueryable/InotifyBackend.cs,
9107           beagled/FileSystemQueryable/LuceneNameResolver.cs,
9108           beagled/FileSystemQueryable/SanityCheck.cs,
9109           beagled/FileSystemQueryable/TreeCrawlTask.cs,
9110           beagled/FileSystemQueryable/UniqueIdStore.cs: New and improved
9111           FileSystemQueryable, built on top of our improved Lucene
9112           infrastructure.
9114 2005-08-07 23:53  rml
9116         * glue/inotify-syscalls.h:
9117           PPC define is __powerpc__ and PPC64 define is __powerpc64__, not
9118           __ppc__.
9120 2005-08-06 17:34  fhedberg
9122         * beagled/AkregatorQueryable/AkregatorQueryable.cs: * Patch from
9123           Debajyoti Bera to handle deleted feed items.
9125 2005-08-05 17:04  fhedberg
9127         * beagled/LuceneFileQueryable.cs: * Enable
9128           LuceneFileQueryable-derived backends to mark files up to date.
9130 2005-08-05 15:55  fhedberg
9132         * ImLogViewer/ImLogWindow.cs: * Commit hack for multi-client
9133           ImLogWindow on branch.
9135 2005-08-05 15:42  fhedberg
9137         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: *
9138           Add the "fixme:client" property to messages indexed by the imap
9139           generator.
9141 2005-08-05 15:36  fhedberg
9143         * tools/: Makefile.am, beagle-crawl-system.in: * Use the right path
9144           and syntax for beagle-build-index in the crawler.
9146 2005-08-05 15:33  fhedberg
9148         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs: * Use the
9149           specified text cache when filtering.
9151 2005-08-05 15:32  fhedberg
9153         * beagled/LuceneQueryable.cs: * Never create the indexer if we're
9154           in read-only mode.  * Use the driver to get the item count in
9155           that case.
9157 2005-08-05 14:36  fhedberg
9159         * beagled/: wrapper.in: LD_LIBRARY_PATH fix.
9161 2005-08-05 11:34  joeshaw
9163         * Best/BestWindow.cs: Don't use GLib.Object.Data, it's evil.  Clean
9164           up some code which used it unnecessarily
9166 2005-08-04 19:15  baddog
9168         * po/: ChangeLog, zh_TW.po: Fix Language Team Reference
9170 2005-08-04 11:31  joeshaw
9172         * Tiles/: TileFile.cs, template-file.html: Use the title of the
9173           document as the main link for a file, if it's set
9175 2005-08-04 09:04  llipka
9177         * beagled/SnippetFu.cs: Don't waste our highlight colors on stop
9178           words.
9180 2005-08-03 07:37  dsd
9182         * configure.in: Bump version to 0.0.13
9184 2005-08-02 22:15  fhedberg
9186         * ImLogViewer/ImLogWindow.cs: -Some- client agnostic changes to the
9187           ImLogViewer. The ImLog.cs still sucks from a dynamic perspective
9188           however.
9190 2005-08-02 21:35  fhedberg
9192         * Util/DirectoryWalker.cs: Remove debug spew.
9194 2005-08-02 21:34  fhedberg
9196         * Util/IoPriority.cs, Util/Makefile.am,
9197           beagled/IndexHelper/IndexHelper.cs, glue/Makefile.am,
9198           glue/ioprio-glue.c: Robert Love, our hero.
9200 2005-08-02 19:20  dsd
9202         * ChangeLog, Tiles/TileMusic.cs:        * Tiles/TileMusic.cs:
9203           Correct mime type for flac files
9205 2005-08-02 18:22  dsd
9207         * ChangeLog, Tiles/Tile.cs:     * Tiles/Tile.cs: Handle commands
9208           which are 'quoted'
9210 2005-08-02 11:35  vvaradan
9212         * ChangeLog, Filters/FilterSource.cs: Patch from Sreekanth G
9213           <sreekanthnaga@gmail.com>  * Handle all possible pascal-style
9214           comments properly.
9216 2005-08-01 16:40  fhedberg
9218         * beagled/beagled.1: Manpage update.
9220 2005-08-01 15:41  adamw
9222         * po/: ChangeLog, en_CA.po:
9223           2005-08-01  Adam Weinberger  <adamw@gnome.org>
9225                   * en_CA.po: Updated Canadian English translation.
9227 2005-08-01 11:52  rml
9229         * glue/inotify-syscalls.h:
9230           s390 inotify support, my little puppets.
9232 2005-08-01 04:20  knvijay
9234         * tools/: Settings.cs, settings.glade: Minor Fixes
9236 2005-07-31 19:12  fhedberg
9238         * Util/DirectoryWalker.cs: Remove debug spew.
9240 2005-07-31 17:33  dsd
9242         * configure.in: Temporarily from uk from ALL_LINGUAS until uk.po is
9243           in place (I have emailed the committer)
9245 2005-07-31 02:55  mdziumanenko
9247         * ChangeLog, configure.in, po/ChangeLog: [no log message]
9249 2005-07-30 16:13  adamw
9251         * po/: ChangeLog, en_CA.po:
9252           2005-07-30  Adam Weinberger  <adamw@gnome.org>
9254                   * en_CA.po: Updated Canadian English translation.
9256 2005-07-30 12:04  hebra
9258         * po/: ChangeLog, de.po: 2005-07-30  Hendrik Brandt
9259           <heb@gnome-de.org>
9261                   * de.po: Updated German translation.
9263 2005-07-29 18:19  fhedberg
9265         * tools/: Makefile.am, Settings.cs, settings.glade: beagle-settings
9266           options for networking. From KN Vijay. On branch.
9268 2005-07-29 18:18  fhedberg
9270         * tools/Settings.cs: And some ifdef's.
9272 2005-07-29 18:12  fhedberg
9274         * tools/: Makefile.am, Settings.cs, settings.glade: beagle-settings
9275           options for networking. From KN Vijay.
9277 2005-07-29 17:33  fhedberg
9279         * beagled/: LuceneFileQueryable.cs, Makefile.am,
9280           AkregatorQueryable/AkregatorQueryable.cs,
9281           BlamQueryable/BlamQueryable.cs,
9282           LifereaQueryable/LifereaQueryable.cs: * Add support to the
9283           LuceneFileQueryable for child-indexables. Mark the file indexed
9284           when the last child is done.  * Update the Blam-, Liferea-,
9285           Akregator- backends to use it.
9287 2005-07-29 15:11  fhedberg
9289         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Broken pipe.
9291 2005-07-29 15:07  fhedberg
9293         * Util/ImBuddy.cs, Util/ImLog.cs,
9294           beagled/KopeteQueryable/KopeteCrawler.cs,
9295           beagled/KopeteQueryable/KopeteQueryable.cs: Update the Kopete
9296           backend for the lucene changes.
9298 2005-07-29 15:06  fhedberg
9300         * Tiles/TileImLog.cs, beagled/GaimLogQueryable/GaimLogQueryable.cs:
9301           Move the buddy lookup to the daemon (HitFilter in GaimQueryable).
9303 2005-07-29 14:04  fhedberg
9305         * Util/DirectoryWalker.cs, glue/Makefile.am, glue/beagled-utils.c:
9306           Previous fix onto branch.
9308 2005-07-29 14:03  fhedberg
9310         * Util/DirectoryWalker.cs, glue/Makefile.am, glue/beagled-utils.c:
9311           Workaround for a nasty bug in Mono.Posix.Syscall.readdir that
9312           prevents us from read the entire directory if there's any
9313           non-UTF8 coded filenames. We still throw away non-valid filenames
9314           (compliments by the marshalling) but at least we get the others.
9316 2005-07-28 17:17  fhedberg
9318         * Filters/FilterSpreadsheet.cs: Check if xmlReader == null before
9319           closing it.
9321 2005-07-28 07:05  knvijay
9323         * Util/Conf.cs, beagled/WebServices/WebServiceBackEnd.cs: Misc.
9324           fixes
9326 2005-07-28 06:59  knvijay
9328         * beagled/BeagleDaemon.cs: Removed outdated WebServices command
9329           line options
9331 2005-07-28 06:38  knvijay
9333         * beagled/BeagleDaemon.cs: Typo fix
9335 2005-07-28 06:34  knvijay
9337         * beagled/: BeagleDaemon.cs, WebServices/WebServiceBackEnd.cs:
9338           Added commandline option to disable WebServices
9340 2005-07-28 01:41  trow
9342         * BeagleClient/Indexable.cs, Tiles/template-note.html,
9343           Util/ExtendedAttribute.cs, beagled/BuildIndex.cs,
9344           beagled/FileAttributes.cs, beagled/FileAttributesStore.cs,
9345           beagled/FileAttributesStore_ExtendedAttribute.cs,
9346           beagled/IIndexer.cs, beagled/IndexerReceipts.cs,
9347           beagled/LuceneCommon.cs, beagled/LuceneFileQueryable.cs,
9348           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
9349           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
9350           beagled/RemoteIndexer.cs, beagled/RemoteIndexerRequest.cs,
9351           beagled/RemoteIndexerResponse.cs, beagled/Server.cs,
9352           beagled/TextCache.cs,
9353           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
9354           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9355           beagled/GaimLogQueryable/GaimLogQueryable.cs,
9356           beagled/IndexHelper/RemoteIndexerExecutor.cs,
9357           beagled/TomboyQueryable/TomboyQueryable.cs: Another great big
9358           lump of refactoring goodness.
9360           This commit contains: (1) Extensive de-crufting.  (2) A total
9361           revamp of IIndexer change notifications.  (3) Lots of clean-up in
9362           LuceneQueryable and the lower-level Lucene parts.      I've
9363           removed a lot of the horrible hacks that were added to      make
9364           the filesystem backend work (prime example: all of that dreadful
9365               Uri remapping code), and replaced it with more generic hooks
9366               that can be used for Uri remapping but which are useful for
9367           other      stuff too.  (4) Some annoying file-centric assumptions
9368           have been moved from     LuceneQueryable into a new class,
9369           LuceneFileQueryable.      LuceneFileQueryable will automatically
9370           update a file's FileAttributes      after it has been indexed,
9371           provides a default implementation of      HitIsValid, etc.
9372           Smaller, file-oriented backends should use this.  (5) Lots of
9373           little bug fixes for things that I stumbled across while
9374           hacking.
9376           Caveats: (1) I've almost certainly broken stuff.  (2) The Blam
9377           and Liferea backends are turned off in the build.      Fixing
9378           them should be easy.  (3) The File System backend is also turned
9379           off.  Fixing it is     somewhat less easy.
9381           Enjoy.
9383 2005-07-27 20:33  dsd
9385         * beagled/FileSystemQueryable/FileSystemQueryable.cs: kill debug
9386           spew on branch
9388 2005-07-27 20:32  dsd
9390         * beagled/FileSystemQueryable/FileSystemQueryable.cs: oops - kill
9391           debug spew
9393 2005-07-27 20:29  dsd
9395         * beagled/FileSystemQueryable/: CrawlTask.cs, FileNameFilter.cs,
9396           FileSystemModel.cs, FileSystemQueryable.cs,
9397           FileSystemWatcherBackend.cs, IFileEventBackend.cs,
9398           InotifyBackend.cs: Some recent changes from HEAD:
9400                   * beagled/FileSystemQueryable/CrawlTask.cs,
9401                   beagled/FileSystemQueryable/FileSystemModel.cs,
9402                   beagled/FileSystemQueryable/FileSystemQueryable.cs,
9403                   beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9404                   beagled/FileSystemQueryable/IFileEventBackend.cs,
9405                   beagled/FileSystemQueryable/InotifyBackend.cs: Merge the
9406           concept of
9407                   scanning and crawling into crawling only, to reduce
9408           startup expense.
9410                   * beagled/FileSystemQueryable/FileNameFilter.cs,
9411                   beagled/FileSystemQueryable/FileSystemModel.cs,
9412                   beagled/FileSystemQueryable/FileSystemQueryable.cs: When
9413           an exclude path is
9414                   added, we should forget about that in the internal
9415           directory structure, drop
9416                   watches on it, and remove it from the crawling queue.
9417           Consolidate code
9418                   between Delete and RecursivelyRemove_Unlocked.
9420 2005-07-27 20:23  dsd
9422         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs,
9423           beagled/FileSystemQueryable/FileSystemModel.cs,
9424           beagled/FileSystemQueryable/FileSystemQueryable.cs:         *
9425           beagled/FileSystemQueryable/FileNameFilter.cs,
9426                   beagled/FileSystemQueryable/FileSystemModel.cs,
9427                   beagled/FileSystemQueryable/FileSystemQueryable.cs: When
9428           an exclude path is
9429                   added, we should forget about that in the internal
9430           directory structure, drop
9431                   watches on it, and remove it from the crawling queue.
9432           Consolidate code
9433                   between Delete and RecursivelyRemove_Unlocked.
9435 2005-07-27 17:48  joeshaw
9437         * Util/UnixClient.cs, beagled/Server.cs: Get rid of
9438           UnixClient.Flush() to keep it in sync with the upstream version.
9439           Fix the usage in Server.cs to get the stream and then flush.
9441 2005-07-27 16:43  joeshaw
9443         * Filters/FilterText.cs: oops
9445 2005-07-27 16:43  joeshaw
9447         * Filters/: FilterText.cs: Bump the text filter limit from 1mb to
9448           5mb
9450 2005-07-27 14:56  joeshaw
9452         * mozilla-extension/content/beagleOverlay.js: Add a mozilla
9453           preference which enables/disables the plugin in a persistent way
9455 2005-07-27 12:41  fhedberg
9457         * beagled/: LuceneQueryable.cs, StaticQueryable.cs: Land on
9458           previous fix on branch.
9460 2005-07-27 12:36  fhedberg
9462         * beagled/: LuceneQueryable.cs, StaticQueryable.cs: Support
9463           HitIsValid in StaticQueryable.
9465 2005-07-27 11:59  rml
9467         * glue/inotify-syscalls.h:
9468           ia64 inotify support.
9470 2005-07-27 11:49  rml
9472         * glue/inotify-syscalls.h:
9473           inotify support for PPC32.
9475 2005-07-27 11:45  fhedberg
9477         * beagled/: BuildIndex.cs, Filter.cs, FilterFactory.cs: Commit it
9478           to the branch too.
9480 2005-07-27 11:42  fhedberg
9482         * beagled/: BuildIndex.cs, Filter.cs, FilterFactory.cs: Clean up
9483           the filtering code. Allow it to pass streams if we're doing in
9484           process indexing.
9486 2005-07-27 11:04  dsd
9488         * ChangeLog, Filters/FilterSpreadsheet.cs:      *
9489           Filters/FilterSpreadsheet.cs: Workaround the zombie processes bug
9490           for
9491                   ssindex invocations
9493 2005-07-27 10:58  rml
9495         * glue/inotify-syscalls.h:
9496           x86-64 inotify support.
9498 2005-07-27 10:29  dsd
9500         * ChangeLog, Filters/FilterPdf.cs:      * Filters/FilterPdf.cs:
9501           Workaround the zombie processes bug for pdftotext
9502                   invocations
9504 2005-07-26 17:31  joeshaw
9506         * beagled/LuceneCommon.cs: Check for null return values from
9507           StringToQuery in QueryPartToQuery so that we avoid exceptions
9508           when stop words are a part of our query text
9510 2005-07-26 16:22  joeshaw
9512         * Makefile.am, configure.in, Best/best.desktop,
9513           chooser-fu/beaglequery.c, chooser-fu/chooser-test.c,
9514           glue/tomboykeybinder.c, glue/vmsize-glue.c, glue/wv1-glue.c,
9515           tools/beagle-settings.desktop, searchomatic/searchomatic.c:
9516           Commit a bunch of build fixes: Don't build the chooser-fu
9517           directory; remove an obsolete warning abou the epiphany extension
9518           being installed in the wrong place; various fixes to the Best and
9519           beagle-settings .desktop files; fix a bunch of warnings in C glue
9521 2005-07-26 15:16  fhedberg
9523         * Util/ImBuddy.cs: Try/Catch the parsing of the contact lists in
9524           Gaim & Kopete.
9526 2005-07-26 14:59  joeshaw
9528         * Util/PullingReader.cs, beagled/Filter.cs: Fix some filtering
9529           bottlenecks that really popped up when trying to index very large
9530           OpenOffice documents.  Instead of pulling only the head of the
9531           ArrayList in the filter, walk the list, add everything to the
9532           buffer and clear the list.  Thanks Fredrik and Jon
9534 2005-07-25 13:05  dsd
9536         * ChangeLog, Util/Inotify.cs:   * Util/Inotify.cs: Consolidate some
9537           code, and reduce watches to minimal
9538                   possible form upon Unsubscribe/ChangeSubscription.
9540 2005-07-25 13:03  dsd
9542         * ChangeLog, beagled/FileSystemQueryable/CrawlTask.cs,
9543           beagled/FileSystemQueryable/FileSystemModel.cs,
9544           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9545           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9546           beagled/FileSystemQueryable/IFileEventBackend.cs,
9547           beagled/FileSystemQueryable/InotifyBackend.cs:    *
9548           beagled/FileSystemQueryable/CrawlTask.cs,
9549                   beagled/FileSystemQueryable/FileSystemModel.cs,
9550                   beagled/FileSystemQueryable/FileSystemQueryable.cs,
9551                   beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9552                   beagled/FileSystemQueryable/IFileEventBackend.cs,
9553                   beagled/FileSystemQueryable/InotifyBackend.cs: Merge the
9554           concept of
9555                   scanning and crawling into crawling only, to reduce
9556           startup expense.
9558 2005-07-25 11:35  joeshaw
9560         * beagled/Server.cs: Fix a very hard-to-trigger race when aborting
9561           out of the read
9563 2005-07-25 10:56  joeshaw
9565         * Filters/FilterPdf.cs: Set the priority class on pdfinfo to
9566           BelowNormal, so that it doesn't dominate the CPU on expensive
9567           runs.  Patch from Paul Betts
9569 2005-07-21 20:14  dsd
9571         * ChangeLog, Util/Conf.cs:      * Util/Conf.cs: Add ConfigOptions
9572           for adding/removing excludes, so that
9573                   excludes can be manipulated via beagle-config.
9575 2005-07-21 16:47  fhedberg
9577         * Tiles/TileImLog.cs, Util/ImBuddy.cs, Util/ImLog.cs,
9578           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
9579           beagled/Makefile.am,
9580           beagled/GaimLogQueryable/GaimLogQueryable.cs,
9581           beagled/KopeteQueryable/KopeteCrawler.cs,
9582           beagled/KopeteQueryable/KopeteQueryable.cs: KopeteQueryable
9584 2005-07-21 14:58  joeshaw
9586         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
9587           Names shouldn't be keywords in the evo mail backend.  I did this
9588           on the branch but forgot to commit it to the trunk too
9590 2005-07-21 14:57  joeshaw
9592         * Filters/FilterMail.cs: Names shouldn't be keywords in the mail
9593           filter
9595 2005-07-21 12:33  fhedberg
9597         * AUTHORS, beagled/Makefile.am,
9598           beagled/AkregatorQueryable/AkregatorQueryable.cs: Added Akregator
9599           backend from Debajyoti Bera.
9601 2005-07-21 10:51  joeshaw
9603         * Tiles/Tile.cs: The command we get from the mime system can
9604           actually be the program and arguments, and passing in such a
9605           command to ProcessStartInfo.FileName causes problems, so split
9606           out any arguments and add them to the argument string instead
9608 2005-07-21 10:17  fhedberg
9610         * BeagleClient/Property.cs, libbeagle/beagle/Makefile.am,
9611           libbeagle/beagle/beagle-hits-added-response.c,
9612           libbeagle/beagle/beagle-private.h,
9613           libbeagle/beagle/beagle-property.c,
9614           libbeagle/beagle/beagle-query-part-date.c,
9615           libbeagle/beagle/beagle-query-part-date.h,
9616           libbeagle/beagle/beagle-query-part-human.c,
9617           libbeagle/beagle/beagle-query-part-human.h,
9618           libbeagle/beagle/beagle-query-part-property.c,
9619           libbeagle/beagle/beagle-query-part-property.h,
9620           libbeagle/beagle/beagle-query-part-text.c,
9621           libbeagle/beagle/beagle-query-part-text.h,
9622           libbeagle/beagle/beagle-query-part.c,
9623           libbeagle/beagle/beagle-query-part.h,
9624           libbeagle/beagle/beagle-query.c,
9625           libbeagle/docs/reference/beagle-undocumented.txt: Add support for
9626           new query construction to libbeagle.
9628 2005-07-20 17:18  trow
9630         * Util/Makefile.am, Util/TopScores.cs, beagled/LuceneCommon.cs:
9631           Added TopScores, a class for efficiently finding the N
9632           highest-scoring objects in a set.  Fixed a small bug in live
9633           queries.
9635 2005-07-20 03:54  knvijay
9637         * Util/Conf.cs: Added option to check status of WebServices
9638           GlobalAccess
9640 2005-07-20 03:35  knvijay
9642         * beagled/WebServices/WebServiceBackEnd.cs: Fix to use fully
9643           qualified DNS host name
9645 2005-07-20 02:26  knvijay
9647         * beagled/WebServices/: NetBeagleQueryable.cs, WebBackEnd.cs,
9648           WebFrontEnd.cs, search.aspx: Fixes to show NetBeagle check-box
9649           only when NetBeagle nodes are configured. Updated Beagle Web
9650           Interface Title to show the hostname for external accesses
9652 2005-07-19 17:28  jogley
9654         * po/: ChangeLog, en_GB.po:
9656           2005-07-19  James Ogley  <james@usr-local-bin.org>
9658                   * po/en_GB.po: Updated British English translation.
9660 2005-07-19 15:46  joeshaw
9662         * Filters/FilterMail.cs,
9663           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
9664           We should be indexing names in emails as text, not keywords
9666 2005-07-19 15:22  orrc
9668         * po/: ChangeLog, en_GB.po: 2005-07-19  Christopher Orr
9669           <chris@orr.me.uk>
9671                   * en_GB.po: Updated British English translation.
9673 2005-07-19 13:56  joeshaw
9675         * Tiles/TileMailMessage.cs: Don't try to put presence on the mail
9676           message tile if we have galago support but not evo-sharp support
9678 2005-07-19 13:55  fhedberg
9680         * tools/: Makefile.am, beagle-crawl-system.in: Use the correct path
9681           to beagle-build-index in beagle-crawl-system, thanks to Cameron
9682           for pointing it out ;)
9684 2005-07-19 13:22  joeshaw
9686         * beagled/LuceneQueryingDriver.cs: Check for secondary_searcher ==
9687           null when trying to merge the properties in
9689 2005-07-19 13:20  fhedberg
9691         * beagled/LuceneIndexingDriver.cs: IIndexer events.
9693 2005-07-19 13:18  fhedberg
9695         * beagled/LuceneCommon.cs: Belongs to the last commit.
9697 2005-07-19 12:52  fhedberg
9699         * beagled/: BuildIndex.cs, LuceneQueryingDriver.cs,
9700           StaticQueryable.cs: Update the static indexing stuff for new
9701           lucene design.
9703 2005-07-19 10:32  fhedberg
9705         * Util/Conf.cs: Rollback some stuff so we can build again.
9707 2005-07-19 08:16  knvijay
9709         * beagled/WebServices/WebFrontEnd.cs: Bug Fixes
9711 2005-07-19 06:33  knvijay
9713         * ChangeLog: [no log message]
9715 2005-07-19 06:30  knvijay
9717         * beagled/WebServices/search.aspx: Added background color for
9718           search box in Web interface
9720 2005-07-19 06:29  knvijay
9722         * beagled/WebServices/: NetBeagleQueryable.cs, WebBackEnd.cs,
9723           WebFrontEnd.cs, WebServiceBackEnd.cs, WebServiceFrontEnd.cs:
9724           Updates to provide option in WebInterface to enable/disable
9725           NetworkedBeagle search on per-query basis
9727 2005-07-19 06:24  knvijay
9729         * Util/Conf.cs: Update to networking section to handle arguments
9730           without explicit port no.
9732 2005-07-18 22:31  trow
9734         * beagled/Lucene.Net/upstream-changes.diff: Updated for my last
9735           tweak to FSDirectory.cs.
9737 2005-07-18 22:30  trow
9739         * Util/BetterBitArray.cs, Util/Makefile.am, Util/SmallIntArray.cs,
9740           beagled/LuceneCommon.cs, beagled/LuceneQueryingDriver.cs,
9741           beagled/Lucene.Net/Store/FSDirectory.cs: Relevancy hacks.
9742           Support Uri filtering in queries.  Work on modifying mutable
9743           properties.  Querying fixes.  Allow sharing when opening files in
9744           dotLucene.
9746 2005-07-18 19:23  fhedberg
9748         * beagled/ManageIndex.cs: Disable locking for read-only ops.
9750 2005-07-18 17:02  trow
9752         * Util/StringFu.cs, beagled/LuceneCommon.cs, beagled/Makefile.am,
9753           beagled/NameIndexTool.cs, beagled/SanityCheckTool.cs,
9754           beagled/FileSystemQueryable/FileSystemModel.cs,
9755           beagled/FileSystemQueryable/FileSystemQueryable.cs: Stop using
9756           the NameIndex, since the name  is now stored in mutable
9757           properties on the Indexable.
9759 2005-07-18 16:16  fhedberg
9761         * Tiles/TileFolder.cs: TileFolder Open fix.
9763 2005-07-18 15:29  trow
9765         * Filters/FilterDOC.cs, Filters/FilterMan.cs,
9766           Filters/FilterMonodoc.cs, Tiles/Template.cs,
9767           Util/BetterBitArray.cs, Util/Makefile.am, beagled/BuildIndex.cs,
9768           beagled/LuceneCommon.cs, beagled/LuceneDriver.cs,
9769           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
9770           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
9771           beagled/ManageIndex.cs, beagled/NameIndex.cs,
9772           beagled/NoiseFilter.cs, beagled/QueryStringParser.cs,
9773           beagled/SnippetFu.cs, beagled/TermStatsTool.cs,
9774           beagled/TextCache.cs,
9775           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
9776           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
9777           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9778           beagled/IndexHelper/RemoteIndexerExecutor.cs,
9779           libbeagle/beagle/beagle-hits-added-response.c,
9780           libbeagle/beagle/beagle-private.h,
9781           libbeagle/beagle/beagle-property.c,
9782           libbeagle/beagle/beagle-property.h, tools/Query.cs: (Committing
9783           again due a broken pipe error...)
9785           Welcome to beagle-more-better-lucene-branch.  We hope you enjoy
9786           your stay.
9788           This branch contains a radical reworking of beagle's interaction
9789           with Lucene.  We now split our index into two: a primary index
9790           that contains indexed fulltexts and non-mutable metadata.  The
9791           secondary index contains metadata that we would like to be able
9792           to change w/o requiring a reindex.  We call such metadata
9793           "mutable": canonical examples are filenames, nautilus notes,
9794           nautilus emblems, etc.
9796           I've almost certainly introduced many bugs here, so be careful.
9798 2005-07-18 15:28  trow
9800         * BeagleClient/: Indexable.cs, Property.cs, Query.cs, QueryPart.cs,
9801           Versioned.cs: Welcome to beagle-more-better-lucene-branch.  We
9802           hope you enjoy your stay.
9804           This branch contains a radical reworking of beagle's interaction
9805           with Lucene.  We now split our index into two: a primary index
9806           that contains indexed fulltexts and non-mutable metadata.  The
9807           secondary index contains metadata that we would like to be able
9808           to change w/o requiring a reindex.  We call such metadata
9809           "mutable": canonical examples are filenames, nautilus notes,
9810           nautilus emblems, etc.
9812           I've almost certainly introduced many bugs here, so be careful.
9814 2005-07-18 11:50  dsd
9816         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs,
9817           beagled/FileSystemQueryable/FileSystemModel.cs:     *
9818           beagled/FileSystemQueryable/FileNameFilter.cs: When we drop an
9819           exclude
9820                   pattern, set the entire filesystem state to unknown.
9821                   * FileSystemQueryable/FileSystemModel.cs: Setting state
9822           to unknown should
9823                   trigger a recrawl.
9825 2005-07-18 03:58  adamw
9827         * po/: ChangeLog, en_CA.po:
9828           2005-07-18  Adam Weinberger  <adamw@gnome.org>
9830                   * en_CA.po: Updated Canadian English translation.
9832 2005-07-17 03:43  fhedberg
9834         * configure.in, Tiles/Makefile.am, Tiles/Tile.cs: "This place
9835           better be worth it, they better be doing coke here."
9837 2005-07-15 21:38  chliao
9839         * po/: ChangeLog, zh_TW.po:
9840           2005-07-16  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
9842                   * zh_TW.po: Updated Traditional Chinese translation.
9844 2005-07-15 17:49  joeshaw
9846         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
9847           Better progress indication for mboxes
9849 2005-07-15 15:58  fhedberg
9851         * tools/crawl-rules/: crawl-documentation, crawl-windows: Forgot
9852           the rules.
9854 2005-07-15 15:57  fhedberg
9856         * beagle.spec.in, beagled/Makefile.am, tools/.cvsignore,
9857           tools/Makefile.am, tools/beagle-crawl-system.in: Rules for
9858           crawling the system from a cron-job.
9860 2005-07-15 15:18  fhedberg
9862         * beagled/BuildIndex.cs: Better arguments for beagle-build-index.
9864 2005-07-15 13:12  joeshaw
9866         * libbeagle/beagle/: beagle-client.c, beagle-util.c, beagle-util.h:
9867           Add support for the locally synchronized storage dirs to
9868           libbeagle
9870 2005-07-15 12:56  trow
9872         * libbeagle/beagle/: beagle-indexable.c, beagle-indexable.h: Added
9873           IndexableFiltering.AlreadyFiltered, a way for an indexable to
9874           indicate that its readers will always return nice, clean,
9875           ready-to-index text.  Set AlreadyFiltered on indexables created
9876           from gaim logs.  Updated libbeagle to know about the new
9877           IndexableFiltering option.
9879 2005-07-15 12:54  trow
9881         * BeagleClient/Indexable.cs, beagled/FilterFactory.cs,
9882           beagled/GaimLogQueryable/GaimLogQueryable.cs: Added
9883           IndexableFiltering.AlreadyFiltered, which provides a way for an
9884           indexable to indicate that its readers will return clean text
9885           that does not need to be filtered.
9887 2005-07-15 12:42  joeshaw
9889         * BeagleClient/Hit.cs: The Beagle.Hit indexer property should be
9890           public
9892 2005-07-15 12:32  joeshaw
9894         * beagled/GaimLogQueryable/GaimLogQueryable.cs: We do in fact need
9895           to filter the gaim logs, or else NoContent is set to true and the
9896           text readers are never added to the lucene document
9898 2005-07-15 06:09  vvaradan
9900         * ChangeLog, configure.in: * Show the availability of gst-sharp as
9901           "disabled" instead of "no".
9903 2005-07-14 23:17  fhedberg
9905         * beagled/: BuildIndex.cs, FilterFactory.cs, LuceneDriver.cs,
9906           LuceneQueryable.cs, StaticQueryable.cs, TextCache.cs,
9907           beagle-build-index.8: Support text-cache for static indexes.
9909           * Added --cache-text argument to beagle-build-index *
9910           De-staticized TextCache * Minor changes to the filtering
9912 2005-07-14 16:37  fhedberg
9914         * Util/Conf.cs: Get rid of GetHashCode warning for ExcludeItem.
9916 2005-07-14 16:24  joeshaw
9918         * BeagleClient/Client.cs, Util/PathFinder.cs,
9919           beagled/BeagleDaemon.cs, beagled/RemoteIndexer.cs,
9920           beagled/Server.cs, beagled/IndexHelper/IndexHelper.cs: Use a safe
9921           temp filename for when we're handing a remote home directory.
9922           Move the sockets there since we can't create unix domain sockets
9923           on smbfs.  Add some nasty code to clean up after ourselves as
9924           best we can
9926 2005-07-14 16:16  joeshaw
9928         * libbeagle/beagle/beagle-hits-added-response.c: oops, forgot this
9930 2005-07-14 16:14  joeshaw
9932         * BeagleClient/Hit.cs, libbeagle/beagle/beagle-hit.c,
9933           libbeagle/beagle/beagle-private.h: Don't keep Score around in
9934           libbeagle; just calculate it from the raw score and multiplier,
9935           since it's not serialized by the daemon
9937 2005-07-14 15:28  rml
9939         * Util/Inotify.cs, glue/inotify-glue.c, glue/inotify-syscalls.h,
9940           glue/inotify.h: Port Beagle to the New Inotify.
9942 2005-07-14 13:41  fhedberg
9944         * beagled/: BuildIndex.cs, Makefile.am, ManageIndex.cs,
9945           beagle-build-index.8, beagle-manage-index.8: * Install
9946           beagle-build-index & beagle-manage-index into /sbin instead of
9947           /bin * Use the first argument as index_dir in beagle-build-index
9948           * Manpages for said tools.
9950 2005-07-14 03:59  knvijay
9952         * Util/Conf.cs: Added CheckGlobalAccess option to webservices
9953           section
9955 2005-07-13 21:28  fhedberg
9957         * beagled/LuceneDriver.cs: Merge fix pointed out by Jon.
9959 2005-07-13 12:28  fhedberg
9961         * Util/Conf.cs, Util/PathFinder.cs, Util/Scheduler.cs,
9962           beagled/BeagleDaemon.cs, beagled/IndexSynchronization.cs,
9963           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
9964           beagled/Makefile.am, beagled/NameIndexTool.cs,
9965           beagled/SanityCheckTool.cs,
9966           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
9967           Index Synchronization
9969           * If PathFinder.HomeDir is on NFS, or BEAGLE_SYNCHRONIZE_LOCALLY
9970           is set we synchronize the indexes locally (to /tmp/beagle-$user).
9971            * Needed to move all the indexes to a separate directory, so if
9972           you don't want to re-index everything, move them to
9973           ~/.beagle/Indexes.  * Configuration option to disable
9974           synchronization totally.  * Added support for tasks executed on
9975           shutdown.
9977 2005-07-13 11:03  fhedberg
9979         * Util/PathFinder.cs: Removed a bunch of unused code.
9981 2005-07-13 07:16  llipka
9983         * Tiles/TilePicture.cs: Update the F-spot tags spacing a bit.
9985 2005-07-12 14:46  kelemeng
9987         * po/: ChangeLog, hu.po: 2005-07-12  Gabor Kelemen
9988           <kelemeng@gnome.hu>
9990                   * hu.po: Hungarian translation updated.
9992 2005-07-12 14:29  hebra
9994         * po/: ChangeLog, de.po: 2005-07-12  Hendrik Brandt
9995           <heb@gnome-de.org>
9997                   * de.po: Updated German translation.
9999 2005-07-12 13:39  fhedberg
10001         * Util/SystemInformation.cs: Remove some unused code and add some
10002           new unused code.
10004 2005-07-12 10:02  fhedberg
10006         * beagled/LuceneDriver.cs: Do actually create an index even if
10007           there is no minor_version provided.
10009 2005-07-12 09:31  fhedberg
10011         * Filters/FilterText.cs: Give the right message when the text file
10012           is too large to filter.
10014 2005-07-11 19:55  dsd
10016         * ChangeLog, beagled/LuceneDriver.cs: Allow unspecified index minor
10017           versions (= 'dont care'). Allows beagle-manage-index to work on
10018           versioned indexes.
10020 2005-07-11 15:18  trow
10022         * beagled/beagled-index-helper.in: Removed some debug spew.
10024 2005-07-11 15:18  trow
10026         * NEWS: Updated for Lukas's last patch.
10028 2005-07-11 15:14  llipka
10030         * Filters/FilterMail.cs, Tiles/TileMailMessage.cs,
10031           Tiles/TranslationHack.cs, Tiles/template-mail-message.html:
10032           Render the mail attachments nicely.
10034 2005-07-11 15:08  trow
10036         * NEWS: Updated again for release.
10038 2005-07-11 14:38  joeshaw
10040         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10041           Fix a problem where we were losing mails from the index if an
10042           IMAP summary was updated later.  Also add some additional
10043           debugging spew and sort the deleted list up front, so that
10044           removals are more efficient later (since they're done in UID
10045           order, we should always be removing from near the head of the
10046           list)
10048 2005-07-11 14:17  trow
10050         * NEWS: Updated for release.
10052 2005-07-11 14:14  fhedberg
10054         * beagled/BuildIndex.cs: Dont index dot-dirs & files with
10055           beagle-build-index.
10057 2005-07-11 10:56  hebra
10059         * po/: ChangeLog, de.po: 2005-07-10  Hendrik Brandt
10060           <heb@gnome-de.org>
10062                   * de.po: Corrected mis-translation.
10064 2005-07-10 10:14  hebra
10066         * po/: ChangeLog, de.po: 2005-07-10  Hendrik Brandt
10067           <heb@gnome-de.org>
10069                   * de.po: Updated German translation.
10071 2005-07-09 02:13  adamw
10073         * po/: ChangeLog, en_CA.po:
10074           2005-07-09  Adam Weinberger  <adamw@gnome.org>
10076                   * en_CA.po: Updated Canadian English translation.
10078 2005-07-09 00:31  trow
10080         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Explicitly disable
10081           filtering --- we don't need it, since we are passing in nice
10082           clean text.
10084 2005-07-08 19:54  joeshaw
10086         * Util/camel.cs: time_t is an arch dependent size, so account for
10087           that in our camel summary parser
10089 2005-07-08 17:05  joeshaw
10091         * Filters/FilterDocbook.cs: remove debug writeline
10093 2005-07-08 15:30  fhedberg
10095         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Command line argument
10096           for loading static indexes for Dave.
10098 2005-07-08 15:24  clahey
10100         * ChangeLog, Filters/FilterDocbook.cs: 2005-07-08  Christopher
10101           James Lahey  <clahey@ximian.com>
10103                   * Filters/FilterDocbook.cs: Turn off XmlResolver here so
10104           that it
10105                   doesn't read the DTDs.
10107 2005-07-08 12:47  trow
10109         * libbeagle/: Makefile.am, beagle/Makefile.am: A small "make
10110           distcheck" fix.
10112 2005-07-08 12:39  llipka
10114         * Best/: BestTray.cs, BestWindow.cs: Add a clear history item to
10115           the tray menu.
10117 2005-07-08 11:40  joeshaw
10119         * beagled/IndexHelper/RemoteIndexerExecutor.cs: Store the
10120           child_indexables streams in the helper before sending them back
10121           to the daemon.  Fixes a problem with indexing mail attachments
10122           since I moved the child indexable generation from the evolution
10123           backend to the mail filter.  Many thanks to Lukas for discovering
10124           it, and Fredrik for also looking at it
10126 2005-07-08 08:59  llipka
10128         * ImLogViewer/ImLogViewer.glade: Fix some window glitches.
10130 2005-07-08 08:59  knvijay
10132         * ChangeLog: [no log message]
10134 2005-07-08 08:50  knvijay
10136         * beagled/WebServices/: NetBeagleHandler.cs, NetBeagleQueryable.cs,
10137           WebServiceBackEnd.cs, WebServiceProxy.cs: Added a limit on the
10138           no. of intermediate Beagle nodes a request is cascaded through
10140 2005-07-08 04:51  knvijay
10142         * beagled/WebServices/WebBackEnd.cs: [no log message]
10144 2005-07-08 04:49  knvijay
10146         * beagled/WebServices/: WebBackEnd.cs, WebFrontEnd.cs: Updated
10147           support for Actions in Web interface when dealing with external
10148           queries
10150 2005-07-07 17:22  joeshaw
10152         * Filters/FilterMusic.cs: Print out the reason why we couldn't
10153           filter a music file to the debug log
10155 2005-07-07 16:31  fhedberg
10157         * Filters/FilterDocbook.cs: More Docbook filtering.
10159 2005-07-07 13:26  joeshaw
10161         * Tiles/Tile.cs, Tiles/TileFolder.cs, Util/ArrayFu.cs,
10162           beagled/LuceneDriver.cs, beagled/SnippetFu.cs: Remap directories
10163           a little differently in the Tile code.  Don't snippet stop words
10165 2005-07-07 12:53  trow
10167         * beagled/LuceneQueryable.cs: Get the item count from the indexer,
10168           not the LuceneDriver we use for queries.
10170 2005-07-07 09:30  knvijay
10172         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs,
10173           ExternalAccessFilter.cs, NetBeagleHandler.cs,
10174           NetBeagleQueryable.cs: Updates for cascaded network operation
10176 2005-07-06 19:40  trow
10178         * Tiles/TileContact.cs,
10179           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
10180           Use the beagle: namespace on the photo filename property.
10182 2005-07-06 19:12  trow
10184         *
10185           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
10186           When we cache the contact photo on the filesystem, open the file
10187           with FileShare.ReadWrite, and close the file when we are done
10188           writing to it.
10190 2005-07-06 18:54  trow
10192         * Util/Inotify.cs, beagled/FileSystemQueryable/InotifyBackend.cs:
10193           Added the ability to change an Inotify.Watch's event mask via the
10194           ChangeSubscription method.
10196           Use ChangeSubscription to adjust the event mask in
10197           InotifyBackend.WatchFile.
10199 2005-07-06 17:32  joeshaw
10201         *
10202           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
10203           If the REV field in the vCard is empty, always index the contact.
10204           Fixes a bug where newly added contacts weren't being updated
10205           with older versions of evolution
10207 2005-07-06 16:51  dsd
10209         * ChangeLog, libbeagle/beagle/beagle-client.c: libbeagle: Use
10210           /home/dsd/beagle-testing and check for existance of the relevant
10211           socket.
10213 2005-07-06 14:04  llipka
10215         * Tiles/Makefile.am: Eeek!
10217 2005-07-06 13:55  llipka
10219         * libbeagle/: beagle/.cvsignore, examples/.cvsignore: AVATAR is a
10220           conceptual HOTOL, SSTO spaceplane being developed by India's
10221           Defence Research and Development Organisation.
10223 2005-07-06 13:39  llipka
10225         * libbeagle/.cvsignore: Defining feudalism is difficult because
10226           there is no generally accepted agreement on what it means.
10228 2005-07-06 13:39  serrador
10230         * po/: ChangeLog, es.po: 2005-07-06  Francisco Javier F. Serrador
10231           <serrador@cvs.gnome.org>
10233                   * es.po: Updated Spanish translation.
10235 2005-07-06 13:28  joeshaw
10237         * acinclude.m4: Add gtk-doc.m4 to acinclude.m4 so that users don't
10238           need gtkdoc installed to autogen
10240 2005-07-06 13:14  joeshaw
10242         * Makefile.am: Only descend into the libbeagle directory if it's
10243           enabled
10245 2005-07-06 12:40  fhedberg
10247         * Filters/FilterDirectory.cs: Fix typo.
10249 2005-07-06 12:29  joeshaw
10251         * libbeagle/beagle/: beagle-cancelled-response.c,
10252           beagle-cancelled-response.h, beagle-client.c, beagle-client.h,
10253           beagle-daemon-information-request.c,
10254           beagle-daemon-information-request.h,
10255           beagle-daemon-information-response.c,
10256           beagle-daemon-information-response.h, beagle-empty-response.c,
10257           beagle-empty-response.h, beagle-error-response.c,
10258           beagle-error-response.h, beagle-finished-response.c,
10259           beagle-finished-response.h, beagle-hit.c, beagle-hit.h,
10260           beagle-hits-added-response.c, beagle-hits-added-response.h,
10261           beagle-hits-subtracted-response.c,
10262           beagle-hits-subtracted-response.h, beagle-indexable.c,
10263           beagle-indexable.h, beagle-indexing-service-request.c,
10264           beagle-indexing-service-request.h, beagle-parser.c,
10265           beagle-parser.h, beagle-private.h, beagle-property.c,
10266           beagle-property.h, beagle-query-part.c, beagle-query-part.h,
10267           beagle-query.c, beagle-query.h, beagle-request.c,
10268           beagle-request.h, beagle-response.c, beagle-response.h,
10269           beagle-shutdown-request.c, beagle-shutdown-request.h,
10270           beagle-snippet-request.c, beagle-snippet-request.h,
10271           beagle-snippet-response.c, beagle-snippet-response.h,
10272           beagle-timestamp.c, beagle-timestamp.h, beagle-util.c,
10273           beagle-util.h, beagle.h: add copyright headers to all the source
10274           files
10276 2005-07-06 12:17  joeshaw
10278         * gtk-doc.make: forgot this
10280 2005-07-06 12:05  joeshaw
10282         * Makefile.am, configure.in, libbeagle/.cvsignore,
10283           libbeagle/Makefile.am, libbeagle/libbeagle-0.0.pc.in,
10284           libbeagle/beagle/.cvsignore, libbeagle/beagle/Makefile.am,
10285           libbeagle/beagle/beagle-cancelled-response.c,
10286           libbeagle/beagle/beagle-cancelled-response.h,
10287           libbeagle/beagle/beagle-client.c,
10288           libbeagle/beagle/beagle-client.h,
10289           libbeagle/beagle/beagle-daemon-information-request.c,
10290           libbeagle/beagle/beagle-daemon-information-request.h,
10291           libbeagle/beagle/beagle-daemon-information-response.c,
10292           libbeagle/beagle/beagle-daemon-information-response.h,
10293           libbeagle/beagle/beagle-empty-response.c,
10294           libbeagle/beagle/beagle-empty-response.h,
10295           libbeagle/beagle/beagle-error-response.c,
10296           libbeagle/beagle/beagle-error-response.h,
10297           libbeagle/beagle/beagle-finished-response.c,
10298           libbeagle/beagle/beagle-finished-response.h,
10299           libbeagle/beagle/beagle-hit.c, libbeagle/beagle/beagle-hit.h,
10300           libbeagle/beagle/beagle-hits-added-response.c,
10301           libbeagle/beagle/beagle-hits-added-response.h,
10302           libbeagle/beagle/beagle-hits-subtracted-response.c,
10303           libbeagle/beagle/beagle-hits-subtracted-response.h,
10304           libbeagle/beagle/beagle-indexable.c,
10305           libbeagle/beagle/beagle-indexable.h,
10306           libbeagle/beagle/beagle-indexing-service-request.c,
10307           libbeagle/beagle/beagle-indexing-service-request.h,
10308           libbeagle/beagle/beagle-marshal.list,
10309           libbeagle/beagle/beagle-parser.c,
10310           libbeagle/beagle/beagle-parser.h,
10311           libbeagle/beagle/beagle-private.h,
10312           libbeagle/beagle/beagle-property.c,
10313           libbeagle/beagle/beagle-property.h,
10314           libbeagle/beagle/beagle-query-part.c,
10315           libbeagle/beagle/beagle-query-part.h,
10316           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
10317           libbeagle/beagle/beagle-request.c,
10318           libbeagle/beagle/beagle-request.h,
10319           libbeagle/beagle/beagle-response.c,
10320           libbeagle/beagle/beagle-response.h,
10321           libbeagle/beagle/beagle-shutdown-request.c,
10322           libbeagle/beagle/beagle-shutdown-request.h,
10323           libbeagle/beagle/beagle-snippet-request.c,
10324           libbeagle/beagle/beagle-snippet-request.h,
10325           libbeagle/beagle/beagle-snippet-response.c,
10326           libbeagle/beagle/beagle-snippet-response.h,
10327           libbeagle/beagle/beagle-timestamp.c,
10328           libbeagle/beagle/beagle-timestamp.h,
10329           libbeagle/beagle/beagle-util.c, libbeagle/beagle/beagle-util.h,
10330           libbeagle/beagle/beagle.h, libbeagle/beagle/test-client.c,
10331           libbeagle/docs/.cvsignore, libbeagle/docs/Makefile.am,
10332           libbeagle/docs/reference/.cvsignore,
10333           libbeagle/docs/reference/Makefile.am,
10334           libbeagle/docs/reference/beagle-docs.sgml,
10335           libbeagle/docs/reference/beagle-overrides.txt,
10336           libbeagle/docs/reference/beagle-sections.txt,
10337           libbeagle/docs/reference/beagle-undocumented.txt,
10338           libbeagle/docs/reference/beagle.types,
10339           libbeagle/docs/reference/tmpl/beagle-cancelled-response.sgml,
10340           libbeagle/docs/reference/tmpl/beagle-client.sgml,
10341           libbeagle/docs/reference/tmpl/beagle-daemon-information-request.sgml,
10342           libbeagle/docs/reference/tmpl/beagle-daemon-information-response.sgml,
10343           libbeagle/docs/reference/tmpl/beagle-empty-response.sgml,
10344           libbeagle/docs/reference/tmpl/beagle-error-response.sgml,
10345           libbeagle/docs/reference/tmpl/beagle-finished-response.sgml,
10346           libbeagle/docs/reference/tmpl/beagle-hit.sgml,
10347           libbeagle/docs/reference/tmpl/beagle-hits-added-response.sgml,
10348           libbeagle/docs/reference/tmpl/beagle-hits-subtracted-response.sgml,
10349           libbeagle/docs/reference/tmpl/beagle-indexable.sgml,
10350           libbeagle/docs/reference/tmpl/beagle-indexing-service-request.sgml,
10351           libbeagle/docs/reference/tmpl/beagle-property.sgml,
10352           libbeagle/docs/reference/tmpl/beagle-query-part.sgml,
10353           libbeagle/docs/reference/tmpl/beagle-query.sgml,
10354           libbeagle/docs/reference/tmpl/beagle-request.sgml,
10355           libbeagle/docs/reference/tmpl/beagle-response.sgml,
10356           libbeagle/docs/reference/tmpl/beagle-shutdown-request.sgml,
10357           libbeagle/docs/reference/tmpl/beagle-snippet-request.sgml,
10358           libbeagle/docs/reference/tmpl/beagle-snippet-response.sgml,
10359           libbeagle/docs/reference/tmpl/beagle-timestamp.sgml,
10360           libbeagle/docs/reference/tmpl/beagle-unused.sgml,
10361           libbeagle/examples/.cvsignore, libbeagle/examples/Makefile.am,
10362           libbeagle/examples/beagle-search.c,
10363           libbeagle/examples/beagle-shutdown.c: Add libbeagle, a C API for
10364           searching and indexing against the beagle daemon
10366 2005-07-06 10:36  llipka
10368         * beagled/: GaimLogQueryable/GaimLogQueryable.cs,
10369           TomboyQueryable/TomboyQueryable.cs: Fixup usage of properties for
10370           better search results.
10372 2005-07-06 10:27  llipka
10374         * beagled/: TomboyQueryable/TomboyQueryable.cs,
10375           GaimLogQueryable/GaimLogQueryable.cs,
10376           LauncherQueryable/LauncherQueryable.cs,
10377           LifereaQueryable/LifereaQueryable.cs: Fixup usage of properties
10378           for better search results.
10380 2005-07-05 22:18  fhedberg
10382         * beagled/LifereaQueryable/LifereaQueryable.cs: Don't add the
10383           entire entry text as a keyword.
10385 2005-07-05 17:12  fhedberg
10387         * Util/Conf.cs,
10388           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
10389           beagled/FileSystemQueryable/FileNameFilter.cs,
10390           beagled/FileSystemQueryable/FileSystemModel.cs,
10391           beagled/FileSystemQueryable/FileSystemQueryable.cs,
10392           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
10393           beagled/FileSystemQueryable/IFileEventBackend.cs,
10394           beagled/FileSystemQueryable/InotifyBackend.cs, tools/.cvsignore:
10395           Better handle configuration updates:
10397           * Conf.cs: Moved a lot of code from FSQ/FileNameFilter.cs to here
10398           * FileSystemModel.cs: Implement configuration change logic *
10399           FileNameFilter.cs: Implement configuration change logic *
10400           IFileEventBackend.cs: Ability to forget watches *
10401           FileSystemWatcherBackend.cs: Ability to forget watches *
10402           InotifyBackend.cs: Ability to forget watches
10404 2005-07-05 14:18  kelemeng
10406         * po/: ChangeLog, hu.po: 2005-07-05  Gabor Kelemen
10407           <kelemeng@gnome.hu>
10409                   * hu.po: Hungarian translation updated.
10411 2005-07-05 09:31  knvijay
10413         * ChangeLog: [no log message]
10415 2005-07-05 09:29  knvijay
10417         * beagled/WebServices/: NetBeagleHandler.cs, NetBeagleQueryable.cs,
10418           WebBackEnd.cs, WebServiceBackEnd.cs, WebServiceProxy.cs: Added
10419           support for cascaded networked Beagle searches
10421 2005-07-05 09:26  knvijay
10423         * Tiles/TileNetwork.cs: Updated comments
10425 2005-07-04 08:23  tsola
10427         * po/: ChangeLog, nb.po, no.po: 2005-07-04  Terance Sola
10428           <terance@lyse.net>
10430                   * nb.po: Updated Norwegian bokmål translation.
10431                   * no.po: Same.
10433 2005-07-04 04:01  knvijay
10435         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs:
10436           Simplifying code related to determination of local/global access
10437           for webservices
10439 2005-07-03 18:49  adamw
10441         * po/: ChangeLog, en_CA.po:
10442           2005-07-03  Adam Weinberger  <adamw@gnome.org>
10444                   * en_CA.po: Updated Canadian English translation.
10446 2005-07-01 17:39  fhedberg
10448         * Util/Conf.cs: And dont watch for modify's, just CloseWrite and
10449           Create.
10451 2005-07-01 17:22  fhedberg
10453         * Util/Conf.cs: Don't be a nazi when opening the configuration
10454           files.
10456 2005-07-01 15:37  joeshaw
10458         * beagled/LuceneQueryable.cs: Subtract an added URI from the
10459           QueryResult before adding it back in, so that we get proper
10460           updates, which were broken when we moved from dbus to the new
10461           message passing system
10463 2005-07-01 14:07  fhedberg
10465         * beagled/BuildIndex.cs: beagle-build-index: Be more intelligent.
10467 2005-07-01 11:12  fhedberg
10469         * beagled/BeagleDaemon.cs: Didnt really want to remove this
10470           earlier.
10472 2005-07-01 11:10  knvijay
10474         * ChangeLog: [no log message]
10476 2005-07-01 10:57  knvijay
10478         * beagled/WebServices/: ExternalAccessFilter.cs,
10479           NetBeagleHandler.cs, NetBeagleQueryable.cs, WebBackEnd.cs,
10480           WebFrontEnd.cs, WebServiceBackEnd.cs, WebServiceFrontEnd.cs:
10481           Updates to work with new configuration system
10483 2005-07-01 10:54  knvijay
10485         * Tiles/TileNetwork.cs: Correction in logic to get HostNamePort of
10486           the networked Beagle returning the hit
10488 2005-07-01 10:47  knvijay
10490         * Util/: Conf.cs, Makefile.am: Added config sections for
10491           WebServices and Networking
10493 2005-06-30 18:10  dsd
10495         * ChangeLog, configure.in: Support either sqlite2 or sqlite3
10497 2005-06-30 17:45  dsd
10499         * ChangeLog, beagled/FilterFactory.cs: Small reorganisation so that
10500           we don't try and get the file mime-type twice.
10502 2005-06-30 14:28  joeshaw
10504         * BeagleClient/Query.cs, beagled/QueryDriver.cs: Set the default
10505           querydomain to both Local and System, fix a backwards assignment
10506           when loading static queryables
10508 2005-06-30 12:44  joeshaw
10510         * Util/: ExternalStringsHack.cs.in, Makefile.am, PathFinder.cs:
10511           base the SystemDir on $localstatedir
10513 2005-06-30 12:19  joeshaw
10515         * Util/Scheduler.cs: Remove some debug spew
10517 2005-06-30 12:07  joeshaw
10519         * BeagleClient/Indexable.cs, Filters/FilterMail.cs,
10520           Filters/Makefile.am, Util/Scheduler.cs,
10521           beagled/ExtractContent.cs, beagled/Filter.cs,
10522           beagled/FilterFactory.cs, beagled/HitRegulator.cs,
10523           beagled/LuceneDriver.cs, beagled/NameIndex.cs,
10524           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
10525           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10526           New mail filter, which gives us MailDir support, and port the
10527           Evolution backends over to using it.
10529           If an mbox or summary is updated and the generator is already in
10530           the scheduler, don't readd it and reset it back to the start.  So
10531           we'll actually index everything while Evo is running rather than
10532           recrawling.
10534           Tweak the scheduler to throttle when many immediate priority
10535           tasks come in.  This will help with the situations when you untar
10536           a tarball or rm -r a directory.
10538           Update ExtractContent to follow child indexables
10540           Add a Uri field to the Filter, so that child indexables can set
10541           their Uris based on the parent's.
10543           Don't instantiate a IndexReader when we're just using it for
10544           IndexSearcher.  That way we don't have to manage lifecycle.
10546 2005-06-30 11:52  fhedberg
10548         * BeagleClient/Query.cs, Util/Conf.cs, Util/PathFinder.cs,
10549           beagled/.cvsignore, beagled/BeagleDaemon.cs,
10550           beagled/BuildIndex.cs, beagled/FileAttributesStore_Sqlite.cs,
10551           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
10552           beagled/Makefile.am, beagled/ManageIndex.cs,
10553           beagled/QueryDriver.cs, beagled/StaticQueryable.cs,
10554           beagled/Lucene.Net/upstream-changes.diff,
10555           beagled/Lucene.Net/Store/FSDirectory.cs: System indexing
10557           * Added beagle-build-index for building static indexes.  * Added
10558           beagle-manage-index for low-level Lucene index management.  *
10559           Allow us to disable Lucene locking per-FSDirectory.  * Load
10560           system-wide indexes from /var/cache/beagle/indexes
10562 2005-06-30 10:47  fhedberg
10564         * BeagleClient/Indexable.cs, Filters/FilterDocbook.cs: Titles for
10565           the sections in FilterDocbook.
10567 2005-06-30 08:59  fhedberg
10569         * beagled/IndexHelper/RemoteIndexerExecutor.cs: Don't instantiate
10570           new LuceneDrivers for every remote indexing request.
10572 2005-06-30 08:59  llipka
10574         * Tiles/TileContact.cs, Tiles/TileImLog.cs,
10575           Tiles/TileMailMessage.cs, Tiles/template-contact.html,
10576           Tiles/template-mail-message.html, Tiles/template-picture.html,
10577           Util/Galago.cs: Galago support: * Add support to Contact tile *
10578           Add support to MailMessage tile * Update the templates
10579           accordingly
10581           I18N: * Forgot to commit the template-picture.html previously
10583 2005-06-30 08:38  llipka
10585         * Tiles/TranslationHack.cs: I18N stuff.
10587 2005-06-30 08:18  llipka
10589         * Filters/FilterImage.cs, Filters/FilterJpeg.cs,
10590           Filters/FilterPng.cs, Filters/Makefile.am, Tiles/TilePicture.cs,
10591           Tiles/template-picture.html: F-Spot metadata support.
10593 2005-06-30 05:39  dsd
10595         * ChangeLog, Best/BestWindow.cs: Catch the right exception
10597 2005-06-30 05:38  dsd
10599         * Util/: ImLog.cs, StringFu.cs: Add HexUnescape convenience
10600           function. Use HexUnescape on Gaim directory names when using them
10601           in readable form.
10603 2005-06-27 19:57  orrc
10605         * Filters/FilterChm.cs: Update FilterChm to use AddSupportedFlavor
10607 2005-06-27 19:51  dsd
10609         * ChangeLog, Filters/FilterPPT.cs: Compile fix for FilterPPT
10611 2005-06-27 17:59  hebra
10613         * po/: ChangeLog, de.po: 2005-06-28  Hendrik Brandt
10614           <heb@gnome-de.org>
10616                   * de.po: Updated German translation.
10618 2005-06-27 17:59  fhedberg
10620         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Filtering fix.
10622 2005-06-27 16:18  fhedberg
10624         * beagled/IIndexer.cs: Added a FIXME.
10626 2005-06-27 15:43  fhedberg
10628         * BeagleClient/Indexable.cs, Filters/FilterAbiword.cs,
10629           Filters/FilterApe.cs, Filters/FilterC.cs,
10630           Filters/FilterCSharp.cs, Filters/FilterCpp.cs,
10631           Filters/FilterDOC.cs, Filters/FilterDesktop.cs,
10632           Filters/FilterDirectory.cs, Filters/FilterDocbook.cs,
10633           Filters/FilterFlac.cs, Filters/FilterFortran.cs,
10634           Filters/FilterHtml.cs, Filters/FilterJava.cs,
10635           Filters/FilterJpeg.cs, Filters/FilterJs.cs,
10636           Filters/FilterLisp.cs, Filters/FilterMan.cs,
10637           Filters/FilterMatlab.cs, Filters/FilterMonodoc.cs,
10638           Filters/FilterMp3.cs, Filters/FilterMpc.cs, Filters/FilterOgg.cs,
10639           Filters/FilterOpenOffice.cs, Filters/FilterPascal.cs,
10640           Filters/FilterPdf.cs, Filters/FilterPerl.cs,
10641           Filters/FilterPhp.cs, Filters/FilterPng.cs,
10642           Filters/FilterPython.cs, Filters/FilterRTF.cs,
10643           Filters/FilterScilab.cs, Filters/FilterSpreadsheet.cs,
10644           Filters/FilterText.cs, Filters/Makefile.am, Tiles/TileFile.cs,
10645           Tiles/TileFolder.cs, Tiles/TileLauncher.cs, Tiles/TileMonodoc.cs,
10646           Tiles/template-folder.html, beagled/Filter.cs,
10647           beagled/FilterFactory.cs, beagled/Flavor.cs, beagled/IIndexer.cs,
10648           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
10649           beagled/RemoteIndexer.cs, beagled/RemoteIndexerResponse.cs,
10650           beagled/RenamingLuceneDriver.cs,
10651           beagled/FileSystemQueryable/FileSystemModel.cs,
10652           beagled/FileSystemQueryable/FileSystemQueryable.cs,
10653           beagled/IndexHelper/RemoteIndexerExecutor.cs: Filtering:
10655           * Match multiple filters per indexable, and use the one with the
10656           highest rank.  * Match filters with a combination of Uri,
10657           Extension and/or MimeType.  * Allow FilterFactory to fall through
10658           the filter list if a filter can't process an indexable.  * Added
10659           .desktop/.directory filters * Added Monodoc filter * Added
10660           Docbook filter * Introduced events & callbacks when Indexables
10661           are filtered * Mark files in the FSQ with FilterName &
10662           FilterVersion when they are filtered * Re-index files when a
10663           newer filter is available
10665 2005-06-27 10:44  dsd
10667         * ChangeLog, Util/ImLog.cs: Use PathToFileUri to handle 'odd' file
10668           characters better
10670 2005-06-26 22:23  trow
10672         * po/pl.po: I forgot to add this previously.  Thanks to Chris Orr
10673           for pointing this out.
10675 2005-06-26 09:36  llipka
10677         * ImLogViewer/ImLogWindow.cs: And return the money.
10679 2005-06-26 09:34  llipka
10681         * ImLogViewer/ImLogWindow.cs: BUG #308855: Remember the selected
10682           log in the timeline.
10684 2005-06-25 13:02  dsd
10686         * Util/ArrayFu.cs: Document why IndexOfByte exists
10688 2005-06-25 13:00  dsd
10690         * Util/DirectoryWalker.cs: Don't print whole exception, just the
10691           message will do
10693 2005-06-24 16:24  trow
10695         * configure.in, beagled/beagled-index-helper.in,
10696           beagled/beagled.in: Added Polish translation from Michał
10697           Kastelik.
10699           Number the helper's heap-buddy outfiles, so they don't get
10700           clobbered when the helper gets recycled.
10702 2005-06-24 15:39  joeshaw
10704         * ChangeLog, BeagleClient/IndexingService.cs,
10705           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
10706           2005-06-23  Anders Carlsson  <andersca@imendio.com>
10708                   * BeagleClient/IndexingService.cs:
10709                   Return an empty response after an indexing request.
10711                   *
10712           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
10713                   Make the ToRemove list an xml array.
10715 2005-06-24 14:52  joeshaw
10717         * beagled/Lucene.Net/: upstream-changes.diff, Store/FSDirectory.cs,
10718           Store/RAMDirectory.cs, Store/RAMFile.cs,
10719           Store/RAMOutputStream.cs: Use UTC timestamps in Lucene so that
10720           we're don't box integers unnecessarily
10722 2005-06-24 13:30  trow
10724         * beagled/: Makefile.am, beagled-index-helper.in, beagled.in: Added
10725           --heap-buddy argument to beagled.
10727 2005-06-24 12:23  joeshaw
10729         * Tiles/: TileMailMessage.cs, template-mail-message.html: Add Reply
10730           back as an action to the mail tile
10732 2005-06-24 12:11  vvaradan
10734         * ChangeLog, Tiles/TileMailMessage.cs: * A Crasher fix in Open() of
10735           TileMailMessage.
10737 2005-06-24 12:08  trow
10739         * tools/Makefile.am: Replaced a -o with -out: to silence a warning.
10741 2005-06-24 11:45  joeshaw
10743         * beagled/wrapper.in: add  to the beagled/wrapper.in template
10745 2005-06-24 11:36  joeshaw
10747         * BeagleClient/Client.cs, Util/ArrayFu.cs, beagled/Server.cs: Move
10748           IndexOfByte() into Util.ArrayFu, and use it in the Server
10749           implementation as well
10751 2005-06-24 11:33  fhedberg
10753         * Util/: ArrayFu.cs, Makefile.am: ArrayFu
10755 2005-06-24 11:26  trow
10757         * BeagleClient/Client.cs: Replaced calls to Array.IndexOf with a
10758           small custom function to avoid boxing the second argument ---
10759           this was responsible for 9% of all allocations in beagled
10760           according to heap-buddy.
10762 2005-06-23 19:44  joeshaw
10764         * Util/ExtendedAttribute.cs, beagled/BeagleDaemon.cs,
10765           beagled/ExtractContent.cs, beagled/FileAttributesStore_Sqlite.cs,
10766           beagled/LuceneQueryable.cs, beagled/QueryDriver.cs,
10767           beagled/QueryableFlavor.cs,
10768           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10769           Add support for running without extended attributes
10771 2005-06-23 18:59  kelemeng
10773         * po/: ChangeLog, hu.po: 2005-06-24  Gabor Kelemen
10774           <kelemeng@gnome.hu>
10776                   * hu.po: Hungarian translation updated.
10778 2005-06-23 18:31  trow
10780         * beagled/FileAttributesStore_Sqlite.cs: Use a BitArray for our
10781           path flags instead of (yuck) manually manipulating the individual
10782           bits in an array of bytes.
10784 2005-06-23 15:22  dsd
10786         * ChangeLog,
10787           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10788           Kill fixme:subject as subject is properly stored in dc:title
10790 2005-06-23 13:17  trow
10792         * BeagleClient/Indexable.cs: If NoContent is true, return null for
10793           the Indexable's various streams.
10795 2005-06-23 13:16  trow
10797         * beagled/: ExtractContent.cs, FilterFactory.cs, LuceneDriver.cs:
10798           If we don't know how to filter an Indexable, set NoContent to
10799           true.  Check the NoContent flag when constructing a Lucene
10800           Document from the Indexable.
10802 2005-06-22 18:57  dsd
10804         * glue/inotify-glue.c: Use perror before error report
10806 2005-06-22 18:32  trow
10808         * beagled/LuceneDriver.cs: Don't throw a bunch of exceptions on
10809           empty queries.
10811 2005-06-22 18:21  dsd
10813         * ChangeLog, glue/inotify-glue.c: Introduce some friendly error
10814           messages
10816 2005-06-22 17:36  joeshaw
10818         * BeagleClient/Client.cs, BeagleClient/Query.cs, tools/Query.cs:
10819           Fix some error corner cases when trying to write to sockets with
10820           clients
10822 2005-06-22 17:18  joeshaw
10824         * tools/Shutdown.cs: Be forgiving of communication errors in
10825           Shutdown
10827 2005-06-22 11:22  joeshaw
10829         * beagled/: LuceneDriver.cs, NameIndex.cs, Server.cs: The comment
10830           about the searcher closing the reader is a dirty, dirty lie.  So
10831           remove the comment and fix the code.  Also handle all exceptions
10832           when trying to send a response, since we can get more than just
10833           an IOException (including some weird reflection exception) if we
10834           try to write data to a socket that has already been shut down
10836 2005-06-21 11:27  fhedberg
10838         * beagle-daemon.pc.in: Fix typo
10840 2005-06-21 07:56  chliao
10842         * po/: ChangeLog, zh_TW.po:
10843           2005-06-21  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
10845                   * zh_TW.po: Updated Traditional Chinese translation.
10847 2005-06-21 04:14  knvijay
10849         * ChangeLog, beagled/WebServices/search.aspx.in: [no log message]
10851 2005-06-21 04:09  knvijay
10853         * beagled/: Makefile.am, WebServices/search.aspx: Replacing
10854           search.aspx.in with search.aspx
10856 2005-06-20 20:02  tsola
10858         * po/: ChangeLog, nb.po, no.po: 2005-06-21  Terance Sola
10859           <terance@lyse.net>
10861                   * nb.po: Updated Norwegian Bokmål translation.
10862                   * no.po: Same as above.
10864 2005-06-20 10:56  joeshaw
10866         * ChangeLog, configure.in, po/tr.po: Turkish translation from Enver
10867           Altin
10869 2005-06-20 07:49  knvijay
10871         * beagled/WebServices/search.aspx.in: Moving img tag within web
10872           form
10874 2005-06-20 07:03  knvijay
10876         * beagled/WebServices/search.aspx.in: Using relative url for Beagle
10877           dog image
10879 2005-06-19 10:33  llipka
10881         * Tiles/: TileBlog.cs, template-blog.html: Add an author field to
10882           the blog template.
10884 2005-06-18 14:45  orrc
10886         * Util/Evolution.cs: Check whether imap directory exists before
10887           attempting traversal.
10889 2005-06-17 18:59  joeshaw
10891         * beagled/: BlamQueryable/BlamQueryable.cs,
10892           LifereaQueryable/LifereaQueryable.cs: Make the LifereaQueryable
10893           also an IIndexableGenerator, and fix the BlamQueryable to attach
10894           a timestamp in the generator case
10896 2005-06-17 18:54  adamw
10898         * po/en_CA.po:
10899           2005-06-17  Adam Weinberger  <adamw@gnome.org>
10901                   * en_CA.po: Updated Canadian English translation.
10903 2005-06-17 14:20  joeshaw
10905         * Best/BestWindow.cs: Change the Show() function to be Present() so
10906           that we get consistent placement again
10908 2005-06-17 12:50  llipka
10910         * Tiles/template-mail-message.html: Fix a bug when the tile didnt
10911           show up the subject when 'Who' was null. This is related to the
10912           email attachments.
10914 2005-06-17 11:31  joeshaw
10916         * Filters/FilterC.cs: Add text/x-chdr (header files) as a supported
10917           mime type for the C source filter
10919 2005-06-17 10:04  llipka
10921         * Tiles/TileMailMessage.cs: Random.
10923 2005-06-17 10:04  llipka
10925         * configure.in, Tiles/TileMailMessage.cs: Fix a null reference
10926           exception in TileMailMessage.cs which made Best crash. Change
10927           galago to galago-sharp in configure.in
10929 2005-06-17 07:22  knvijay
10931         * beagled/WebServices/WebServiceBackEnd.cs: Enabling log messages
10933 2005-06-17 05:52  knvijay
10935         * ChangeLog: [no log message]
10937 2005-06-17 05:49  knvijay
10939         * BeagleClient/NetworkHit.cs: Update to support prefetching/caching
10940           of snippets
10942 2005-06-17 05:48  knvijay
10944         * beagled/WebServices/: NetBeagleHandler.cs, NetBeagleQueryable.cs,
10945           WebBackEnd.cs, WebServiceBackEnd.cs: Added support for
10946           Prefetching & caching snippets for Network Hits
10948 2005-06-17 05:44  knvijay
10950         * beagled/WebServices/ExternalAccessFilter.cs: Cleanup of unwanted
10951           code
10953 2005-06-17 00:53  fhedberg
10955         * tools/: Settings.cs, settings.glade: Bug #308023.
10957 2005-06-17 00:44  adamw
10959         * po/: ChangeLog, en_CA.po:
10960           2005-06-17  Adam Weinberger  <adamw@gnome.org>
10962                   * en_CA.po: Updated Canadian English translation.
10964 2005-06-16 15:08  joeshaw
10966         * beagled/Makefile.am: Only create the XSP dirs if web services are
10967           enabled.  Patch from Jeremy Messenger
10969 2005-06-16 12:59  joeshaw
10971         * beagled/BlamQueryable/BlamQueryable.cs: Use an
10972           IIndexableGenerator for the blam backend
10974 2005-06-15 22:15  fhedberg
10976         * Util/Evolution.cs: Belonging to my last commit.
10978 2005-06-15 22:13  fhedberg
10980         * po/POTFILES.in, po/sv.po, tools/Settings.cs: * Minor bugfix for
10981           the configuration UI * Minor fixed for i18n * Updated Swedish
10982           translation
10984 2005-06-15 21:38  fhedberg
10986         * Makefile.am, beagle-daemon.pc.in, configure.in: Expose daemon
10987           plugin development for external development via pkg-config.
10989 2005-06-15 21:21  fhedberg
10991         * beagled/FileSystemQueryable/: FileNameFilter.cs,
10992           FileSystemModel.cs: Properly filter old stuff in FSQ.HitIsValid
10994 2005-06-15 20:16  dsd
10996         * ChangeLog, configure.in: Use single = for equality thanks to
10997           Jeremy Messenger in bug 307847
10999 2005-06-15 16:46  serrador
11001         * po/: ChangeLog, es.po: 2005-06-15  Francisco Javier F. Serrador
11002           <serrador@cvs.gnome.org>
11004                   * es.po: Updated Spanish translation.
11006 2005-06-15 16:40  joeshaw
11008         * configure.in, BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
11009           BeagleClient/Property.cs, Tiles/TileMailMessage.cs,
11010           beagled/ExtractContent.cs, beagled/Filter.cs,
11011           beagled/FilterFactory.cs, beagled/IIndexer.cs,
11012           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
11013           beagled/RemoteIndexer.cs, beagled/RemoteIndexerResponse.cs,
11014           beagled/RenamingLuceneDriver.cs,
11015           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
11016           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
11017           beagled/FileSystemQueryable/FileSystemQueryable.cs,
11018           beagled/IndexHelper/RemoteIndexerExecutor.cs, tools/Query.cs: *
11019           New filtering code.  Adds ParentUri to Hit and Indexable.  Adds
11020           new BinaryStream to Indexable.  Adds new AddChildIndexable()
11021           method and a ChildIndexables ArrayList property to the Filter.
11023           * Multiprop enhancements - allows us to get all of the properties
11024           matching a certain term out as an array on the Hit.
11026           * Mail backend enhancements - indexing of attachments, nicer code
11027           to extract multiple names and addresses in recipients, and tile
11028           support to display attachment hits (needs work)
11030 2005-06-15 13:33  trow
11032         * configure.in, Util/Makefile.am: Put version back to 0.0.12
11033           Re-enable the galago check Include Galago.cs in COND_CS_FILES
11035 2005-06-15 13:31  trow
11037         * configure.in: Turn off the galago check for now.
11039 2005-06-15 13:22  trow
11041         * NEWS, configure.in, Filters/Makefile.am, Util/Makefile.am,
11042           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
11043           beagled/RemoteIndexer.cs, beagled/RemoteIndexerRequest.cs,
11044           beagled/RenamingLuceneDriver.cs,
11045           beagled/IndexHelper/RemoteIndexerExecutor.cs: Fixes for 0.0.11.1:
11046           * Chm filter build fixes * Index versioning fixes to avoid
11047           purging the file system index every time
11049 2005-06-15 11:13  fhedberg
11051         * Best/BestTray.cs, Util/Conf.cs, Util/Evolution.cs,
11052           Util/SystemInformation.cs, beagled/FileAttributesStore_Sqlite.cs,
11053           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
11054           beagled/FileSystemQueryable/FileNameFilter.cs,
11055           beagled/FileSystemQueryable/FileSystemModel.cs,
11056           beagled/FileSystemQueryable/FileSystemQueryable.cs,
11057           po/POTFILES.in, tools/.cvsignore, tools/Makefile.am,
11058           tools/Settings.cs, tools/beagle-settings.desktop,
11059           tools/settings.glade: Basic configuration stuff.
11061 2005-06-15 07:49  llipka
11063         * configure.in, Tiles/TileImLog.cs, Tiles/template-im-log.html,
11064           Util/Galago.cs, Util/Makefile.am: Galago support.
11066 2005-06-15 05:25  knvijay
11068         * beagled/WebServices/WebFrontEnd.cs: Fix to display navigation
11069           icons
11071 2005-06-14 19:51  trow
11073         * configure.in: Incremented version # to 0.0.12.
11075 2005-06-14 17:26  trow
11077         * BeagleClient/Makefile.am, Tiles/Makefile.am, beagled/Makefile.am:
11078           Build fixes.
11080 2005-06-14 17:10  trow
11082         * images/Makefile.am: Images don't need to be conditional on
11083           whether not not web services are turned on.  (And it breaks the
11084           build anyway.)
11086 2005-06-14 16:35  trow
11088         * NEWS: Updated for release.
11090 2005-06-14 13:34  joeshaw
11092         * Util/camel.cs: Decode.FixedInt and Decode.UInt aren't the same
11093           size on disk, so account for that
11095 2005-06-14 06:54  knvijay
11097         * Tiles/TileNetwork.cs: Added Null check for snippet
11099 2005-06-14 04:12  knvijay
11101         * images/dog.png, images/netbeagle.png,
11102           beagled/WebServices/search.aspx.in: Aligning with new Beagle logo
11104 2005-06-13 19:49  dsd
11106         * ChangeLog, Util/Conf.cs, Util/Inotify.cs,
11107           beagled/BlamQueryable/BlamQueryable.cs,
11108           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
11109           beagled/FileSystemQueryable/InotifyBackend.cs,
11110           beagled/GaimLogQueryable/GaimLogQueryable.cs,
11111           beagled/LauncherQueryable/LauncherQueryable.cs,
11112           beagled/LifereaQueryable/LifereaQueryable.cs,
11113           beagled/TomboyQueryable/TomboyQueryable.cs: Implement
11114           subscription system. Update to work with subscription system.
11116 2005-06-13 18:34  trow
11118         * configure.in: A small build fix for Ubuntu.
11120 2005-06-13 18:07  joeshaw
11122         * Util/camel.cs: accept more evolution summary versions
11124 2005-06-13 15:45  joeshaw
11126         * Util/ExternalStringsHack.cs.in: Fix a compiler error about how
11127           XattrLib can't be marked both const and static
11129 2005-06-13 15:23  fhedberg
11131         * Util/: CompatFileChooser.cs, Evolution.cs, HigMessageDialog.cs,
11132           Makefile.am: Some stuff that might be good to have around.
11134 2005-06-13 14:25  dsd
11136         * ChangeLog, configure.in, Util/ExtendedAttribute.cs,
11137           Util/ExternalStringsHack.cs.in, Util/Makefile.am: Add support for
11138           glibc 2.2.x with extended attributes via libattr, by attempting
11139           to discover which libraries are available at configure-time.
11141 2005-06-13 06:48  knvijay
11143         * beagled/WebServices/ExternalAccessFilter.cs: Minor Fix
11145 2005-06-13 06:19  vvaradan
11147         * ChangeLog, Filters/FilterMatlab.cs, Filters/FilterScilab.cs,
11148           Filters/FilterSource.cs, Filters/Makefile.am: * Matlab and Scilab
11149           filters.
11151 2005-06-12 10:30  trow
11153         * po/POTFILES.in: Aded ImLogViewer/imLogWindow.cs to the list of
11154           files to be tanslated.
11156 2005-06-12 10:09  redfox
11158         * ChangeLog, configure.in, po/ChangeLog, po/fr.po: Added French
11159           translation.
11161 2005-06-10 15:29  adrighem
11163         * po/: ChangeLog, nl.po: 2005-06-10  Vincent van Adrighem
11164           <adrighem@gnome.org>
11166                   * nl.po: Translation updated by Wouter Bolsterlee.
11168 2005-06-09 23:43  trow
11170         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Set a minor
11171           version on the FileSystemQueryable to force a re-index.
11173 2005-06-09 23:39  trow
11175         * beagled/NameIndex.cs: Some NameIndex simplifications.
11177 2005-06-09 18:34  dsd
11179         * ChangeLog, configure.in, Util/ExtendedAttribute.cs,
11180           Util/Makefile.am: Add target O/S detection available through
11181           OS_LINUX and OS_FREEBSD defines. Add support for FreeBSD's
11182           extattrs.
11184 2005-06-09 18:31  joeshaw
11186         * Util/Util.dll.config.in: Add a libgnomevfs-2 dllmap.  Pointed out
11187           by tseng
11189 2005-06-09 18:21  joeshaw
11191         * beagled/beagled.in: fix a backwards logic test for when to
11192           default to foreground/background
11194 2005-06-09 14:47  joeshaw
11196         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11197           We're using gmime already for hasAttachments, so don't check the
11198           camel flags
11200 2005-06-09 10:58  rml
11202         * Util/SystemInformation.cs: Use Mono.Posix, not Mono.Unix.
11204 2005-06-09 10:36  rml
11206         * Util/SystemInformation.cs: Disk statistics!  Adds public get
11207           methods: DiskStatsWriteBytes, DiskStatsWriteReqs,
11208           DiskStatsReadBytes, and DiskStatsReadReqs that return the
11209           read/write bytes/requests on the device that contains the Lucene
11210           index.  Currently, automatically updates once per call.
11212           We need somewhere _else_ to call these and build a rate, so we
11213           can measure rate and throttle as needed.
11215 2005-06-09 10:32  joeshaw
11217         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11218           oops, off by one error in the flags
11220 2005-06-09 09:20  knvijay
11222         * beagled/WebServices/WebServiceBackEnd.cs: Fix in doQuery to
11223           return empty string when there are no snippets
11225 2005-06-09 06:19  knvijay
11227         * ChangeLog: [no log message]
11229 2005-06-09 06:07  knvijay
11231         * beagled/WebServices/WebServiceBackEnd.cs: Simplified GetSnippets
11232           implementation
11234 2005-06-09 00:33  trow
11236         * beagled/: LuceneDriver.cs, NameIndex.cs: Make queries on the
11237           NameIndex work properly.  Do the right thing w/ queries
11238           containing stop-words.  Fixed limiting a query to a subset of
11239           Uris in the NameIndex.  Assorted other query fixes.
11241 2005-06-08 17:42  joeshaw
11243         * Util/camel.cs,
11244           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11245           Extract the flags from the X-Evolution header for mboxes, and
11246           don't index messages which are marked as spam
11248 2005-06-08 14:56  trow
11250         * Filters/FilterChm.cs: Oops.
11252 2005-06-08 14:52  trow
11254         * configure.in, Filters/FilterChm.cs, Filters/FilterHtml.cs,
11255           Filters/Makefile.am, Tiles/TileDocs.cs, Util/ChmFile.cs,
11256           Util/Makefile.am: CHM filter (patch from Miguel Cabrera)
11258 2005-06-08 11:10  trow
11260         * tools/Makefile.am: A fix for make distcheck.
11262 2005-06-08 08:19  knvijay
11264         * beagled/WebServices/: WebServiceBackEnd.cs,
11265           WebServiceFrontEnd.cs, WebServiceProxy.cs: Added WebService
11266           method GetSnippets to obtain snippets for specified network hits
11268 2005-06-08 02:39  knvijay
11270         * Tiles/HitFlavor.cs: Fix in Weight property implementation to
11271           support network hits
11273 2005-06-07 22:58  trow
11275         * Util/Scheduler.cs, Util/SystemInformation.cs,
11276           beagled/BeagleDaemon.cs, beagled/FileAttributesStore_Sqlite.cs,
11277           beagled/TextCache.cs: More sqlite locking fixes.
11279           BEAGLE_EXERCISE_THE_DOG_HARDER.  You know you want it.
11281 2005-06-07 22:18  trow
11283         * tools/Query.cs: Added --flood option.
11285 2005-06-07 16:50  trow
11287         * configure.in, beagled/Makefile.am, beagled/TextCache.cs,
11288           beagled/Mono.Data.SqliteClient/Sqlite.cs,
11289           beagled/Mono.Data.SqliteClient/SqliteCommand.cs,
11290           beagled/Mono.Data.SqliteClient/SqliteConnection.cs,
11291           beagled/Mono.Data.SqliteClient/SqliteDataAdapter.cs,
11292           beagled/Mono.Data.SqliteClient/SqliteDataReader.cs,
11293           beagled/Mono.Data.SqliteClient/SqliteException.cs,
11294           beagled/Mono.Data.SqliteClient/SqliteParameter.cs,
11295           beagled/Mono.Data.SqliteClient/SqliteParameterCollection.cs,
11296           beagled/Mono.Data.SqliteClient/SqliteRowUpdatedEventArgs.cs,
11297           beagled/Mono.Data.SqliteClient/SqliteRowUpdatedEventHandler.cs,
11298           beagled/Mono.Data.SqliteClient/SqliteRowUpdatingEventArgs.cs,
11299           beagled/Mono.Data.SqliteClient/SqliteRowUpdatingEventHandler.cs,
11300           beagled/Mono.Data.SqliteClient/SqliteTransaction.cs:
11301           Mono.Data.SqliteClient is broken wrt locking.  The bugs are fixed
11302           in this copy --- once I'm sure the kinks are all worked out we'll
11303           send it all upstream to mono.
11305           This fixes some weird races in the TextCache, mostly seen when
11306           you generate snippets while indexing.
11308 2005-06-07 05:26  knvijay
11310         * Tiles/TileNetwork.cs: Added Source attribute
11312 2005-06-07 05:24  knvijay
11314         * beagled/WebServices/NetBeagleHandler.cs: Set source for network
11315           hits to Network
11317 2005-06-07 03:25  knvijay
11319         * ChangeLog: [no log message]
11321 2005-06-07 03:24  knvijay
11323         * beagled/WebServices/ExternalAccessFilter.cs: Removing Debug
11324           messages
11326 2005-06-07 03:19  knvijay
11328         * beagled/WebServices/: ExternalAccessFilter.cs,
11329           WebServiceBackEnd.cs: Added support for exporting multiple
11330           folders for public webservice access
11332 2005-06-06 17:06  joeshaw
11334         * Util/Util.dll.config.in: Add a specific mapping for libgnomeui-2
11335           so that devel packages aren't often required.  Patch from Brandon
11336           Hale
11338 2005-06-06 15:20  dsd
11340         * ChangeLog, beagled/beagled.in: Various launcher script
11341           fixes/improvements from bug 168329
11343 2005-06-06 14:59  llipka
11345         * tools/.cvsignore: Dark Sith says NOOOooooo.
11347 2005-06-06 14:58  llipka
11349         * ChangeLog, beagled/Makefile.am, beagled/Lucene.Net/Makefile.am,
11350           beagled/Lucene.Net/upstream-changes.diff,
11351           beagled/Lucene.Net/Index/SegmentTermEnum.cs,
11352           beagled/Lucene.Net/Index/TermBuffer.cs,
11353           beagled/Lucene.Net/Index/TermInfosReader.cs: Add a backport from
11354           Lucene SVN. Now we dont do so *many* allocs and are using
11355           TermBuffer
11357 2005-06-06 14:51  llipka
11359         * Util/Timeline.cs: Use DateTime.Add (int) to initialize the date
11360           pools.
11362 2005-06-06 14:18  joeshaw
11364         * beagled/Server.cs: Catch and ignore socket/io exceptions in the
11365           watch.  Boooooooring
11367 2005-06-06 14:04  trow
11369         * beagled/LuceneDriver.cs: Only blow away the index if there is a
11370           dangling write-lock.
11372 2005-06-06 13:38  trow
11374         * BeagleClient/Query.cs, beagled/LuceneDriver.cs, tools/Query.cs:
11375           Support + and - in queries.  Add support for the
11376           BEAGLE_OPTIMIZE_ON_STARTUP environment variable.
11378 2005-06-06 13:36  trow
11380         * Tiles/TileMailMessage.cs: Use dc:title instead of fixme:subject.
11382 2005-06-06 12:32  dsd
11384         * ChangeLog, Util/Conf.cs: Apply forgotten improvements patch
11386 2005-06-06 12:07  trow
11388         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11389           Fixed a cut&paste-o: We were adding the subject property twice
11390           (and once as a keyword, which was stupid).
11392 2005-06-06 12:05  trow
11394         * beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
11395           Indexing service-related tasks should have Immediate priority.
11397 2005-06-06 10:35  trow
11399         * Util/DirectoryWalker.cs: Catch exceptions in file filters.  This
11400           fixes bug 306397.
11402 2005-06-06 09:11  knvijay
11404         * beagled/WebServices/WebBackEnd.cs: Minor Fix
11406 2005-06-06 07:22  knvijay
11408         * beagled/: BeagleDaemon.cs, WebServices/WebServiceBackEnd.cs:
11409           Removed WebServicesArgs dependency
11411 2005-06-06 06:51  knvijay
11413         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs: Wait
11414           time between checks for Query responses in Web*BackEnds increased
11415           to 100 ms
11417 2005-06-06 05:30  knvijay
11419         * beagled/: BeagleDaemon.cs, WebServices/WebServiceBackEnd.cs:
11420           Moving WebServiceArgs instance to WebServiceBackEnd
11422 2005-06-05 20:10  orrc
11424         * po/: ChangeLog, en_GB.po: 2005-06-06  Christopher Orr
11425           <chris@orr.me.uk>
11427                   * en_GB.po: Updated British English translation.
11429 2005-06-05 19:59  orrc
11431         * beagled/beagled.in: Fixed beagled wrapper script
11433 2005-06-04 11:36  dsd
11435         * ChangeLog, Util/Conf.cs: Don't use static classes just yet
11437 2005-06-03 17:14  joeshaw
11439         * beagled/LifereaQueryable/LifereaQueryable.cs: Convert the dates
11440           to local time
11442 2005-06-03 16:30  joeshaw
11444         * beagled/: BeagleDaemon.cs, RemoteControlExecutors.cs,
11445           Shutdown.cs, FileSystemQueryable/FileSystemModel.cs: Fix up the
11446           startup and shutdown procedures a bit.  Start the main loop as
11447           soon as possible, and defer most of the startup to an idle
11448           handler.  This allows us to avoid some warnings related to not
11449           having a main loop if the shutdown handler is called before the
11450           main loop is started.  Spew the live threads after the main loop
11451           has exited, and only if we're in debug mode.  When handling a
11452           remote shutdown request, do it in a thread instead of an idle
11453           handler; this way we can shut down the daemon even if we don't
11454           have a main loop.  In the file system backend, if we get a
11455           shutdown request while scanning all the directories, bail out.
11457 2005-06-03 15:18  joeshaw
11459         * configure.in, Best/Makefile.am, Best/best.in,
11460           beagled/Makefile.am, beagled/beagled.in, beagled/wrapper.in,
11461           tools/Makefile.am, tools/wrapper.in: Check for bash in configure,
11462           and substitute it into all the wrapper scripts
11464 2005-06-03 12:59  joeshaw
11466         * Tiles/HitFlavor.cs: back out network tile flavor hack
11468 2005-06-03 10:16  knvijay
11470         * beagled/WebServices/ExternalAccessFilter.cs: [no log message]
11472 2005-06-03 10:00  knvijay
11474         * beagled/WebServices/: ExternalAccessFilter.cs,
11475           WebServiceBackEnd.cs: Minor Fix
11477 2005-06-03 09:41  llipka
11479         * Best/BestWindow.cs: Dont change hit type unless it has really
11480           changed.
11482 2005-06-03 08:50  knvijay
11484         * beagled/WebServices/NetBeagleHandler.cs: Minor Fix
11486 2005-06-03 08:08  knvijay
11488         * beagled/WebServices/: ExternalAccessFilter.cs,
11489           NetBeagleQueryable.cs: Minor fixes
11491 2005-06-03 07:47  dsd
11493         * ChangeLog, Util/Inotify.cs, beagled/BeagleDaemon.cs: Don't say
11494           that we are starting Inotify threads when we aren't using
11495           inotify.
11497 2005-06-03 07:39  knvijay
11499         * ChangeLog: [no log message]
11501 2005-06-03 07:33  knvijay
11503         * beagled/WebServices/NetBeagleHandler.cs,
11504           beagled/WebServices/NetBeagleQueryable.cs,
11505           beagled/WebServices/WebServiceProxy.cs, Tiles/TileNetwork.cs,
11506           Tiles/template-network.html, BeagleClient/NetworkHit.cs:
11507           Committing changes for Networked Beagle operation
11509 2005-06-03 07:30  knvijay
11511         * BeagleClient/Makefile.am, Tiles/HitFlavor.cs, Tiles/Makefile.am,
11512           beagled/Makefile.am, images/Makefile.am, images/netbeagle.png:
11513           Committing changes for Networked Beagle operation
11515 2005-06-03 06:19  knvijay
11517         * ChangeLog: [no log message]
11519 2005-06-03 06:17  knvijay
11521         * beagled/WebServices/: ExternalAccessFilter.cs,
11522           WebServiceBackEnd.cs: Added default access filter for public
11523           folder
11525 2005-06-02 17:46  joeshaw
11527         * configure.in: require zip for the mozilla-extension
11529 2005-06-02 17:27  joeshaw
11531         * Util/Vfs.cs: The icon_data ref parameter is declared const, so
11532           don't free it.  Fixes the crash in #306155
11534 2005-06-02 14:37  joeshaw
11536         * Best/BestTray.cs: Use Window.Present() instead of Show() when
11537           showing the Best window
11539 2005-06-02 14:14  joeshaw
11541         * beagled/beagled.in: Don't use pidof because not everything has
11542           it.  Use ps instead.  Based on a patch from jylefort@FreeBSD.org
11544 2005-06-02 14:07  joeshaw
11546         * beagled/wrapper.in, tools/wrapper.in: use exec when executing the
11547           wrapper scripts.  Patch from jylefort@FreeBSD.org
11549 2005-06-02 13:28  joeshaw
11551         * beagled/Server.cs: If the client is null in SetupWatch(), close
11552           the connection
11554 2005-06-02 11:30  adamw
11556         * po/: ChangeLog, en_CA.po:
11557           2005-06-02  Adam Weinberger  <adamw@gnome.org>
11559                   * en_CA.po: Updated Canadian English translation.
11561 2005-06-02 09:15  knvijay
11563         * ChangeLog: [no log message]
11565 2005-06-02 09:14  knvijay
11567         * beagled/BeagleDaemon.cs: Added --enable-network startup command
11568           line option for WebServices
11570 2005-06-02 08:08  knvijay
11572         * ChangeLog: [no log message]
11574 2005-06-02 08:03  knvijay
11576         * beagled/WebServices/: ExternalAccessFilter.cs, WebBackEnd.cs,
11577           WebServiceBackEnd.cs, WebServiceFrontEnd.cs: Fixes to
11578           filtering/translating logic for external access to Beagle
11579           web/web-service interface
11581 2005-06-01 18:06  joeshaw
11583         * Util/SystemInformation.cs: Use libc's getloadavg() instead of
11584           parsing /proc/loadavg.  Patch from  jylefort@FreeBSD.org
11586 2005-06-01 17:39  joeshaw
11588         * BeagleClient/Hit.cs: Make a bunch of things XmlAttributes instead
11589           of XmlElements to make my life suck a little less
11591 2005-06-01 11:08  al_shopov
11593         * po/ChangeLog, po/bg.po, ChangeLog, configure.in: 2005-06-01
11594           Alexander Shopov  <ash@contact.bg>
11596                   * Added Bulgarian translation by
11597                   Rostislav Raykov <zbrox@i-space.org>
11599 2005-06-01 10:55  llipka
11601         * ImLogViewer/: ImLogViewer.glade, ImLogWindow.cs: Cleanup, Round
11602           1. FIGHT.
11604 2005-06-01 01:49  knvijay
11606         * beagled/WebServices/WebFrontEnd.cs: Fix to enable images with
11607           shorter version of Beagle Web Search URL
11609 2005-05-31 14:12  joeshaw
11611         *
11612           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11613           Support another date format for the Rev field in vcard, use the
11614           invariant culture instead of the default culture, and wrap the
11615           ParseExact() call in a try-catch and print a nice warning instead
11616           of throwing an exception
11618 2005-05-31 14:09  dsd
11620         * ChangeLog, BeagleClient/RemoteControl.cs, Util/Conf.cs,
11621           Util/Makefile.am, beagled/BeagleDaemon.cs,
11622           beagled/RemoteControlExecutors.cs,
11623           beagled/FileSystemQueryable/FileNameFilter.cs,
11624           beagled/FileSystemQueryable/FileSystemModel.cs,
11625           beagled/FileSystemQueryable/FileSystemQueryable.cs, doc/TODO,
11626           tools/Config.cs, tools/Makefile.am, tools/beagle-config.1:
11627           Configuration system backend and command-line client, with some
11628           basic control over indexing.
11630 2005-05-31 11:19  joeshaw
11632         * configure.in: bump version number to 0.0.11
11634 2005-05-31 06:13  trow
11636         * Util/Logger.cs: In PruneOldLogs, behave better if we encounter
11637           strangely-named files in the log directory.  Fixes bug 306009.
11639 2005-05-30 20:10  trow
11641         * beagled/BeagleDaemon.cs: Give the correct URL for the wiki's
11642           "Enabling extended attributes" page.  Fixes bug #305965.
11644 2005-05-30 11:20  trow
11646         * Util/: Scheduler.cs, SystemInformation.cs: If we are running from
11647           battery power, don't speed up the indexing when the system is
11648           idle.
11650 2005-05-30 09:17  knvijay
11652         * ChangeLog: [no log message]
11654 2005-05-30 09:12  knvijay
11656         * beagled/WebServices/WebServiceBackEnd.cs: BeagleXSP application
11657           list folders checked for existence
11659 2005-05-30 06:18  trow
11661         * NEWS, beagled/BlamQueryable/BlamQueryable.cs: Fixed properties in
11662           the blam backend.
11664 2005-05-30 06:12  trow
11666         * NEWS,
11667           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11668           Fixed properties on addressbook objects... certain things were
11669           keyword properties that shouldn't be.
11671 2005-05-30 05:51  trow
11673         * po/POTFILES.skip: Addded POTFILES.skip.
11675 2005-05-30 05:45  trow
11677         * AUTHORS, NEWS: Updated for 0.0.10 release.
11679 2005-05-29 09:56  rml
11681         * ImLogViewer/: .cvsignore, Makefile.am: "make distcheck" fix
11682           ".cvsignore" addition
11684 2005-05-29 08:49  trow
11686         * BeagleClient/Client.cs, Best/best.in, Util/UnixClient.cs,
11687           beagled/RemoteIndexer.cs, beagled/Server.cs: Flush streams after
11688           we finish writing to them.  Initialize last_item_count to -1, so
11689           that GetItemCount will do the right thing if it is called before
11690           adding items to the index.
11692 2005-05-28 19:00  joeshaw
11694         * Util/: StringFu.cs, camel.cs: Those damned i's and j's look so
11695           similar.  Also update a few flags in the evo summary
11697 2005-05-28 10:10  chpe
11699         * ChangeLog, Makefile.am, configure.in,
11700           epiphany-extension/.cvsignore, epiphany-extension/Makefile.am,
11701           epiphany-extension/beagle.xml.in.in,
11702           epiphany-extension/ephy-beagle-extension.c,
11703           epiphany-extension/ephy-beagle.c: 2005-05-28  Christian Persch
11704           <chpe@cvs.gnome.org>
11706                   * configure.in: Update configure checks to detect
11707           Epiphany >= 1.6.
11708                   * Makefile.am:
11709                   * epiphany-extension/.cvsignore:
11710                   * epiphany-extension/Makefile.am:
11711                   * epiphany-extension/beagle.xml.in.in:
11712                   * epiphany-extension/ephy-beagle-extension.c:
11713           (load_status_cb),
11714                   (impl_attach_tab), (impl_detach_tab),
11715           (impl_attach_window),
11716                   (impl_detach_window), (ephy_beagle_extension_iface_init),
11717                   (ephy_beagle_extension_class_init),
11718                   (ephy_beagle_extension_get_type),
11719                   (ephy_beagle_extension_register_type):
11720                   * epiphany-extension/ephy-beagle.c: (register_module):
11721                   Update Epiphany extension to work with Epiphany >= 1.6.
11722                   Fixes bug #167948 and bug #167949.
11724 2005-05-27 19:29  joeshaw
11726         * BeagleClient/Query.cs: "Part" and "Parts" were switched when
11727           generating XML
11729 2005-05-27 15:45  joeshaw
11731         * Tiles/Template.cs: Assign the actual value to the key in the hash
11732           table, and don't try to look it up.  Revert the GetValue()
11733           change, it wasn't the right fix
11735 2005-05-27 12:37  joeshaw
11737         * Util/Makefile.am: whoops, didn't mean to commit this
11739 2005-05-27 12:36  joeshaw
11741         * Util/: GeckoUtils.cs, Makefile.am: Catch gconf exceptions when
11742           trying to get fonts and try to fall back on something sane
11744 2005-05-27 12:15  joeshaw
11746         * Util/StringFu.cs: Fix a use of the wrong iterator variable
11748 2005-05-27 09:21  knvijay
11750         * beagled/WebServices/WebServiceBackEnd.cs: Removed public folder
11751           application mapping arg for BeagleXsp
11753 2005-05-27 09:13  knvijay
11755         * beagled/WebServices/WebServiceBackEnd.cs: Added FallBackAppString
11756           to retry BeagleXsp initialization in case of ArgumentException
11757           for invalid path
11759 2005-05-26 11:10  knvijay
11761         * ChangeLog: [no log message]
11763 2005-05-26 11:05  knvijay
11765         * beagled/WebServices/WebServiceBackEnd.cs: Updates to WebFrontEnd
11766           and search.aspx.in to serve images from web server, instead of
11767           file:/// uris
11769 2005-05-26 10:59  knvijay
11771         * beagled/WebServices/: WebFrontEnd.cs, search.aspx.in: Updates to
11772           WebFrontEnd and search.aspx.in to serve images from web server,
11773           instead of file:/// uris
11775 2005-05-26 08:42  knvijay
11777         * beagled/WebServices/WebServiceBackEnd.cs: Addl. check for
11778           searchToken validity in GetMoreResults
11780 2005-05-26 08:25  knvijay
11782         * ChangeLog: [no log message]
11784 2005-05-26 08:20  knvijay
11786         * beagled/WebServices/WebServiceBackEnd.cs: Updates to
11787           WebServiceBackEnd following recent changes in Hit & Property
11788           classes
11790 2005-05-26 06:29  knvijay
11792         * beagled/WebServices/WebBackEnd.cs: Added locks to Web interface
11793           backend code
11795 2005-05-26 06:17  knvijay
11797         * Tiles/Template.cs: Fix to remove NPException
11799 2005-05-25 18:24  joeshaw
11801         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11802           Fix Evo IMAP accounts that use different auth methods
11804 2005-05-25 14:47  llipka
11806         * Best/BestWindow.cs: Delayed queries once again.
11808 2005-05-25 14:06  adamw
11810         * po/: ChangeLog, en_CA.po:
11811           2005-05-25  Adam Weinberger  <adamw@gnome.org>
11813                   * en_CA.po: Updated Canadian English translation.
11815 2005-05-25 09:53  llipka
11817         * Best/BestWindow.cs: Fixed delayed queries and proper error
11818           handling when daemon is not started
11820 2005-05-24 17:41  trow
11822         * Tiles/TileImLog.cs: Use Query.QuotedText instead of
11823           Query.TextAsArray.
11825 2005-05-24 17:12  trow
11827         * BeagleClient/Client.cs, BeagleClient/Hit.cs,
11828           BeagleClient/Makefile.am, BeagleClient/Message.cs,
11829           BeagleClient/Property.cs, BeagleClient/Query.cs,
11830           BeagleClient/QueryPart.cs, BeagleClient/Snippet.cs,
11831           BeagleClient/Versioned.cs, Tiles/Template.cs, Tiles/TileNote.cs,
11832           Util/Scheduler.cs, Util/StringFu.cs, beagled/BugzillaDriver.cs,
11833           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
11834           beagled/RemoteIndexer.cs,
11835           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
11836           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
11837           beagled/Lucene.Net/Index/Term.cs, po/POTFILES.in, tools/Query.cs:
11838           Added multi-property support to Hits.  Refactored Queries.  It is
11839           now possible to query against specific fields.  Fixed keywork
11840           properties and keyword queries.  Tweak e-mail relevancy according
11841           to how many e-mails you have sent the sender.  This helps keep
11842           spam out of the top e-mail search results.  Removed some debug
11843           spew.  Misc. clean-up.
11845 2005-05-24 14:46  joeshaw
11847         * Util/KdeUtils.cs: static classes are a c# 2.0 feature, so fake it
11848           with a private constructor instead
11850 2005-05-24 10:07  llipka
11852         * ImLogViewer/ImLogViewer.cs, ImLogViewer/ImLogWindow.cs,
11853           ImLogViewer/Makefile.am, Tiles/TileImLog.cs: Add highlighting
11854           support to IM viewer.
11856 2005-05-24 08:18  dsd
11858         * ChangeLog, Util/inotify-test: Fix parameter escaping
11860 2005-05-24 06:48  fhedberg
11862         * Tiles/TileFolder.cs: Up the rank of TileFolder by adding Type.
11863           Bug #305302.
11865 2005-05-23 16:09  joeshaw
11867         * beagled/Server.cs: If the client connection just hangs up without
11868           sending any data, don't bother throwing an error
11870 2005-05-23 07:41  llipka
11872         * beagled/BeagleDaemon.cs: Add --help option to beagled.
11874 2005-05-22 08:27  dsd
11876         * beagled/RemoteControlImpl.cs: Remove unused RemoteControlImpl.cs
11878 2005-05-21 18:01  dsd
11880         * beagled/PathFinder.cs: Remove unused beagled/PathFinder.cs
11882 2005-05-20 18:35  joeshaw
11884         * beagled/Makefile.am: More warnings we want to ignore
11886 2005-05-20 09:05  knvijay
11888         * beagled/WebServices/WebBackEnd.cs,
11889           beagled/WebServices/WebFrontEnd.cs,
11890           beagled/WebServices/WebServiceBackEnd.cs,
11891           beagled/WebServices/WebServiceFrontEnd.cs,
11892           beagled/WebServices/ExternalAccessFilter.cs, beagled/Makefile.am,
11893           ChangeLog: Support for filtering hit results for external
11894           web/web-service access
11896 2005-05-20 08:48  fhedberg
11898         * Best/BestWindow.cs: Don't bail out if the UnixClient is disposed
11899           (eg. lost connection to the daemon) but try again.
11901 2005-05-20 08:07  farnold
11903         * po/: ChangeLog, de.po: 2005-05-20  Frank Arnold
11904           <farnold@cvs.gnome.org>
11906                   * de.po: Updated German translation.
11908 2005-05-20 03:26  trow
11910         * beagled/: LuceneQueryable.cs,
11911           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11912           Oops.
11914 2005-05-20 03:18  trow
11916         *
11917           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11918           Compare each contact's REV field against a stored timestamp for
11919           when we last crawled the local addressbook.  This allows us to
11920           avoid re-indexing the entire addressbook each time we start the
11921           daemon.
11923 2005-05-19 06:17  knvijay
11925         * ChangeLog: Updates to WebServer and WebBackEnd.cs
11927 2005-05-19 06:16  knvijay
11929         * beagled/WebServices/WebBackEnd.cs: Fixes to work with recent
11930           Beagle code changes
11932 2005-05-19 06:16  knvijay
11934         * beagled/WebServices/WebServer/: ApplicationServer.cs,
11935           AssemblyInfo.cs, AssemblyInfo.cs.in, IWebSource.cs,
11936           InitialWorkerRequest.cs, XSPApplicationHost.cs,
11937           XSPWorkerRequest.cs, server.cs: Changes to upgrade to XSP-1.0.9
11938           version
11940 2005-05-18 23:56  trow
11942         * configure.in, Filters/FilterJpeg.cs, Util/JpegHeader.cs: Copy a
11943           better libexif check from f-spot's configure.in.  In particular,
11944           we now correctly deal with libexif 0.6.12.
11946           Index standard (i.e. non-exif) jpeg comments.  Patch from
11947           Debajyoti Bera.
11949 2005-05-18 17:44  joeshaw
11951         * configure.in: I lied.  But I am pretty sure this is it.
11953 2005-05-18 17:39  joeshaw
11955         * configure.in: I promise this will be my last commit to
11956           configure.in today
11958 2005-05-18 17:31  joeshaw
11960         * configure.in: fix a typo in the KDE detection and add some
11961           comments for why we need certain deps
11963 2005-05-18 17:28  joeshaw
11965         * configure.in: uh, check for it, but don't pass its C compiler
11966           flags to mono
11968 2005-05-18 17:23  joeshaw
11970         * configure.in: require gnome-vfs-2.0 pkgconfig
11972 2005-05-17 18:06  dsd
11974         * ChangeLog, Tiles/template-blog.html, Tiles/template-docs.html,
11975           Tiles/template-file.html, Tiles/template-folder.html,
11976           Tiles/template-launcher.html, Tiles/template-mockup.html,
11977           Tiles/template-music.html, Tiles/template-picture.html,
11978           Tiles/template-presentation.html,
11979           Tiles/template-spreadsheet.html: Added mouseover tooltips to most
11980           templates
11982 2005-05-17 17:32  trow
11984         * beagled/: PostIndexHandler.cs, PreIndexHandler.cs: Removed more
11985           dead code.
11987 2005-05-17 17:30  trow
11989         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: Always
11990           call our unix signal handlers before connecting them, to ensure
11991           that they are pre-JITed.
11993 2005-05-17 17:24  dsd
11995         * ChangeLog, configure.in, Util/ExternalStringsHack.cs.in,
11996           Util/KdeUtils.cs, Util/Makefile.am,
11997           beagled/LauncherQueryable/LauncherQueryable.cs: KDE discovery
11998           rework: Use kde-config at configure-time, and if not present,
11999           guess at runtime.
12001 2005-05-17 16:03  joeshaw
12003         * BeagleClient/Message.cs, BeagleClient/QueryResponses.cs,
12004           beagled/QueryExecutor.cs, beagled/RemoteIndexerRequest.cs,
12005           beagled/RemoteIndexerResponse.cs, beagled/Server.cs: It's not
12006           called JoeBus... but do add copyright/license messages to a bunch
12007           of files
12009 2005-05-17 15:26  fhedberg
12011         * beagled/: NetworkDriver.cs, NetworkHandler.cs, NetworkService.cs:
12012           CVS is my bitch.
12014 2005-05-17 15:23  fhedberg
12016         * configure.in, beagled/BeagleDaemon.cs, beagled/Makefile.am:
12017           Remove old network interface.
12019 2005-05-17 15:18  rml
12021         * BeagleClient/Message.cs, beagled/Server.cs: It is called JoeBus.
12022           Address it as such.
12024 2005-05-17 15:15  rml
12026         * BeagleClient/Factory.cs, BeagleClient/FactoryProxy.cs,
12027           BeagleClient/QueryProxy.cs, BeagleClient/RemoteControlProxy.cs,
12028           beagled/FactoryImpl.cs, beagled/QueryImpl.cs: Remove defunct
12029           files that should of been ditched in the branch merge.
12031 2005-05-17 15:13  rml
12033         * beagled/NetworkHandler.cs, doc/TODO-integration: Remove more
12034           DBUS-isms because that filthy whore is no longer with us.
12036 2005-05-17 14:03  llipka
12038         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Make search work
12039           again in IM viewer.
12041 2005-05-17 12:22  fhedberg
12043         * beagled/: LuceneDriver.cs, LuceneQueryable.cs: Enable per-index
12044           versioning.  If you change something in any of the lucene based
12045           queryables (properties, uri-schemes etc), increment the
12046           index_version parameter in the LuceneQueryable ctor and the
12047           specific index will be rebuilt.
12049 2005-05-17 11:03  dsd
12051         * tools/.cvsignore: Ignore beagle-shutdown
12053 2005-05-16 18:47  joeshaw
12055         * beagled/: BeagleDaemon.cs, RemoteIndexer.cs: Fix a few minor
12056           things in BeagleDaemon.cs which either don't apply or have
12057           changed due to the new branch.  Add support for
12058           BEAGLE_RUN_HELPER_BY_HAND back to the RemoteIndexer.  Add a
12059           little better logging in a couple places, check to see if the
12060           helper socket exists as a shortcut in CheckHelper() so that we
12061           don't try connecting to it if it isn't there.
12063 2005-05-16 16:15  joeshaw
12065         * BeagleClient/Query.cs, Tiles/TileNote.cs: Fix a Best crash when
12066           opening Tomboy notes
12068 2005-05-16 13:26  dsd
12070         * ChangeLog, beagled/Makefile.am,
12071           beagled/LauncherQueryable/LauncherCrawler.cs,
12072           beagled/LauncherQueryable/LauncherQueryable.cs: Reduce duplicated
12073           code and kill LauncherCrawler.
12075 2005-05-16 13:21  dsd
12077         * ChangeLog, Tiles/TileLauncher.cs, Util/KdeUtils.cs,
12078           Util/Makefile.am, beagled/LauncherQueryable/LauncherQueryable.cs:
12079           KDE launcher querying, and KDE launcher icon lookups.
12081 2005-05-16 12:34  dsd
12083         * ChangeLog, BeagleClient/Query.cs, beagled/HitRegulator.cs,
12084           beagled/QueryDriver.cs, tools/Query.cs, tools/beagle-query.1:
12085           Support for lowering the maximum number of hits returned per
12086           backend.
12088 2005-05-16 12:21  rml
12090         * beagle-0.0.pc.in: Remove more DBUSisms.
12092 2005-05-16 12:13  trow
12094         * beagled/RenamingLuceneDriver.cs: Oops... forgot to add this file.
12096           This doesn't happen nearly as often with Subversion, since "svn
12097           st" is actually coherent and readable...
12099 2005-05-16 12:05  trow
12101         * configure.in, BeagleClient/Client.cs, BeagleClient/DBusisms.cs,
12102           BeagleClient/Factory.cs, BeagleClient/Hit.cs,
12103           BeagleClient/IRdf.cs, BeagleClient/Indexable.cs,
12104           BeagleClient/IndexingService.cs, BeagleClient/Makefile.am,
12105           BeagleClient/Message.cs, BeagleClient/Query.cs,
12106           BeagleClient/QueryResponses.cs, BeagleClient/RemoteControl.cs,
12107           BeagleClient/Snippet.cs, BeagleClient/WebHistoryIndexer.cs,
12108           BeagleClient/WebHistoryIndexerProxy.cs, Best/Best.cs,
12109           Best/BestTray.cs, Best/BestWindow.cs, Best/Makefile.am,
12110           Filters/Makefile.am, ImLogViewer/Makefile.am, Tiles/Makefile.am,
12111           Tiles/SimpleRootTile.cs, Tiles/Tile.cs, Tiles/TileCanvas.cs,
12112           Tiles/TileFromHitTemplate.cs, Tiles/TileFromTemplate.cs,
12113           Tiles/TileImLog.cs, Tiles/TileMenuContext.cs, Tiles/TileNote.cs,
12114           Util/ExceptionHandlingThread.cs, Util/FileAdvise.cs,
12115           Util/FlacReader.cs, Util/FrequencyStatistics.cs, Util/Inotify.cs,
12116           Util/Logger.cs, Util/Makefile.am, Util/Mozilla.cs,
12117           Util/Mp3Reader.cs, Util/PathFinder.cs, Util/Scheduler.cs,
12118           Util/Timeline.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12119           Util/UriFu.cs, Util/camel.cs, beagled/BeagleDaemon.cs,
12120           beagled/BugzillaDriver.cs, beagled/DBusisms.cs,
12121           beagled/ExtractContent.cs, beagled/FileAttributesStore_Sqlite.cs,
12122           beagled/Filter.cs, beagled/FilterFactory.cs,
12123           beagled/FilteredIndexable.cs, beagled/GoogleDriver.cs,
12124           beagled/HitRegulator.cs, beagled/IDBusObject.cs,
12125           beagled/IQueryable.cs, beagled/IndexHelperFu.cs,
12126           beagled/IndexWebContent.cs, beagled/LuceneDriver.cs,
12127           beagled/LuceneQueryable.cs, beagled/Makefile.am,
12128           beagled/NameIndex.cs, beagled/NameIndexTool.cs,
12129           beagled/QueryBody.cs, beagled/QueryDriver.cs,
12130           beagled/QueryExecutor.cs, beagled/QueryResult.cs,
12131           beagled/Queryable.cs, beagled/RemoteControlExecutors.cs,
12132           beagled/RemoteIndexer.cs, beagled/RemoteIndexerProxy.cs,
12133           beagled/RemoteIndexerRequest.cs,
12134           beagled/RemoteIndexerResponse.cs, beagled/Server.cs,
12135           beagled/Shutdown.cs, beagled/SnippetExecutor.cs,
12136           beagled/SnippetFu.cs, beagled/SnippetTest.cs,
12137           beagled/TextCache.cs, beagled/BlamQueryable/BlamQueryable.cs,
12138           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
12139           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
12140           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
12141           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
12142           beagled/FileSystemQueryable/FileSystemModel.cs,
12143           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12144           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
12145           beagled/GaimLogQueryable/GaimLogQueryable.cs,
12146           beagled/IndexHelper/IndexHelper.cs,
12147           beagled/IndexHelper/RemoteIndexerExecutor.cs,
12148           beagled/IndexHelper/RemoteIndexerImpl.cs,
12149           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
12150           beagled/LauncherQueryable/LauncherQueryable.cs,
12151           beagled/MozillaQueryable/MozillaQueryable.cs,
12152           beagled/TomboyQueryable/TomboyQueryable.cs,
12153           beagled/WebServices/WebBackEnd.cs,
12154           beagled/WebServices/WebServiceBackEnd.cs, images/Images.cs,
12155           images/Makefile.am, tools/.cvsignore,
12156           tools/ExerciseFileSystem.cs, tools/Info.cs, tools/Makefile.am,
12157           tools/Query.cs, tools/Shutdown.cs, tools/beagle-index-info,
12158           tools/beagle-ping, tools/beagle-shutdown, tools/beagle-status:
12159           This commit merges the beagle-no-dbus-branch back into HEAD.  We
12160           no longer use D-BUS for our IPC.
12162           Also contains a bunch of small clean-ups to get rid of compiler
12163           warnings.
12165 2005-05-14 17:23  kelemeng
12167         * po/: ChangeLog, hu.po: 2005-05-14  Gabor Kelemen
12168           <kelemeng@gnome.hu>
12170                   * hu.po: Hungarian translation updated.
12172 2005-05-13 16:58  joeshaw
12174         * BeagleClient/Makefile.am, BeagleClient/WebHistoryIndexer.cs,
12175           Tiles/Makefile.am, Tiles/TileMenuContext.cs, Util/Makefile.am,
12176           beagled/FilteredIndexable.cs, beagled/IDBusObject.cs,
12177           beagled/IndexHelper/RemoteIndexerImpl.cs: Remove a bunch of dead
12178           code
12180 2005-05-13 16:49  trow
12182         * BeagleClient/Client.cs, BeagleClient/DBusisms.cs,
12183           BeagleClient/WebHistoryIndexerProxy.cs, Util/Logger.cs,
12184           beagled/DBusisms.cs, beagled/IndexHelperFu.cs,
12185           beagled/IndexWebContent.cs, beagled/RemoteIndexerProxy.cs:
12186           Removed some more dead code.
12188 2005-05-13 16:42  joeshaw
12190         * BeagleClient/IRdf.cs: Remove dead file
12192 2005-05-13 16:37  joeshaw
12194         * beagled/Filter.cs: If the filter fails to open, warn about it.
12195           Happened when I tried to filter /dev/zero
12197 2005-05-13 16:17  adamw
12199         * po/: ChangeLog, en_CA.po: 2005-05-13  Adam Weinberger
12200           <adamw@gnome.org>
12202                   * en_CA.po: Updated Canadian English translation.
12204 2005-05-13 13:05  trow
12206         * BeagleClient/IndexingService.cs, BeagleClient/Makefile.am,
12207           beagled/IndexWebContent.cs, beagled/Makefile.am,
12208           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
12209           Added indexing service.  Make IndexWebContent.cs index via the
12210           indexing service.
12212 2005-05-13 03:01  llipka
12214         * Util/Timeline.cs: Take no. 3, smile please.
12216 2005-05-13 02:45  llipka
12218         * Util/Timeline.cs: I love CVS.
12220 2005-05-13 02:44  llipka
12222         * Util/Timeline.cs: Thanks Joe.
12224 2005-05-12 18:55  joeshaw
12226         * Util/PathFinder.cs, beagled/FilterFactory.cs: Fix the logic a bit
12227           in FilterIndexable; don't continue if filter is null, but print
12228           out the 'no filter' message if there's no content
12230 2005-05-12 15:58  llipka
12232         * ImLogViewer/ImLogViewer.cs, Util/Timeline.cs: Fix a horrible
12233           mistake in Timeline.cs caused by cut/pasting.
12235 2005-05-12 15:09  llipka
12237         * Best/BestTray.cs: Small UI changes to the recent searches tray
12238           stuff.
12240 2005-05-11 18:14  joeshaw
12242         * BeagleClient/: Hit.cs, Message.cs: Put a lock around the static
12243           message types, remove a bunch of dead code from Hit
12245 2005-05-11 15:25  rml
12247         * Util/Inotify.cs: This makes my laugh so much more easier it is
12248           not even funny, I mean, dude, seriously.
12250 2005-05-11 14:39  trow
12252         * BeagleClient/Indexable.cs, BeagleClient/Makefile.am,
12253           Util/Logger.cs, beagled/FilterFactory.cs,
12254           beagled/RemoteIndexer.cs, beagled/TextCache.cs,
12255           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
12256           beagled/IndexHelper/IndexHelper.cs,
12257           beagled/TomboyQueryable/TomboyQueryable.cs: Helper recycling
12258           fixes.  Filtering fixes.  TextCache fixes.
12260 2005-05-11 07:42  pkst
12262         * po/: ChangeLog, el.po: Updated Greek Translation.
12264 2005-05-10 13:44  joeshaw
12266         * configure.in: Add a configure-time check for wsdl
12268 2005-05-10 02:25  trow
12270         * beagled/: GaimLogQueryable/GaimLogQueryable.cs,
12271           MozillaQueryable/MozillaQueryable.cs,
12272           TomboyQueryable/TomboyQueryable.cs: If we aren't actually
12273           filtering, don't set mime-types in the backends.
12275 2005-05-10 02:14  trow
12277         * BeagleClient/Client.cs, BeagleClient/Indexable.cs,
12278           BeagleClient/Message.cs, beagled/FilterFactory.cs,
12279           beagled/RemoteIndexer.cs, beagled/Server.cs,
12280           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
12281           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12282           beagled/IndexHelper/IndexHelper.cs,
12283           beagled/IndexHelper/RemoteIndexerExecutor.cs: Better helper
12284           recycling.  Filtering fixes.
12286 2005-05-09 17:52  rml
12288         * Util/Inotify.cs,
12289           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
12290           beagled/FileSystemQueryable/InotifyBackend.cs,
12291           beagled/GaimLogQueryable/GaimLogQueryable.cs,
12292           beagled/LauncherQueryable/LauncherQueryable.cs,
12293           beagled/TomboyQueryable/TomboyQueryable.cs, glue/inotify.h:
12294           Inotify API and ABI update.  Oops, I did it again.
12296           You now need Inotify 0.23-6 or later to use Beagle CVS.
12298           SUSE kernel packages 737.inotify.0 or later provide this version.
12300           http://primates.ximian.com/~rml/kernel-rml/suse-93-i586/
12302           http://www.kernel.org/pub/linux/kernel/people/rml/inotify/v2.6/0.23/
12304           God Save the Pooch.
12306 2005-05-09 16:06  joeshaw
12308         * Util/Inotify.cs: backport a fix that is on HEAD
12310 2005-05-09 16:05  joeshaw
12312         * Util/UnixClient.cs, Util/UnixListener.cs, beagled/Server.cs,
12313           tools/Info.cs: Shut down a little more cleanly
12315 2005-05-06 17:21  joeshaw
12317         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs: Make
12318           the web services stuff build on this branch
12320 2005-05-06 15:02  joeshaw
12322         * beagled/: FilterFactory.cs, LuceneDriver.cs: Filter everything,
12323           but only sniff the mime type from the file if it's a
12324           non-transient file.
12326 2005-05-06 09:09  chliao
12328         * ChangeLog, configure.in, po/ChangeLog, po/zh_TW.po: 2005-05-06
12329           Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
12331                   * zh_TW.po: Added Traditional Chinese translation.
12333 2005-05-05 17:19  trow
12335         * Util/UriFu.cs, beagled/LuceneDriver.cs, beagled/QueryDriver.cs,
12336           beagled/Server.cs, beagled/IndexHelper/IndexHelper.cs: Changes to
12337           how the Server maps request messages to executors.  Only filter
12338           files where the Uri and ContentUri are the same.  Turn on the
12339           signal handlers in the IndexHelper.
12341 2005-05-05 16:35  joeshaw
12343         * BeagleClient/Client.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12344           beagled/RemoteControlExecutors.cs, beagled/Server.cs: A bunch of
12345           bug fixes, made the sync IO case use the sync IO APIs directly
12346           instead of wrapping them around our async APIs
12348 2005-05-05 15:10  trow
12350         * beagled/IndexHelper/IndexHelper.cs: Make the memory threshold
12351           something more reasonable... I'd been using an artificially low
12352           value for testing.
12354 2005-05-05 14:45  dsd
12356         * ChangeLog, beagled/LauncherQueryable/LauncherQueryable.cs: Don't
12357           choke on unreadable desktop files
12359 2005-05-05 10:50  vvaradan
12361         * Filters/FilterLisp.cs: The actual filter file. ;) (OMG!! that was
12362           close enough to break cvs, ugh)
12364 2005-05-05 10:36  vvaradan
12366         * ChangeLog, Filters/FilterRTF.cs, Filters/FilterSource.cs,
12367           Filters/Makefile.am: * Added "header" and "footer" control words
12368           in RTF filter.  * Patch from Wojciech Polak <wojciechpolak at
12369           gmail.com>   Lisp filter.
12371 2005-05-04 23:39  trow
12373         * configure.in, BeagleClient/Client.cs, BeagleClient/Indexable.cs,
12374           BeagleClient/Makefile.am, BeagleClient/Message.cs,
12375           BeagleClient/RemoteControl.cs, Best/BestWindow.cs,
12376           Util/ExceptionHandlingThread.cs, Util/UnixClient.cs,
12377           Util/UnixListener.cs, beagled/BeagleDaemon.cs,
12378           beagled/ExtractContent.cs, beagled/Filter.cs,
12379           beagled/FilterFactory.cs, beagled/FilteredIndexable.cs,
12380           beagled/LuceneDriver.cs, beagled/Makefile.am,
12381           beagled/RemoteIndexer.cs, beagled/RemoteIndexerRequest.cs,
12382           beagled/RemoteIndexerResponse.cs, beagled/Server.cs,
12383           beagled/Shutdown.cs, beagled/BlamQueryable/BlamQueryable.cs,
12384           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12385           beagled/IndexHelper/IndexHelper.cs,
12386           beagled/IndexHelper/RemoteIndexerExecutor.cs, tools/Query.cs: New
12387           daemon/helper communications, based on Joe's new message-passing
12388           stuff.  No more FilteredIndexable.  No more D-BUS.
12390 2005-05-03 14:44  llipka
12392         * beagled/BeagleDaemon.cs: Dammit.
12394 2005-05-03 14:37  llipka
12396         * beagled/BeagleDaemon.cs: Bail out eariler if we run as root, so
12397           we dont write anything to the filesystem and break users
12398           permissions.
12400 2005-05-03 13:02  joeshaw
12402         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Remove some dead
12403           code.  Pointed out by BlurredWe on IRC
12405 2005-05-03 05:34  pkst
12407         * ChangeLog, configure.in, po/ChangeLog, po/el.po: Added Greek
12408           Translation.
12410 2005-05-03 02:39  knvijay
12412         * ChangeLog, beagled/WebServices/WebBackEnd.cs: Fixes in
12413           WebBackEnd.cs to remove duplicate population of queryBody
12415 2005-05-02 18:48  dsd
12417         * Util/.cvsignore: Ignore .config file
12419 2005-05-02 18:47  dsd
12421         * ChangeLog, Tiles/HitFlavor.cs, Util/ImLog.cs,
12422           beagled/GaimLogQueryable/GaimLogQueryable.cs: Use real file://
12423           URI's for GAIM logs. Fixes searching of logs with non-standard
12424           characters in their name. (e.g. # in irc logs)
12426 2005-05-02 15:50  joeshaw
12428         * BeagleClient/Message.cs, beagled/BeagleDaemon.cs,
12429           beagled/Makefile.am, beagled/Server.cs: We can't serialize
12430           Exceptions, so don't bother having an Exception field in
12431           ErrorResponse or setting an InnerException in
12432           ResponseMessageException.  Rewrite ReplaceExisting() to use the
12433           new remote control interface.  Remove the WebHistoryQueryable
12434           since it was unused and it exported an unused dbus interface.
12435           For the server, initialize the UnixListener in the main thread so
12436           that we can catch any exceptions (like that another server is
12437           running on it)
12439 2005-05-02 15:00  joeshaw
12441         * Util/: UnixClient.cs, UnixListener.cs: Sync up the UnixClient and
12442           UnixListener with what is in mono now
12444 2005-05-02 09:33  llipka
12446         * ImLogViewer/ImLogViewer.cs: Add support for highlighting search
12447           terms in the IM viewer.
12449 2005-05-02 08:52  knvijay
12451         * ChangeLog, beagled/Makefile.am: Changes to add Snippet support to
12452           Beagle Web interface
12454 2005-05-02 08:35  knvijay
12456         * ChangeLog, beagled/WebServices/WebBackEnd.cs: Added support for
12457           Snippets in Web Interface
12459 2005-04-30 10:42  mwh
12461         * po/: ChangeLog, da.po:         * da.po: Updated Danish
12462           translation.
12464 2005-04-29 13:56  joeshaw
12466         * glue/tomboykeybinder.c: improve the keybinding code
12468 2005-04-29 13:39  rml
12470         * tools/Makefile.am: Add boot.inotify.init to EXTRA_DIST
12472 2005-04-29 11:50  rml
12474         * tools/boot.inotify.init: Add a boot-time init script for setting
12475           Beagle-friendly inotify defaults.
12477 2005-04-29 06:49  llipka
12479         * Util/Logger.cs: Minor tuning to log pruning.
12481 2005-04-29 05:29  mwh
12483         * po/da.po:         * da.po: Updated Danish translation.
12485 2005-04-29 05:01  mwh
12487         * po/: ChangeLog, da.po:         * da.po: Updated Danish
12488           translation.
12490 2005-04-28 15:45  llipka
12492         * Util/Logger.cs: Remove logs older than 7 days on startup.
12494 2005-04-28 15:44  trow
12496         * Util/Inotify.cs: Actually add the queued event to the right
12497           array.
12499 2005-04-28 14:52  joeshaw
12501         * BeagleClient/Message.cs, Util/Inotify.cs,
12502           beagled/RemoteControlExecutors.cs, tools/.cvsignore,
12503           tools/Info.cs, tools/Makefile.am, tools/Shutdown.cs,
12504           tools/beagle-index-info, tools/beagle-ping,
12505           tools/beagle-shutdown, tools/beagle-status: Port all the little
12506           tools over to the new API.  Also fix a small bug in Inotify.cs.
12508 2005-04-28 05:57  mwh
12510         * po/: ChangeLog, da.po:         * da.po: Added Danish translation.
12512 2005-04-28 05:56  mwh
12514         * ChangeLog, configure.in:         * configure.in: Added Danish da
12515           to ALL_LINGUAS.
12517 2005-04-27 14:43  trow
12519         * AUTHORS: Thanks Jimmy!
12521 2005-04-27 13:08  rml
12523         * Util/Inotify.cs, glue/inotify.h: Add support for Inotify
12524           One-Shot.  Don't actually use it, but it is there as
12525           EventType.OneShot.
12527           Because EventType.All was set to all-ones, Beagle as-of now is
12528           required for inotify 0.23 or the 727 kernels.
12530           Also, update to latest inotify.h.
12532 2005-04-26 02:46  knvijay
12534         * beagled/WebServices/WebServiceBackEnd.cs: Logger fixes in
12535           WebServiceBackEnd
12537 2005-04-25 17:59  joeshaw
12539         * tools/Query.cs: Only connect to ClosedEvent when we're not
12540           connecting to FinishedEvent
12542 2005-04-25 15:59  joeshaw
12544         * BeagleClient/Client.cs, BeagleClient/Message.cs,
12545           BeagleClient/QueryResponses.cs, BeagleClient/Snippet.cs,
12546           Util/PathFinder.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12547           beagled/QueryExecutor.cs, beagled/Server.cs,
12548           beagled/SnippetExecutor.cs: Part Two in our series 'Getting
12549           Screwed With Your Pants On Featuring CVS'
12551 2005-04-25 15:51  joeshaw
12553         * BeagleClient/Client.cs, BeagleClient/Message.cs,
12554           BeagleClient/QueryProxy.cs, BeagleClient/QueryResponses.cs,
12555           BeagleClient/RemoteControlProxy.cs, BeagleClient/Snippet.cs,
12556           Util/PathFinder.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12557           beagled/FactoryImpl.cs, beagled/PathFinder.cs,
12558           beagled/QueryExecutor.cs, beagled/QueryImpl.cs,
12559           beagled/RemoteControlImpl.cs, beagled/Server.cs,
12560           beagled/SnippetExecutor.cs: CVS completely fucked me on that last
12561           commit, with all the additions and removals going on HEAD but the
12562           changes going onto the branch.  What a piece of shit
12564 2005-04-25 15:37  joeshaw
12566         * BeagleClient/QueryProxy.cs, BeagleClient/RemoteControlProxy.cs,
12567           beagled/FactoryImpl.cs, beagled/PathFinder.cs,
12568           beagled/QueryImpl.cs, beagled/RemoteControlImpl.cs: hmm, dunno
12569           why these weren't removed the first time...
12571 2005-04-25 15:35  joeshaw
12573         * beagled/QueryBody.cs: Another file I forgot to remove
12575 2005-04-25 15:34  joeshaw
12577         * BeagleClient/Client.cs, BeagleClient/Factory.cs,
12578           BeagleClient/Hit.cs, BeagleClient/Makefile.am,
12579           BeagleClient/Message.cs, BeagleClient/Query.cs,
12580           BeagleClient/QueryProxy.cs, BeagleClient/QueryResponses.cs,
12581           BeagleClient/RemoteControl.cs,
12582           BeagleClient/RemoteControlProxy.cs, BeagleClient/Snippet.cs,
12583           Best/BestWindow.cs, Tiles/SimpleRootTile.cs, Tiles/Tile.cs,
12584           Tiles/TileFromHitTemplate.cs, Tiles/TileFromTemplate.cs,
12585           Tiles/TileNote.cs, Util/Makefile.am, Util/PathFinder.cs,
12586           Util/UnixClient.cs, Util/UnixListener.cs,
12587           beagled/BeagleDaemon.cs, beagled/BugzillaDriver.cs,
12588           beagled/FactoryImpl.cs, beagled/GoogleDriver.cs,
12589           beagled/HitRegulator.cs, beagled/IQueryable.cs,
12590           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
12591           beagled/Makefile.am, beagled/NameIndex.cs,
12592           beagled/NameIndexTool.cs, beagled/PathFinder.cs,
12593           beagled/QueryDriver.cs, beagled/QueryExecutor.cs,
12594           beagled/QueryImpl.cs, beagled/QueryResult.cs,
12595           beagled/Queryable.cs, beagled/RemoteControlExecutors.cs,
12596           beagled/RemoteControlImpl.cs, beagled/Server.cs,
12597           beagled/SnippetExecutor.cs, beagled/SnippetFu.cs,
12598           beagled/SnippetTest.cs,
12599           beagled/FileSystemQueryable/FileSystemModel.cs,
12600           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12601           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/.cvsignore,
12602           tools/Query.cs: First pass at removing dbus deps for Query,
12603           Snippets, and RemoteControl
12605 2005-04-23 09:18  hebra
12607         * po/: ChangeLog, de.po: 2005-04-23  Hendrik Brandt
12608           <heb@gnome-de.org>
12610                   * de.po: Add some bugfixes in German translation.
12612 2005-04-22 09:58  knvijay
12614         * ChangeLog, beagled/BeagleDaemon.cs, beagled/Makefile.am,
12615           beagled/WebServices/WebBackEnd.cs,
12616           beagled/WebServices/WebServiceBackEnd.cs: Simplifying WebServices
12617           initialization code in BeagleDaemon.cs, by moving this into
12618           WebServicesBackEnd assembly
12620 2005-04-21 17:34  trow
12622         * Util/Inotify.cs: Don't hold the event queue lock when marshalling
12623           the low-level inotify events into QueuedEvent objects.
12625           Added Analyzed and Dispatched flags and HoldUntil time to
12626           QueuedEvent objects.  Events are not dispatched before their
12627           HoldUntil time.
12629           Added clean-up and analysis methods that operate on the queue
12630           before we dispatch an event.  We now pair moves in the analysis
12631           phase.
12633 2005-04-21 16:43  joseppc
12635         * ChangeLog, configure.in, po/ChangeLog, po/ca.po: Added Catalan
12636           translation.
12638 2005-04-21 13:07  trow
12640         * Util/Inotify.cs: A few small tweaks we need for event coalescing:
12641           * Created a nicer QueuedEvent class * Build the filename string
12642           at snarf-time * Use an ArrayList for the event queue instead of a
12643           Queue.  We need to   be able to inspect the queue in order to
12644           know what we can coalesce.
12646           Also, fixed a small bug: in the DispatchWorker, actually wait for
12647           2s instead of 2ms.
12649 2005-04-20 18:35  kelemeng
12651         * po/: ChangeLog, hu.po: 2005-04-21  Gabor Kelemen
12652           <kelemeng@gnome.hu>
12654                   * hu.po: Hungarian translation updated.
12656 2005-04-20 17:40  trow
12658         * beagled/BeagleDaemon.cs: Shut down cleanly on SIGINT, SIGQUIT and
12659           SIGTERM.
12661 2005-04-20 14:14  dsd
12663         * ChangeLog, configure.in, Util/Makefile.am,
12664           Util/Util.dll.config.in: Import dll-mapping from f-spot, fixes
12665           lack of image indexing for some users. Reported by Northsea on
12666           IRC.
12668 2005-04-20 12:07  fhedberg
12670         * beagled/MonodocQueryable/MonodocQueryable.cs: Some minor changes
12671           to the Monodoc backend.  An updated Monodoc patch is available at
12672           http://users.avafan.com/~fredrik/beagle/monodoc-beagle.diff
12674 2005-04-20 10:55  dsd
12676         * Util/ExtendedAttribute.cs: Add a FIXME - we should start using
12677           Mono.Unix.Syscall at some point.
12679 2005-04-19 04:21  kelemeng
12681         * configure.in: 2005-04-19  Gabor Kelemen  <kelemeng@gnome.hu>
12683                   * configure.in: Added hu to ALL_LINGUAS.
12685 2005-04-19 04:21  kelemeng
12687         * po/: ChangeLog, hu.po: 2005-04-19  Gabor Kelemen
12688           <kelemeng@gnome.hu>
12690                   * hu.po: Hungarian translation added.
12692 2005-04-19 00:51  trow
12694         * beagled/: FileAttributesStore_Sqlite.cs, TextCache.cs,
12695           FileSystemQueryable/UniqueIdStore.cs: SQLite clean-ups.
12697 2005-04-18 19:52  trow
12699         * beagled/FileSystemQueryable/FileSystemModel.cs: Catch the correct
12700           exception.
12702 2005-04-18 19:50  trow
12704         * Util/DirectoryWalker.cs, Util/Inotify.cs, Util/Makefile.am,
12705           Util/Scheduler.cs, beagled/LuceneDriver.cs,
12706           beagled/EvolutionMailDriver/MailCrawler.cs,
12707           beagled/FileSystemQueryable/CrawlTask.cs,
12708           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
12709           beagled/FileSystemQueryable/FileSystemModel.cs,
12710           beagled/GaimLogQueryable/GaimLogCrawler.cs: Use DirectoryWalker
12711           (which is implemented using Mono.Posix.opendir and
12712           Mono.Posix.readdir) to traverse directories.  It scales much
12713           better than using System.IO.DirectoryInfo.
12715 2005-04-18 17:08  trow
12717         * configure.in: Bumped version number to 0.0.10.  (I forgot to do
12718           this after the last release.)
12720 2005-04-17 13:16  serrador
12722         * ChangeLog, configure.in, po/ChangeLog, po/es.po: 2005-04-17
12723           Francisco Javier Fernandez  <cyphra@vir.tecknolabs.com>
12725                   * es.po: Added Spanish translation by Antonio Ognio.
12727 2005-04-17 08:26  llipka
12729         * beagled/BlamQueryable/BlamQueryable.cs: #300132: Fix Blam
12730           real-time indexing with inotify.
12732 2005-04-16 15:59  llipka
12734         * Util/Note.cs, beagled/TomboyQueryable/TomboyQueryable.cs:
12735           Real-time indexing for Tomboy notes works again.
12737 2005-04-16 05:24  llipka
12739         * beagled/TomboyQueryable/TomboyQueryable.cs: HitIsValid for
12740           TomboyQueryable
12742 2005-04-15 07:29  vvaradan
12744         * ChangeLog, Filters/FilterJs.cs, Filters/Makefile.am: * Javascript
12745           filter.  * With extension support being enabled, Ape and Mpc
12746           filters started working. ;-)
12748 2005-04-15 07:15  vvaradan
12750         * ChangeLog, beagled/Filter.cs, beagled/FilterFactory.cs,
12751           beagled/FilteredIndexable.cs: Not all files are correctly
12752           identified through Mime-types.  Example, a ".js" file.
12753           Rennovating the Extension support for filters.
12755 2005-04-14 15:55  kmaraas
12757         * po/: ChangeLog, nb.po, no.po: 2005-04-14  Kjartan Maraas
12758           <kmaraas@gnome.org>
12760                   * nb.po: Update from Terance. Now complete.
12761                   * no.po: Same.
12763 2005-04-14 15:17  joeshaw
12765         * beagled/RemoteIndexer.cs: Remove a #if
12766           DBUS_IS_BROKEN_BROKEN_BROKEN block from some code
12768 2005-04-14 08:45  vvaradan
12770         * ChangeLog, Filters/FilterC.cs, Tiles/TileSpreadsheet.cs: * A typo
12771           in FilterC * Removed unused variable from TileSpreadsheet
12773 2005-04-13 10:48  llipka
12775         * Tiles/TileHitCollection.cs: Fix a typo.
12777 2005-04-12 19:04  farnold
12779         * po/: ChangeLog, de.po: 2005-04-13  Frank Arnold
12780           <farnold@cvs.gnome.org>
12782                   * de.po: Updated German translation.
12784 2005-04-11 08:10  aihana
12786         * po/: ChangeLog, ja.po: 2005-04-11  Takeshi AIHANA
12787           <aihana@gnome.gr.jp>        * ja.po: Updated Japanese translation
12788           for v0.0.9.
12790 2005-04-07 19:16  orrc
12792         * po/: ChangeLog, en_GB.po: 2005-04-08  Christopher Orr
12793           <chris@protactin.co.uk>
12795                   * en_GB.po: Updated British English translation.
12797 2005-04-07 18:01  vvaradan
12799         * ChangeLog, Filters/FilterAbiword.cs, Filters/Makefile.am: *
12800           Missing Filters/Makefile.am changes and a warning fix for
12801           FilterAbiword.cs
12803 2005-04-07 17:58  vvaradan
12805         * ChangeLog, Filters/FilterSpreadsheet.cs, Tiles/Makefile.am,
12806           Tiles/TileSpreadsheet.cs, Tiles/template-spreadsheet.html: *
12807           Spreadsheet filter. Requires "ssindex" tool from gnumeric.  *
12808           ssindex is more of a data-extraction tool now.
12810 2005-04-07 17:57  joeshaw
12812         * Best/BestWindow.cs, Tiles/TileCanvas.cs, Tiles/template-page.css:
12813           Pull font settings from gconf and apply them to the style.
12814           Should fix the GIANT FONT PROBLEM people were seeing in
12815           non-english locales
12817 2005-04-07 14:40  vvaradan
12819         * ChangeLog, Filters/FilterOpenOffice.cs: * Oops.. a
12820           Logger.Log.Error() call with a "{0}" but no argument in
12821           FilterOpenoffice.cs.
12823 2005-04-07 13:09  adamw
12825         * po/: ChangeLog, en_CA.po: 2005-04-07  Adam Weinberger
12826           <adamw@gnome.org>
12828                   * en_CA.po: Updated Canadian English translation.
12830 2005-04-07 11:53  trow
12832         * configure.in: Added nb and no to ALL_LINGUAS.
12834 2005-04-07 11:31  trow
12836         * NEWS: A few more items for 0.0.9.
12838 2005-04-07 07:04  kmaraas
12840         * po/: ChangeLog, nb.po, no.po: 2005-04-07  Kjartan Maraas
12841           <kmaraas@gnome.org>
12843                   * nb.po: Norwegian bokmal translation from Terance
12844                   Edward Sola <terance at lyse net>.
12846 2005-04-07 05:35  fhedberg
12848         * ImLogViewer/ImLogViewer.cs, ImLogViewer/Makefile.am,
12849           Tiles/TileImLog.cs, po/POTFILES.in, po/sv.po: * More I18N stuff *
12850           Update the swedish translation
12852 2005-04-07 05:34  fhedberg
12854         * Tiles/: TileFolder.cs, template-folder.html: Update the folder
12855           tile, allow open the parent folder and display # of child objects
12857 2005-04-07 03:58  knvijay
12859         * beagled/BeagleDaemon.cs: Updates to fix WebServices
12860           install/uninstall after recent reorganizations
12862 2005-04-07 03:50  knvijay
12864         * ChangeLog, beagled/BeagleDaemon.cs, beagled/Makefile.am: Updates
12865           to fix WebServices install/uninstall after recent reorganizations
12867 2005-04-07 01:20  trow
12869         * NEWS: Updated for 0.0.9 release.
12871 2005-04-07 00:19  trow
12873         * beagled/LuceneDriver.cs: Noise filter fixes.  This fixes bug
12874           172592.
12876 2005-04-06 23:30  trow
12878         * beagled/: BeagleDaemon.cs, Makefile.am: Web services fixes.
12880 2005-04-06 11:41  raphaelh
12882         * po/: ChangeLog, pt_BR.po: Updated pt_BR translation
12884 2005-04-06 11:30  adamw
12886         * po/: ChangeLog, en_CA.po: 2005-04-06  Adam Weinberger
12887           <adamw@gnome.org>
12889                   * en_CA.po: Updated Canadian English translation.
12891 2005-04-06 09:10  aihana
12893         * ChangeLog, configure.in: 2005-04-06  Takeshi AIHANA
12894           <aihana@gnome.gr.jp>      * configure.in: Added 'ja' (Japanese)
12895           to ALL_LINGUAS.
12897 2005-04-06 09:08  aihana
12899         * po/: ChangeLog, ja.po: 2005-04-06  Takeshi AIHANA
12900           <aihana@gnome.gr.jp>        * ja.po: Added Japanese translation.
12902 2005-04-06 05:49  knvijay
12904         * ChangeLog, beagled/WebServices/WebServiceBackEnd.cs: Updated
12905           WebServicesBackEnd.cs to use System.Guid in TokenGenerator
12907 2005-04-06 05:14  vvaradan
12909         * ChangeLog, Filters/FilterHtml.cs: Patch from Saravana
12910           <saravana_psgtech@yahoo.co.in>   * Process <meta>, <img> and <a>
12911           and extract required information.    * Add <i> and <th> to the
12912           list of *Hot tags*
12914 2005-04-06 05:00  farnold
12916         * po/: ChangeLog, de.po: 2005-04-06  Frank Arnold
12917           <farnold@cvs.gnome.org>
12919                   * de.po: Updated German translation.
12921 2005-04-05 19:17  orrc
12923         * ChangeLog, configure.in, Util/StringFu.cs, po/ChangeLog,
12924           po/POTFILES.in, po/en_GB.po: 2005-04-05  Christopher Orr
12925           <chris@protactin.co.uk>
12927                   * configure.in: Added en_GB to ALL_LINGUAS.
12928                   * po/en_GB.po: Added British English translation.
12929                   * Util/StringFu.cs: Added l10n support for date/time
12930           strings.
12932 2005-04-05 18:32  trow
12934         * Util/ExternalStringsHack.cs.in, Util/Makefile.am,
12935           beagled/BeagleDaemon.cs: Get rid of a hard-wired path in
12936           BeagleDaemon.cs.
12938 2005-04-05 17:38  trow
12940         * configure.in, beagled/Makefile.am,
12941           beagled/WebServices/search.aspx.in, images/Makefile.am: Lots of
12942           web services build fixes.  We now make distcheck when web
12943           services are enabled.
12945 2005-04-05 17:25  fhedberg
12947         * po/sv.po: Updated the swedish translation
12949 2005-04-05 16:20  adrighem
12951         * po/: ChangeLog, nl.po: 2005-04-05  Vincent van Adrighem
12952           <adrighem@gnome.org>
12954                   * nl.po: Translation updated by Wouter Bolsterlee.
12956 2005-04-05 16:08  fhedberg
12958         * Tiles/Makefile.am, po/sv.po: Updated the swedish translation
12960 2005-04-05 15:54  fhedberg
12962         * Tiles/TranslationHack.cs, Tiles/extract-translations.pl,
12963           po/POTFILES.in: Hack to make the template system intltool
12964           compatible. When you add strings to the templates be sure to run
12965           Tiles/extract-translations.pl afterwards.
12967 2005-04-05 15:49  joeshaw
12969         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Commit dsd's
12970           --list-backends patch.  Closes bug #171117
12972 2005-04-05 15:46  adrighem
12974         * po/: ChangeLog, nl.po: 2005-04-05  Vincent van Adrighem
12975           <adrighem@gnome.org>
12977                   * nl.po: Translation updated by Wouter Bolsterlee.
12979 2005-04-05 15:19  joeshaw
12981         * Filters/FilterHtml.cs, Tiles/template-blog.html,
12982           beagled/BlamQueryable/BlamQueryable.cs: Set up a
12983           FilteredIndexable in the BlamQueryable backend.  Add a snippet to
12984           the blog template.  Tweak the HTML filter to allow fragments
12985           instead requiring a complete document (ie, <body> tag).  Fix for
12986           bug #171469
12988 2005-04-05 15:01  raphaelh
12990         * ChangeLog, configure.in, po/ChangeLog, po/pt_BR.po: Added pt_BR
12991           translation
12993 2005-04-05 14:01  adamw
12995         * ChangeLog, configure.in, po/ChangeLog, po/en_CA.po: 2005-04-05
12996           Adam Weinberger  <adamw@gnome.org>
12998                   * configure.in: Added en_CA to ALL_LINGUAS.
12999                   * po/en_CA.po: Added Canadian English translation.
13001 2005-04-05 12:37  joeshaw
13003         * beagled/Makefile.am: Install beagle-index-url from beagled.
13004           Patch from Christopher Orr
13006 2005-04-05 09:56  fhedberg
13008         * po/de.po: Small typo fix.
13010 2005-04-05 09:27  knvijay
13012         * beagled/Makefile.am: Updating beagled/Makefile.am to ensure
13013           search.aspx gets built everytime
13015 2005-04-05 07:27  vvaradan
13017         * ChangeLog, Filters/FilterDOC.cs, beagled/ExtractContent.cs,
13018           beagled/Filter.cs, glue/wv1-glue.c: * Third round of
13019           little-easy-optimization.  This is more of a Fixme fix in
13020           Filter.cs.  http://bugzilla.gnome.org/show_bug.cgi?id=169758 can
13021           be really closed now, (though working on a
13022           little-more-optimization but not related to timing).
13024 2005-04-05 07:13  knvijay
13026         * ChangeLog, images/dog.png: WebServices: Moved dog.png to images
13027           and replaced search.aspx with search.aspx.in
13029 2005-04-05 07:09  knvijay
13031         * beagled/: Makefile.am, WebServices/dog.png,
13032           WebServices/search.aspx, WebServices/search.aspx.in: WebServices:
13033           Moved dog.png to images and replaced search.aspx with
13034           search.aspx.in
13036 2005-04-05 06:22  farnold
13038         * ChangeLog, configure.in: 2005-04-05  Frank Arnold
13039           <farnold@cvs.gnome.org>
13041                   * configure.in: Added "de" to ALL_LINGUAS.
13043 2005-04-05 06:16  farnold
13045         * po/: ChangeLog, de.po: 2005-04-05  Frank Arnold
13046           <farnold@cvs.gnome.org>
13048                   * de.po: Added German translation.
13050 2005-04-05 05:33  fhedberg
13052         * Best/BestWindow.cs, Tiles/TileFolder.cs,
13053           Tiles/TileMailMessage.cs, Util/StringFu.cs, po/sv.po: More I18N
13054           stuff
13056           * bug #172641 - plural forms * bug #172643 - no markup * bug
13057           #172646 - explanations
13059 2005-04-05 02:15  trow
13061         * Tiles/Tile.cs: Open Hits w/ mime-type inode/directory in
13062           nautilus.  This fixes bug 171181.
13064 2005-04-05 01:46  trow
13066         * beagled/: LuceneQueryable.cs,
13067           FileSystemQueryable/DirectoryIndexableGenerator.cs,
13068           FileSystemQueryable/FileSystemModel.cs,
13069           FileSystemQueryable/FileSystemQueryable.cs: Fixed a few bugs in
13070           the file system backend related to copying and moving files.
13072           To work around a mono bug, ignore files whose name's contain '\'.
13073            This fixes bug 170437, and is based on a patch by Varadhan.
13075           Work around a mono bug which causes dates in the stat structure
13076           to not reflect daylight savings time.  This fixes bug 172009.
13078 2005-04-05 00:46  fwang
13080         * configure.in, po/ChangeLog, po/zh_CN.po: Added Simplified Chinese
13081           translation.
13083 2005-04-04 18:47  joeshaw
13085         * Tiles/TileMailMessage.cs: If the query we get back after passing
13086           the string to Evolution.BookQuery.FromString is null, don't call
13087           into the book's GetContacts() method.  Fixes a problem with the
13088           default mail in SUSE 9.3, which doesn't contain an email address
13089           but does have extraneous quotation marks
13091 2005-04-04 18:02  rml
13093         * glue/inotify.h: glue/inotify.h: inotify header from latest
13094           inotify code drop.
13096           No API/ABI changes.  Promise.
13098 2005-04-04 17:33  joeshaw
13100         * beagled/LuceneDriver.cs: remove a redundant search against
13101           PropertiesText
13103 2005-04-04 17:09  joeshaw
13105         * beagled/SnippetFu.cs: Alter the character checks in the snippet
13106           code so that we can legitimately get snippets for certain symbols
13107           like the caret
13109 2005-04-04 17:06  adrighem
13111         * configure.in: 2005-04-04  Vincent van Adrighem
13112           <adrighem@gnome.org>
13114                   * configure.in: Added nl to ALL_LINGUAS.
13116 2005-04-04 17:06  adrighem
13118         * po/: ChangeLog, nl.po: 2005-04-04  Vincent van Adrighem
13119           <adrighem@gnome.org>
13121                   * nl.po: Translation added by Wouter Bolsterlee.
13123 2005-04-04 15:22  joeshaw
13125         * Tiles/template-mail-message.html: remove the line that disables
13126           the 'stock' snippet... we don't want it
13128 2005-04-04 15:03  joeshaw
13130         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13131           Remove some debug spew
13133 2005-04-04 14:56  joeshaw
13135         * Util/camel.cs,
13136           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
13137           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
13138           beagled/EvolutionMailDriver/MailCrawler.cs: Add support for evo
13139           2.2's imap4rev1 backend
13141 2005-04-04 13:22  fhedberg
13143         * beagled/ExternalStringsHack.cs.in: Remove unused files
13145 2005-04-04 12:47  fhedberg
13147         * .cvsignore, Makefile.am, autogen.sh, configure.in, Best/Best.cs,
13148           Best/BestTray.cs, Best/BestWindow.cs, Best/Makefile.am,
13149           Tiles/Makefile.am, Tiles/Template.cs, Tiles/TileDocs.cs,
13150           Tiles/TileFolder.cs, Tiles/TileLauncher.cs,
13151           Tiles/TileMailMessage.cs, Tiles/template-blog.html,
13152           Tiles/template-docs.html, Tiles/template-file.html,
13153           Tiles/template-folder.html, Tiles/template-im-log.html,
13154           Tiles/template-launcher.html, Tiles/template-mail-message.html,
13155           Tiles/template-music.html, Tiles/template-note.html,
13156           Tiles/template-picture.html, Tiles/template-presentation.html,
13157           Tiles/template-web-history.html, Util/.cvsignore,
13158           Util/ExternalStringsHack.cs.in, Util/Makefile.am,
13159           Util/StringFu.cs, beagled/.cvsignore, beagled/Makefile.am,
13160           beagled/PathFinder.cs,
13161           beagled/LauncherQueryable/LauncherQueryable.cs, doc/I18N,
13162           po/.cvsignore, po/ChangeLog, po/POTFILES.in, po/sv.po: Basic I18N
13163           support
13165 2005-04-04 09:21  knvijay
13167         * ChangeLog, beagled/WebServices/WebServiceBackEnd.cs: Fix in
13168           WebServiceBackEnd.cs to return searchToken whenever there is at
13169           least one result returned
13171 2005-04-01 18:24  joeshaw
13173         * Tiles/: Tile.cs, TileFolder.cs: Open nautilus with the
13174           --no-desktop argument for those who don't want it doing that.
13175           Patch originally from Joshua Nichols and extended a bit by me
13177 2005-04-01 18:03  joeshaw
13179         * Tiles/template-launcher.html: Add an 'Open' action to the
13180           launcher tile.  Based on a patch from Chris Schneider
13182 2005-04-01 17:24  joeshaw
13184         * beagled/FileSystemQueryable/FileSystemModel.cs: When scanning
13185           directories, handle unreadable directories
13187 2005-04-01 16:52  joeshaw
13189         * Util/Inotify.cs: Throw IOException rather than a System.Exception
13190           when we're unable to watch or ignore a directory since that's
13191           what most code is looking for in their try-catch blocks (and
13192           really it is an IOException)
13194 2005-04-01 16:32  joeshaw
13196         * configure.in: Require mono 1.0.6 or newer, for the 'Lock timed
13197           out' bug
13199 2005-04-01 13:46  dsd
13201         * ChangeLog, Tiles/TilePicture.cs: Properly handle URI's when
13202           finding thumbnail paths. Fixes bug 171153.
13204 2005-04-01 13:05  dsd
13206         * ChangeLog, configure.in, Filters/FilterJpeg.cs, Util/ExifData.cs,
13207           Util/JpegHeader.cs: Merge from F-spot in order to be compatible
13208           with Mono 1.1.5
13210 2005-04-01 12:54  dsd
13212         * ChangeLog, configure.in: Option parsing improvements and cleanups
13214 2005-03-31 17:08  dsd
13216         * beagled/.cvsignore: Add beagle-index-url to .cvsignore
13218 2005-03-31 17:06  dsd
13220         * beagled/WebServices/.cvsignore: Add cvsignore file
13222 2005-03-31 16:33  joeshaw
13224         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13225           Add a trailing slash when comparing imap URIs.  Fixes a subtle
13226           bug with certain accounts
13228 2005-03-31 16:24  dsd
13230         * ChangeLog, tools/Query.cs: Minor improvements to command line
13231           parsing
13233 2005-03-31 15:58  dsd
13235         * ChangeLog, beagled/PathFinder.cs: Handle directories ending with
13236           '/'
13238 2005-03-31 15:24  vvaradan
13240         * ChangeLog, Filters/FilterRTF.cs: * Filters/FilterRTF.cs:
13241           Before/After rewinding the file-stream, ignore the already
13242           buffered-data in the stream reader.  Fixes part of
13243           http://bugzilla.gnome.org/show_bug.cgi?id=172294. (now
13244           font-details and other unwanted-strings are not extracted.)
13246 2005-03-31 14:42  joeshaw
13248         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13249           back out some debug spew in the mail backend.  i hate cvs so much
13251 2005-03-31 14:41  joeshaw
13253         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13254           Updated beagle-index-url and firefox extension.  Fixes various
13255           issues with filtering of HTML, saving and displaying page titles,
13256           displaying snippets, cleaning up after itself, and the location
13257           of where temp files are stored.  As seen in the world famous Nat
13258           Friedman brainshare keynote beagle demo.  Also make a few fields
13259           in the launcher queryable be stored as non-searched fields
13261 2005-03-31 14:16  joeshaw
13263         * Tiles/template-web-history.html, beagled/IndexWebContent.cs,
13264           beagled/Makefile.am,
13265           beagled/LauncherQueryable/LauncherQueryable.cs,
13266           mozilla-extension/Makefile.am,
13267           mozilla-extension/content/beagleOverlay.js,
13268           mozilla-extension/content/beagleOverlay.xul,
13269           mozilla-extension/content/md5.js, tools/IndexWebContent.cs,
13270           tools/Makefile.am: Updated beagle-index-url and firefox
13271           extension.  Fixes various issues with filtering of HTML, saving
13272           and displaying page titles, displaying snippets, cleaning up
13273           after itself, and the location of where temp files are stored.
13274           As seen in the world famous Nat Friedman brainshare keynote
13275           beagle demo.  Also make a few fields in the launcher queryable be
13276           stored as non-searched fields
13278 2005-03-31 11:50  dsd
13280         * ChangeLog, Util/ImLog.cs: Ignore GAIM logs which don't have the
13281           standard filename format
13283 2005-03-31 08:06  knvijay
13285         * beagled/WebServices/: Makefile.in, WebServer/.cvsignore,
13286           WebServer/ApplicationServer.cs, WebServer/AssemblyInfo.cs,
13287           WebServer/AssemblyInfo.cs.in, WebServer/BaseApplicationHost.cs,
13288           WebServer/BaseRequestBroker.cs, WebServer/IApplicationHost.cs,
13289           WebServer/IWebSource.cs, WebServer/InitialWorkerRequest.cs,
13290           WebServer/LingeringNetworkStream.cs, WebServer/Makefile.am,
13291           WebServer/MonoWorkerRequest.cs, WebServer/Tracing.cs,
13292           WebServer/XSPApplicationHost.cs, WebServer/XSPWorkerRequest.cs,
13293           WebServer/server.cs: Added subfolder WebServer under the new
13294           WebServices folder within beagled
13296 2005-03-31 07:47  knvijay
13298         * beagled/WebServices/Makefile.in: Changes to move WebServices code
13299           into a subfolder within beagled
13301 2005-03-31 07:41  knvijay
13303         * ChangeLog, configure.in, beagled/Makefile.am,
13304           beagled/WebBackEnd.cs, beagled/WebFrontEnd.cs,
13305           beagled/WebServiceBackEnd.cs, beagled/WebServiceFrontEnd.cs,
13306           beagled/dog.png, beagled/search.asmx, beagled/search.aspx,
13307           beagled/web.config, beagled/WebServices/Makefile.am,
13308           beagled/WebServices/WebBackEnd.cs,
13309           beagled/WebServices/WebFrontEnd.cs,
13310           beagled/WebServices/WebServiceBackEnd.cs,
13311           beagled/WebServices/WebServiceFrontEnd.cs,
13312           beagled/WebServices/dog.png, beagled/WebServices/search.asmx,
13313           beagled/WebServices/search.aspx, beagled/WebServices/web.config:
13314           Changes to move WebServices code into a subfolder within beagled
13316 2005-03-31 06:27  vvaradan
13318         * ChangeLog, Filters/FilterDOC.cs, beagled/Filter.cs: * Defined a
13319           new AppendText() with two-arguments to give more flexibility for
13320           filters to add contents to normal and hot-text pools.
13322 2005-03-31 03:26  knvijay
13324         * ChangeLog, beagled/Makefile.am: Fixes to include missing
13325           web-services resources as part of Beagle distribution
13327 2005-03-30 17:03  vvaradan
13329         * ChangeLog, Filters/FilterDOC.cs, beagled/Filter.cs,
13330           glue/wv1-glue.c: * More optimization of MS-Word document
13331           indexing.  Fixes http://bugzilla.gnome.org/show_bug.cgi?id=169758
13333 2005-03-30 13:16  trow
13335         * configure.in: Require dbus-sharp >= 0.23.4 and gmime-sharp >=
13336           2.1.13.
13338 2005-03-30 10:07  vvaradan
13340         * ChangeLog, Filters/FilterAbiword.cs, Filters/Makefile.am: * More
13341           validations. Fixes
13342           http://bugzilla.gnome.org/show_bug.cgi?id=170082
13344 2005-03-29 14:12  rml
13346         * glue/inotify.h: update glue/inotify.h from latest inotify.  no
13347           API/ABI changes.
13349 2005-03-29 13:42  vvaradan
13351         * ChangeLog, Tiles/template-mail-message.html: * Do not show
13352           markups in the "subject" of deleted mails in Best.
13354 2005-03-29 13:35  trow
13356         * beagled/IndexHelper/RemoteIndexerImpl.cs: Be more paranoid about
13357           catching and logging exceptions.
13359 2005-03-29 12:37  joeshaw
13361         * beagled/: Filter.cs, FilteredIndexable.cs: Pass DeleteContent
13362           onto the Filters from the FilteredIndexable, and actually delete
13363           the content when appropriate
13365 2005-03-29 09:35  vvaradan
13367         * ChangeLog, Filters/FilterPerl.cs: Patch from Chris Schneider
13368           <cschneid@colostate.edu>   * Filters/FilterPerl.cs: Bad "elseif"
13369           keyword in perl keyword list.  Fixes
13370           http://bugzilla.gnome.org/show_bug.cgi?id=171175.
13372 2005-03-29 09:14  trow
13374         * beagled/LuceneDriver.cs: Reverted Varadhan's fix for bug 171944.
13376 2005-03-29 09:01  vvaradan
13378         * ChangeLog, beagled/beagled.in: * Be informative to users when
13379           beagled exits on errors when run in --bg mode.  Fixes
13380           http://bugzilla.gnome.org/show_bug.cgi?id=171975
13382 2005-03-29 08:09  knvijay
13384         * beagled/: BeagleWebCb.cs, BeagleWebSvcCb.cs, WebBackEnd.cs,
13385           WebFrontEnd.cs, WebServiceBackEnd.cs, WebServiceFrontEnd.cs,
13386           beagledWeb.cs, beagledWebSvc.cs: Renamed WebServices code files,
13387           changed configure option to --enable-webservices & added Firefox
13388           search bar support and other changes in Web Services code
13390 2005-03-29 08:06  knvijay
13392         * ChangeLog, configure.in, beagled/BeagleDaemon.cs,
13393           beagled/Makefile.am, beagled/search.asmx, beagled/search.aspx:
13394           Renamed WebServices code files, changed configure option to
13395           --enable-webservices & added Firefox search bar support and other
13396           changes in Web Services code
13398 2005-03-29 03:02  vvaradan
13400         * ChangeLog, beagled/LuceneDriver.cs: * Fix for
13401           http://bugzilla.gnome.org/show_bug.cgi?id=171944. Delete
13402           indexable URI when indexable.DeleteContent is set to true.  *
13403           Corrected ChangeLog dates. (pointed out by Daniel :) )
13405 2005-03-28 08:16  vvaradan
13407         * ChangeLog, Tiles/TileDocs.cs, Tiles/TilePresentation.cs: * Fix
13408           for http://bugzilla.gnome.org/show_bug.cgi?id=171864.  Show more
13409           information about OO 2.0 documents in Best.
13411 2005-03-25 16:55  joeshaw
13413         * Tiles/SimpleRootTile.cs: When starting the daemon from best, wrap
13414           it in a try-catch in case it fails
13416 2005-03-24 10:40  trow
13418         * configure.in: 0.0.9, again.
13420 2005-03-24 10:31  trow
13422         * NEWS, configure.in: Updated NEWS and version number for the
13423           (sigh) 0.0.8.1 release.
13425 2005-03-24 09:47  trow
13427         * beagled/Makefile.am: A tiny, strictly cosmetic fix.
13429 2005-03-24 09:28  trow
13431         * beagled/: Makefile.am, beagled.in: Build fixes for the web
13432           services.  Fixed beagled.in to allow us to run in-place with web
13433           services enabled.
13435 2005-03-23 15:22  rml
13437         * ChangeLog: 0.0.9
13439 2005-03-23 15:22  rml
13441         * configure.in: configure.in: Bump version to 0.0.9
13443 2005-03-23 15:21  rml
13445         * glue/: inotify-glue.c, inotify.h: Update inotify glue layer for
13446           the new, fresh, supercool new inotify, 0.21.
13448           THIS BREAKS ABI AND API.
13450           Inotify support now requires inotify-0.21.  Users of the SUSE
13451           kernel packages, see http://primates.ximian.com/~rml/kernel-rml
13453 2005-03-23 13:21  trow
13455         * configure.in: Bumped version to 0.0.8.
13457 2005-03-23 13:20  trow
13459         * NEWS: Added a few more items.  We sure did a lot since 0.0.7.
13461 2005-03-23 13:08  trow
13463         * NEWS: A few more NEWS items.
13465 2005-03-23 13:07  trow
13467         * NEWS: Updated for 0.0.8 release.
13469 2005-03-21 18:58  dsd
13471         * ChangeLog, beagled/BeagleDaemon.cs: beagled shouldn't be run as
13472           root
13474 2005-03-21 15:21  vvaradan
13476         * ChangeLog, Filters/FilterOpenOffice.cs: * Fix
13477           http://bugzilla.gnome.org/show_bug.cgi?id=171102
13479 2005-03-21 14:54  joeshaw
13481         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13482           Wrap calls to GMimeInitialize() in try-catch in case gmime isn't
13483           installed or something else goes wrong
13485 2005-03-21 14:41  dsd
13487         * HACKING: Fix bugzilla URL
13489 2005-03-21 14:32  joeshaw
13491         * mozilla-extension/install.rdf: bump supported firefox version
13492           from 1.0 to 1.0.1
13494 2005-03-20 10:46  dsd
13496         * Filters/FilterDOC.cs: Lone Console.WriteLine --> Logger.Log.Info
13498 2005-03-18 23:22  dsd
13500         * ChangeLog, Util/UriFu.cs: Fix for filenames with odd characters,
13501           bug #170862
13503 2005-03-18 20:01  joeshaw
13505         * glue/tomboykeybinder.c: Fix the infamous F12 bug, where it would
13506           work if numlock is off, but wouldn't if it were on
13508 2005-03-18 18:51  fhedberg
13510         * Tiles/TileFile.cs, Tiles/TileLauncher.cs, images/Images.cs:
13511           Another fix for bug #165629 from Drake. Make GetHtmlSource safer.
13513 2005-03-18 15:05  trow
13515         * beagled/RemoteIndexer.cs: Make the current debug spew more
13516           explicit about which remote indexer we are dealing with.
13518 2005-03-18 15:01  trow
13520         * beagled/FileSystemQueryable/FileSystemModel.cs: Oops --- this
13521           should also have been in the last commit.
13523 2005-03-18 15:01  trow
13525         * beagled/FileSystemQueryable/FileSystemWatcherBackend.cs: If we
13526           get a change notification for a directory, mark it as dirty so
13527           that it will be crawled again sooner.
13529 2005-03-18 13:14  trow
13531         * BeagleClient/Indexable.cs, BeagleClient/Property.cs,
13532           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
13533           Added a new propery type: properties that are stored but not
13534           searched by standard queries.  Tweaked the addressbook queryable
13535           to use unsearched properties for photos: since the photos are
13536           cached under ~/.beagle, searching for "beagle" would match every
13537           contact with a photo.
13539 2005-03-18 07:02  fhedberg
13541         * Filters/FilterOpenOffice.cs: Update for last commit.
13543 2005-03-18 06:56  fhedberg
13545         * Filters/FilterOpenOffice.cs, ChangeLog: Fix for bug #170783 from
13546           Varadhan - More MIME stuff for the OpenOffice filter.
13548 2005-03-17 23:34  trow
13550         * beagled/: NameIndex.cs, FileSystemQueryable/UniqueIdStore.cs,
13551           Lucene.Net/Store/FSDirectory.cs: Turn off some of the
13552           less-helpful debugging spew.
13554 2005-03-17 23:26  trow
13556         * beagled/EvolutionMailDriver/MailCrawler.cs: Actually index local
13557           mboxes.
13559 2005-03-17 22:04  trow
13561         * beagled/: RemoteIndexer.cs, RemoteIndexerProxy.cs,
13562           IndexHelper/RemoteIndexerImpl.cs: Attempt to work around dropped
13563           FlushComplete signals by polling the flush status in a timeout.
13565 2005-03-17 19:44  trow
13567         * beagled/: LuceneDriver.cs, NameIndex.cs,
13568           Lucene.Net/Store/FSDirectory.cs: Put lucene locks in the right
13569           place.  Use Mono.Posix.Syscall to create the lucene lock files.
13570           This might help with the locking errors people have been seeing.
13572 2005-03-17 19:00  joeshaw
13574         * Filters/FilterOpenOffice.cs: Add all the 1.0 template types, as
13575           well as all the new opendocument 2.0 types to the OpenOffice
13576           filter
13578 2005-03-17 13:58  trow
13580         * beagled/HitRegulator.cs: Varadhan's fix for bug 170637: check for
13581           null Uris in HitRegulator.Subtract.
13583 2005-03-17 09:26  fhedberg
13585         * ChangeLog, Tiles/TileFile.cs, beagled/GConfThreadHelper.cs,
13586           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
13587           glue/wv1-glue.c: Fixes for
13589           * bug 169059 - Drake & Varadhan - Don't crash on
13590           GConf.NoSuchKeyException in GConfThreadHelper * bug 165629 -
13591           Drake & Hedberg - Default to a blank document icon if we can't
13592           find one for the mimetype * bug 170124 - Varadhan - Don't skip
13593           non-iso chars in the Word filter
13595 2005-03-16 21:04  rml
13597         * beagled/FileSystemQueryable/InotifyBackend.cs: bug #170540: Catch
13598           the IOException from Inotify.Watch () and handle the case of a
13599           directory vanishing out from under us.
13601           We already catch it for WatchFiles, just not WatchDirectories.
13603           I love lamp.
13605 2005-03-16 18:40  trow
13607         * beagled/LuceneDriver.cs: A tiny bit less debug spew.
13609 2005-03-16 18:17  trow
13611         * beagled/QueryImpl.cs: Fixes a race condition where you could
13612           crash the daemon if a d-bus signal emission that had been hoisted
13613           into the main loop got executed after the object had been
13614           unregistered.  To fix it, each QueryImpl tracks its own
13615           registration state, and firing the events (which the idle handler
13616           does by calling public methods) only if registered.
13618 2005-03-16 17:49  trow
13620         * beagled/: DBusisms.cs, QueryImpl.cs: If an object we've
13621           registered w/ D-BUS implements IDisposable, call Dispose after we
13622           unregister it.
13624           A few hacks to work around leaks.
13626 2005-03-16 17:07  joeshaw
13628         * beagled/EvolutionMailDriver/MailCrawler.cs: whoops, remove debug
13629           spew
13631 2005-03-16 17:04  joeshaw
13633         * beagled/EvolutionMailDriver/: EvolutionMailDriver.cs,
13634           MailCrawler.cs: When we're crawling for mail, the only thing we
13635           care about are summaries, so call DirectoryInfo.GetFiles() with a
13636           search pattern of '*summary'
13638 2005-03-16 16:00  fhedberg
13640         * Tiles/TileImLog.cs, images/gnome-gaim.png: Fix for bug #170534 -
13641           Use gaim icon from Images.dll
13643 2005-03-16 15:34  trow
13645         * beagled/: LuceneQueryable.cs,
13646           FileSystemQueryable/FileSystemModel.cs,
13647           FileSystemQueryable/FileSystemQueryable.cs,
13648           FileSystemQueryable/FileSystemWatcherBackend.cs: Catch and log a
13649           bunch of exceptions, leaving the file system indexes in an
13650           unknown state.  Life isn't always easy.  Try to deal with a few
13651           weird cases.  More debugging spew, because we didn't have enough
13652           to begin with.
13654 2005-03-16 02:33  trow
13656         * beagled/FileSystemQueryable/FileSystemWatcherBackend.cs: Paranoia
13657           and debugging spew: two of the things that make beagle great!
13659 2005-03-16 01:39  joeshaw
13661         * Tiles/template-launcher.html: Add 'Application' in front of the
13662           app name for launchers so that it's more clear what they are
13664 2005-03-16 01:35  joeshaw
13666         * configure.in: and fix the dbus check so that it actually works
13668 2005-03-16 01:27  joeshaw
13670         * configure.in: check for the dbus headers.  we need them to
13671           determine whether we're using an older dbus API
13673 2005-03-15 22:08  trow
13675         * beagled/FileSystemQueryable/: CrawlTask.cs, FileSystemModel.cs,
13676           UniqueIdStore.cs: More file system backend fixes.
13678 2005-03-15 21:40  joeshaw
13680         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13681           Make liberal use of the using clause and Dispose() on various
13682           GMime objects so that we use much, much less memory when indexing
13683           mail
13685 2005-03-15 20:38  trow
13687         * beagled/NameIndex.cs: Don't throw an exception if Guid.Empty is
13688           passed it -- just log it and return.
13690 2005-03-15 19:46  fhedberg
13692         * Best/BestTray.cs: Minor clean-up. Unused variables.
13694 2005-03-15 19:30  trow
13696         * beagled/Makefile.am: Tiny clean-up.
13698 2005-03-15 19:27  fhedberg
13700         * Best/: BestTray.cs, BestWindow.cs: Hack for bug #170511 - fix the
13701           positioning issue.
13703 2005-03-15 18:58  trow
13705         * beagled/: .cvsignore, FileAttributesStore.cs,
13706           FileAttributesStore_ExtendedAttribute.cs,
13707           FileAttributesStore_Sqlite.cs, LuceneQueryable.cs, Makefile.am,
13708           NameIndex.cs, SanityCheckTool.cs,
13709           FileSystemQueryable/FileSystemModel.cs,
13710           FileSystemQueryable/FileSystemQueryable.cs,
13711           FileSystemQueryable/SanityCheck.cs,
13712           FileSystemQueryable/UniqueIdStore.cs: Allows stores to be opened
13713           with without requiring a specific fingerprint.  Assorted bug
13714           fixes.  Initial sanity-checking code.
13716 2005-03-15 18:53  trow
13718         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13719           Check to make sure that this.mbox_parser is not null
13721 2005-03-15 18:19  fhedberg
13723         * ImLogViewer/ImLogViewer.cs, Tiles/TileMailMessage.cs,
13724           Tiles/TileMusic.cs, Tiles/template-music.html: Some fixes
13726           * Patch from Varadhan for bug #166375 regarding the MusicTile *
13727           Make the ImLogViewer compatible with older gtk-sharp * Revert to
13728           using stock icons for mail, they were actually shipping in Gnome
13729           2.10, my mistake.
13731 2005-03-15 12:00  trow
13733         * Best/: Best.cs, BestWindow.cs: Truth in advertising.
13735 2005-03-15 09:40  trow
13737         * beagled/FileSystemQueryable/FileSystemQueryable.cs: If we are
13738           ignoring a file, ignore requests to remove that file from the
13739           index.
13741 2005-03-15 09:11  trow
13743         * beagled/FileSystemQueryable/FileSystemQueryable.cs: When renaming
13744           things, do the right thing if either the old or new names
13745           indicate they should be ignored.  If both are being ignored, do
13746           nothing.  If the old name was being ignored, treat the rename as
13747           an add.  If the new name is being ignored, treat the rename as a
13748           removal.
13750 2005-03-14 14:43  rml
13752         * Best/: Best.cs, BestTray.cs: Best/Best.cs :: Main(): The tray
13753           icon was falling out of scope.
13755 2005-03-14 08:27  fhedberg
13757         * ChangeLog, ImLogViewer/ImLogViewer.cs,
13758           ImLogViewer/ImLogViewer.glade, Tiles/TileDocs.cs,
13759           Tiles/TileMusic.cs, Tiles/TilePresentation.cs, Util/ImBuddy.cs,
13760           Util/ImLog.cs, Util/Timeline.cs, Util/UriFu.cs,
13761           beagled/GaimLogQueryable/GaimLogQueryable.cs: Patches for
13763           * bug #170297 - ImLogViewer return args * bug #170269 - ImBuddy
13764           checks if blist exists * bug #170300 - Show music filename if no
13765           tags exists * bug #170307 - HitIsValid for GaimLogQueryable
13767 2005-03-14 00:26  trow
13769         * beagled/Makefile.am: make distcheck fixes
13771 2005-03-14 00:20  trow
13773         * beagled/: .cvsignore, LuceneDriver.cs, LuceneQueryable.cs,
13774           Makefile.am, NameIndex.cs, NameIndexTool.cs,
13775           FileSystemQueryable/FileSystemModel.cs,
13776           FileSystemQueryable/FileSystemQueryable.cs,
13777           FileSystemQueryable/UniqueIdStore.cs,
13778           IndexHelper/RemoteIndexerImpl.cs: Make live queries work properly
13779           with mv when matching against filenames.  Misc. mv fixes.
13780           Rationalized query construction in LuceneDriver: we will now
13781           never generate queries w/ too many clauses, etc.  Added
13782           beagle-name-index, a small tool to help debug the NameIndex.
13783           More and better debug spew.
13785 2005-03-13 23:04  fhedberg
13787         * Tiles/TileImLog.cs: s/Chat in/Conversation in
13789 2005-03-13 23:00  fhedberg
13791         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Fix for bug
13792           #170136. Hide the search entry and cleaned up the viewer a bit.
13794 2005-03-13 22:42  fhedberg
13796         * Best/: BestTray.cs, BestWindow.cs: Fix for bug #170262. How Best
13797           handles F12 events.
13799 2005-03-13 19:02  fhedberg
13801         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Include who says
13802           what in the im-log snippet.
13804 2005-03-13 15:19  fhedberg
13806         * images/Makefile.am: Forgot the Makefile.am.
13808 2005-03-13 15:18  fhedberg
13810         * Tiles/TileMailMessage.cs, images/mail-large-new.png,
13811           images/mail-large-read-replied.png, images/mail-large-read.png:
13812           Better sized mail icons. Bug #170024.
13814 2005-03-13 13:45  fhedberg
13816         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix for bug
13817           #160150. Use SnippetFu in the Gaim backend. Hacky
13819 2005-03-13 12:04  fhedberg
13821         * Tiles/TileFile.cs: Fix bug #170208. Reveal action not functioning
13822           after removing the fixme:directory keyword.
13824 2005-03-13 07:05  trow
13826         * Util/Inotify.cs, Util/UriFu.cs, beagled/FileAttributesStore.cs,
13827           beagled/FileAttributesStore_ExtendedAttribute.cs,
13828           beagled/IIndexer.cs, beagled/LuceneDriver.cs,
13829           beagled/LuceneQueryable.cs, beagled/RemoteIndexer.cs,
13830           beagled/RemoteIndexerProxy.cs,
13831           beagled/FileSystemQueryable/CrawlTask.cs,
13832           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
13833           beagled/FileSystemQueryable/FileSystemModel.cs,
13834           beagled/FileSystemQueryable/FileSystemQueryable.cs,
13835           beagled/FileSystemQueryable/InotifyBackend.cs,
13836           beagled/FileSystemQueryable/UniqueIdStore.cs,
13837           beagled/IndexHelper/RemoteIndexerImpl.cs: Added mv support to the
13838           file system backend Fixed a ton of file system backend bugs Fixed
13839           uri serialization issues Removed dead code Added a bunch of new
13840           debug spew
13842           "It's a very literary high.  A Kafka high.  It makes you feel
13843           like a bug."
13845 2005-03-13 06:35  fhedberg
13847         * Tiles/template-mail-message.html: Workaround for bug #170021.
13848           Dont display the "Forward" and "Reply" actions.
13850 2005-03-12 23:37  trow
13852         * ChangeLog, BeagleClient/Hit.cs, Tiles/Template.cs, Tiles/Tile.cs,
13853           Tiles/TileBlog.cs, Tiles/TileCalendar.cs, Tiles/TileContact.cs,
13854           Tiles/TileDocs.cs, Tiles/TileFile.cs, Tiles/TileFolder.cs,
13855           Tiles/TileFromTemplate.cs, Tiles/TileImLog.cs,
13856           Tiles/TileLauncher.cs, Tiles/TileMailMessage.cs,
13857           Tiles/TileMonodoc.cs, Tiles/TileMusic.cs, Tiles/TilePicture.cs,
13858           Tiles/TilePresentation.cs, Tiles/template-music.html,
13859           Util/StringFu.cs, Util/UriFu.cs, beagled/BugzillaDriver.cs,
13860           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
13861           beagled/LuceneQueryable.cs,
13862           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/Query.cs: I
13863           am reverting the following four commits:
13865           http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=beagle&who=vvaradan&date=explicit&mindate=2005-03-12%2016:40&maxdate=2005-03-12%2016:42
13867           http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=beagle&who=vvaradan&date=explicit&mindate=2005-03-12%2017:38&maxdate=2005-03-12%2017:40
13869           http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=beagle&who=vvaradan&date=explicit&mindate=2005-03-12%2018:45&maxdate=2005-03-12%2018:47
13871           http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=beagle&who=vvaradan&date=explicit&mindate=2005-03-12%2019:23&maxdate=2005-03-12%2019:25
13873 2005-03-12 23:16  rps
13875         * beagled/IndexHelper/IndexHelper.cs: Fix for newer D-BUS.
13876           GetOwner -> GetNameOwner
13878 2005-03-12 21:55  fhedberg
13880         * beagled/SnippetFu.cs: Patch for bug #166775. I should be shot for
13881           writing this.
13883 2005-03-12 19:24  vvaradan
13885         * ChangeLog, Tiles/Template.cs, Tiles/TileFile.cs: * Now, there
13886           won't be any "fixme:directory" stuff in Hit.  Manipulate them
13887           when a hit is added to the template and use
13888           Template["fixme:directory"] in the "Reveal" action.
13890 2005-03-12 19:19  rml
13892         * Util/Inotify.cs: Expire MovedFrom events in two seconds instead
13893           of five.
13895 2005-03-12 19:11  rml
13897         * Util/Inotify.cs, beagled/BlamQueryable/BlamQueryable.cs,
13898           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
13899           beagled/FileSystemQueryable/InotifyBackend.cs,
13900           beagled/GaimLogQueryable/GaimLogQueryable.cs,
13901           beagled/LauncherQueryable/LauncherQueryable.cs,
13902           beagled/LifereaQueryable/LifereaQueryable.cs,
13903           beagled/MonodocQueryable/MonodocQueryable.cs,
13904           beagled/TomboyQueryable/TomboyQueryable.cs: Oh boy, this is a
13905           pretty one. Change the prototype of Inotify.Event to not include
13906           the cookie.  Who needs a cookie, anyhow?  Then add support for
13907           unmatched events. We only have to worry about MovedFrom events,
13908           because MovedTo's always proceed a MovedFrom.  For MovedTo
13909           events, we store each pending event in PendingMove and expire
13910           them every 5 seconds.  After 5 seconds without a corresponding
13911           MovedFrom, we sent out the event.  Otherwise, if there is a
13912           corresponding MovedTo, we send out just the MovedTo with a
13913           srcpath argument equal to the MovedFrom's argument.  For
13914           unmatched events, we send out the singleton MovedTo or MovedFrom
13915           with srcpath=null.
13917           One tricky race is when we get another move event on the file
13918           while waiting to expire a given MovedFrom.  Say one does  "mv foo
13919           /not/watching;mv /not/watching/foo ." Then the MovedFrom, queued
13920           and waiting to expire, is delivered _after_ the MovedTo.  We
13921           handle this case by checking for pending MovedFrom events, during
13922           a MovedTo event, with matching directory (watches) and filenames.
13923            If we find such an event, we dispatch it immediately and remove
13924           it from the expiration list.
13926           Sigh.  Not pretty.  But I think it all works.
13928 2005-03-12 19:08  joeshaw
13930         * beagled/IndexHelper/IndexHelper.cs: Conditionalize dbus API
13931           differences
13933 2005-03-12 18:46  vvaradan
13935         * ChangeLog, Tiles/TileDocs.cs, Tiles/TileMusic.cs,
13936           Tiles/TilePresentation.cs, Util/UriFu.cs: * Show "Title" for
13937           SXW/ABW/DOC/SXI/PPT/PDF/PS/RTF iff "fixme.title" exist.  * Show
13938           "Filename" as title for Music files iff "fixme.title" doesn't
13939           exist.
13941 2005-03-12 17:39  vvaradan
13943         * Tiles/Template.cs: Extraneous Console.WriteLine message.
13945 2005-03-12 17:11  vvaradan
13947         * ChangeLog, Filters/FilterPPT.cs: * Catch exceptions from Gsf and
13948           log them nicely.
13950 2005-03-12 16:41  vvaradan
13952         * ChangeLog, BeagleClient/Hit.cs, Tiles/Template.cs, Tiles/Tile.cs,
13953           Tiles/TileBlog.cs, Tiles/TileCalendar.cs, Tiles/TileContact.cs,
13954           Tiles/TileDocs.cs, Tiles/TileFile.cs, Tiles/TileFolder.cs,
13955           Tiles/TileFromTemplate.cs, Tiles/TileImLog.cs,
13956           Tiles/TileLauncher.cs, Tiles/TileMailMessage.cs,
13957           Tiles/TileMonodoc.cs, Tiles/TileMusic.cs, Tiles/TilePicture.cs,
13958           Tiles/TilePresentation.cs, Tiles/template-music.html,
13959           Util/StringFu.cs, beagled/BugzillaDriver.cs,
13960           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
13961           beagled/LuceneQueryable.cs,
13962           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/Query.cs: *
13963           Beagle now can support indexing Multiple-properties with same
13964           name.  For example, there can be more than one "fixme:title" for
13965           a hit.  All the properties are stored in arraylists and are
13966           retrieved as ICollection.  Also, easy to use StringFu methods are
13967           provided in Util/StringFu.cs.  * Shout loud if this breaks
13968           anything. :-)
13970 2005-03-12 16:17  trow
13972         * beagled/FileSystemQueryable/UniqueIdStore.cs: To speed things up,
13973           disable synchronous writes to the sqlite db.
13975 2005-03-12 15:27  rml
13977         * Util/Inotify.cs: Missing brace.
13979 2005-03-12 15:11  rml
13981         * Util/Inotify.cs: s/dstpath/srcpath/ confusion
13983 2005-03-12 14:47  rml
13985         * Util/Inotify.cs, beagled/BlamQueryable/BlamQueryable.cs,
13986           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
13987           beagled/FileSystemQueryable/InotifyBackend.cs,
13988           beagled/GaimLogQueryable/GaimLogQueryable.cs,
13989           beagled/LauncherQueryable/LauncherQueryable.cs,
13990           beagled/LifereaQueryable/LifereaQueryable.cs,
13991           beagled/MonodocQueryable/MonodocQueryable.cs,
13992           beagled/TomboyQueryable/TomboyQueryable.cs: Util/Inotify.cs: Add
13993           new "srcpath" argument to Inotify.Event and send the srcpath of
13994           moves along with MovedTo and MovedFrom events.
13996           beagled/*: update Inotify.Event prototype
13998 2005-03-12 13:35  trow
14000         * Filters/Makefile.am: automake is so picky
14002 2005-03-12 11:58  trow
14004         * Filters/Makefile.am: Disable the Abiword filter pending the
14005           resolution of bug 170082.
14007 2005-03-12 11:12  rml
14009         * Util/Inotify.cs: Comment typo.
14011 2005-03-12 08:03  trow
14013         * beagled/RemoteIndexer.cs: Changed to allow extra-verbose
14014           debugging spew to be turned on and off by setting
14015           RemoteIndexer.Debug.
14017 2005-03-12 00:33  trow
14019         * Util/GConfThreadHelper.cs, Util/Makefile.am, Util/Scheduler.cs,
14020           beagled/BeagleDaemon.cs, beagled/GConfThreadHelper.cs,
14021           beagled/Makefile.am,
14022           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14023           Moved GConfThreadHelper into beagled, added a timeout to the
14024           Monitor.Wait and changed it to occasionally poll the shutdown
14025           status while it waits.  This fixes a deadlock on shutdown.
14027           Minor spew fixes.
14029           (If we have a real version control system, I could have moved
14030           that file instead of doing a remove and an add.)
14032 2005-03-12 00:17  trow
14034         * beagled/: RemoteIndexer.cs, Shutdown.cs: Several changes to more
14035           avoid getting deadlocked on shutdown.  Better safe than sorry.
14037 2005-03-11 23:36  trow
14039         * glue/inotify-glue.c: Removed an evil increment from inside a
14040           macro.  If the select on /dev/inotify returns an error, just bail
14041           out without snarfing any events.  This fixes a deadlock on
14042           shutdown.
14044 2005-03-11 23:06  trow
14046         * glue/inotify-glue.c: In inotify_snarf_events, we need to
14047           increment pending_count in the while loop that we use to help
14048           group events.
14050 2005-03-11 21:30  fhedberg
14052         * Tiles/TileDocs.cs: Don't display blank titles in the document
14053           tile.
14055 2005-03-11 20:55  fhedberg
14057         * Tiles/TileCanvas.cs: Fix some crazy rendering bugs in Best.
14058           Render the entire page at once.
14060 2005-03-11 19:08  joeshaw
14062         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14063           Iterate cross the subparts in a multipart message by hand instead
14064           of using Multipart.ForeachPart() so that we don't leak delegates
14066 2005-03-11 18:48  trow
14068         * beagled/IndexHelperFu.cs: Reuse the same GLib.IdleHandler rather
14069           than allocating a new one every time.
14071 2005-03-11 17:51  fhedberg
14073         * Tiles/TileImLog.cs, Tiles/template-im-log.html, Util/ImLog.cs,
14074           beagled/GaimLogQueryable/GaimLogQueryable.cs: Added the
14075           fixme:protocol property to IM-logs and only allow "Send IM" for
14076           conversations and contacts on AIM.  Minor IM-tile change; Chat
14077           in/Conversation with.  Hack for #158094 until Gaim gets fixed.
14079 2005-03-11 16:25  joeshaw
14081         * beagled/LauncherQueryable/LauncherQueryable.cs: Only index
14082           desktop files if they have a Name property
14084 2005-03-11 16:14  rml
14086         * Util/Inotify.cs: Default Verbose to false.  Previous checkin
14087           flipped it to true.
14089 2005-03-11 15:15  joeshaw
14091         * Util/Inotify.cs, beagled/BugzillaDriver.cs, beagled/Makefile.am,
14092           beagled/QueryDriver.cs,
14093           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
14094           beagled/LauncherQueryable/LauncherCrawler.cs,
14095           beagled/LauncherQueryable/LauncherQueryable.cs: Warn when we
14096           can't open /dev/inotify, don't debug log it.  Add
14097           RequireInotify=false to the BugzillaDriver and the EDS queryable
14098           When we can't start backends because of a lack of inotify, warn
14099           instead of debug.  Add a non-inotify implementation for the
14100           Launcher backend
14102 2005-03-11 14:18  rml
14104         * Util/Inotify.cs, beagled/FileSystemQueryable/InotifyBackend.cs:
14105           If we move a directory that is being watched, the watch is
14106           preserved, as are the watches on any subdirectories, and their
14107           subdirectories, and so on.  This means that our cached value from
14108           WatchedInfo.Path will no longer be accurate.  We need to trap
14109           MovedFrom and MovedTo, check if the thing being moved is a
14110           directory, and then and update our internal data structures
14111           accordingly.
14113 2005-03-11 13:43  rml
14115         * Util/FileAdvise.cs: Clarify my comment.  Misc. cleanup.
14117           Honestly, We've Had Enough.
14119 2005-03-11 13:42  rml
14121         * beagled/FileSystemQueryable/InotifyBackend.cs: Fix bug #169262
14123 2005-03-11 13:26  joeshaw
14125         * Best/: Best.cs, best.desktop: Add a --show-window option to best
14126           and switch the .desktop file to it
14128 2005-03-11 03:50  llipka
14130         * Best/best.desktop, Tiles/TileImLog.cs: Open Best with the
14131           --no-tray option in the desktop entry. Enable opening Gaim IRC
14132           logs with the IM viewer.
14134 2005-03-11 01:17  trow
14136         * beagled/IndexHelper/IndexHelper.cs: If we are deferring our
14137           shutdown because no RemoteIndexerImpl has been closed yet, wait a
14138           bit between checks.
14140 2005-03-10 23:58  trow
14142         * beagled/: FilteredIndexable.cs,
14143           FileSystemQueryable/FileNameFilter.cs,
14144           FileSystemQueryable/FileSystemModel.cs: Don't index nautilus
14145           emblems or notes.  It is inefficient, and it doesn't even really
14146           work properly.
14148           Don't cache the ignore state of files: it doesn't scale well.
14150           Removed an unused variable in FileSystemModel.cs
14152 2005-03-10 20:52  fhedberg
14154         * beagle.spec.in, beagled/Makefile.am, beagled/beagled.1,
14155           Best/Makefile.am, tools/Makefile.am, tools/beagle-query.1:
14156           Man-pages. Bug #160329
14158 2005-03-10 19:12  trow
14160         * configure.in: Restored some fixes that got clobbered when merging
14161           in the web services stuff.
14163 2005-03-10 19:01  trow
14165         * beagled/BeagleDaemon.cs: Reapplied two bug fixes that got
14166           clobbered when landing the web services stuff.
14168 2005-03-10 19:00  trow
14170         * beagled/FileSystemQueryable/FileSystemModel.cs: Avoid creating an
14171           ArrayList when we don't need to.
14173 2005-03-10 17:48  rml
14175         * glue/inotify-glue.c: glue/inotify-glue.c: misc. rabble:
14176           max_queued_events is unsigned, match types to inotify.h, fix
14177           signed/unsigned comparisons, retval from FIONREAD is unsigned,
14178           misc. cleanup.
14180 2005-03-10 16:13  joeshaw
14182         * configure.in: Add a sqlite check because I am sick of this
14183           problem dammit
14185 2005-03-10 15:16  trow
14187         * configure.in: Removed some noise.
14189 2005-03-10 15:07  trow
14191         * BeagleClient/Indexable.cs, Filters/FilterText.cs, Util/GuidFu.cs,
14192           Util/Makefile.am, beagled/BeagleDaemon.cs,
14193           beagled/FileAttributes.cs, beagled/FileAttributesStore.cs,
14194           beagled/FileAttributesStore_ExtendedAttribute.cs,
14195           beagled/FileAttributesStore_Mixed.cs,
14196           beagled/FileAttributesStore_Sqlite.cs,
14197           beagled/FilteredIndexable.cs, beagled/IndexHelperFu.cs,
14198           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
14199           beagled/Makefile.am, beagled/NameIndex.cs,
14200           beagled/RemoteIndexer.cs, beagled/Shutdown.cs,
14201           beagled/TextCache.cs, beagled/beagled.in,
14202           beagled/FileSystemQueryable/CrawlTask.cs,
14203           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
14204           beagled/FileSystemQueryable/FileSystemModel.cs,
14205           beagled/FileSystemQueryable/FileSystemQueryable.cs,
14206           beagled/FileSystemQueryable/UniqueIdStore.cs,
14207           beagled/IndexHelper/IndexHelper.cs,
14208           beagled/IndexHelper/RemoteIndexerImpl.cs: Infrastructure changes
14209           to support efficient file moves and renames.  Removed some debug
14210           spew.
14212 2005-03-10 14:37  llipka
14214         * tools/beagle-status: Use proper argument for line count in 'head'
14216 2005-03-10 14:02  llipka
14218         * Best/: Best.cs, BestWindow.cs: Fix error handling for commandline
14219           searches. Fix check for D-BUS down exception. Code optimizations.
14221 2005-03-10 13:28  joeshaw
14223         * Tiles/TileBlog.cs: wrap the call to Gnome.Url.Show() in a
14224           try-catch
14226 2005-03-10 13:23  joeshaw
14228         * Tiles/TileFromTemplate.cs: Wrap the call to get the snippet in a
14229           try-catch so that best doesn't die when we're going through the
14230           pages and we can't contact the daemon
14232 2005-03-10 11:25  joeshaw
14234         * Best/Best.cs: skip over session management args, these are
14235           handled by Gnome.Program
14237 2005-03-10 07:43  vvaradan
14239         * ChangeLog, Filters/FilterDOC.cs, glue/wv1-glue.c: *  Fix for
14240           http://bugzilla.gnome.org/show_bug.cgi?id=169758.  Reduce the
14241           number of round-trips between managed and unmanaged code.
14243 2005-03-10 05:32  fhedberg
14245         * Makefile.am, configure.in, beagled/BeagleDaemon.cs,
14246           beagled/BeagleWebCb.cs, beagled/BeagleWebSvcCb.cs,
14247           beagled/Makefile.am, beagled/beagledWeb.cs,
14248           beagled/beagledWebSvc.cs, beagled/dog.png, beagled/search.asmx,
14249           beagled/search.aspx, beagled/web.config: Landed Vijay's web
14250           interface.
14252 2005-03-10 01:39  vvaradan
14254         * ChangeLog, Filters/FilterPPT.cs: Oops.. forgot to commit support
14255           for PPT4.0 files.  Beagle will not extract content from those
14256           files. :)
14258 2005-03-09 21:06  dsd
14260         * ChangeLog, tools/Query.cs: beagle-query no longer requires an X
14261           server to run.
14263 2005-03-09 21:05  dsd
14265         * ChangeLog, beagled/BeagleDaemon.cs,
14266           beagled/IndexHelper/IndexHelper.cs, glue/screensaver-glue.c:
14267           beagled no longer requires an X server to run.
14269 2005-03-09 21:02  dsd
14271         * ChangeLog, Util/NautilusTools.cs, Util/StringFu.cs: Fix for
14272           filenames containing '"'
14274 2005-03-09 13:27  joeshaw
14276         * Best/Best.cs: We need to explicitly instantiate delegates for
14277           maximum compatibility
14279 2005-03-09 12:42  dsd
14281         * ChangeLog, BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
14282           Util/UriFu.cs, beagled/LuceneDriver.cs: Round 3 of dsd vs Uri
14283           escaping: Fix for filenames containing '#'
14285 2005-03-09 12:20  trow
14287         * Best/BestWindow.cs: Make PageUp and PageDown work in Best, fixing
14288           bug 169700.  Patch from Wouter Bolsterlee.
14290 2005-03-09 05:59  llipka
14292         * beagled/.cvsignore: Oh, the beauty of silence.
14294 2005-03-09 05:57  llipka
14296         * Best/Best.cs: Best tuning (show parameter usage, exit on non-tray
14297           mode)
14299 2005-03-08 21:53  trow
14301         * beagled/: BeagleDaemon.cs, IndexHelperFu.cs, RemoteIndexer.cs: A
14302           fix for one of our d-bus work-arounds: if we are already in the
14303           main loop's thread, don't create an idle to fetch the proxy and
14304           then wait for it to finish --- since we will block the main
14305           thread while waiting, our idle will never get run.  Hilarity
14306           ensues.
14308 2005-03-08 15:53  nat
14310         * Best/: BestTray.cs, BestWindow.cs: Change from "Bleeding-Edge
14311           Search Tool" to "Beagle Search".
14313 2005-03-08 14:37  trow
14315         * beagled/RemoteIndexer.cs: Oops.
14317 2005-03-08 14:17  trow
14319         * beagled/RemoteIndexer.cs: If the remote indexer has disappeared
14320           and we are shutting down, Proxy could return null.  Check for it
14321           to avoid a exception.
14323 2005-03-07 17:17  rml
14325         * glue/inotify.h:
14326           glue/inotify.h: update to latest inotify.h from inotify tree
14328 2005-03-06 20:21  dsd
14330         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs: Use
14331           PathFinder.HomeDir
14333 2005-03-06 17:28  dsd
14335         * ChangeLog, beagled/IndexHelper/IndexHelper.cs,
14336           beagled/IndexHelper/RemoteIndexerImpl.cs: Verify that
14337           NewRemoteIndexerPath requests are coming from beagled
14339 2005-03-06 17:24  dsd
14341         * ChangeLog, Util/StringFu.cs, Util/gnome.cs: Handle filenames
14342           containing '%'. Fixes bug #169422
14344 2005-03-05 14:53  trow
14346         * BeagleClient/Query.cs: Removed some superfluous code.
14348 2005-03-04 13:51  rml
14350         * glue/inotify.h: Update glue/inotify.h from my current inotify
14351           tree.
14353           This does not break ABI/API.  Just keeping the world in sync.
14355           <b>test</b>
14357 2005-03-03 19:03  fhedberg
14359         * Best/: BestTray.cs, BestWindow.cs: Minor fix. dog.png->best.png
14361 2005-03-03 18:29  joeshaw
14363         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14364           If the gconf key for the evolution accounts doesn't exist, fail
14365           gracefully
14367 2005-03-03 18:14  joeshaw
14369         * Best/best.desktop: Add Application as a category to the best
14370           desktop file
14372 2005-03-03 18:07  joeshaw
14374         * Best/best.desktop: forgot to add this
14376 2005-03-03 18:07  joeshaw
14378         * Best/Makefile.am, images/Makefile.am, images/best.png,
14379           images/dog.png: Add a .desktop file and install an icon
14381 2005-03-03 11:25  trow
14383         * Util/ImBuddy.cs: Don't use Inotify to watch the .gaim/blist.xml,
14384           just poll the file once per minute and reload it if necessary.
14386 2005-03-02 19:22  vvaradan
14388         * ChangeLog, Filters/FilterOpenOffice.cs, Filters/FilterRTF.cs: *
14389           Continuation of handling exception-stack-trace spews...
14391 2005-03-02 18:23  vvaradan
14393         * ChangeLog, Filters/FilterPPT.cs: *  Fix for
14394           http://bugzilla.gnome.org/show_bug.cgi?id=169038.  Do not spew
14395           out the entire stack trace in case of an exception.
14397 2005-03-01 14:54  trow
14399         * configure.in: We now default to setting
14400           DBUS_IS_BROKEN_BROKEN_BROKEN to work around the remaining locking
14401           bugs in D-BUS.  The workarounds can be turned off by using the
14402           --disable-dbus-workarounds option to configure.
14404 2005-03-01 08:47  trow
14406         * images/Images.cs: In GetHtmlSource, check to make sure that the
14407           name that is passed in is not null.
14409 2005-03-01 08:29  llipka
14411         * ImLogViewer/ImLogViewer.cs: Small updates to IM viewer.
14413 2005-02-28 23:58  trow
14415         * Util/ExtendedAttribute.cs: If we can't get or set EAs on a file,
14416           throw an IOException instead of a generic exception.
14418 2005-02-28 23:20  trow
14420         * NEWS: Final updates for 0.0.7.
14422 2005-02-28 16:18  vvaradan
14424         * ChangeLog, configure.in, Filters/FilterOpenOffice.cs,
14425           Filters/FilterPPT.cs, Filters/FilterRTF.cs,
14426           Filters/FilterSource.cs: *  Disable gst# support for the
14427           time-being *  Shut-up some warnings in some filters.
14429 2005-02-28 15:18  trow
14431         * beagled/: NetworkDriver.cs, NetworkHandler.cs: Updated the
14432           network backend to reflect the latest Queryable changes.  At
14433           least it now compiles properly...
14435 2005-02-28 15:03  trow
14437         * NEWS: Updated for 0.0.7 release.
14439 2005-02-28 01:42  trow
14441         * beagled/: LuceneQueryable.cs, IndexHelper/RemoteIndexerImpl.cs:
14442           If we filter out a hit from a set of query result because
14443           HitIsValid returned false, schedule that index record for
14444           removal.
14446           Use UriFu.UriStringToUri to convert the string back to a Uri in
14447           RemoteIndexerImpl.Remove.
14449 2005-02-28 01:23  trow
14451         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14452           Don't index the mail headers as text along with the message
14453           bodies.
14455 2005-02-27 17:53  trow
14457         * Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
14458           Tiles/template-presentation.html,
14459           beagled/FileAttributesStore_ExtendedAttribute.cs,
14460           beagled/Filter.cs, beagled/LuceneDriver.cs, beagled/TextCache.cs,
14461           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14462           beagled/IndexHelper/RemoteIndexerImpl.cs: Changed
14463           FilterOpenOffice to be more careful about popping or peeking the
14464           hot_nodes stack.
14466           Reduced the no-index threshold for text/plain files to 5mb.
14468           Show a snippet in the presentation tile.
14470           Don't show any debug spew if we can't store a file's attributes
14471           in EAs.
14473           In LuceneDriver, dump the term stats in a slightly more
14474           convenient order.
14476           Make Filters more robust against exceptions thrown while pulling
14477           text.
14479           When indexing mail, skip any part whose content type is not text.
14480            This vastly decreases the size of the mail index.
14482           Fixed a stupid bug in the TextCache: of course there can be more
14483           than one self-cached file.
14485           In RemoteIndexerImpl, don't mark the indexer as unsafe to close
14486           until the beginning of a flush.  This will allow the helper
14487           process to shut down gracefully if the beagled crashes somewhere
14488           between adding items to index and calling flush.
14490 2005-02-27 09:07  fhedberg
14492         * beagled/: Makefile.am, GaimLogQueryable/GaimLogCrawler.cs,
14493           GaimLogQueryable/GaimLogQueryable.cs: De-inotified the Gaim
14494           backend.
14496 2005-02-26 19:38  trow
14498         * beagled/: LuceneDriver.cs, Makefile.am, TermStatsTool.cs: Added
14499           beagle-term-stats, a tool for spewing information about the terms
14500           in an index.
14502           Added code to LuceneDriver to make it possible for
14503           beagle-term-stats to spew information about terms in an index.
14505           Change our BeagleAnalyzer to filter out stuff that is obviously
14506           garbage from the text part of our index.  This should help mail
14507           indexes be less bloated.
14509 2005-02-25 18:52  joeshaw
14511         * beagled/LauncherQueryable/LauncherQueryable.cs: Patch from Daniel
14512           Drake to use Path.Combine for the launcher paths
14514 2005-02-25 18:47  joeshaw
14516         * Tiles/TileCanvas.cs, Tiles/TileImLog.cs, Tiles/TileLauncher.cs,
14517           Tiles/TileMailMessage.cs, Util/camel.cs,
14518           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14519           Don't kill Best if evolution isn't in the path when we try to
14520           open a mail message.  Also detect what evolution imap summary
14521           versions we support.
14523 2005-02-25 13:19  orrc
14525         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix from Daniel
14526           Drake for bug 168519: Simplify logdir watching in
14527           GaimLogQueryable.
14529 2005-02-25 09:55  vvaradan
14531         * ChangeLog, Filters/FilterOpenOffice.cs: *  Add support for the
14532           new OO.o 2.0 format (.odt).  This fixes
14533           http://bugzilla.gnome.org/show_bug.cgi?id=157100
14535 2005-02-24 17:47  joeshaw
14537         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix a straggling
14538           usage of /home/joe and fix a corner case in the gaim backend in
14539           which logs wouldn't be loaded correctly if one directory existed
14540           but the other didn't.  Path from Daniel Drake
14542 2005-02-24 17:39  joeshaw
14544         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Watch for the
14545           creation of the local and imap directories in .evolution.  Based
14546           on a patch from Daniel Drake
14548 2005-02-24 11:37  joeshaw
14550         * configure.in, Util/ExifData.cs: Oops, forgot to commit this:
14551           Handle both libexif 0.5 and 0.6.  Patch from Daniel Drake
14553 2005-02-24 10:26  llipka
14555         * beagled/BlamQueryable/BlamQueryable.cs,
14556           beagled/EvolutionMailDriver/MailCrawler.cs, tools/.cvsignore:
14557           Somewhat quiet patches.
14559 2005-02-24 10:00  llipka
14561         * Util/ExtendedAttribute.cs: Remove the Syscall.access check in EAs
14562           for now since it was causing trouble.
14564 2005-02-24 08:09  trow
14566         * beagled/: LuceneQueryable.cs, TextCache.cs: In the TextCache,
14567           open files with FileShare.ReadWrite.  Close the TextReader we get
14568           from the TextCache after generating our snippet.  This fixes bug
14569           168368.
14571 2005-02-23 21:25  trow
14573         * Util/ExtendedAttribute.cs, Util/Logger.cs, Util/Makefile.am,
14574           Util/SystemInformation.cs, beagled/BeagleDaemon.cs,
14575           beagled/beagled.in,
14576           beagled/FileSystemQueryable/FileSystemModel.cs,
14577           beagled/FileSystemQueryable/InotifyBackend.cs,
14578           beagled/IndexHelper/IndexHelper.cs,
14579           beagled/IndexHelper/RemoteIndexerImpl.cs, glue/vmsize-glue.c:
14580           Handle inotify queue overflow events in the file system
14581           queryable.
14583           A bunch of logging fixes.  The IndexHelper now logs to a separate
14584           file.  (Fixes bug 168098)
14586           Proper handling of --fg and --bg in the beagled script.  (Fixes
14587           bug 168282)
14589           Watch VmRSS to decide when to restart the IndexHelper, not
14590           VmSize.
14592           Set the shutdown memory threshold relative to the initial memory
14593           size, not a fixed size.
14595           Never shutdown the helper process if it hasn't actually done
14596           anything yet.
14598 2005-02-23 18:29  fhedberg
14600         * beagled/: BlamQueryable/BlamQueryable.cs,
14601           LifereaQueryable/LifereaQueryable.cs,
14602           TomboyQueryable/TomboyQueryable.cs: Cleanup of the
14603           "checkforexistence" code by Daniel Drake.
14605 2005-02-23 16:54  rml
14607         * glue/inotify.h: Update glue/inotify.h from latest inotify tree.
14608           Does not break anything.
14610           "Why?" asked Fly.  "Indeed," said Pig.
14612 2005-02-23 15:47  rml
14614         * glue/wv1-glue.c: Fix compile warning.
14616           The teeth of most bear specifies is of similar composition to
14617           paper.
14619 2005-02-23 12:11  vvaradan
14621         * ChangeLog, glue/wv1-glue.c: *  Fix for
14622           http://bugzilla.gnome.org/show_bug.cgi?id=166155.  Do not
14623           consider non-printing characters for indexing (in UTF8 charset).
14624           Also, process word-specific-special-characters properly.
14626 2005-02-23 07:50  vvaradan
14628         * ChangeLog, Filters/FilterOpenOffice.cs, Filters/FilterPPT.cs: *
14629           Fix part of http://bugzilla.gnome.org/show_bug.cgi?id=157100,
14630           index hyperlinks.  *  Continuation of fix for
14631           http://bugzilla.gnome.org/show_bug.cgi?id=168028, decide the Ole
14632           Storage system to parse in DoOpen() itself.  *  Enable Snippet
14633           mode for PPT documents.
14635 2005-02-23 06:16  vvaradan
14637         * ChangeLog, Filters/FilterPPT.cs: *  Fix for
14638           http://bugzilla.gnome.org/show_bug.cgi?id=168028.  The
14639           observation so far says that a PPT can have three different
14640           formats (God knows the reality), a
14641           Straightforward-documented-format, 95 and DUAL STORAGE.  DUAL
14642           STORAGE stores both 95 (on the top level) and the
14643           Straightforward-documented-format under PP97_DUALSTORAGE
14644           directory in the Ole2 file system.  Beagle will be able to index
14645           PP97_DUALSTORAGE and when it finds a 95 format, just silently
14646           skips. ;-)
14648           Patches are welcome to add support for 95 formats ;-)
14650 2005-02-23 05:13  fhedberg
14652         * beagled/MonodocQueryable/MonodocQueryable.cs: De-inotified and
14653           cleaned up the Monodoc backend
14655 2005-02-23 04:39  vvaradan
14657         * ChangeLog, Filters/FilterPPT.cs: *  Fix for
14658           http://bugzilla.gnome.org/show_bug.cgi?id=168238.  Do not compare
14659           the stream names for equality until and otherwise the encoding is
14660           taken care of. ;-)
14662 2005-02-23 03:00  trow
14664         * Filters/FilterText.cs: Don't try to index extremely large files
14665           of type text/plain, since they probably don't contain much
14666           interesting human-readable info.
14668 2005-02-23 02:39  trow
14670         * beagled/: Crawler.cs, FileSystemEventMonitor.cs,
14671           IndexOptimizer.cs, Relevancy.cs,
14672           FileSystemQueryable/LastCrawlTime.cs,
14673           FileSystemQueryable/WatchedDirectory.cs: Removed some obsolete
14674           code.
14676 2005-02-23 02:26  trow
14678         * Util/ExceptionHandlingThread.cs, Util/UriFu.cs,
14679           beagled/FileAttributesStore.cs, beagled/QueryResult.cs: In
14680           UriFu.StringToUris, use UriStringToUri to convert each piece of
14681           the split string into a Uri.  This fixes another bug with
14682           filenames containing @.
14684           In FileAttributesStore.AttachTimestamp, explicitly set the path
14685           on the object we get out of ReadOrCreate.  Otherwise an
14686           already-indexed file that is copied to another name will never
14687           appear to be up-to-date.
14689           In QueryResult: (1) Be more paranoid about catching exceptions
14690           (2) Added a comment explaining why we can get away w/ not using
14691           an ExceptionHandlingThread.
14693 2005-02-23 00:50  trow
14695         * beagled/FileAttributesStore_Sqlite.cs: If our fallback attribute
14696           db appears to be in a strange state due to multiple entries for
14697           the same directory and filename, don't just freak out and throw
14698           an exception: instead, delete the duplicate records and just
14699           return null.
14701           Don't clear the associated path flag if a read fails: there could
14702           be another path in the db that hashes to the same value.
14704 2005-02-23 00:30  trow
14706         * beagled/FilteredIndexable.cs: Another patch from the redoubtable
14707           Daniel Drake: Use an XmlTextReader instead of hacky string
14708           operations to inspect some XML.  This fixes bug 167896.
14710 2005-02-23 00:18  trow
14712         * Util/ExtendedAttribute.cs,
14713           beagled/FileAttributesStore_ExtendedAttribute.cs: Another patch
14714           from Daniel Drake: don't spew out exceptions when we can't set
14715           EAs on a file.  This fixes bug 168195.
14717 2005-02-23 00:06  trow
14719         * beagled/BeagleDaemon.cs: Another patch from Daniel Drake: Don't
14720           print the full backtrace if we can't connect to the session bus.
14721           This fixes bug 167760.
14723 2005-02-23 00:01  trow
14725         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
14726           BeagleClient/Makefile.am, Util/UriFu.cs, beagled/LuceneDriver.cs,
14727           beagled/QueryImpl.cs: Applied a patch from Daniel Drake to
14728           properly quote file:// Uris containing @.  This fixes bug 167664.
14730 2005-02-22 23:45  trow
14732         * beagled/: IIndexer.cs, IndexHelperFu.cs, LuceneDriver.cs,
14733           LuceneQueryable.cs, RemoteIndexer.cs, RemoteIndexerProxy.cs,
14734           IndexHelper/RemoteIndexerImpl.cs: In IndexHelperFu, only hoist
14735           the d-bus calls for creating a new proxy into the mainloop if
14736           DBUS_IS_BROKEN_BROKEN_BROKEN is set.
14738           When calling GetItemCount, get the count from the LuceneDriver in
14739           the helper process --- it is the one that is up-to-date.
14741           Added an extra paranoid check to try to avoid re-indexing the
14742           same document multiple times.
14744 2005-02-21 07:40  fhedberg
14746         * beagled/LifereaQueryable/LifereaQueryable.cs: De-inotified the
14747           LifereaQueryable
14749 2005-02-21 01:29  trow
14751         * Util/CommandLineFu.cs, Util/FlacReader.cs, Util/ImBuddy.cs,
14752           Util/Inotify.cs, Util/Mozilla.cs, beagled/Shutdown.cs,
14753           tools/ExerciseFileSystem.cs: Fixed compile-time warnings.  Turned
14754           on extra debugging in the shutdown code.  More work on
14755           beagle-exercise-file-system.
14757 2005-02-20 19:14  trow
14759         * tools/Makefile.am: a build fix
14761 2005-02-20 19:10  trow
14763         * Util/Makefile.am, tools/ExerciseFileSystem.cs, tools/Makefile.am:
14764           The beginnings of a test program.
14766 2005-02-20 18:21  fhedberg
14768         * beagled/: BlamQueryable/BlamQueryable.cs,
14769           TomboyQueryable/TomboyQueryable.cs:
14770           De-inotified BlamQueryable and TomboyQueryable.  Cleaned up the
14771           TomboyQueryable since it doesnt use the Backup directory anymore.
14772           Changed the Uri pattern for blogs into something like
14773           feed:http://blah.com/index.rss
14775 2005-02-20 16:37  trow
14777         * beagled/FilteredIndexable.cs: Attach the filename (with and w/o
14778           the extension) as a keyword property.  This allows you to search
14779           for files by their exact filenames, which never worked before.
14781 2005-02-20 15:29  trow
14783         * beagled/GoogleDriver.cs: Set RequireInotify=false on the google
14784           and web history backends.
14786 2005-02-20 15:24  trow
14788         * beagled/: LuceneDriver.cs, Makefile.am, QueryDriver.cs,
14789           QueryableFlavor.cs, EvolutionMailDriver/EvolutionMailDriver.cs,
14790           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14791           EvolutionMailDriver/MailCrawler.cs,
14792           FileSystemQueryable/CrawlTask.cs,
14793           FileSystemQueryable/FileSystemModel.cs,
14794           FileSystemQueryable/FileSystemQueryable.cs: If we don't have
14795           inotify, walk the filesystem more slowly the second time around.
14797           Fixed the mail backend to work w/o inotify.
14799           Added a RequireInotify field to the QueryableFlavor.  We now
14800           automatically turn off backends that require inotify if it isn't
14801           present.
14803 2005-02-20 04:47  trow
14805         * Util/Inotify.cs, beagled/FileAttributesStore.cs,
14806           beagled/FileAttributesStore_ExtendedAttribute.cs,
14807           beagled/LuceneQueryable.cs, beagled/Makefile.am,
14808           beagled/QueryImpl.cs, beagled/RemoteIndexer.cs,
14809           beagled/FileSystemQueryable/CrawlTask.cs,
14810           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
14811           beagled/FileSystemQueryable/FileNameFilter.cs,
14812           beagled/FileSystemQueryable/FileSystemModel.cs,
14813           beagled/FileSystemQueryable/FileSystemQueryable.cs,
14814           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
14815           beagled/FileSystemQueryable/IFileEventBackend.cs,
14816           beagled/FileSystemQueryable/InotifyBackend.cs: Hacked the
14817           FileSystemQueryable to sort of work without inotify.
14819 2005-02-18 17:00  joeshaw
14821         * BeagleClient/Indexable.cs, BeagleClient/Property.cs,
14822           Util/StringFu.cs, beagled/FilteredIndexable.cs: Ok, the old XML
14823           invalid char approach didn't work, so filter them out now
14824           whenever a property is set.  This sucks.
14826 2005-02-18 15:03  joeshaw
14828         * configure.in, BeagleClient/Indexable.cs, Util/StringFu.cs,
14829           beagled/FilteredIndexable.cs, beagled/QueryImpl.cs,
14830           beagled/RemoteIndexer.cs,
14831           beagled/IndexHelper/RemoteIndexerImpl.cs: conditionally define
14832           DBUS_IS_BROKEN_BROKEN_BROKEN depending on whether we're using
14833           0.23.2.  Before we serialize any XML, walk over it and make sure
14834           we're not going to put in any invalid XML characters.
14836 2005-02-18 14:42  trow
14838         * beagled/: BeagleDaemon.cs, Filter.cs, LuceneDriver.cs,
14839           QueryResult.cs,
14840           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14841           FileSystemQueryable/FileSystemQueryable.cs,
14842           Lucene.Net/Index/FieldInfos.cs,
14843           Lucene.Net/QueryParser/QueryParser.cs,
14844           Lucene.Net/QueryParser/QueryParserTokenManager.cs,
14845           Lucene.Net/Store/FSDirectory.cs: Lots of little clean-ups to get
14846           rid of compiler warnings.  (Removed unused variables, etc.)
14848 2005-02-18 13:25  trow
14850         * beagled/: BeagleDaemon.cs, LuceneDriver.cs, NetworkDriver.cs,
14851           PathFinder.cs, TextCache.cs, BlamQueryable/BlamQueryable.cs,
14852           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
14853           EvolutionMailDriver/EvolutionMailDriver.cs,
14854           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14855           GaimLogQueryable/GaimLogQueryable.cs,
14856           LauncherQueryable/LauncherQueryable.cs,
14857           LifereaQueryable/LifereaQueryable.cs,
14858           TomboyQueryable/TomboyQueryable.cs: Added PathFinder.HomeDir,
14859           which is now used to locate the user's homedir.  This replaces a
14860           bunch calls to Environment.GetEnviromentVariable ("HOME"), and
14861           can be overriden by setting BEAGLE_HOME.
14863           Renamed PathFinder.RootDir as PathFinder.StorageDir, and made the
14864           necessary changes throughout.  It defaults to
14865           PathFind.HomeDir/.beagle, but can be overriden by setting
14866           BEAGLE_STORAGE.
14868 2005-02-17 18:32  joeshaw
14870         * tools/Query.cs: Print out a nice error message on dbus exceptions
14871           in beagle-query.  Patch from Daniel Drake
14873 2005-02-17 18:05  joeshaw
14875         * Filters/FilterJpeg.cs: handle an invalid exif date gracefully.
14876           Patch from Daniel Drake
14878 2005-02-16 16:49  trow
14880         * configure.in: Changed version number to 0.0.7.
14882 2005-02-16 13:49  trow
14884         * NEWS, beagled/QueryImpl.cs,
14885           beagled/IndexHelper/RemoteIndexerImpl.cs: Work around D-BUS bugs
14886           by hoisting some more calls out of threads and up into the main
14887           loop.
14889 2005-02-16 12:36  trow
14891         * NEWS, configure.in, glue/inotify-glue.c: Fixed a potential buglet
14892           in inotify_snarf_events --- initialize the number of records read
14893           to zero, so we can't return garbage in the event of a timeout.
14895           Incremented version to 0.0.6.1 for our brown-paper-bag release.
14897           Updated NEWS for 0.0.6.1.
14899 2005-02-16 11:34  llipka
14901         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14902           Fix a bug with opening sub-subdirectories.
14904 2005-02-16 09:18  llipka
14906         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14907           Fix bug 167535: Extention error in Evolution Mail Index
14909 2005-02-16 08:35  vvaradan
14911         * ChangeLog, Filters/FilterGst.cs:
14912           *  Fix for a compile time error in FilterGst.cs
14914 2005-02-15 15:43  trow
14916         * NEWS: Updated for impending 0.0.6 release.
14918 2005-02-15 13:32  trow
14920         * Util/PullingReader.cs: If our text source throws an exception,
14921           catch it and set the 'done' flag.
14923 2005-02-15 12:50  vvaradan
14925         * ChangeLog, Filters/FilterCSharp.cs, Filters/FilterSource.cs:
14926           *  C# language doesn't follow "spanning" of single-line comments
14927           to multiple-lines.
14929           *  Fixes a bug when parsing C# files.  Pointed out by Raf
14930           (kikidonk). Thanks Raf!!
14932 2005-02-15 00:34  trow
14934         * beagled/: RemoteIndexer.cs, IndexHelper/IndexHelper.cs,
14935           IndexHelper/RemoteIndexerImpl.cs: Better handling of shutdowns of
14936           the helper process.
14938 2005-02-14 23:35  trow
14940         * beagled/: Shutdown.cs, IndexHelper/IndexHelper.cs,
14941           IndexHelper/RemoteIndexerImpl.cs: Added more-verbose debugging to
14942           the Shutdown process.
14944           Added RemoteIndexerImpl.UnconditionallyCloseAll method, which we
14945           call before shutting down in the helper in the event of abnormal
14946           termination of the beagled.
14948           Poll the com.novell.Beagle service's status in a timeout in the
14949           helper, and shut down if it disappears.
14951           Replaced various Console.WriteLines with Logger.Log.Debugs.
14953 2005-02-14 19:39  trow
14955         * BeagleClient/Indexable.cs: Removed some forgotten debug spew.
14957 2005-02-14 19:32  trow
14959         * BeagleClient/Indexable.cs,
14960           beagled/LauncherQueryable/LauncherQueryable.cs: When StoreStream
14961           is called, only set the DeleteContent flag if we actually stored
14962           anything.
14964           Tiny clean-ups to the launcher and web history backends.
14966 2005-02-14 19:18  trow
14968         * BeagleClient/Indexable.cs: Comment out transient file clean-up
14969           for now.
14971 2005-02-14 18:59  trow
14973         * BeagleClient/Indexable.cs, Filters/Makefile.am,
14974           Util/CommandLineFu.cs, beagled/IndexHelperFu.cs,
14975           beagled/RemoteIndexer.cs, beagled/IndexHelper/IndexHelper.cs:
14976           Fixed indexing of Indexables after a StoreStream.  Added
14977           BEAGLE_RUN_HELPER_BY_HAND environment variable.  Fixed a build
14978           bug in Filters/Makefile.am.  Feel the power of my CommandLineFu!
14980 2005-02-14 16:23  joeshaw
14982         * beagled/: BlamQueryable/BlamQueryable.cs,
14983           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
14984           LauncherQueryable/LauncherQueryable.cs,
14985           LifereaQueryable/LifereaQueryable.cs,
14986           MonodocQueryable/MonodocQueryable.cs,
14987           TomboyQueryable/TomboyQueryable.cs: Don't pass in a path as the
14988           backend name
14990 2005-02-14 15:45  joeshaw
14992         * beagled/IndexHelperFu.cs: Fix a dbus cut-and-paste error
14994 2005-02-11 15:58  trow
14996         * configure.in, BeagleClient/Indexable.cs, BeagleClient/Query.cs,
14997           Util/Scheduler.cs, Util/StringFu.cs, Util/UriFu.cs,
14998           beagled/BeagleDaemon.cs, beagled/FilteredIndexable.cs,
14999           beagled/IndexHelperFu.cs, beagled/LuceneDriver.cs,
15000           beagled/LuceneQueryable.cs, beagled/Makefile.am,
15001           beagled/QueryImpl.cs, beagled/RemoteIndexer.cs,
15002           beagled/RemoteIndexerProxy.cs, beagled/wrapper.in,
15003           beagled/IndexHelper/IndexHelper.cs,
15004           beagled/IndexHelper/RemoteIndexerImpl.cs: Behold, out-of-process
15005           indexing!
15007 2005-02-11 14:36  trow
15009         * beagled/BeagleDaemon.cs: Wrap the code that logs
15010           Environment.CommandLine in a try/catch block, to work around a
15011           weird bug in mono 1.1.3.
15013 2005-02-11 14:30  joeshaw
15015         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Watch for ~/.gaim
15016           and ~/.gaim/logs if they don't exist.  Patch from Robert Van
15017           Gorkom <vangorra@plu.edu>
15019 2005-02-10 18:32  rml
15021         * beagled/beagled.1: Add beagled/beagled.1, a man page for
15022           beagled(1).
15024           This completes bug #160329.
15026           Raw chicken is an imporant link in nature's chain.
15028 2005-02-10 18:21  rml
15030         * Best/best.1: Add Best/best.1, a man page for best(1).  This
15031           partially fixes bug #160329.
15033           Every non-empty finite inner product space has an orthonormal
15034           basis.
15036 2005-02-10 18:09  rml
15038         * tools/beagle-query.1: Update tools/beagle-query.1, the
15039           beagle-query(1) man page.  I work in an office.
15041 2005-02-10 18:09  rml
15043         * tools/beagle-status.1: Add beagle-status(1) man page as
15044           tools/beagle-status.1.  I do not own a car.
15046 2005-02-10 17:56  rml
15048         * tools/: beagle-query.1, beagle-query.man: Improve, add to, and
15049           clean up the beagle-query(1) man page.  Rename it to
15050           beagle-query.1.  This partially fixes bug #160329. I bruise
15051           easily.
15053 2005-02-10 17:52  vvaradan
15055         * ChangeLog, Filters/FilterDOC.cs, glue/wv1-glue.c:
15056           glue/wv1-glue.c: Separate out the wvInit() call, should be called
15057           only one through-out the scope of an application.
15059           Filters/FilterDOC.cs: Track wvInit() call through a static
15060           member.  This also fixes Bug -
15061           http://bugzilla.gnome.org/show_bug.cgi?id=166150
15063 2005-02-10 17:47  rml
15065         * tools/beagle-shutdown.1: Add tools/beagle-shutdown.1: The man
15066           page for beagle-shutdown(1), baby.  This partially solves bug
15067           #160329.  The uniformed poll worker found soothsaying hard on the
15068           hips.
15070 2005-02-09 16:57  rml
15072         * glue/: inotify-glue.c, inotify.h: Inotify bits.
15074                   glue/inotify.h: Update with header from latest inotify
15075           kernel.
15076                   glue/inotify-glue.c: Update to use the aforementioned
15077           updated header.
15079           The walrus with a bad foot was unsuccessful in securing a post
15080           office box (bad credit).
15082 2005-02-09 11:06  trow
15084         * beagled/SnippetFu.cs: Committed a small fix for Varadhan.
15086 2005-02-09 07:31  vvaradan
15088         * ChangeLog, Filters/FilterRTF.cs, beagled/SnippetFu.cs: *
15089           beagled/SnippetFu.cs: Fix for
15090           http://bugzilla.gnome.org/show_bug.cgi?id=166648. Trim the final
15091           snippet to the allowed-length.
15093           * Filters/FilterRTF.cs: Fix for
15094           http://bugzilla.gnome.org/show_bug.cgi?id=166768.
15096 2005-02-08 11:54  vvaradan
15098         * ChangeLog, Filters/FilterAbiword.cs, Filters/FilterDOC.cs,
15099           Filters/FilterPdf.cs, Filters/FilterRTF.cs, glue/wv1-glue.c: DOC,
15100           ABW, RTF and PDF filters: Added support for "Structural Break"s,
15101           which is needed for proper snippet support.
15103           glue/wv1-glue.c:  Handle partially formatted strings and
15104           structural breaks.
15106 2005-02-07 07:11  llipka
15108         * ImLogViewer/ImLogViewer.cs, Tiles/TileMusic.cs,
15109           Tiles/template-music.html: Fixed indenting in IM viewer again.
15110           Fixed the ID tag bug #166206.
15112 2005-02-07 06:17  llipka
15114         * ImLogViewer/: ImLogViewer.cs, Makefile.am: Removed the obsolete
15115           Gecko stuff. Fixed indentation in the buffer.
15117 2005-02-05 14:53  vvaradan
15119         * ChangeLog, Best/Best.cs, Filters/FilterOpenOffice.cs,
15120           Filters/FilterRTF.cs, beagled/Filter.cs: beagled/Filter.cs: Few
15121           tweaks on Hot pool manipulations.  Filter/FilterOpenOffice.cs:
15122           More elegant(?) logic to handle wierd combination of
15123           text-formatting, fixes Bug#157100.  Filter/FilterRTF.cs: Metadata
15124           info can be anywhere in the document.  Commented out the
15125           "file-offset" positioning code after reading the meta-data.
15126           Best/Best.cs: Added a console message to guide users to look at
15127           their Systray for Best icon. (Based on FAQs in #dashboard,
15128           suggested by ikke)
15130 2005-02-05 13:40  joejg
15132         * mozilla-extension/content/beagleAddDomainDialog.xul: this time
15133           remember to add xul file
15135 2005-02-05 11:13  joejg
15137         * mozilla-extension/: Makefile.am, content/beaglePrefs.js,
15138           content/beaglePrefs.xul: Added James Vipond's mozilla extension
15139           patch
15141 2005-02-04 20:55  orrc
15143         * Best/Best.cs, mozilla-extension/content/beagleOverlay.js: Minor
15144           fix to mozilla plugin from bug #166318.  Small related update to
15145           Best cmd line behaviour.
15147 2005-02-04 10:06  vvaradan
15149         * ChangeLog, Filters/FilterOle.cs, Filters/FilterOpenOffice.cs,
15150           Filters/FilterPPT.cs, Filters/Makefile.am: FilterPPT.cs: Validate
15151           the ole stream before using it for content-extraction.  This
15152           fixes Bug#:166265.  FilterOle.cs is removed as no-other class is
15153           there to derive from it except FilterPPT.cs Similar changes to
15154           FilterOpenOffice.cs.
15156 2005-02-03 16:33  orrc
15158         * Filters/FilterPhp.cs: Corrected typos in PHP source filter with
15159           patch by Rich Midwinter.  Closes bug #166163.
15161 2005-02-03 06:56  vvaradan
15163         * ChangeLog, Filters/FilterPdf.cs:  Filter/FilterPdf.cs: Fix for
15164           Bug#:166040. Filename parameter for pdfinfo command should be
15165           tagged between a pair "".
15167 2005-02-02 09:44  trow
15169         * beagled/.cvsignore, Best/TrayIcon/.cvsignore,
15170           Best/TrayIcon/libtrayicon/.cvsignore: Be quiet!
15172 2005-02-01 17:32  joeshaw
15174         * configure.in, Filters/FilterPdf.cs,
15175           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
15176           Handle some exceptions in the PDF filter, fix some MIME encoding
15177           issues in various mail headers, and now require gmime 2.1.11
15179 2005-02-01 17:07  trow
15181         * BeagleClient/DBusisms.cs, beagled/BeagleDaemon.cs,
15182           beagled/DBusisms.cs, beagled/FileAttributesStore.cs,
15183           beagled/IIndexer.cs, beagled/IndexHelperFu.cs,
15184           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
15185           beagled/Makefile.am, beagled/RemoteIndexer.cs,
15186           beagled/RemoteIndexerProxy.cs, beagled/beagled.in,
15187           beagled/BlamQueryable/BlamQueryable.cs,
15188           beagled/FileSystemQueryable/FileSystemQueryable.cs,
15189           beagled/FileSystemQueryable/WatchedDirectory.cs,
15190           beagled/GaimLogQueryable/GaimLogQueryable.cs,
15191           beagled/IndexHelper/IndexHelper.cs,
15192           beagled/IndexHelper/RemoteIndexerImpl.cs,
15193           beagled/LauncherQueryable/LauncherQueryable.cs,
15194           beagled/LifereaQueryable/LifereaQueryable.cs,
15195           beagled/TomboyQueryable/TomboyQueryable.cs: First stage of
15196           refactoring beagled to push indexing operations into another
15197           process.
15199 2005-02-01 14:12  rml
15201         * glue/inotify.h: Update glue/inotify.h from latest inotify patch.
15202           Do not worry, please do not fret, this will not break ABI.  Just
15203           keeping the wheel's of synchronization in check.
15205 2005-02-01 14:10  rml
15207         * glue/inotify-glue.c: There are currently 5,381 coding styles in
15208           glue/inotify-glue.c.  Unify them down to only one with my amazing
15209           cool gindent script and make Chris Rivera shut the hell up.
15210           Seriously.  Does this kid have nothing better to do than complain
15211           about coding style in stuff I work on?  And--one other thing--why
15212           does he smell like cabbage?
15214 2005-01-31 15:52  joeshaw
15216         * configure.in, Filters/FilterHtml.cs,
15217           beagled/TomboyQueryable/TomboyQueryable.cs: Update configure.in
15218           to be more clear what mozilla files we're looking for and where
15219           to find them.  If HtmlAgilityPack can't find out what encoding an
15220           HTML file is in, assume ASCII.  If .tomboy doesn't exist, have
15221           the tomboy backend watch for it rather than give up.  (Patch from
15222           Larry Reaves)
15224 2005-01-30 08:44  llipka
15226         * Tiles/: Tile.cs, TileFile.cs, TileImLog.cs: Patch from Ikke to
15227           fix Evolution launching and the send mail action in ImTile.
15229 2005-01-30 07:37  llipka
15231         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Show buddy icon
15232           in IM viewer if it exists. Dont open IM viewer for IRC logs.
15234 2005-01-29 11:41  llipka
15236         * Tiles/: Tile.cs, TileContact.cs: Fix the gaim-remote stuff to
15237           actually work.
15239 2005-01-29 04:52  fhedberg
15241         * configure.in, beagled/Makefile.am: Really disable the Thunderbird
15242           backend.
15244 2005-01-28 15:59  rml
15246         * ChangeLog, Util/Inotify.cs, glue/inotify-glue.c, glue/inotify.h:
15247           2005-01-28  Robert Love  <rml@novell.com>
15249                   * Util/Inotify.cs: update for inotify ABI changes
15250           (dynamic filenames)
15251                   * glue/inotify-glue.c: ditto
15252                   * glue/inotify.h: header from inotify 0.18
15254           Balloonish Baffoon-Snake!
15256 2005-01-28 15:18  joeshaw
15258         * configure.in, BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
15259           beagled/BeagleDaemon.cs, beagled/DBusisms.cs,
15260           beagled/FactoryImpl.cs, beagled/Makefile.am: Add configure checks
15261           and preprocessor conditions for which dbus API to use
15263 2005-01-28 14:28  trow
15265         * Tiles/template-google.html: Properly handle the HTML in the title
15266           and snippet that we get from Google.
15268 2005-01-28 08:57  vvaradan
15270         * ChangeLog, Filters/FilterOpenOffice.cs: Fix for Bug#:162910.
15271           consider table-count as spreadsheet count iff it is a OOo calc
15272           document.
15274 2005-01-28 03:54  vvaradan
15276         * ChangeLog, Tiles/template-docs.html: Fix for Bug#:165480.
15277           Instead of @Snippet@ use @%Snippet@ to process the
15278           markups present in @Snippet@.
15280 2005-01-27 22:30  trow
15282         * beagled/: LuceneDriver.cs, SnippetFu.cs: Allow -foo in a query to
15283           exclude matches containing foo.
15285 2005-01-27 17:05  trow
15287         * mozilla-extension/: install.rdf, content/beagleOverlay.js,
15288           content/beaglePrefs.js, content/beaglePrefs.xul,
15289           locale/en-US/beagle.dtd: A patch from Tom von Schwerdtner: * Adds
15290           preferences and functionality to filter based on host (eg,
15291           'www.google.com' or 'localhost').  This checks page.location.host
15292           only, so it can not distinguish between ports.  * Removed what
15293           looked like old and obsolete preferences (placement of   menu
15294           separator stuff that was commented out anyways).  * Changed the
15295           UI to what seems like more appropriate XUL.
15297 2005-01-27 16:01  trow
15299         * configure.in: Increment the version number.
15301 2005-01-27 15:48  llipka
15303         * Tiles/TileCanvas.cs: Fix rendering bug.
15305 2005-01-27 15:24  joeshaw
15307         * Tiles/TileCanvas.cs, Util/ExceptionHandlingThread.cs,
15308           Util/Inotify.cs, Util/Makefile.am,
15309           beagled/BlamQueryable/BlamQueryable.cs,
15310           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
15311           beagled/FileSystemQueryable/FileSystemQueryable.cs,
15312           beagled/GaimLogQueryable/GaimLogQueryable.cs,
15313           beagled/LifereaQueryable/LifereaQueryable.cs,
15314           beagled/MonodocQueryable/MonodocQueryable.cs,
15315           beagled/MozillaQueryable/MozillaQueryable.cs,
15316           beagled/TomboyQueryable/TomboyQueryable.cs: - Set the UTF-8
15317           charset using a Content-Type http-equiv meta tag at the top of
15318           all our tile rendering.  Based on a patch from Jonas Klingstedt.
15320           - Apply a patch from Larry Reaves that makes the Tomboy backend
15321           work when the Backup directory doesn't exist
15323           - Set our filename encoding to UTF-8 in the Inotify code, so that
15324           we properly index non-ASCII files.
15326           - Add an ExceptionHandlingThread class and port all the backends
15327           to use it.  This makes tracking down unhandled exceptions in the
15328           backends much, much easier.
15330           - Fix a problem in the Evo mail backend where a non-existent
15331           directory (because of mono's transparent translation of
15332           backslashes to forward slashes) was killing the backend.
15334 2005-01-26 11:06  llipka
15336         * Best/BestTray.cs: Fixed the tray menu to contain Quit rather than
15337           Close
15339 2005-01-26 01:49  trow
15341         * beagled/Filter.cs, beagled/Makefile.am, tools/Makefile.am: Set
15342           permissions properly on the external optimizing script.  Removed
15343           some debug spew.  Install beagle-index-info.
15345 2005-01-26 00:53  trow
15347         * AUTHORS, README: Added note thanking George Aroush
15349 2005-01-26 00:49  trow
15351         * NEWS: NEWS tweaks.
15353 2005-01-26 00:42  trow
15355         * NEWS, beagled/FileAttributesStore_Sqlite.cs: Locking for sqlite
15356           file attributes store.  Draft version of 0.0.5 NEWS.
15358 2005-01-25 17:14  trow
15360         * configure.in: Fix a cut&paste-o in the configure arg docstring.
15362 2005-01-25 16:58  trow
15364         * Filters/FilterSource.cs, Filters/FilterText.cs, Util/UriFu.cs,
15365           beagled/Filter.cs, beagled/FilteredIndexable.cs,
15366           beagled/HitRegulator.cs, beagled/LuceneDriver.cs,
15367           beagled/QueryImpl.cs, beagled/QueryResult.cs,
15368           beagled/TextCache.cs, beagled/beagled.in: Added code to keep us
15369           from copying text files into the text cache.  We generate the
15370           snippets directly from the original files instead.
15372           Applied a modified version of Adam Lofts' Uri Hashtable patch.
15373           This fixes bug 164361.
15375 2005-01-25 16:02  joeshaw
15377         * beagled/beagled.in: Don't enable MONO_DISABLE_SHM; it causes too
15378           many problems on mono 1.1
15380 2005-01-25 15:13  llipka
15382         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade,
15383           beagle-imlogviewer.in: IM Viewer - Use Gtk.TextView instead of
15384           Gecko to render the conversation (R. Slinckx). Type ahead
15385           searching has landed (still a little buggy and slow).
15387 2005-01-25 11:14  nat
15389         * searchomatic/searchomatic.c: Launch Best with the --no-tray
15390           option.
15392 2005-01-25 11:13  nat
15394         *
15395           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
15397           Index the GroupWise IM field.
15399 2005-01-25 11:13  nat
15401         * Tiles/: TileImLog.cs, template-contact.html: Add IM fields to the
15402           contact tile.
15404 2005-01-25 11:13  nat
15406         * Best/Best.cs: Make the --no-tray option actually work.
15408 2005-01-25 10:45  trow
15410         * ImLogViewer/Makefile.am, Util/Scheduler.cs, beagled/Makefile.am:
15411           A few 'make distcheck' fixes.
15413           Changed EXERCISE_THE_DOG to BEAGLE_EXERCISE_THE_DOG.  The old one
15414           still works, but causes beagled to print a warning message.
15416 2005-01-24 15:40  llipka
15418         * beagled/.cvsignore: DND
15420 2005-01-24 06:34  vvaradan
15422         * ChangeLog, Filters/FilterPascal.cs, Filters/FilterSource.cs,
15423           Filters/Makefile.am: Added pascal support.  [ Demo'ed on stage
15424           hacking of beagle in Hacker Crackdown, 2005 @ NIT, Trichy
15425           (http://www.nitt.edu/hackercrackdown/index.php?section=speakers),
15426           by writing this Filter ;)]
15428 2005-01-23 23:38  trow
15430         * ImLogViewer/ImLogViewer.cs, Tiles/TileCanvas.cs,
15431           Tiles/TileContact.cs, Tiles/TileFile.cs, Tiles/TileImLog.cs,
15432           Util/Archive.cs, beagled/FilteredIndexable.cs, images/Images.cs:
15433           Replace a bunch of "file://"+path type constructions by calls to
15434           StringFu.PathToQuotedFileUri (path) or UriFu.PathToFileUri
15435           (path).  This ensures that special characters in the path are
15436           quoted correctly.
15438 2005-01-23 17:32  trow
15440         * Util/PullingReader.cs: Allow an identifier to be attached to a
15441           pulling reader.
15443 2005-01-23 17:30  trow
15445         * beagled/: .cvsignore, BeagleDaemon.cs, Filter.cs,
15446           FilteredIndexable.cs, IndexOptimizer.cs, LuceneDriver.cs,
15447           Makefile.am, MasterDelete.cs, beagled.in,
15448           FileSystemQueryable/WatchedDirectory.cs: Try to optimize our
15449           lucene indices in an external process.  Added a tool to manually
15450           delete Uris from a lucene index.  Avoid a bunch of boxing allocs
15451           in WatchedDirectory.CompareTo.
15453 2005-01-22 21:56  trow
15455         * beagled/TextCache.cs: Applied a patch from Chris Orr to fix
15456           another apostrophe-related sqlite problem.
15458 2005-01-22 21:33  nat
15460         * Tiles/template-note.html,
15461           beagled/TomboyQueryable/TomboyQueryable.cs: Snippet support for
15462           Tomboy tiles.
15464 2005-01-22 21:14  trow
15466         * beagled/TomboyQueryable/TomboyQueryable.cs: Simple snippet
15467           support for Tomboy notes.
15469 2005-01-22 20:22  trow
15471         * Tiles/: Template.cs, template-web-history.html: Ellipsize long
15472           Uris.
15474 2005-01-22 18:43  trow
15476         * Filters/FilterGst.cs, Filters/FilterMusic.cs,
15477           Filters/FilterSource.cs, Filters/FilterText.cs,
15478           Tiles/TileMusic.cs, Tiles/template-music.html: Applied Adam
15479           Lofts' patches from bug #160694 to get music tiles working again.
15480           Small tweaks to FilterSource to avoid unnecessary allocations.
15482 2005-01-22 17:23  fhedberg
15484         * AUTHORS, beagled/Makefile.am,
15485           beagled/LifereaQueryable/LifereaQueryable.cs: Added a Liferea
15486           Backend from Carl-Emil Lagerstedt. Closes bug #164556.
15488 2005-01-22 12:56  llipka
15490         * Tiles/: Makefile.am, TileCalendar.cs, template-calendar.html: The
15491           calendar tile is in for all you meeting lovers.
15493 2005-01-22 12:55  llipka
15495         * images/: Makefile.am, emblem-calendar.png: Added calendar emblem.
15497 2005-01-22 12:53  llipka
15499         * beagled/.cvsignore: Quiet.
15501 2005-01-22 00:35  trow
15503         * Util/ImLog.cs: Re-wrote GaimLog.StripTags to avoid a whole bunch
15504           of unnecessary allocations.
15506 2005-01-21 23:44  trow
15508         * AUTHORS: Updated my e-mail address.
15510 2005-01-21 04:12  vvaradan
15512         * ChangeLog, Filters/FilterFortran.cs, Filters/FilterPerl.cs,
15513           Filters/FilterPhp.cs, Filters/FilterSource.cs,
15514           Filters/Makefile.am: patch received from vish for Fortran and PHP
15515           filter support.
15517 2005-01-20 21:08  trow
15519         * beagled/: LuceneDriver.cs, FileSystemQueryable/FileNameFilter.cs:
15520           Time our optimize operations and write the info out into the log.
15521           Avoid a bunch of unnecessary allocations in the FileNameFilter.
15523 2005-01-20 17:53  joeshaw
15525         * beagled/FileAttributesStore_Sqlite.cs: compile before checking in
15527 2005-01-20 17:53  joeshaw
15529         * beagled/FileAttributesStore_Sqlite.cs: More apostrophe fixes.
15530           From Edward Cho
15532 2005-01-20 16:50  joeshaw
15534         * configure.in, beagled/LuceneDriver.cs: Add a configure check to
15535           make sure we have mono.pc.  Add a try-catch for reading things
15536           out of the sqlite file attribute db
15538 2005-01-20 14:29  joeshaw
15540         * Best/BestWindow.cs: make sure the GtkEntry part of the GnomeEntry
15541           gets the focus.  Patch from Stephen Solka
15543 2005-01-20 14:04  joeshaw
15545         * Tiles/TileCanvas.cs: use a slightly different URI
15547 2005-01-20 13:44  joeshaw
15549         * Tiles/TileCanvas.cs: Change the OpenStream base uri from http to
15550           file so that images show up on tiles in Mozilla 1.7
15552 2005-01-20 07:40  vvaradan
15554         * ChangeLog, Filters/FilterC.cs, Filters/FilterCSharp.cs,
15555           Filters/FilterCpp.cs, Filters/FilterJava.cs,
15556           Filters/FilterPerl.cs, Filters/FilterPython.cs,
15557           Filters/FilterSource.cs, Filters/Makefile.am: Now,
15558           FilterSource.cs is an abstract class and other
15559           "programming-language" specific classes derive from it.  All the
15560           language specific code is moved into individual derived classes.
15561           Support for new language have to derive from this abstract parent
15562           and implement their own-specific-handlers.
15564 2005-01-20 02:32  vvaradan
15566         * ChangeLog, Filters/FilterPPT.cs: Title, Sub-titles and other
15567           special sections in PPT files are identified and marked HOT.
15569 2005-01-20 01:49  vvaradan
15571         * ChangeLog, beagled/SnippetFu.cs: A small correction on Length
15572           ("<b></b>") from 6 to 7.
15574 2005-01-19 17:04  trow
15576         * Util/Scheduler.cs, beagled/HitRegulator.cs, beagled/QueryImpl.cs,
15577           beagled/QueryResult.cs, beagled/TextCache.cs,
15578           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
15579           beagled/FileSystemQueryable/FileSystemQueryable.cs: Fixed a bug
15580           in live queries.  Added some locking to the TextCache, since
15581           multiple threads might need to operate on it simulatenously.
15582           Added check for BEAGLE_IMMEDIATE_PRIORITY_ONLY env variable to
15583           disable non-immediate scheduler tasks.  This effectively turns
15584           off crawling.  Fixed a bogus relevancy multiplier in the file
15585           system backend.
15587 2005-01-19 14:47  joejg
15589         * AUTHORS: changing email address in AUTHORS
15591 2005-01-19 14:01  trow
15593         * beagled/SnippetTest.cs: Forgot to add this before... a small
15594           program to compute snippets from text files.
15596 2005-01-19 14:00  trow
15598         * Filters/FilterHtml.cs, Tiles/TileFromTemplate.cs,
15599           Tiles/template-docs.html, Util/ImLog.cs, Util/Scheduler.cs,
15600           Util/StringFu.cs, beagled/ExtractContent.cs,
15601           beagled/LuceneQueryable.cs, beagled/Makefile.am,
15602           beagled/QueryImpl.cs, beagled/QueryResult.cs,
15603           beagled/SnippetFu.cs, images/Images.cs: More snippet hacking.
15604           Moved CountWords from ImLog to StringFu.  Removed some debug
15605           spew.  Misc small tweaks and fixes.
15607 2005-01-19 12:46  joeshaw
15609         * configure.in: Check for various mono dlls
15611 2005-01-19 08:45  vvaradan
15613         * ChangeLog, Filters/FilterPPT.cs: Special character validations
15614           and more elegant parsing of PPT.  Now, PPTs generated by OO.o are
15615           completely parsed.
15617 2005-01-18 13:05  joeshaw
15619         * beagled/LuceneDriver.cs: Don't optimize all the indexes at
15620           startup anymore... since we're now using the compound file format
15621           we're not really in danger of running out of file descriptors,
15622           and this makes the daemon start up much faster
15624 2005-01-18 12:14  trow
15626         * beagled/Filter.cs, beagled/LuceneDriver.cs,
15627           Filters/FilterOpenOffice.cs, Filters/FilterText.cs: Incremented
15628           LuceneDriver.VERSION to force a re-index.  Small filter changes
15629           to help with snippets.
15631 2005-01-17 20:14  joeshaw
15633         * Util/Inotify.cs,
15634           beagled/FileSystemQueryable/FileSystemQueryable.cs: Reduce about
15635           a meg from the heap by removing some allocation-heavy code from
15636           critical paths
15638 2005-01-17 16:26  joeshaw
15640         * beagled/LuceneDriver.cs: Only optimize after 19 open/close cycles
15641           of an IndexWriter
15643 2005-01-17 16:25  nat
15645         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Hilight multiple
15646           search terms in snippets.
15648 2005-01-17 16:02  llipka
15650         * ImLogViewer/ImLogViewer.cs, Util/GtkUtils.cs: Added accelerators
15651           to the IM viewer window.\nChanged namespace of Util/GtkUtils.cs
15652           to Beagle.Util rather than just Beagle.
15654 2005-01-17 15:59  llipka
15656         * Best/BestWindow.cs: Added accelerators to the IM viewer
15657           window.\nChanged namespace of Util/GtkUtils.cs to Beagle.Util
15658           rather than just Beagle.
15660 2005-01-17 15:36  joeshaw
15662         * beagled/Lucene.Net/Search/PhraseQuery.cs: Fix another null
15663           Clone()
15665 2005-01-17 14:54  joeshaw
15667         * beagled/: Makefile.am, Lucene.Net/AssemblyInfo.cs,
15668           Lucene.Net/SupportClass.cs, Lucene.Net/upstream-changes.diff,
15669           Lucene.Net/Analysis/Analyzer.cs,
15670           Lucene.Net/Analysis/CharTokenizer.cs,
15671           Lucene.Net/Analysis/LetterTokenizer.cs,
15672           Lucene.Net/Analysis/LowerCaseFilter.cs,
15673           Lucene.Net/Analysis/LowerCaseTokenizer.cs,
15674           Lucene.Net/Analysis/PerFieldAnalyzerWrapper.cs,
15675           Lucene.Net/Analysis/PorterStemFilter.cs,
15676           Lucene.Net/Analysis/PorterStemmer.cs,
15677           Lucene.Net/Analysis/SimpleAnalyzer.cs,
15678           Lucene.Net/Analysis/StopAnalyzer.cs,
15679           Lucene.Net/Analysis/StopFilter.cs, Lucene.Net/Analysis/Token.cs,
15680           Lucene.Net/Analysis/TokenFilter.cs,
15681           Lucene.Net/Analysis/TokenStream.cs,
15682           Lucene.Net/Analysis/Tokenizer.cs,
15683           Lucene.Net/Analysis/WhitespaceAnalyzer.cs,
15684           Lucene.Net/Analysis/WhitespaceTokenizer.cs,
15685           Lucene.Net/Analysis/Standard/CharStream.cs,
15686           Lucene.Net/Analysis/Standard/FastCharStream.cs,
15687           Lucene.Net/Analysis/Standard/ParseException.cs,
15688           Lucene.Net/Analysis/Standard/StandardAnalyzer.cs,
15689           Lucene.Net/Analysis/Standard/StandardFilter.cs,
15690           Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
15691           Lucene.Net/Analysis/Standard/StandardTokenizer.jj,
15692           Lucene.Net/Analysis/Standard/StandardTokenizerConstants.cs,
15693           Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
15694           Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.zip,
15695           Lucene.Net/Analysis/Standard/Token.cs,
15696           Lucene.Net/Analysis/Standard/TokenMgrError.cs,
15697           Lucene.Net/Document/DateField.cs,
15698           Lucene.Net/Document/Document.cs, Lucene.Net/Document/Field.cs,
15699           Lucene.Net/Index/CompoundFileReader.cs,
15700           Lucene.Net/Index/CompoundFileWriter.cs,
15701           Lucene.Net/Index/DocumentWriter.cs,
15702           Lucene.Net/Index/FieldInfo.cs, Lucene.Net/Index/FieldInfos.cs,
15703           Lucene.Net/Index/FieldsReader.cs,
15704           Lucene.Net/Index/FieldsWriter.cs,
15705           Lucene.Net/Index/FilterIndexReader.cs,
15706           Lucene.Net/Index/IndexReader.cs, Lucene.Net/Index/IndexWriter.cs,
15707           Lucene.Net/Index/MultiReader.cs,
15708           Lucene.Net/Index/MultipleTermPositions.cs,
15709           Lucene.Net/Index/SegmentInfo.cs,
15710           Lucene.Net/Index/SegmentInfos.cs,
15711           Lucene.Net/Index/SegmentMergeInfo.cs,
15712           Lucene.Net/Index/SegmentMergeQueue.cs,
15713           Lucene.Net/Index/SegmentMerger.cs,
15714           Lucene.Net/Index/SegmentReader.cs,
15715           Lucene.Net/Index/SegmentTermDocs.cs,
15716           Lucene.Net/Index/SegmentTermEnum.cs,
15717           Lucene.Net/Index/SegmentTermPositions.cs,
15718           Lucene.Net/Index/SegmentTermVector.cs, Lucene.Net/Index/Term.cs,
15719           Lucene.Net/Index/TermDocs.cs, Lucene.Net/Index/TermEnum.cs,
15720           Lucene.Net/Index/TermFreqVector.cs, Lucene.Net/Index/TermInfo.cs,
15721           Lucene.Net/Index/TermInfosReader.cs,
15722           Lucene.Net/Index/TermInfosWriter.cs,
15723           Lucene.Net/Index/TermPositionVector.cs,
15724           Lucene.Net/Index/TermPositions.cs,
15725           Lucene.Net/Index/TermVectorsReader.cs,
15726           Lucene.Net/Index/TermVectorsWriter.cs,
15727           Lucene.Net/QueryParser/CharStream.cs,
15728           Lucene.Net/QueryParser/FastCharStream.cs,
15729           Lucene.Net/QueryParser/MultiFieldQueryParser.cs,
15730           Lucene.Net/QueryParser/ParseException.cs,
15731           Lucene.Net/QueryParser/QueryParser.cs,
15732           Lucene.Net/QueryParser/QueryParser.jj,
15733           Lucene.Net/QueryParser/QueryParser.zip,
15734           Lucene.Net/QueryParser/QueryParserConstants.cs,
15735           Lucene.Net/QueryParser/QueryParserTokenManager.cs,
15736           Lucene.Net/QueryParser/TermPositions.cs,
15737           Lucene.Net/QueryParser/Token.cs,
15738           Lucene.Net/QueryParser/TokenMgrError.cs,
15739           Lucene.Net/Search/BooleanClause.cs,
15740           Lucene.Net/Search/BooleanQuery.cs,
15741           Lucene.Net/Search/BooleanScorer.cs,
15742           Lucene.Net/Search/CachingWrapperFilter.cs,
15743           Lucene.Net/Search/ConjunctionScorer.cs,
15744           Lucene.Net/Search/DateFilter.cs,
15745           Lucene.Net/Search/DefaultSimilarity.cs,
15746           Lucene.Net/Search/ExactPhraseScorer.cs,
15747           Lucene.Net/Search/Explanation.cs,
15748           Lucene.Net/Search/FieldCache.cs,
15749           Lucene.Net/Search/FieldCacheImpl.cs,
15750           Lucene.Net/Search/FieldDoc.cs,
15751           Lucene.Net/Search/FieldDocSortedHitQueue.cs,
15752           Lucene.Net/Search/FieldSortedHitQueue.cs,
15753           Lucene.Net/Search/Filter.cs, Lucene.Net/Search/FilteredQuery.cs,
15754           Lucene.Net/Search/FilteredTermEnum.cs,
15755           Lucene.Net/Search/FuzzyQuery.cs,
15756           Lucene.Net/Search/FuzzyTermEnum.cs,
15757           Lucene.Net/Search/HitCollector.cs, Lucene.Net/Search/HitQueue.cs,
15758           Lucene.Net/Search/Hits.cs, Lucene.Net/Search/IndexSearcher.cs,
15759           Lucene.Net/Search/MultiSearcher.cs,
15760           Lucene.Net/Search/MultiTermQuery.cs,
15761           Lucene.Net/Search/ParallelMultiSearcher.cs,
15762           Lucene.Net/Search/PhrasePositions.cs,
15763           Lucene.Net/Search/PhrasePrefixQuery.cs,
15764           Lucene.Net/Search/PhraseQuery.cs,
15765           Lucene.Net/Search/PhraseQueue.cs,
15766           Lucene.Net/Search/PhraseScorer.cs,
15767           Lucene.Net/Search/PrefixQuery.cs, Lucene.Net/Search/Query.cs,
15768           Lucene.Net/Search/QueryFilter.cs,
15769           Lucene.Net/Search/QueryTermVector.cs,
15770           Lucene.Net/Search/RangeQuery.cs,
15771           Lucene.Net/Search/RemoteSearchable.cs,
15772           Lucene.Net/Search/ScoreDoc.cs,
15773           Lucene.Net/Search/ScoreDocComparator.cs,
15774           Lucene.Net/Search/Scorer.cs, Lucene.Net/Search/Searchable.cs,
15775           Lucene.Net/Search/Searcher.cs, Lucene.Net/Search/Similarity.cs,
15776           Lucene.Net/Search/SloppyPhraseScorer.cs,
15777           Lucene.Net/Search/Sort.cs, Lucene.Net/Search/SortComparator.cs,
15778           Lucene.Net/Search/SortComparatorSource.cs,
15779           Lucene.Net/Search/SortField.cs, Lucene.Net/Search/TermQuery.cs,
15780           Lucene.Net/Search/TermScorer.cs, Lucene.Net/Search/TopDocs.cs,
15781           Lucene.Net/Search/TopFieldDocs.cs, Lucene.Net/Search/Weight.cs,
15782           Lucene.Net/Search/WildcardQuery.cs,
15783           Lucene.Net/Search/WildcardTermEnum.cs,
15784           Lucene.Net/Search/Spans/NearSpans.cs,
15785           Lucene.Net/Search/Spans/SpanFirstQuery.cs,
15786           Lucene.Net/Search/Spans/SpanNearQuery.cs,
15787           Lucene.Net/Search/Spans/SpanNotQuery.cs,
15788           Lucene.Net/Search/Spans/SpanOrQuery.cs,
15789           Lucene.Net/Search/Spans/SpanQuery.cs,
15790           Lucene.Net/Search/Spans/SpanScorer.cs,
15791           Lucene.Net/Search/Spans/SpanTermQuery.cs,
15792           Lucene.Net/Search/Spans/SpanWeight.cs,
15793           Lucene.Net/Search/Spans/Spans.cs, Lucene.Net/Store/Directory.cs,
15794           Lucene.Net/Store/FSDirectory.cs, Lucene.Net/Store/InputStream.cs,
15795           Lucene.Net/Store/Lock.cs, Lucene.Net/Store/OutputStream.cs,
15796           Lucene.Net/Store/RAMDirectory.cs, Lucene.Net/Store/RAMFile.cs,
15797           Lucene.Net/Store/RAMInputStream.cs,
15798           Lucene.Net/Store/RAMOutputStream.cs, Lucene.Net/Util/Arrays.cs,
15799           Lucene.Net/Util/BitVector.cs, Lucene.Net/Util/Constants.cs,
15800           Lucene.Net/Util/Number.cs, Lucene.Net/Util/PriorityQueue.cs,
15801           Lucene.Net/Util/StringHelper.cs: Land DotLucene 1.4.3
15803 2005-01-17 14:53  nat
15805         * Tiles/: TileImLog.cs, TileMailMessage.cs: Query the Evolution
15806           addressbook for full names, not IM names, since they are cached
15807           in the in-memory addressbook summary and this is therefore 10x
15808           faster.
15810           In reality we should not be querying Evolution at all for this
15811           information since it's already stored in the Beagle index.
15813 2005-01-17 09:57  nat
15815         * ImLogViewer/ImLogViewer.cs: Added a space to the usage.
15817 2005-01-15 12:16  llipka
15819         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Small UI touches
15820           and bugfixes.
15822 2005-01-15 00:35  trow
15824         * BeagleClient/Hit.cs, BeagleClient/Query.cs, Best/best.in,
15825           ImLogViewer/ImLogViewer.cs, Tiles/SimpleRootTile.cs,
15826           Tiles/Tile.cs, Tiles/TileFromTemplate.cs, Tiles/TileImLog.cs,
15827           Tiles/template-file.html, Tiles/template-im-log.html,
15828           Tiles/template-mail-message.html, Util/ImLog.cs,
15829           Util/StringMatcher.cs, beagled/FactoryImpl.cs,
15830           beagled/LuceneQueryable.cs, beagled/QueryImpl.cs,
15831           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/Query.cs:
15832           More work on snippet support.  Added snippets to tile
15833           infrastructure.  Added code to compute snippets for gaim logs.
15835 2005-01-14 22:12  trow
15837         * Util/ImLog.cs, ImLogViewer/ImLogViewer.cs: Some more code
15838           clean-up.
15840           In the log view, don't fully parse all of the logs before
15841           displaying the window... just parse enough to construct a
15842           reasonable snippet.  This makes the log viewer start up much
15843           faster.
15845 2005-01-14 16:35  trow
15847         * ImLogViewer/ImLogViewer.cs: More clean-up.  If we pass in a
15848           specific log-file on the command line, open w/ that log selected.
15849           Otherwise open displaying the most recent conversation.
15851 2005-01-14 16:08  trow
15853         * ImLogViewer/ImLogViewer.cs: Code clean-up, misc. tweaks, small
15854           fixes.
15856 2005-01-14 15:10  trow
15858         * ImLogViewer/ImLogViewer.cs: Sort conversations in
15859           reverse-chronological order.  Correctly set the speaker's name in
15860           the "Conversation with..." label.
15862 2005-01-14 14:49  trow
15864         * ImLogViewer/ImLogViewer.cs: Fixed a small bug and added some
15865           gratuitous debug spew.
15867 2005-01-14 14:42  trow
15869         * ImLogViewer/beagle-imlogviewer.in: Use the in-tree copies of the
15870           glue libraries when running uninstalled.
15872 2005-01-14 14:14  llipka
15874         * Makefile.am, configure.in, ImLogViewer/.cvsignore,
15875           ImLogViewer/ImLogViewer.cs, ImLogViewer/Makefile.am,
15876           Util/Timeline.cs: IM viewer once again and united we stand.
15878 2005-01-14 11:58  trow
15880         * Makefile.am, configure.in: Disable the IM log viewer for now.
15882 2005-01-14 11:44  llipka
15884         * ImLogViewer/: ImLogViewer.cs, Makefile.in: New makefile
15886 2005-01-14 10:38  llipka
15888         * Makefile.am, configure.in, ImLogViewer/ImLogViewer.cs,
15889           ImLogViewer/ImLogViewer.glade, ImLogViewer/Makefile.in,
15890           ImLogViewer/beagle-imlogviewer.in, Tiles/TileImLog.cs: Boom!
15891           ImLogViewer has entered the building.
15893 2005-01-14 10:35  llipka
15895         * Util/: Makefile.am, Timeline.cs: Added a Timeline class for
15896           sorting chronological events
15898 2005-01-13 19:05  joeshaw
15900         * Tiles/TileLauncher.cs, Util/gnome.cs, images/Images.cs: Remove a
15901           bunch of redundant icon code from Util/gnome.cs since it's all
15902           now in gnome-sharp.  Update TileLauncher and images/Images.cs to
15903           use it
15905 2005-01-13 04:56  nat
15907         * Tiles/TileImLog.cs: Added a FIXME.
15909 2005-01-12 22:11  joeshaw
15911         * configure.in: Require dbus-sharp 0.23
15913 2005-01-12 21:06  trow
15915         * BeagleClient/Hit.cs, BeagleClient/Query.cs,
15916           BeagleClient/QueryProxy.cs, beagled/BugzillaDriver.cs,
15917           beagled/GoogleDriver.cs, beagled/HitRegulator.cs,
15918           beagled/IQueryable.cs, beagled/LuceneQueryable.cs,
15919           beagled/QueryImpl.cs, beagled/QueryResult.cs,
15920           beagled/Queryable.cs: Some infrastructure we need for snippets: *
15921           Attach the source Queryable to server-side Hits.  * Cache Hits in
15922           the QueryResult.  * Added a mechanism to map Uris back to cached
15923           Hits.  * Added stub GetSnippet functions.  * Added a
15924           snippet-fetching D-BUS method to Query.
15926 2005-01-12 20:09  trow
15928         * beagled/TextCache.cs: Zero-pad cache subdirectories.  Fixes bug
15929           163853.
15931 2005-01-12 17:23  joejg
15933         * Tiles/: TileLauncher.cs, template-launcher.html: add
15934           launcherqueryable tiles
15936 2005-01-12 17:22  joejg
15938         * beagled/LauncherQueryable/LauncherQueryable.cs: Add
15939           LauncherQueryable code
15941 2005-01-12 17:17  joejg
15943         * configure.in, Tiles/Makefile.am,
15944           beagled/ExternalStringsHack.cs.in, beagled/Makefile.am: add
15945           launcherQueryable code
15947 2005-01-12 15:30  joeshaw
15949         * Best/BestTray.cs, Best/BestWindow.cs,
15950           beagled/FileAttributesStore_Sqlite.cs: Going through bugzilla,
15951           committing patches.  Fix for SQL queries with apostrophes from
15952           Edward Cho, add a right-click menu to Best from Shobith Alva, and
15953           clean up the text when searching by category so that it doesn't
15954           widen the window when you first go to a category
15956 2005-01-12 10:49  vvaradan
15958         * ChangeLog, configure.in, beagled/Makefile.am: Mozilla-backend is
15959           now optional.
15961 2005-01-12 02:58  trow
15963         * Util/: Makefile.am, StringMatcher.cs: An implementation of the
15964           Knuth-Morris-Pratt string matching algorithm.
15966 2005-01-12 01:10  trow
15968         * Filters/FilterDOC.cs, Filters/FilterPdf.cs, Filters/FilterRTF.cs,
15969           beagled/FilteredIndexable.cs, beagled/TextCache.cs: Re-enable
15970           snippet mode handling in FilteredIndexable, and turn it on in
15971           more filters.  Small TextCache fixes.
15973 2005-01-11 23:54  trow
15975         * beagled/: HitRegulator.cs, IQueryResult.cs, LuceneDriver.cs: File
15976           a bug in HitRegulator that caused spurious add events to be
15977           generated.  Change IQueryResult.Add to return a bool indicating
15978           whether or not the Hit was actually added, and updated
15979           HitRegulator.Add accordingly.
15981 2005-01-11 16:14  joeshaw
15983         * configure.in: Require gecko-sharp 0.6 explicitly in the configure
15984           check
15986 2005-01-11 15:49  trow
15988         * configure.in: Fixed a typo in the scrensaver.h check.
15990 2005-01-11 05:05  vvaradan
15992         * ChangeLog: ChangeLog... ;)
15994 2005-01-11 05:04  vvaradan
15996         * Filters/FilterSource.cs, Tiles/TileDocs.cs,
15997           Tiles/template-docs.html: More perl keywords and some
15998           beautification of Tiles for doc/rtf/sxw/pdf.
16000 2005-01-10 00:09  trow
16002         * BeagleClient/Hit.cs, Tiles/TileHitCollection.cs,
16003           beagled/BugzillaDriver.cs, beagled/GoogleDriver.cs,
16004           beagled/HitRegulator.cs, beagled/IQueryResult.cs,
16005           beagled/IQueryWorker.cs, beagled/IQueryable.cs,
16006           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
16007           beagled/Makefile.am, beagled/NetworkDriver.cs,
16008           beagled/QueryDriver.cs, beagled/QueryImpl.cs,
16009           beagled/QueryResult.cs, beagled/Queryable.cs,
16010           beagled/Relevancy.cs, beagled/Shutdown.cs, beagled/beagled.in,
16011           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16012           beagled/FileSystemQueryable/FileSystemQueryable.cs,
16013           beagled/GaimLogQueryable/GaimLogQueryable.cs: Extensive
16014           refactoring of our Query architecture.  Queries are now much
16015           faster.  Moved relevancy calculations into the backends.  Removed
16016           dead, unused and obsolete code.
16018 2005-01-07 15:59  joeshaw
16020         * ChangeLog, configure.in: 2005-01-07  Joe Shaw
16021           <joeshaw@novell.com>
16023                   * configure.in: Add a check for
16024           X11/extensions/scrnsaver.h, to fix
16025                   #162831.
16027 2005-01-07 08:46  vvaradan
16029         * ChangeLog, Filters/FilterRTF.cs: Header, Footer and Footnote
16030           contents are marked *HOT* and some more validations on partially
16031           formatted texts in RTF files.
16033 2005-01-06 14:41  trow
16035         * Util/: Makefile.am, inotify-test: Added an inotify-test wrapper
16036           script and Makefile rules to build Inotify.exe.
16038 2005-01-05 14:30  trow
16040         * configure.in: Increment the version number to 0.0.5.  Added the
16041           gmime-sharp prefix to the gac path.  Remove duplicate entries
16042           from the gac path.
16044 2005-01-04 03:46  vvaradan
16046         * ChangeLog, Filters/FilterSource.cs: Index perl files.
16048 2005-01-04 01:39  vvaradan
16050         * ChangeLog, Tiles/template-docs.html,
16051           Tiles/template-presentation.html: Display author information in
16052           tiles for documents of type SXI/PPT/SXW/ABW/DOC/RTF/PDF.
16054 2005-01-03 09:22  vvaradan
16056         * ChangeLog: Oops... changelog changes :-)
16058 2005-01-03 09:19  vvaradan
16060         * Filters/FilterAbiword.cs, Filters/FilterOpenOffice.cs,
16061           Filters/FilterPdf.cs, Tiles/Makefile.am, Tiles/TileDocs.cs,
16062           Tiles/TilePresentation.cs, Tiles/template-docs.html,
16063           Tiles/template-presentation.html: Fix for Bug 160338. Count of
16064           slides shown for presentation files.  Also, count of pages, words
16065           and title are shown for Doc types like MS DOC, SXW, PDF, ABW and
16066           RTF.
16068 2005-01-01 15:09  campd
16070         * Tiles/TileHitCollection.cs: Subtract() was returning if the hit
16071           was successfully removed from all_hits, so the hit was not being
16072           removed from hits.  Fixed that.
16074 2004-12-30 11:53  fhedberg
16076         * Util/Mozilla.cs, beagled/MozillaQueryable/MozillaQueryable.cs:
16077           MozillaQueryable enhancement
16079 2004-12-28 06:23  llipka
16081         * images/Makefile.am: Removed dead files
16083 2004-12-25 13:18  llipka
16085         * images/action-reveal.png: Tidy up after yourself
16087 2004-12-25 11:49  llipka
16089         * Best/BestWindow.cs, Tiles/TileHitCollection.cs: More work on
16090           sources - fixed bugs, added Contact source to Best
16092 2004-12-24 09:22  llipka
16094         * Best/BestWindow.cs: Corrected some string to look nicer. May I be
16095           doomed.
16097 2004-12-24 09:11  llipka
16099         * Best/BestWindow.cs, Tiles/TileHitCollection.cs: Bug 161408:
16100           Display correct result numbers with categories. Merry XMAS
16101           everybody\!
16103 2004-12-23 15:48  vvaradan
16105         * ChangeLog, Filters/FilterAbiword.cs: Improved validations.
16107 2004-12-23 08:06  vvaradan
16109         * ChangeLog, glue/wv1-glue.c: Headers, Footers, [Foot,End]notes,
16110           comments and other HOT styles are categorized and marked HOT.
16112 2004-12-19 15:13  fhedberg
16114         * Tiles/TilePicture.cs: Fix previous commit.
16116 2004-12-18 16:53  fhedberg
16118         * Tiles/TilePicture.cs: Use thumbnails as per the Freedesktop
16119           specification. Fixes bug #157393.
16121 2004-12-18 10:13  fhedberg
16123         * beagled/: EvolutionMailDriver/MozillaQueryable.cs,
16124           MozillaQueryable/MozillaQueryable.cs: Oops. Seems like it was me
16125           who was on crack.
16127 2004-12-18 10:02  fhedberg
16129         * Util/Mozilla.cs, beagled/EvolutionMailDriver/MozillaQueryable.cs:
16130           Adding a Mozilla backend indexing local mail, cached imap mail
16131           and rss feeds.  Supports both Linux and Win32 but need some work
16132           to support all the features the Evolution backend provides,
16133           mostly parsing the summary files correctly.
16135           WHOEVER DESIGNED THE MOZILLA MORK DATABASE MUST HAVE BEEN ON
16136           CRACK!
16138 2004-12-18 09:51  fhedberg
16140         * Tiles/TileBlog.cs, Util/Makefile.am, beagled/Makefile.am,
16141           beagled/BlamQueryable/BlamQueryable.cs,
16142           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16143           Changed type "Blog" to more generic "FeedItem"
16145 2004-12-17 13:47  fhedberg
16147         * beagled/: PathFinder.cs, QueryDriver.cs: Support dynamic backend
16148           loading from $PkgLibDir/Backends.
16150 2004-12-16 17:14  joeshaw
16152         * Util/SystemInformation.cs: Pass in NumberFormatInfo.InvariantInfo
16153           to Double.Parse() so that we can successfully parse the load
16154           averages regardless of current locale
16156 2004-12-16 08:00  vvaradan
16158         * ChangeLog, Filters/FilterAbiword.cs, Filters/FilterOpenOffice.cs:
16159           Fix for Bug#:157106
16161 2004-12-15 17:17  trow
16163         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Added
16164           --disable-scheduler flag.  Fixed bug in
16165           --allow-backend/--deny-backend handling.
16167 2004-12-15 15:35  joeshaw
16169         * Best/: HitContainer.cs, HitView.cs: Remove dead files
16171 2004-12-14 18:55  fhedberg
16173         * beagled/BlamQueryable/BlamQueryable.cs: Fixed bug #159848.
16175 2004-12-14 16:00  joejg
16177         * Best/BestTray.cs: Remember Best's Position
16179 2004-12-13 20:44  trow
16181         * tools/Query.cs: Added --stats-only flag.
16183 2004-12-13 18:35  fhedberg
16185         * beagled/NetworkService.cs: Oops.
16187 2004-12-13 18:28  fhedberg
16189         * beagled/: NetworkHandler.cs, NetworkService.cs: Fixes after doing
16190           QueryDriver static
16192 2004-12-13 18:18  fhedberg
16194         * beagled/NetworkDriver.cs: Fixed broken build due to changes in
16195           IQueryable.
16197 2004-12-13 16:42  joeshaw
16199         * tools/Query.cs: Set the queryStartTime before running
16200           query.Start() for more accurate timing results
16202 2004-12-13 13:38  nat
16204         * Best/BestWindow.cs, Tiles/SimpleRootTile.cs,
16205           Tiles/TileHitCollection.cs:
16206           Filter hits on the client side.
16208 2004-12-13 11:56  vvaradan
16210         * ChangeLog, Filters/FilterAbiword.cs, Filters/FilterDOC.cs,
16211           Filters/Makefile.am: Abiword filter.
16213 2004-12-10 18:07  trow
16215         * AUTHORS, NEWS: Updated AUTHORS and NEWS for the 0.0.4 release.
16217 2004-12-10 16:13  trow
16219         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16220           Removed some Console.WriteLine debug spew.
16222 2004-12-10 14:53  trow
16224         * configure.in: Incremented version # to 0.0.4.
16226 2004-12-10 14:14  joeshaw
16228         * beagled/Makefile.am: disable the calendar backend for the release
16230 2004-12-10 13:20  vvaradan
16232         * ChangeLog, Filters/FilterApe.cs, Filters/FilterFlac.cs,
16233           Filters/FilterMp3.cs, Filters/FilterMpc.cs,
16234           Filters/FilterMusic.cs, Filters/FilterOgg.cs,
16235           Filters/Makefile.am, Util/ApeReader.cs, Util/FlacReader.cs,
16236           Util/Id3.cs, Util/Makefile.am, Util/Mp3Reader.cs,
16237           Util/OggReader.cs, Util/Tag.cs, beagled/Makefile.am: EXTRA_DIST
16238           changes and Patch from Raphael for Audio files.
16240 2004-12-10 11:16  campd
16242         * Best/BestWindow.cs, Tiles/Tile.cs, Tiles/TileCanvas.cs,
16243           Tiles/TileFile.cs: Add accels for "Show Source" (patch from
16244           fredrik.hedberg@hedbergs.com) Bind ctrl+L to the focus the search
16245           bar (patch from james.vipond@ntlworld.com) Use nautilus-sendto if
16246           it's available
16248 2004-12-09 17:47  trow
16250         * Util/Makefile.am: Oops.
16252 2004-12-09 17:38  trow
16254         * tools/beagle-index-info: Forgot to add this: a command-line tool
16255           for dumping the index info to the console.
16257 2004-12-09 17:38  trow
16259         * BeagleClient/DBusisms.cs, BeagleClient/RemoteControl.cs,
16260           BeagleClient/RemoteControlProxy.cs, Filters/FilterSource.cs,
16261           Util/Id3.cs, Util/Makefile.am, Util/Scheduler.cs,
16262           beagled/BeagleDaemon.cs, beagled/BugzillaDriver.cs,
16263           beagled/DBusisms.cs, beagled/ExtractContent.cs,
16264           beagled/FactoryImpl.cs, beagled/Filter.cs,
16265           beagled/FilterFactory.cs, beagled/FilteredIndexable.cs,
16266           beagled/Flavor.cs, beagled/GoogleDriver.cs,
16267           beagled/IDBusObject.cs, beagled/IQueryable.cs,
16268           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
16269           beagled/Makefile.am, beagled/QueryDriver.cs,
16270           beagled/QueryImpl.cs, beagled/Queryable.cs,
16271           beagled/RemoteControlImpl.cs: First phase of filter
16272           refactoring/clean-up.
16274           Lots of D-BUS clean-ups.  Object clean-up/deregistration code
16275           removed from BeagleDaemon.cs and FactoryImpl.cs, replaced by
16276           cleaner code in DBusisms.cs.
16278           Added a D-BUS method for getting info on each backend's current
16279           state; in particular, we now return the number of items in each
16280           index.
16282           Sanity-check numbers we read out of Id3 headers before using them
16283           to allocate memory.
16285 2004-12-09 16:55  joeshaw
16287         * beagled/Makefile.am: Add a calendar queryable backend.  Doesn't
16288           handle non-local, non-UTC timezones quite yet
16290 2004-12-08 12:21  joejg
16292         * Tiles/Tile.cs: fix gaim-remote args
16294 2004-12-07 15:31  joeshaw
16296         * Util/GConfThreadHelper.cs, Util/Makefile.am,
16297           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16298           Shift some gconf code into a util class since it seems useful
16299           outside the mail stuff
16301 2004-12-07 14:14  joeshaw
16303         * configure.in, BeagleClient/QueryProxy.cs, Best/BestWindow.cs,
16304           Tiles/TileMailMessage.cs, Tiles/template-mail-message.html,
16305           beagled/LuceneDriver.cs, beagled/QueryBody.cs,
16306           beagled/QueryImpl.cs, tools/Query.cs: Add methods to limit the
16307           queries to only types of hits you care about.  Add an option menu
16308           to Best to limit search results to only a certain type.  Change
16309           the mail tile to show the account name, and change it so that it
16310           shows at maximum 3 recipients
16312 2004-12-07 09:50  vvaradan
16314         * ChangeLog, Filters/FilterDOC.cs, Filters/FilterOpenOffice.cs:
16315           Count slides in sxi files.  Fix for Bug# 157100.
16317 2004-12-07 05:37  tigert
16319         * ChangeLog, Tiles/template-web-history.html: changed the globe to
16320           the nicer one..
16322 2004-12-07 04:31  tigert
16324         * ChangeLog, Tiles/template-mail-message.html: added folder info..
16326 2004-12-07 03:47  tigert
16328         * ChangeLog, Tiles/TileMailMessage.cs: fixed some icons to use
16329           stock pixels
16331 2004-12-07 01:38  trow
16333         * beagled/: FileAttributesStore_ExtendedAttribute.cs,
16334           FileAttributesStore_Mixed.cs, LuceneDriver.cs: Set the unique id
16335           on FileAttributes.  Don't spew EA-related exceptions to the
16336           console.  Fixed sqlite fallback logic in
16337           FileAttributesStore_Mixed.
16339 2004-12-06 16:03  joeshaw
16341         * Best/BestWindow.cs: Use the craptacular Gnome.Entry instead of
16342           Gtk.Entry so that we get some search history.  Hopefully soon we
16343           can switch to gtk-sharp 2.0 and get a nice autocompleting entry
16344           widget
16346 2004-12-06 15:30  joeshaw
16348         * Tiles/template-picture.html: Use the pretty date formatter for
16349           LastWriteTime
16351 2004-12-03 23:35  trow
16353         * beagled/: QueryDriver.cs,
16354           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: Minor
16355           clean-up.
16357 2004-12-03 18:20  joeshaw
16359         * beagled/: LuceneDriver.cs, LuceneQueryable.cs: Change the
16360           arbitrary 47 to a higher arbitrary 259, and check to see if we
16361           need to optimize after flushing in DoTaskReal
16363 2004-12-03 15:27  joeshaw
16365         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16366           Don't add 1 to the offset when saving it, it seems to confuse the
16367           gmime parser sometimes
16369 2004-12-03 15:26  trow
16371         * beagled/LuceneDriver.cs: Do the start-up optimization of existing
16372           lucene indices in a thread.
16374 2004-12-03 15:12  joeshaw
16376         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16377           Use the IMAP name (joe@ximian.com) rather than the scary actual
16378           account name (19382892.3822.0@foo)
16380 2004-12-03 14:59  joeshaw
16382         * Tiles/TileMailMessage.cs: Add Folder and Account properties to
16383           the mail message tile for use in the template
16385 2004-12-03 14:52  joeshaw
16387         * beagled/: Relevancy.cs,
16388           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: Add in
16389           the sent/received date for mails from gmime, change the default
16390           half-life decay to be 6 months, since at 3 months my 7 year old
16391           mails were decaying out of relevance
16393 2004-12-03 14:03  joeshaw
16395         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16396           Save the mail account name as metadata
16398 2004-12-03 13:46  joeshaw
16400         * Best/BestWindow.cs, images/Makefile.am, images/dog.png: Use a
16401           higher resolution image for the window icon so it doesn't look
16402           bad scaled up
16404 2004-12-03 12:47  vvaradan
16406         * ChangeLog, configure.in, Filters/FilterPPT.cs: Added meta-data
16407           support for PPT using gsf-sharp.0.2
16409 2004-12-03 09:42  trow
16411         * beagled/LuceneDriver.cs: Lower the optimization threshold.  This
16412           should help us to avoid running out of file descriptors.
16414 2004-12-02 22:21  trow
16416         * Util/ExtendedAttribute.cs, beagled/BeagleDaemon.cs,
16417           beagled/Crawler.cs, beagled/LuceneDriver.cs,
16418           beagled/LuceneQueryable.cs,
16419           beagled/FileSystemQueryable/WatchedDirectory.cs: Extended
16420           Attributes clean-up.  At start-up, try setting an EA on
16421           ~/.beagle.  If it fails, bail out with a fatal error.  Don't do
16422           any up-to-date checking in Crawler.
16424 2004-12-02 21:09  trow
16426         * configure.in, glue/Makefile.am: Fixed the libsysteminfoglue build
16427           to pull in gdk.
16429 2004-12-02 18:23  joeshaw
16431         * glue/Makefile.am: Add screensaver-glue.c to libsysteminfoglue or
16432           else we get an exception
16434 2004-12-02 17:48  trow
16436         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs,
16437           glue/Makefile.am, glue/screensaver-glue.c, glue/vmsize-glue.c:
16438           Added a small C function to read the VmSize from
16439           /proc/$PID/status.  This allows us to check our memory usage
16440           without doing a whole lot of managed allocations, which removes
16441           some of the noise from the values reported by
16442           System.GC.GetTotalMemory.
16444 2004-12-02 17:27  joeshaw
16446         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16447           Save the offset + 1 so that we move past the last message and
16448           don't keep reindexing it
16450 2004-12-02 17:24  joeshaw
16452         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Stop the mail
16453           crawler when it's empty.  We don't want that smelly thread
16454           hanging around.  Inotify will keep us top to day
16456 2004-12-02 15:57  joeshaw
16458         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16459           oops. guard against this.mbox_parser being null.
16461 2004-12-02 15:50  joeshaw
16463         * beagled/: LuceneQueryable.cs,
16464           EvolutionMailDriver/EvolutionMailDriver.cs,
16465           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: Add a
16466           hook so that IIndexableGenerators can get notification when a
16467           batch of Indexables is flushed to the cache, and make the mail
16468           ones take advantage of it by always checkpointing status to disk.
16470 2004-12-02 14:18  joeshaw
16472         * Util/MultiReader.cs: Override the Close () method on the
16473           MultiReader to close all its children
16475 2004-12-02 13:37  joeshaw
16477         * configure.in, Best/BestWindow.cs, beagled/Makefile.am,
16478           beagled/EvolutionMailDriver/CamelIndexDriver.cs,
16479           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16480           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16481           Land new gmime-powered mail backend
16483 2004-12-01 17:13  vvaradan
16485         * ChangeLog, Filters/FilterRTF.cs: RTF filter complies to MS RTF
16486           1.5  specification. (works well with 1.8 as well).  Extracts
16487           meta-data and style information.
16489 2004-12-01 04:13  fhedberg
16491         * Tiles/: Tile.cs, template-page.css, template-web-history.html:
16492           Committed patch from Christopher Orr, bug #159231.
16494 2004-11-30 16:14  campd
16496         * Tiles/Tile.cs: Use gaim to start conversations in other protocols
16497           (gaim patch not yet upstream)
16499 2004-11-29 16:21  campd
16501         * Tiles/TileContact.cs, Tiles/template-contact.html,
16502           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
16503           beagled/Makefile.am,
16504           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
16505           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
16506           Sync the contact list to lucene
16508 2004-11-29 13:26  trow
16510         * AUTHORS, NEWS, BeagleClient/Indexable.cs,
16511           beagled/FileAttributes.cs,
16512           beagled/FileAttributesStore_ExtendedAttribute.cs,
16513           beagled/FileAttributesStore_Mixed.cs,
16514           beagled/FileAttributesStore_Sqlite.cs,
16515           beagled/IFileAttributesStore.cs, beagled/LuceneDriver.cs,
16516           beagled/LuceneQueryable.cs, beagled/Makefile.am,
16517           beagled/TextCache.cs,
16518           beagled/FileSystemQueryable/FileSystemQueryable.cs: Abstracted
16519           our up-to-date checking code to not be hardwired to use EAs, and
16520           added a fallback sqlite db for storing info about files that we
16521           can't attach EAs to.
16523           A bit of TextCache hacking.
16525 2004-11-28 18:17  fhedberg
16527         * beagled/BlamQueryable/BlamQueryable.cs: Fixed second part of bug
16528           #156289.
16530 2004-11-28 17:46  fhedberg
16532         * beagled/BlamQueryable/BlamQueryable.cs: Fixed bug #156289.
16534 2004-11-22 18:23  trow
16536         * AUTHORS: Added Adam Lofts to AUTHORS.
16538 2004-11-22 18:02  rml
16540         * glue/inotify-glue.c: Fixo my commit in inotify-glue.c ::
16541           inotify_glue_watch ()
16543 2004-11-22 17:57  trow
16545         * beagled/FilteredIndexable.cs, beagled/Makefile.am,
16546           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16547           tools/IndexWebContent.cs: Re-enable the web history indexer and
16548           make it actually work.
16550 2004-11-22 17:56  rml
16552         * glue/inotify-glue.c:  -  strdup () can fail.
16553            -  malloc () can fail.
16554            -  misc. inotify-glue.c whitespace analnesses
16556 2004-11-22 17:48  rml
16558         * glue/inotify-glue.c: inotify_watch_request::mask is a __u32 not
16559           an unsigned long.  This matters on 64-bit architectures.
16561           Also, fix declaration-after-statement in inotify_glue_watch().
16563 2004-11-22 17:44  rml
16565         * glue/inotify.h: update inotify header, inotify.h, from latest
16566           inotify kernel.
16568 2004-11-22 17:43  rml
16570         * glue/inotify-glue.c: s/%ld/%d: iwr.mask is a __u32 not a long
16571           which is an int on all architectures.
16573 2004-11-22 17:08  trow
16575         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Serialize the
16576           mail driver's mapping Hashtable to disk once every 200 messages,
16577           not every 500.  Also, serialize into ~/.beagle/MailIndex so that
16578           we won't end up with a stale data structure if the mail index
16579           gets corrupted and blown away by the LuceneDriver.
16581           Use the summary filename as the task Tag, to avoid duplicate
16582           indexing tasks.
16584 2004-11-22 11:03  trow
16586         * Tiles/TileContact.cs, Util/Scheduler.cs: Catch and log exceptions
16587           in task group pre- and post- hooks.  Properly compute the delay
16588           time for Priority.Generator tasks.  Added a forgotten FIXME to
16589           the contact tile.
16591 2004-11-19 20:49  trow
16593         * beagled/LuceneQueryable.cs: Flush the driver after generating
16594           indexables.  This fixes a bug where mail was not actually getting
16595           indexed.
16597 2004-11-19 19:56  trow
16599         * Tiles/TileContact.cs, Tiles/template-contact.html,
16600           images/Images.cs: Passing a data: string longer than 64k bytes
16601           causes gecko to freeze up.  This bug was triggered by large
16602           contact photos in my addressbook.  To work around it, I've
16603           tweaked the contact tile to fall back to the default contact icon
16604           if the associated contact photo is too big.
16606 2004-11-19 17:57  campd
16608         * beagled/QueryImpl.cs: Cancel the QueryResult when disconnecting
16609           from it
16611 2004-11-19 16:03  trow
16613         * BeagleClient/Hit.cs, Tiles/TileContact.cs,
16614           beagled/BeagleDaemon.cs: Start our memory monitoring thread
16615           earlier.
16617           Fixed a little buglet in Hit.ReadAsBinary: data chunks that we
16618           read from the streams were not getting attached to the hit.  This
16619           caused contact photos to not show up in the contact tiles.
16621 2004-11-19 15:30  trow
16623         * beagled/: BeagleDaemon.cs, FactoryImpl.cs, QueryDriver.cs: Added
16624           some debug spew.  Removed some other debug spew.
16626           Added a --debug-memory option to control memory logging.
16628           Moved memory logging out of the scheduler and into a separate
16629           thread.  This helps ensure that the memory status is sampled at a
16630           regular rate.
16632 2004-11-19 14:10  nat
16634         * Best/BestWindow.cs: Made the window a little taller for now.
16636 2004-11-19 13:05  nat
16638         * Tiles/template-mail-message.html: Disabled sample snippet for
16639           release.
16641 2004-11-19 13:02  joeshaw
16643         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Always do the
16644           GConf call in the glib main loop thread
16646 2004-11-19 12:28  campd
16648         * Filters/FilterOpenOffice.cs, beagled/Filter.cs: Use XmlReader in
16649           the OpenOffice filter, and fixed a buglet in
16650           Filter::NeedsWhitespace.
16652 2004-11-18 20:46  orph
16654         * ChangeLog, configure.in, Best/BestTray.cs, Best/Makefile.am,
16655           Best/best.in, glue/Makefile.am, glue/eggtrayicon.c,
16656           glue/eggtrayicon.h, Best/TrayIcon/.cvsignore,
16657           Best/TrayIcon/Egg.metadata, Best/TrayIcon/Makefile.am,
16658           Best/TrayIcon/libtrayicon-sources.xml,
16659           Best/TrayIcon/libtrayicon/.cvsignore,
16660           Best/TrayIcon/libtrayicon/Makefile.am,
16661           Best/TrayIcon/libtrayicon/eggtrayicon.c,
16662           Best/TrayIcon/libtrayicon/eggtrayicon.h: 2004-11-18  Alex
16663           Graveley  <alex@beatniksoftware.com>
16665                   * Best/BestTray.cs: Make BestTray extend Gtk.Plug, and in
16666           the
16667                   constructor set the Raw pointer to the return of
16668                   egg_tray_icon_new, which we call directly.
16670 2004-11-18 18:57  fhedberg
16672         * images/: Makefile.am, icon-monodoc.png: Doh! Forgot an icon.
16674 2004-11-18 18:55  fhedberg
16676         * Tiles/: Makefile.am, TileBlog.cs, TileMonodoc.cs,
16677           template-monodoc.html: Removed image size hack from TileBlog.cs
16678           Added a basic Monodoc tile
16680 2004-11-18 17:24  trow
16682         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs: Write memory
16683           usage information to our log.
16685 2004-11-18 16:07  trow
16687         * Util/Logger.cs, beagled/BeagleDaemon.cs: Always save our logs,
16688           even if we are also echoing to the screen.
16690 2004-11-18 15:32  trow
16692         * BeagleClient/Makefile.am, Best/Makefile.am, Filters/Makefile.am,
16693           Tiles/Makefile.am, Util/Makefile.am, Util/Scheduler.cs,
16694           Util/SystemInformation.cs, beagled/DBusisms.cs,
16695           beagled/LuceneQueryable.cs, beagled/Makefile.am,
16696           beagled/RemoteControlImpl.cs,
16697           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16698           beagled/FileSystemQueryable/FileSystemQueryable.cs,
16699           images/Makefile.am, tools/Makefile.am, tools/beagle-status: Make
16700           distcheck fixes.
16702           Scheduler tweaks and improvements, including better
16703           human-readable status and atomic operation for adding a task only
16704           if another task w/ the same Tag doesn't already exist.
16706           Added a new priority level, "Generator", between "Delayed" and
16707           "Idle".  This makes it easier for us to round-robin long-running
16708           tasks that generate other tasks.  The mail IndexableGenerators
16709           and the the file system crawling generator are now set to this
16710           priority.
16712           beagle-status now polls the status, top-style.
16714 2004-11-17 20:05  trow
16716         * Util/Scheduler.cs, beagled/FilteredIndexable.cs: Scheduler.cs:
16717           Catch exceptions in collection pre- and post-hooks.
16719           FilteredIndexable.cs: Explicitly turned off snippet mode (for
16720           now, at least).
16722 2004-11-17 17:40  trow
16724         * tools/beagle-shutdown: Doh! s/Ping/RemoteControl/
16726 2004-11-17 15:39  trow
16728         * Util/Inotify.cs, beagled/BeagleDaemon.cs,
16729           beagled/FileSystemQueryable/FileSystemQueryable.cs: Added a
16730           --debug-inotify option to enable extra inotify logging.
16732 2004-11-17 13:49  trow
16734         * Util/NautilusTools.cs: NautilusTools.cs: If the nautilus metadata
16735           filename we produce is longer than 255 characters (which is the
16736           ext3 limit), ignore it.
16738 2004-11-17 02:24  trow
16740         * AUTHORS, HACKING, README: HACKING: Updated the 'patches' section
16741           to describe our new patch policy, which is that bugs should be
16742           opened for patches.  Doing patch review on bugzilla should lead
16743           to fewer dropped patches.  I also changed the sample code
16744           fragments to actually follow our capitalization conventions.
16746           README: This was all wildly out-of-date, so I took out all of the
16747           content and replaced it with pointers to the web page and the
16748           wiki.
16750           AUTHORS: The 'thanks' section from the README is now included at
16751           the end of this file.
16753 2004-11-17 01:50  trow
16755         * beagled/RemoteControlImpl.cs: Doh!
16757 2004-11-17 01:50  trow
16759         * screenshots/2004-11-16-rml-desktop.jpg: A nice screenshot from
16760           rml's blog.
16762 2004-11-17 01:41  trow
16764         * ChangeLog, configure.in, Filters/FilterDOC.cs,
16765           Filters/FilterSource.cs, Filters/Makefile.am, glue/Makefile.am,
16766           glue/wv1-glue.c: FilterDOC.cs now uses wv1 for parsing Microsoft
16767           WORD documents.  Added glue/wv1-glue.c: wrapper for wv1 and used
16768           by FilterDOC.cs
16770 2004-11-17 01:14  trow
16772         * configure.in, BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
16773           BeagleClient/RemoteControl.cs,
16774           BeagleClient/RemoteControlProxy.cs, Util/Inotify.cs,
16775           Util/Makefile.am, Util/SystemInformation.cs,
16776           Util/ThreadedPriorityQueue.cs, beagled/BeagleDaemon.cs,
16777           beagled/ExternalStringsHack.cs.in, beagled/Makefile.am,
16778           beagled/Ping.cs, beagled/Shutdown.cs, beagled/beagled.in,
16779           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
16780           beagled/FileSystemQueryable/FileSystemQueryable.cs,
16781           tools/beagle-ping, tools/beagle-status: Export the version number
16782           via ExternalStringsHack.
16784           Replaced our "Ping" object with a more D-BUSically correct
16785           RemoteControl class that is split into Proxy and Impl parts.  In
16786           particular, this fixes a crash related to our --replace option.
16787           It seems that the mono D-BUS proxies and implementations can't
16788           happily co-exist in the same program.
16790           Removed some obsolete code.
16792           Minor code clean-up.
16794           Cosmetic logging changes.
16796 2004-11-16 19:20  trow
16798         * Util/Logger.cs, beagled/BeagleDaemon.cs, beagled/beagled.in:
16799           Retooled our start-up process.  Because forking has an
16800           unfortunate effect on the mono run-time, beagled can't be a
16801           well-behaved daemon in the classic Stevens sense.  We work around
16802           this by having the wrapper script control whether or not we run
16803           in the background.
16805           I removed the --out argument and replaced it with --fg and --bg.
16806           --fg forces us to run in the foreground, and sends all log
16807           messages to the console.
16809           --bg forces us into the background, and causes us to log to
16810           ~/.beagle/Log/Beagle.  stdout and stderr are redirected to the
16811           log file.  stdin is redirected to /dev/null.
16813           If no argument is specified, we default to --fg when running
16814           uninstalled; otherwise --bg is the default.  This is enforced by
16815           the wrapper script.
16817 2004-11-16 15:40  campd
16819         * beagled/FileSystemQueryable/FileSystemQueryable.cs: took out
16820           debugging writeline
16822 2004-11-16 15:04  trow
16824         * beagled/: EvolutionDataServerQueryable/BookViewDriver.cs,
16825           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
16826           Lucene.Net/Analysis/PorterStemmer.cs: Replaced some
16827           Console.WriteLines with calls to the Logger.  Commented out the
16828           unreachable code in Lucene's Porter stemmer.  I'm sick and tired
16829           of seeing that warning every time I compile.
16831 2004-11-16 12:52  campd
16833         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Use an
16834           IndexableGenerator for directories
16836 2004-11-15 22:09  trow
16838         * BeagleClient/: DBusisms.cs, Query.cs: Commented out more debug
16839           spew.
16841 2004-11-15 22:08  trow
16843         * Util/XKeybinder.cs: Missed a Console.WriteLine.
16845 2004-11-15 22:07  trow
16847         * Best/BestTray.cs, Util/Logger.cs, Util/PullingReader.cs,
16848           Util/XKeybinder.cs, beagled/Makefile.am: The logger should only
16849           write to the Console if no other destination is set.  Changed the
16850           XKeybinder to use the Logger instead of Console.WriteLine.  Moved
16851           the XKeybinder into the Beagle.Util namespace.  Fully qualified
16852           XKeybinder in Best/BestTray.cs.
16854 2004-11-15 21:52  trow
16856         * Util/Scheduler.cs: Doh!  I forgot a bit of debug spew.
16858 2004-11-15 21:52  trow
16860         * BeagleClient/.cvsignore, Best/.cvsignore, beagled/.cvsignore,
16861           Filters/.cvsignore, Renderers/.cvsignore, Tiles/.cvsignore,
16862           Util/.cvsignore, images/.cvsignore, indexer/.cvsignore,
16863           tools/.cvsignore: Ignore .mdb files.
16865 2004-11-15 21:49  trow
16867         * Util/Scheduler.cs: #if-ed out some excessive debug spew.
16869 2004-11-15 21:47  trow
16871         * Util/Scheduler.cs, Util/SystemInformation.cs,
16872           beagled/LuceneQueryable.cs,
16873           beagled/FileSystemQueryable/FileSystemQueryable.cs: Scheduler
16874           improvements: * Allow tasks to be automatically rescheduled by
16875           setting the Reschedule   flag to true.  * Change the
16876           Scheduler.TaskFromHook hook to take a Scheduler.Task as an
16877           argument (before it was just a thunk) so that it can be
16878           rescheduled.
16880           Modified LuceneQueryable and FileSystemQueryable to reflect the
16881           API changes.
16883           #if-ed out the testing entry point in SystemInformation.cs.
16885 2004-11-15 21:41  trow
16887         * Util/Inotify.cs, glue/inotify-glue.c: Some inotify enhancements:
16888           * Read the queue size from sysfs.  * Use FIONREAD ioctl to
16889           efficiently group reads.  * Removed the RawEvent stuff, since we
16890           aren't using any of the   extra information in that struct.  This
16891           allows to avoid a bunch   of allocations.  * Assorted clean-ups.
16893 2004-11-15 16:18  campd
16895         * Util/Inotify.cs, glue/inotify-glue.c: Manually demarshal the
16896           inotify buffer to avoid rampant overallocation
16898 2004-11-14 03:06  tigert
16900         * Tiles/template-page.css: oops, fixed aspect ratio of photo
16901           thumbnails somehow.. :)
16903 2004-11-14 02:53  tigert
16905         * ChangeLog, Tiles/template-page.css: max icon size: 64, lowered
16906           the transparency of links on non-focused action links.
16908 2004-11-12 18:08  joejg
16910         * Tiles/Tile.cs: put filenames in quotes
16912 2004-11-12 16:07  clahey
16914         * ChangeLog, Filters/FilterPPT.cs: 2004-11-12  Chris Lahey
16915           <clahey@ximian.com>
16917                   * Filters/FilterPPT.cs: Count slides.
16919 2004-11-12 10:03  clahey
16921         * ChangeLog, configure.in, Filters/FilterGst.cs,
16922           Filters/Makefile.am: 2004-11-12  Chris Lahey  <clahey@ximian.com>
16924                   * From a patch by Adam Lofts <adam@negligible.co.uk>.
16926                   * configure.in, Filters/Makefile.am: Added FilterGst.cs.
16928                   * Filters/FilterGst.cs: Filter to get song data using
16929           gst.
16931 2004-11-12 02:24  tigert
16933         * mozilla-extension/skin/classic/beagle-disabled.png: this was
16934           still to be done..
16936 2004-11-12 01:57  tigert
16938         * ChangeLog, mozilla-extension/skin/classic/beagle-big.png,
16939           mozilla-extension/skin/classic/beagle-error.png,
16940           mozilla-extension/skin/classic/beagle.png: updated some artwork
16941           to be more like beagle - like, made the extension have the beagle
16942           logo in the mozilla extension dialog.
16944 2004-11-12 01:35  tigert
16946         * ChangeLog, Tiles/template-file.html, Tiles/template-picture.html:
16947           made the folder name be a link as well, using the "reveal" url
16949 2004-11-12 01:10  tigert
16951         * Tiles/template-blog.html: removed the image's size def - those
16952           are restricted from being huge in the stylesheet now.
16954 2004-11-11 20:55  fhedberg
16956         * beagled/MonodocQueryable/MonodocQueryable.cs: Can't sleep. Added
16957           keywords to make it actually useful.
16959 2004-11-11 13:01  joeshaw
16961         * beagled/Relevancy.cs: Apply a half-life relevancy to imlogs as
16962           well
16964 2004-11-11 12:35  tigert
16966         * Tiles/template-page.css: made images smaller
16968 2004-11-11 11:57  joeshaw
16970         * Tiles/TileMailMessage.cs: Get this to build w/o evo-sharp.  Use
16971           the right IM name for the protocol and not always the aim_name
16973 2004-11-11 09:15  fhedberg
16975         * beagled/MonodocQueryable/MonodocQueryable.cs: Added support for
16976           indexing of Monodoc source documentation files. Not enabled in
16977           Makefile.am.
16979 2004-11-11 05:35  tigert
16981         * ChangeLog, Tiles/template-picture.html: added exif stuff..
16983 2004-11-11 03:03  tigert
16985         * Tiles/template-page.css: minor tweak for looks
16987 2004-11-11 02:00  tigert
16989         * Tiles/template-picture.html: oops, forgot to commit the pic
16990           tile..
16992 2004-11-10 17:20  joeshaw
16994         * Tiles/TileMailMessage.cs, Tiles/template-file.html,
16995           Tiles/template-mail-message.html, beagled/Relevancy.cs,
16996           beagled/EvolutionMailDriver/CamelIndexDriver.cs,
16997           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Fix up some
16998           tiles, add a couple of conditionals to make the mail tile show
16999           dates correctly.  Remove some dead code,  Add a relevancy rule
17000           for email.  Fix up the indexing of mail dates, so we don't have
17001           received dates of 0 on all sent mail (requires a reindex).
17003 2004-11-10 16:46  campd
17005         * Tiles/: TileContact.cs, template-contact.html: make send-im work
17006           in the contact tiles even if there's no presence data
17008 2004-11-10 16:07  campd
17010         * Best/BestWindow.cs, Tiles/Tile.cs, Tiles/TileMailMessage.cs,
17011           Tiles/template-mail-message.html: Use the dog a the window icon
17013           Hook up "send im" in email tiles
17015 2004-11-10 14:54  joeshaw
17017         * Filters/FilterOle.cs: FilterOle:GetInt32() and GetInt16() should
17018           be static
17020 2004-11-10 09:50  tigert
17022         * ChangeLog, Tiles/template-page.css, Tiles/template-picture.html:
17023           niftyification for pictures, made the width restriction to the
17024           stylesheet, so the img tag doesnt need the width="80" - this
17025           makes it not stretch smaller images big which looked bad.
17027 2004-11-10 06:03  tigert
17029         * Tiles/template-mockup.html: oops, rather hardcode
17030           /opt/gnome/share/icons than /home/tigert/cvs - at least it has a
17031           bit more chances to actually show the image for others as well..
17032           even though it is a mockup..
17034 2004-11-10 06:01  tigert
17036         * ChangeLog, Tiles/template-mockup.css, Tiles/template-mockup.html,
17037           Tiles/template-page.css: added a mockup template/css to have
17038           examples of all tile types shortly also tweaked the real
17039           stylesheet a bit.
17041 2004-11-10 05:42  fhedberg
17043         * beagled/: BeagleDaemon.cs, NetworkService.cs: Minor fix, adding
17044           --port to beagled for networking.
17046 2004-11-09 17:36  tigert
17048         * ChangeLog, Tiles/template-mail-message.html: added date & snippet
17049           dummy
17051 2004-11-09 17:18  tigert
17053         * Tiles/template-page.css: fixed the "open folder" icon to use
17054           stock..
17056 2004-11-09 17:06  tigert
17058         * Tiles/template-page.css: added min-height to fix the icon
17059           clipping.. hopefully I got the stock notation right from the
17060           bullet definition.. -tig-
17062 2004-11-09 15:53  campd
17064         * Tiles/template-folder.html: use the theme's folder icon for
17065           directory tiles
17067 2004-11-09 15:49  campd
17069         * Tiles/: SimpleRootTile.cs, Template.cs, TileFromTemplate.cs,
17070           TileMailMessage.cs, template-mail-message.html,
17071           template-page.css: Let templates specify a stock image size
17073           fixed mail image sizes
17075 2004-11-09 15:22  joeshaw
17077         * beagled/: LuceneDriver.cs, LuceneQueryable.cs: Have the
17078           LuceneDriver add the hits directly to the IQueryResult rather
17079           than returning them to the LuceneQueryable, and fire them off in
17080           batches of 200 hits at a time.  Makes very large queries from a
17081           single LuceneDriver source much more interactive.  (Use 200 since
17082           that's the value Lucene uses to cache hits in memory)
17084 2004-11-09 15:11  joeshaw
17086         * BeagleClient/Hit.cs, beagled/LuceneQueryable.cs,
17087           beagled/Makefile.am,
17088           beagled/EvolutionMailDriver/CamelIndexDriver.cs,
17089           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Get mail
17090           working again
17092 2004-11-09 14:38  tigert
17094         * ChangeLog, Tiles/template-page.css: prettyification
17096 2004-11-09 13:39  trow
17098         * Filters/FilterHtml.cs, Filters/FilterOpenOffice.cs,
17099           Filters/FilterText.cs, beagled/Filter.cs,
17100           beagled/FilteredIndexable.cs, beagled/LuceneDriver.cs,
17101           beagled/Makefile.am, beagled/PathFinder.cs, beagled/TextCache.cs,
17102           beagled/BlamQueryable/BlamQueryable.cs: Added some very, very
17103           preliminary support for the plaintext cache.  Only re-index
17104           Blam's collection.xml if it has actually changed.  Don't die if
17105           we can't set an EA on a file.
17107 2004-11-09 11:11  trow
17109         * Best/BestWindow.cs: Disable non-local backends (i.e. google)
17111 2004-11-08 23:35  trow
17113         * Util/Inotify.cs, beagled/Makefile.am,
17114           beagled/TomboyQueryable/TomboyQueryable.cs: Fix the Tomboy
17115           backend to work w/ the new scheduling & inotify stuff.  (It is
17116           still disabled due to some inotify weirdness, though.)
17118 2004-11-08 21:13  trow
17120         * AUTHORS: Added some people to AUTHORS.
17122 2004-11-08 20:41  trow
17124         * Util/FrequencyStatistics.cs, Util/ImBuddy.cs, Util/Inotify.cs,
17125           beagled/BeagleDaemon.cs, beagled/BlamQueryable/BlamQueryable.cs,
17126           beagled/FileSystemQueryable/FileSystemQueryable.cs,
17127           beagled/FileSystemQueryable/WatchedDirectory.cs,
17128           beagled/GaimLogQueryable/GaimLogQueryable.cs,
17129           glue/inotify-glue.c: Inotify enhancements.  We now have one
17130           thread pulling events off of the kernel queue, reading them in
17131           chunks and putting them into a local queue.  A second thread
17132           pulls the events out of that queue and fires Inotify.Event.
17134 2004-11-08 06:08  fhedberg
17136         * configure.in, beagled/BeagleDaemon.cs, beagled/Makefile.am,
17137           beagled/NetworkDriver.cs, beagled/NetworkHandler.cs,
17138           beagled/NetworkService.cs: Added experimental networking support
17140 2004-11-08 03:24  fhedberg
17142         * beagled/QueryBody.cs: Added binary binary serialization.
17144 2004-11-06 20:02  fhedberg
17146         * Tiles/TileBlog.cs, Tiles/template-blog.html,
17147           images/icon-blog.png: New blog icon. Changed tile to use actions,
17148           opens item in browser as default.
17150 2004-11-06 17:25  fhedberg
17152         * beagled/BlamQueryable/BlamQueryable.cs: Adapted BlamQueryable to
17153           trow's "Big Merge" changes. Added the item and weblog uri
17154           properties.
17156 2004-11-05 12:24  campd
17158         * Tiles/: Tile.cs, TileFromTemplate.cs: Repopulate when the tile
17159           changes
17161 2004-11-04 18:31  trow
17163         * beagled/: FilteredIndexable.cs,
17164           FileSystemQueryable/FileSystemQueryable.cs: Set "crawl mode" on
17165           filters when crawling.  (This influences how we FileAdvise after
17166           processing a file.)
17168 2004-11-04 16:46  trow
17170         * configure.in: Add -lXss to X_LIBS.
17172 2004-11-04 16:42  trow
17174         * glue/screensaver-glue.c: Make sure we hold the X lock before
17175           calling XScreenSaverQueryInfo.
17177 2004-11-04 16:39  trow
17179         * beagled/Makefile.am: Fix a build glitch.
17181 2004-11-04 16:37  trow
17183         * beagled/: Crawler.cs, IQueryable.cs, LuceneDriver.cs,
17184           LuceneQueryable.cs, Makefile.am, Ping.cs, Queryable.cs,
17185           wrapper.in, EvolutionMailDriver/EvolutionMailDriver.cs,
17186           FileSystemQueryable/CrawlQueue.cs,
17187           FileSystemQueryable/EventStatistics.cs,
17188           FileSystemQueryable/FileSystemQueryable.cs,
17189           FileSystemQueryable/LastCrawlTime.cs,
17190           FileSystemQueryable/WatchedDirectory.cs,
17191           GaimLogQueryable/GaimLogQueryable.cs: The big merge.
17193 2004-11-04 16:31  trow
17195         * tools/beagle-status: Don't require a very recent version of
17196           'tail'.
17198 2004-11-04 15:57  trow
17200         * Util/: ExtendedAttribute.cs, Scheduler.cs: A bunch of Scheduler
17201           fixes.  Use string-paths instead of FileSystemInfos in the
17202           ExtendedAttribute API.  FileSystemInfo is the devil's candy.
17204 2004-11-04 15:54  llipka
17206         * Tiles/: template-file.html, template-music.html,
17207           template-page.css, template-picture.html: Fixed the "Reveal in
17208           file manager" icon.
17210 2004-11-04 15:53  llipka
17212         * images/: Makefile.am, action-reveal.png: Added the "Reveal in
17213           file manager" icon.
17215 2004-11-04 15:50  llipka
17217         * beagled/BlamQueryable/BlamQueryable.cs: Rather check for
17218           .gnome2/blam/collections.xml than just .gnome2/blam/
17220 2004-11-04 14:55  campd
17222         * Best/BestWindow.cs, Tiles/Template.cs,
17223           Tiles/TileHitCollection.cs: show five tiles at a time to reduce
17224           paging
17226 2004-11-04 14:29  campd
17228         * Tiles/: TileCanvas.cs, TileHitCollection.cs, TileImLog.cs,
17229           template-foot.html, template-head.html: Save email addresses for
17230           buddies to avoid too much querying
17232           Handle file:/// uris with gnome-open (although for some reason
17233           mozilla doesn't seem to want to give me file:/// uri links)
17235           Fixed some html validness problems
17237 2004-11-04 13:55  tigert
17239         * ChangeLog, Tiles/template-blog.html, Tiles/template-file.html,
17240           Tiles/template-im-log.html, Tiles/template-page.css: updated the
17241           stylesheet: added <div class="date"> for the "last modified 2
17242           days ago.." -stuff, and made a bunch of tiles to use it. Also
17243           fixed a cosmetic flaw on the actions line, now it doenst have
17244           such a huge indent.
17246 2004-11-04 11:54  trow
17248         * beagled/Filter.cs: Don't try to instantiate abstract classes.
17249           (Fix from Raphaël Slinckx)
17251 2004-11-04 11:40  nat
17253         * Tiles/TileImLog.cs: Don't keep querying the addressbook if it
17254           doesn't work.
17256 2004-11-04 11:34  nat
17258         * Filters/FilterFlac.cs, Filters/Makefile.am, Util/FlacReader.cs,
17259           Util/Makefile.am: FLAC filter from Rafael Slinckx
17261 2004-11-04 09:56  nat
17263         * beagled/BlamQueryable/BlamQueryable.cs: Return if we can't get a
17264           collection of feeds.
17266 2004-11-04 07:26  nat
17268         * beagled/EvolutionMailDriver/CamelIndexDriver.cs: Don't cast the
17269           Uri to a string, since that makes ArrayList.Remove stop working.
17270           Also, BinarySearch doesn't work for Uri objects, since they don't
17271           support IComparer.
17273 2004-11-03 17:50  joeshaw
17275         * BeagleClient/Query.cs, Best/BestWindow.cs,
17276           Tiles/SimpleRootTile.cs, tools/Query.cs: On the client side use
17277           collections of Hits and Uris to help speed things up
17279 2004-11-03 17:36  joeshaw
17281         * BeagleClient/Hit.cs, BeagleClient/Query.cs,
17282           BeagleClient/QueryProxy.cs, beagled/QueryImpl.cs: Use a binary
17283           format instead of an XML format for sending the hits across the
17284           wire.  Even base64 encoded it will reduce the amount of data
17285           going over the wire and speed up both serialization and
17286           deserialization of the hits
17288 2004-11-03 17:27  campd
17290         * Tiles/Template.cs, Tiles/TileBlog.cs, Tiles/TileCanvas.cs,
17291           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs, Util/Vfs.cs,
17292           images/Images.cs: Various Best speedups
17294 2004-11-02 15:34  joeshaw
17296         * Best/best.in: Add TrayIcon to MONO_PATH and
17297           TrayIcon/libtrayicon/.libs to LD_LIBRARY_PATH when running an
17298           uninstalled copy
17300 2004-11-02 15:26  joeshaw
17302         * Tiles/: Makefile.am, TileImLog.cs: Comment out the bulk of
17303           GetEmailForIm if you don't have evo-sharp
17305 2004-11-02 15:22  campd
17307         * Best/BestTray.cs, Util/Makefile.am, Util/XKeybinder.cs,
17308           glue/Makefile.am, glue/eggaccelerators.c, glue/eggaccelerators.h,
17309           glue/tomboykeybinder.c, glue/tomboykeybinder.h: show the best
17310           window on F12
17312 2004-11-02 14:54  campd
17314         * Best/: BestTray.cs, BestWindow.cs: handle DeleteEvent on the
17315           window, focus the entry and select all the text when the dog
17316           button is pressed.
17318 2004-11-02 14:37  joeshaw
17320         * configure.in: we need evo-sharp 0.6 now
17322 2004-11-02 14:19  nat
17324         * Tiles/: TileImLog.cs, template-im-log.html: Don't show the "Send
17325           Mail" action unless we actually know the dude's email adress.
17327 2004-11-02 13:58  nat
17329         * Makefile.am, configure.in, Best/Best.cs, Best/BestTray.cs,
17330           Best/BestWindow.cs, Best/Makefile.am, Best/TrayIcon/.cvsignore,
17331           Best/TrayIcon/Egg.metadata, Best/TrayIcon/Makefile.am,
17332           Best/TrayIcon/libtrayicon-sources.xml,
17333           Best/TrayIcon/libtrayicon/.cvsignore,
17334           Best/TrayIcon/libtrayicon/Makefile.am,
17335           Best/TrayIcon/libtrayicon/eggtrayicon.c,
17336           Best/TrayIcon/libtrayicon/eggtrayicon.h, images/Makefile.am,
17337           images/smalldog.png, images/smalldogalert.png: Add a tray icon to
17338           Best.
17340 2004-11-02 12:32  campd
17342         * Tiles/: TileFile.cs, TileMusic.cs, TilePicture.cs,
17343           template-mail-message.html, template-music.html,
17344           template-picture.html: Derive the Music and Picture tiles from
17345           TileFile, and fix the mail icons (although they're still too
17346           small)
17348 2004-11-02 07:47  nat
17350         * Tiles/: TileImLog.cs, template-im-log.html: Small visual bug.
17352 2004-11-02 06:43  nat
17354         * Tiles/: Tile.cs, TileFile.cs, TileMailMessage.cs, TileMusic.cs,
17355           template-file.html, template-mail-message.html,
17356           template-music.html: Added "Reveal in file manager."
17358           The music tile falls back on the filename if we don't have the
17359           Song information.
17361 2004-11-02 06:17  nat
17363         * beagled/Makefile.am: Disabling the Google backend for now.  It
17364           works, but it keeps popping up while I'm trying to test other
17365           things.  Same report from Tuomas, ergo this is disabled until we
17366           can get it to sort right.
17368 2004-11-02 05:45  nat
17370         * Tiles/Tile.cs, Tiles/TileImLog.cs, beagled/Makefile.am:
17371           Clicking on "Send Im" works now for AIM, if you have Gaim's
17372           remote-control plugin enabled.
17374 2004-11-02 05:25  nat
17376         * Tiles/Tile.cs, Tiles/TileContact.cs, Tiles/TileFile.cs,
17377           Tiles/TileImLog.cs, Tiles/template-contact.html,
17378           Tiles/template-file.html, Tiles/template-im-log.html,
17379           beagled/Makefile.am, beagled/BlamQueryable/BlamQueryable.cs: Make
17380           "Send Mail" work on contacts and IM logs.
17382           Make "Send to" work on files.
17384           Some robustness here and there.
17386 2004-11-02 01:41  llipka
17388         * Makefile.am, configure.in: Fix build bug
17390 2004-11-01 18:27  campd
17392         * Tiles/TileImLog.cs: removed spew
17394 2004-11-01 18:24  campd
17396         * BeagleClient/Hit.cs, Best/BestWindow.cs, Tiles/SimpleRootTile.cs,
17397           Tiles/Template.cs, Tiles/Tile.cs, Tiles/TileBlog.cs,
17398           Tiles/TileFile.cs, Tiles/TileFolder.cs,
17399           Tiles/TileFromHitTemplate.cs, Tiles/TileImLog.cs,
17400           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs, Tiles/TileNote.cs,
17401           Tiles/TilePicture.cs, Tiles/template-blog.html,
17402           Tiles/template-contact.html, Tiles/template-file.html,
17403           Tiles/template-folder.html, Tiles/template-im-log.html,
17404           Tiles/template-mail-message.html, Tiles/template-music.html,
17405           Tiles/template-note.html, Tiles/template-picture.html,
17406           Tiles/template-web-history.html, images/Images.cs,
17407           images/Makefile.am: Fixed up some actions, moved actions into the
17408           Tiles rather than hard-coding everything into the hit, and use
17409           buddy icons for im tiles.
17411 2004-11-01 17:46  clahey
17413         * ChangeLog: 2004-11-01  Chris Lahey  <clahey@ximian.com>
17415                   * tray/TrayIcon/Makefile.am (install-exec-local,
17416           uninstall-local):
17417                   Use pkglibdir instead of libdir to avoid collisions.
17419 2004-11-01 15:04  campd
17421         * configure.in, Best/Best.cs, Util/GeckoUtils.cs: Use system fonts
17422           for gecko
17424 2004-10-29 18:13  rml
17426         * Best/BestWindow.cs: Best/BestWindow.cs: s/Enter search
17427           terms:/Search terms:/
17429 2004-10-29 16:43  rml
17431         * beagled/: Filter.cs, LuceneDriver.cs: beagled/Filter.cs: Turn on
17432           the increased readahead before we initiate the preload, so that
17433           the preload can benefit from the increased readahead.
17435           beagled/LucenseDriver.cs: whitespace cleanup.
17437 2004-10-29 15:55  campd
17439         * Best/BestWindow.cs, Tiles/SimpleRootTile.cs,
17440           Tiles/TileHitCollection.cs, Tiles/template-foot.html,
17441           Tiles/template-note.html: put the pager in the gtk dialog rather
17442           than the html
17444 2004-10-29 09:39  llipka
17446         * Tiles/: template-im-log.html, template-page.css: Let everyone
17447           feel the love with our beautiful UI
17449 2004-10-29 06:09  llipka
17451         * Tiles/: TileContact.cs, template-blog.html,
17452           template-bugzilla.html, template-contact.html,
17453           template-file.html, template-folder.html, template-foot.html,
17454           template-google.html, template-im-log.html,
17455           template-mail-message.html, template-music.html,
17456           template-note.html, template-page.css, template-picture.html,
17457           template-web-history.html: Dave is the man! And also updated the
17458           renderers.
17460 2004-10-29 03:23  nat
17462         * Tiles/Template.cs: Patch from Lukas to fix a crash
17464 2004-10-29 02:45  nat
17466         * configure.in, glue/Makefile.am: Don't hard code the path to
17467           libX11
17469 2004-10-28 21:11  trow
17471         * configure.in: Applied Alex Graveley's patch to generally Do The
17472           Right Thing with respect to the TrayIcon stuff.  This fixes bug
17473           #156738 (which was actually a dup of #155630)
17475 2004-10-28 20:46  trow
17477         * BeagleClient/Indexable.cs, beagled/FilteredIndexable.cs: Add a
17478           do-nothing virtual Build() method to Indexable, which
17479           FilteredIndexable overrides.  Small FilteredIndexable clean-ups,
17480           mostly Uri-related.
17482 2004-10-28 20:43  trow
17484         * beagled/FileSystemQueryable/FileNameFilter.cs: Added more
17485           autotools-related temp files to the default exclusion list.
17487           This is the correct file.  Honest.
17489 2004-10-28 20:43  trow
17491         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Reverting
17492           last commit: I committed the wrong file.
17494 2004-10-28 20:39  trow
17496         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Added more
17497           autotools-related temp files to the default exclusion list.
17499 2004-10-28 20:37  trow
17501         * beagled/BeagleDaemon.cs: Add a --debug option to set the default
17502           log level to Debug.  Start the global scheduler on start-up, stop
17503           it on shutdown.
17505 2004-10-28 20:35  trow
17507         * beagled/ExtractContent.cs: Minor clean-up.
17509 2004-10-28 19:52  trow
17511         * Util/Inotify.cs: When we ignore a directory, return the
17512           associated watch descriptor.  Added some code to recursively
17513           watch directories in the inotify test code.
17515 2004-10-28 19:26  trow
17517         * Util/: FrequencyStatistics.cs, Makefile.am, Scheduler.cs,
17518           SystemInformation.cs, TaskManager.cs: The sort of code that comes
17519           in handy from time to time.
17521 2004-10-28 19:23  trow
17523         * glue/: Makefile.am, screensaver-glue.c: Some glue around
17524           XScreenSaverQueryInfo.
17526 2004-10-28 18:14  campd
17528         * configure.in, BeagleClient/Query.cs, Best/Best.cs,
17529           Best/BestWindow.cs, Best/Makefile.am, Best/best.in,
17530           Filters/FilterMusic.cs, Tiles/Makefile.am,
17531           Tiles/SimpleRootTile.cs, Tiles/Template.cs, Tiles/Tile.cs,
17532           Tiles/TileActionAttribute.cs, Tiles/TileBlog.cs,
17533           Tiles/TileBugzilla.cs, Tiles/TileCanvas.cs, Tiles/TileContact.cs,
17534           Tiles/TileFile.cs, Tiles/TileFolder.cs,
17535           Tiles/TileFromHitTemplate.cs, Tiles/TileFromTemplate.cs,
17536           Tiles/TileGoogle.cs, Tiles/TileHitCollection.cs,
17537           Tiles/TileImLog.cs, Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
17538           Tiles/TileNote.cs, Tiles/TilePicture.cs,
17539           Tiles/TileRenderContext.cs, Tiles/TileStyleAttribute.cs,
17540           Tiles/TileWebHistory.cs, Tiles/template-blog.html,
17541           Tiles/template-bugzilla.html, Tiles/template-contact.html,
17542           Tiles/template-file.html, Tiles/template-folder.html,
17543           Tiles/template-foot.html, Tiles/template-google.html,
17544           Tiles/template-head.html, Tiles/template-hit-collection.html,
17545           Tiles/template-im-log.html, Tiles/template-mail-message.html,
17546           Tiles/template-music.html, Tiles/template-note.html,
17547           Tiles/template-page.css, Tiles/template-picture.html,
17548           Tiles/template-web-history.html, Util/GeckoUtils.cs,
17549           Util/Makefile.am, Util/StringFu.cs, Util/Vfs.cs, Util/gnome.cs,
17550           glue/Makefile.am, glue/gecko-utils.cpp, glue/gecko-utils.h,
17551           images/Images.cs: Converted from GtkHtml to gecko
17553           Reworked the templating and layout system to be a lot cleaner
17555           Implement tigert's new tile layout
17557           Fixed string memory handling issues in the various gnome bindings
17559 2004-10-27 18:36  rml
17561         * README, Util/Inotify.cs, doc/TODO-integration: Misc. and trivial
17562           documentation changes.
17564 2004-10-26 17:08  joeshaw
17566         * beagled/LuceneDriver.cs: Nuke the filtering code from
17567           FilterHits(), since we filter out potential hits with the same
17568           URI at indexing-time, so we'll really never get any good results
17569           from this.  Also avoid using Lucene's Document.Get function,
17570           since it iterates over a list of properties, and just iterate
17571           over them ourselves once and set properties as we come upon them.
17573 2004-10-26 12:22  rml
17575         * Util/Inotify.cs,
17576           beagled/FileSystemQueryable/FileSystemQueryable.cs: Print a
17577           warning when we detect a queue overflow on the inotift device.
17579           We really don't want queue overflows to happen.
17581 2004-10-25 17:30  rml
17583         * beagled/Filter.cs: Whitespace cleanups to silence the critics.
17585 2004-10-25 16:53  clahey
17587         * ChangeLog, tools/Makefile.am: 2004-10-25  Chris Lahey
17588           <clahey@ximian.com>
17590                   * tools/Makefile.am (EXTRA_DIST): Added beagle-shutdown
17591           and
17592                   beagle-status.
17594 2004-10-25 16:32  clahey
17596         * ChangeLog, tools/Makefile.am: 2004-10-25  Chris Lahey
17597           <clahey@ximian.com>
17599                   * tools/Makefile.am: Remove UPDATE_SCRIPT
17601 2004-10-21 11:52  trow
17603         * configure.in: Require evo-sharp 0.5.
17605 2004-10-19 19:43  joeshaw
17607         * BeagleClient/IIndexableGenerator.cs,
17608           Util/ThreadedPriorityQueue.cs, beagled/LuceneDriver.cs,
17609           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Add a
17610           StatusName property to IIndexableGenerator so that we have some
17611           useful info to print out when we run beagle-status.  Add
17612           Contains() methods to IIndexableGenerator and LuceneDriver, and
17613           don't queue up generators for addition if they're already
17614           scheduled.  Implement a value-based Equals() for the QueueItem
17615           and EvolutionMailIndexableGenerator.  Get scheduled deletes
17616           working again in the mail driver, and add an inotify watcher on
17617           the IMAP folders as well.
17619 2004-10-19 17:38  rml
17621         * Util/FileAdvise.cs, beagled/BeagleDaemon.cs: Add a TestAdvise
17622           method to FileAdvise to do a NormalAdvise on a known file and log
17623           any failures.  Now that the other advice calls fail silently,
17624           this let's users see on beagle startup that their Gentoo is
17625           broken.
17627           I put the call in beagled/BeagleDaemon.cs::Main().  It could
17628           probably go somewhere better.
17630 2004-10-19 16:35  rml
17632         * Util/FileAdvise.cs, beagled/Filter.cs: Don't generate an
17633           exception when a FileAdvise fails--they are just hints, and we do
17634           not care.
17636           We may want to log the failure via log.Debug() but we definitely
17637           don't want to throw exceptions everywhere and run amock for
17638           broken Gentoo users.
17640 2004-10-19 13:52  trow
17642         * configure.in: In the post-configure spew, say whether or not
17643           gsf-sharp was found.
17645 2004-10-19 13:27  joeshaw
17647         * BeagleClient/IIndexableGenerator.cs, beagled/LuceneDriver.cs,
17648           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Add a
17649           HasNextIndexable() method to IIndexableGenerator and allow
17650           GetNextIndexable() to return null.  This gives the LuceneDriver
17651           more control over the throttling of the generators, when it might
17652           need to process large amounts of data but return few indexables.
17653           (Ie, mail when you only have, say 50 new messages in an inbox of
17654           70,000)
17656 2004-10-19 12:23  trow
17658         * beagled/Filter.cs: Some fixes from last week that I forgot to
17659           commit, merged with Robert's recent fixes.
17661 2004-10-19 12:13  rml
17663         * ChangeLog, beagled/Filter.cs: 2004-10-19  Robert Love
17664           <rml@novell.com>
17666                   * beagled/Filter.cs: move the FlushCache inside of the
17667           NULL check,
17668                     along with the Close. A bigger question, though, is why
17669           can the
17670                     FileStream ever be NULL here?
17672 2004-10-18 17:30  rml
17674         * AUTHORS, ChangeLog, glue/inotify-glue.c: 2004-10-18  Robert Love
17675           <rml@novell.com>
17677                   * glue/inotify-glue.c: clean this up; remove some cruft;
17678           do error
17679                     checking on the read (removes a FIXME)
17681           Note: Dave Camp is an assassin.
17683 2004-10-18 16:29  joeshaw
17685         * beagled/LuceneDriver.cs: LNS.BooleanQuery has a limit of 1024
17686           terms, so chunk the URIs in QueryByUri () and do multiple queries
17687           if necessary.
17689 2004-10-18 15:41  campd
17691         * beagled/: BeagleDaemon.cs, BlamQueryable/BlamQueryable.cs,
17692           EvolutionMailDriver/CamelIndexDriver.cs,
17693           EvolutionMailDriver/EvolutionMailDriver.cs,
17694           GaimLogQueryable/GaimLogQueryable.cs: Move a few Start() methods
17695           out to threads and register the dbus objects after instantiating
17696           queryables to reduce the amount of time between registering dbus
17697           services and being ready to serve them
17699 2004-10-17 16:17  tberman
17701         * AUTHORS, ChangeLog, Filters/HtmlAgilityPack/tools.cs: 2004-10-17
17702           Todd Berman  <tberman@off.net>
17704                   * AUTHORS: Changing my email to reflect something that
17705           might reach me.
17706                   * Filters/HtmlAgilityPack/tools.cs: Compilation fix for
17707           1.1.1
17709 2004-10-17 15:42  tberman
17711         * ChangeLog, Best/best.in: 2004-10-17  Todd Berman
17712           <tberman@off.net>
17714                   * Best/best.in: Add directory containing
17715           libinofityglue.so to
17716                     LD_LIBRARY_PATH.
17718 2004-10-17 02:29  nat
17720         * tools/: Query.cs, beagle-query.man: Fix up the usage.
17722 2004-10-16 17:36  rml
17724         * ChangeLog, chooser-fu/beaglequery.c: 2004-10-16  Robert Love
17725           <rml@novell.com>
17727                   * chooser-fu/beaglequeru.c: fix compile warning; remove
17728           unused
17729                     variable; strptime() does not init fields it does not
17730           touch, so
17731                     zero them all out.
17733 2004-10-16 16:15  trow
17735         * screenshots/2004-10-16-first-pretty-beagle-web-page.png: Our
17736           family album.
17738 2004-10-16 05:20  nat
17740         * tools/Query.cs: Usage.
17742 2004-10-15 14:55  joeshaw
17744         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: we also want
17745           to reindex when people blow away their caches
17747 2004-10-15 14:40  joeshaw
17749         * beagled/: LuceneDriver.cs, LuceneQueryable.cs,
17750           EvolutionMailDriver/CamelIndexDriver.cs,
17751           EvolutionMailDriver/EvolutionMailDriver.cs: Add a QueryByUri()
17752           method to the LuceneDriver.  Make the CamelIndexDriver query the
17753           LuceneDriver to get summary info from the index rather than
17754           walking the summary by hand... should speed up camel index
17755           queries a lot.  Also use xattrs on the summaries to know if we
17756           should bother crawling them at startup.
17758 2004-10-15 09:38  trow
17760         * configure.in, Filters/FilterDOC.cs, Filters/Makefile.am,
17761           beagled/FileSystemQueryable/FileNameFilter.cs: Only build the MS
17762           Office filters if gsf-sharp is present.  Ignore a few temporary
17763           files generated by configure.
17765 2004-10-15 09:27  trow
17767         * ChangeLog, Filters/FilterPPT.cs: Filter for MS power point
17768           presentation docs.
17770 2004-10-15 09:20  trow
17772         * ChangeLog, configure.in, Filters/FilterDOC.cs,
17773           Filters/FilterOle.cs, Filters/Makefile.am: Added filter for
17774           MSWord documents.
17776 2004-10-15 09:13  trow
17778         * Filters/FilterHtml.cs, Filters/FilterJpeg.cs,
17779           Filters/FilterMusic.cs, Filters/FilterPdf.cs,
17780           Filters/FilterPng.cs, Filters/FilterRTF.cs,
17781           Filters/FilterSource.cs, Filters/FilterTexi.cs,
17782           Filters/FilterText.cs, Util/ImBuddy.cs, Util/JpegHeader.cs,
17783           Util/Makefile.am, Util/PageCache.cs, Util/PullingReader.cs,
17784           beagled/Filter.cs, tools/Query.cs: Some filter api changes to
17785           allow us to use FileAdvise.  Misc. filter clean-up.  Changed the
17786           ImBuddy code to use inotify for file change notifications.  Added
17787           timing information to beagle-query.
17789 2004-10-15 01:46  trow
17791         * beagled/Queryable.cs: Removed some debug spew that I left in by
17792           mistake.
17794 2004-10-15 00:17  trow
17796         * beagled/FileSystemQueryable/: CrawlQueue.cs,
17797           FileSystemQueryable.cs: Even more verbosity in the status output.
17799 2004-10-14 23:39  trow
17801         * tools/Makefile.am: Add beagle-status to bin_SCRIPTS.
17803 2004-10-14 23:38  trow
17805         * Util/ThreadedPriorityQueue.cs, beagled/BeagleDaemon.cs,
17806           beagled/BugzillaDriver.cs, beagled/GoogleDriver.cs,
17807           beagled/IQueryable.cs, beagled/LuceneDriver.cs,
17808           beagled/LuceneQueryable.cs, beagled/Ping.cs,
17809           beagled/QueryDriver.cs, beagled/Queryable.cs,
17810           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
17811           beagled/FileSystemQueryable/FileSystemQueryable.cs,
17812           tools/beagle-status: Added a mechanism for queryables to return
17813           human-readable status strings, along with a way to access those
17814           status strings via D-BUS.
17816 2004-10-14 18:17  nat
17818         * BeagleClient/Factory.cs, Tiles/TileHitCollection.cs,
17819           Tiles/TileImLog.cs, Tiles/template-im-log.html,
17820           Tiles/template-mail-message.html, Util/ImBuddy.cs,
17821           Util/Makefile.am, Util/StringFu.cs, tools/Query.cs: Patch from
17822           Matt Jones to display IM aliases instead of IM names.
17824           Initial, crappy snippet code for IM logs.
17826           Valign all tiles to the top of their row.
17828           Pretty-print duration and start time of conversations.
17830           Some other various crap.
17832 2004-10-14 15:12  rml
17834         * ChangeLog, Util/FileAdvise.cs, Util/Makefile.am,
17835           beagled/Crawler.cs: 2004-10-14  Robert Love  <rml@novell.com>
17837                   * Util/FileAdvise.cs: new file, implementing the advice
17838           stuff
17839                   * Util/Makefile.am: build FileAdvise.cs
17841 2004-10-14 14:02  joeshaw
17843         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Check the
17844           dirName in addition to the folderName when checking for spam/junk
17845           folders, so that we don't end up indexing spam on IMAP
17847 2004-10-14 13:08  nat
17849         * Tiles/TileImLog.cs: Pretty printing of dates/durations
17851 2004-10-14 11:19  tigert
17853         * ChangeLog, Tiles/template-im-log.html, images/Makefile.am,
17854           images/im-aim.png: stylized the im tile a bit..
17856 2004-10-13 23:12  trow
17858         * Util/Inotify.cs, beagled/BeagleDaemon.cs,
17859           beagled/FilteredIndexable.cs, beagled/QueryDriver.cs,
17860           beagled/FileSystemQueryable/CrawlQueue.cs,
17861           beagled/FileSystemQueryable/EventStatistics.cs: Catch exceptions
17862           thrown while firing the InotifyEvent event.  Cleaned up beagled's
17863           argument processing.  Added a mechanism to allow or deny backends
17864           by name on the command line.  Tweaked the timing in CrawlQueue.
17865           Retooled EventStatistics.  Commented out the crappy f-spot hack
17866           in FilteredIndexable.
17868 2004-10-13 21:50  trow
17870         * Util/: Makefile.am, TaskManager.cs, ThreadedPriorityQueue.cs: The
17871           task manager manages tasks.
17873 2004-10-13 18:18  joeshaw
17875         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Don't index
17876           spam/junk folders.  Pick up where we left off when indexing.
17878 2004-10-13 17:25  joeshaw
17880         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Save our
17881           indexing state to disk every 500 mails, not just when we're
17882           finished
17884 2004-10-13 16:55  joeshaw
17886         * beagled/: Makefile.am, EvolutionMailDriver/CamelIndexDriver.cs,
17887           EvolutionMailDriver/EvolutionMailDriver.cs: The best evolution
17888           mail backend ever!
17890 2004-10-13 14:36  trow
17892         * logo/: beagle_logo-print.svg, beagle_logo-web.svg: Beagle logo
17893           SVGs.
17895 2004-10-13 14:20  joeshaw
17897         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Queue up
17898           added URIs so that we don't hose the machine when querying while
17899           indexing
17901 2004-10-12 17:14  campd
17903         * beagled/: QueryImpl.cs, QueryResult.cs: Clean up QueryImpl
17904           disposing
17906 2004-10-12 16:53  campd
17908         * beagled/IQueryWorker.cs: forgot this
17910 2004-10-12 16:47  campd
17912         * beagled/BeagleDaemon.cs: Added a --replace option to beagled
17913           which shuts down an existing beagled and replaces it
17915 2004-10-12 16:18  campd
17917         * Util/ThreadedPriorityQueue.cs, beagled/BeagleDaemon.cs,
17918           beagled/BugzillaDriver.cs, beagled/Crawler.cs,
17919           beagled/FactoryImpl.cs, beagled/Makefile.am,
17920           beagled/QueryDriver.cs, beagled/QueryImpl.cs,
17921           beagled/QueryResult.cs, beagled/Queryable.cs,
17922           beagled/Shutdown.cs,
17923           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
17924           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
17925           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Some shutdown
17926           fixes:
17928           Fixed a race in EvolutionDataServerQuerable that would cause it
17929           to miss shutdown requests and wait around indefinitely
17931           WorkerStart now returns false if shutdown has been requested,
17932           workers should exit if WorkerStart returns false
17934           Changed the QueryWorker delegate to an IQueryWorker interface, so
17935           that we can ToString the worker to get more information
17937           Added some debugging spew
17939 2004-10-12 12:25  campd
17941         * beagled/: BeagleDaemon.cs, BugzillaDriver.cs, GoogleDriver.cs,
17942           IQueryable.cs, LuceneDriver.cs, LuceneQueryable.cs,
17943           QueryDriver.cs, Queryable.cs, BlamQueryable/BlamQueryable.cs,
17944           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
17945           EvolutionMailDriver/EvolutionMailDriver.cs,
17946           FileSystemQueryable/FileSystemQueryable.cs,
17947           GaimLogQueryable/GaimLogQueryable.cs,
17948           TomboyQueryable/TomboyQueryable.cs: Added a Start() method to
17949           querables.  Queryables should intialize in the constructor and
17950           start threads/work in the Start method.
17952           Call Start() after the process daemonizes.
17954 2004-10-11 21:19  trow
17956         * Util/FileSystem.cs, beagled/Crawler.cs, beagled/LuceneDriver.cs,
17957           beagled/Makefile.am,
17958           beagled/FileSystemQueryable/EventStatistics.cs,
17959           beagled/FileSystemQueryable/FileSystemQueryable.cs: Be smarter
17960           about dealing with symlinks.  The beginnings of some code for
17961           tracking event timing statistics.
17963 2004-10-11 19:41  trow
17965         * Util/Inotify.cs: Hold a reference to our InotifyEventCallback to
17966           try to avoid magic trampoline errors.
17968 2004-10-11 17:19  joeshaw
17970         * beagled/: LuceneDriver.cs,
17971           EvolutionMailDriver/EvolutionMailDriver.cs: Reimplement Evo mail
17972           driver as a new spiffy IIndexableGenerator for memory happiness
17974 2004-10-11 11:46  trow
17976         * Filters/FilterJpeg.cs, Util/ExifData.cs, Util/JpegHeader.cs,
17977           Util/Makefile.am: A new jpeg filter using the real exif/jpeg
17978           processing code from f-spot.
17980 2004-10-10 18:28  nat
17982         * Tiles/TileNote.cs: Don't bomb out if Tomboy doesn't exist.
17984 2004-10-10 18:08  trow
17986         * BeagleClient/IIndexableGenerator.cs, BeagleClient/Makefile.am,
17987           beagled/LuceneDriver.cs: Support for indexable generators.
17989 2004-10-10 17:58  joeshaw
17991         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: More fixes
17992           for subfolders
17994 2004-10-10 17:43  trow
17996         * Tiles/TileFromTemplate.cs: Throw a sane exception if a tile asks
17997           for a non-existent resource.
17999 2004-10-10 17:32  trow
18001         * Util/ThreadedPriorityQueue.cs, beagled/LuceneDriver.cs,
18002           beagled/FileSystemQueryable/CrawlQueue.cs: Some changes to the
18003           priority queue to let us support Indexable generators.
18005 2004-10-10 17:23  campd
18007         * BeagleClient/Indexable.cs, BeagleClient/Property.cs,
18008           BeagleClient/Versioned.cs, BeagleClient/WebHistoryIndexer.cs,
18009           beagled/FilteredIndexable.cs, beagled/LuceneDriver.cs: Use xml
18010           serialization for the Indexables instead of hand-writing all the
18011           xml
18013 2004-10-10 17:20  joeshaw
18015         * beagled/: LuceneQueryable.cs,
18016           EvolutionMailDriver/EvolutionMailDriver.cs: I am a bug finding
18017           machine.  Fix the flicking email hits, and get subfolder URIs
18018           right.
18020 2004-10-10 14:31  joeshaw
18022         * Util/Inotify.cs: include the watch descriptor in the inotify
18023           verbose output
18025 2004-10-10 13:40  campd
18027         * BeagleClient/Factory.cs, BeagleClient/FileSystemIndexer.cs,
18028           BeagleClient/FileSystemIndexerProxy.cs, BeagleClient/Makefile.am,
18029           tools/CrawlerRSS20.cs, tools/IndexGaimLogs.cs,
18030           tools/IndexMail.cs, tools/Makefile.am,
18031           tools/beagle-update-index.in: Got rid of the obsolete
18032           crawlers/indexing tools
18034           Don't null out the factory object if beagle goes down
18036 2004-10-10 11:37  trow
18038         * BeagleClient/Query.cs, BeagleClient/QueryProxy.cs,
18039           Best/BestWindow.cs, Tiles/SimpleRootTile.cs, Tiles/Tile.cs,
18040           Tiles/TileNote.cs, beagled/QueryImpl.cs,
18041           beagled/FileSystemQueryable/FileNameFilter.cs: ]Added a means of
18042           getting the search text out of a query.  Added stuff to the file
18043           name filter to help the daemon avoid trying to index autotool
18044           temp files during compiles.  When clicking on a note tile, have
18045           tomboy open it with the search text highlighted.
18047 2004-10-10 11:20  andersca
18049         * ChangeLog, Util/ExtendedAttribute.cs: 2004-10-10  Anders Carlsson
18050            <andersca@gnome.org>
18052                   * Util/ExtendedAttribute.cs:
18053                   Check errno and add it to the exceptions on failure.
18055 2004-10-09 15:59  joeshaw
18057         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Avoid
18058           exceptions on every query when .evolution doesn't exist
18060 2004-10-09 15:44  joeshaw
18062         * beagled/: LuceneDriver.cs,
18063           EvolutionMailDriver/EvolutionMailDriver.cs: Don't log deletions
18064           if we're going to add them right back.  Make the EvoMailDriver
18065           queue persistent, and when removing, make sure we have the right
18066           account name
18068 2004-10-09 15:39  campd
18070         * beagled/Shutdown.cs: Warn if there are more WorkerFinished than
18071           WorkerStart
18073 2004-10-09 14:13  campd
18075         * Util/ThreadedPriorityQueue.cs: fixed typo
18077 2004-10-09 14:12  campd
18079         * Util/ThreadedPriorityQueue.cs, beagled/Crawler.cs,
18080           beagled/QueryDriver.cs: Put some WorkerFinished calls into
18081           finally blocks
18083 2004-10-09 11:48  joeshaw
18085         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: oops, we're
18086           indexing some folder, not necessarily IMAP
18088 2004-10-09 08:55  trow
18090         * Tiles/: HitFlavor.cs, SimpleRootTile.cs, TileBlog.cs,
18091           TileBugzilla.cs, TileContact.cs, TileFile.cs, TileFolder.cs,
18092           TileGoogle.cs, TileHitCollection.cs, TileImLog.cs,
18093           TileMailMessage.cs, TileMusic.cs, TileNote.cs, TilePicture.cs,
18094           TileWebHistory.cs: Fixed tile ordering hack.
18096 2004-10-08 19:40  trow
18098         * Tiles/TileBlog.cs, Tiles/template-blog.html, beagled/beagled.in,
18099           beagled/BlamQueryable/BlamQueryable.cs,
18100           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: More hacking
18101           on the blog backend and tile.  Set the LD_LIBRARY_PATH in the
18102           beagled wrapper so that we can find libcamel.  Explicitly specify
18103           that we are DllImporting libcamel.so.0.
18105 2004-10-08 19:39  joeshaw
18107         * configure.in, beagled/EvolutionMailDriver/EvolutionMailDriver.cs:
18108           get the right IMAP account name by using gconf
18110 2004-10-08 17:05  trow
18112         * beagled/BlamQueryable/BlamQueryable.cs: Oops.
18114 2004-10-08 17:05  trow
18116         * beagled/: BlamQueryable/BlamQueryable.cs,
18117           FileSystemQueryable/FileSystemQueryable.cs: Ch
18119 2004-10-08 16:45  trow
18121         * Util/Inotify.cs, glue/inotify.h: Switch to the latest & greatest
18122           inotify.  We now require rml's 757 kernel (or equivalent).
18124 2004-10-08 16:24  campd
18126         * doc/TODO-integration: Add "c bindings for the dbus interface"
18128 2004-10-08 16:13  trow
18130         * beagled/: Queryable.cs, QueryableFlavor.cs: Remove the Source
18131           from the QueryableFlavor.  Use the Name instead of the Source
18132           when calling QueryBody.AcceptSource in Queryable.AcceptSource.
18134 2004-10-08 16:08  joeshaw
18136         * beagled/: FilteredIndexable.cs, LuceneQueryable.cs, Makefile.am,
18137           EvolutionMailDriver/EvolutionMailDriver.cs: Replace MailQueryable
18138           with EvolutionMailDriver, which uses the Evolution local mail
18139           indexes directly, and which indexes in lucene summary data and
18140           cached imap messages
18142 2004-10-08 15:18  campd
18144         * BeagleClient/Hit.cs, Tiles/Tile.cs, Tiles/TileFile.cs,
18145           Tiles/TileFolder.cs, Tiles/TileMailMessage.cs,
18146           Tiles/TileMusic.cs, Tiles/TilePicture.cs,
18147           beagled/EvolutionDataServerQueryable/BookViewDriver.cs: Open
18148           mails with "evolution" rather than "evolution-1.5"
18150           Show an error dialog when opening a hit fails
18152           Fixed disconnecting from a view in the bookviewdriver
18154 2004-10-08 15:16  trow
18156         * images/: Makefile.am, emblem-blog.png, icon-blog.png: Images for
18157           the blog tile.
18159 2004-10-08 15:16  trow
18161         * Tiles/Makefile.am, Tiles/TileBlog.cs, Tiles/template-blog.html,
18162           beagled/BlamQueryable/BlamQueryable.cs,
18163           beagled/FileSystemQueryable/CrawlQueue.cs: Tweaks to the blam
18164           backend.  Added a tile for blog entries.  Changed the file system
18165           backend to crawl more often.
18167 2004-10-08 14:28  campd
18169         * tools/: Makefile.am, beagle-shutdown: added beagle-shutdown
18170           script
18172 2004-10-08 13:31  trow
18174         * beagled/: Indexable.cs, IndexableFile.cs, IndexableHttp.cs,
18175           Makefile.am, Property.cs, TestClient.cs: Removed dead/obsolete
18176           code.
18178 2004-10-08 13:31  trow
18180         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Have the
18181           CrawlQueue forget deleted paths.
18183 2004-10-08 13:12  trow
18185         * beagled/: LuceneDriver.cs, LuceneQueryable.cs,
18186           FileSystemQueryable/FileSystemQueryable.cs: Removed the
18187           file-is-missing check out of the LuceneDriver, abstracted it, and
18188           moved it into a virtual method in the LuceneQueryable.
18190           The actual file-is-missing check is now performed in the
18191           FileSystemQueryable, and other backends can perform their own
18192           sanity checks.
18194 2004-10-08 11:45  clahey
18196         * ChangeLog, images/Makefile.am, tools/Makefile.am: 2004-10-08
18197           Christopher James Lahey  <clahey@ximian.com>
18199                   * images/Makefile.am, tools/Makefile.am: Fixed make
18200           distcheck.
18202 2004-10-07 19:52  nat
18204         * mozilla-extension/content/beagleOverlay.js: Dave's fix to make
18205           this work.
18207 2004-10-07 19:20  clahey
18209         * ChangeLog, Util/Archive.cs: 2004-10-07  Chris Lahey
18210           <clahey@ximian.com>
18212                   * Util/Archive.cs: Unified interface for pulling data
18213           from an
18214                   archive file (gz, tar, bz2, zip).
18216 2004-10-07 19:14  trow
18218         * beagled/TomboyQueryable/TomboyQueryable.cs: Check for both
18219           ~/.tomboy and ~/.tomboy/Backup.
18221 2004-10-07 16:57  trow
18223         * AUTHORS: Added Fredrik Hedberg to AUTHORS.
18225 2004-10-07 16:33  campd
18227         * BeagleClient/Indexable.cs, beagled/LuceneDriver.cs,
18228           beagled/LuceneQueryable.cs: Let lucene queryables tell the driver
18229           to save its state on disk to survive daemon restarts.  Turn this
18230           on for the webhistory queryable
18232 2004-10-07 16:16  trow
18234         * beagled/: Makefile.am, BlamQueryable/BlamQueryable.cs: Added
18235           Fredrik Hedberg's Blam backend.
18237 2004-10-07 15:17  trow
18239         * Util/StringFu.cs, beagled/FileSystemQueryable/CrawlQueue.cs,
18240           beagled/FileSystemQueryable/FileNameFilter.cs,
18241           beagled/FileSystemQueryable/FileSystemQueryable.cs: Incrementally
18242           crawl the user's file system in a prioritized order.
18244 2004-10-06 17:01  campd
18246         * Util/Inotify.cs, Util/ThreadedPriorityQueue.cs,
18247           beagled/BeagleDaemon.cs, beagled/Crawler.cs, beagled/DBusisms.cs,
18248           beagled/FactoryImpl.cs, beagled/FileSystemEventMonitor.cs,
18249           beagled/LuceneDriver.cs, beagled/Ping.cs, beagled/QueryDriver.cs,
18250           beagled/QueryResult.cs, beagled/Shutdown.cs,
18251           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
18252           beagled/FileSystemQueryable/FileSystemQueryable.cs: Clean daemon
18253           shutdown stuff
18255 2004-10-06 16:37  trow
18257         * Util/StringFu.cs: Quote #s in filenames when constructing Uris.
18259 2004-10-06 16:20  trow
18261         * beagled/: IQueryable.cs, LuceneDriver.cs, LuceneQueryable.cs,
18262           Makefile.am, QueryDriver.cs, QueryImpl.cs, Queryable.cs,
18263           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
18264           FileSystemQueryable/FileNameFilter.cs,
18265           FileSystemQueryable/FileSystemQueryable.cs,
18266           GaimLogQueryable/GaimLogQueryable.cs,
18267           TomboyQueryable/TomboyQueryable.cs: Big
18268           IQueryable/QueryDriver/QueryImpl clean-up.
18270 2004-10-06 10:58  trow
18272         * BeagleClient/Query.cs, beagled/QueryImpl.cs: Do the right thing
18273           if the list of Uris to add/subtract is empty.
18275 2004-10-06 10:43  trow
18277         * Util/Inotify.cs, beagled/LuceneDriver.cs,
18278           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18279           beagled/GaimLogQueryable/GaimLogQueryable.cs,
18280           beagled/TomboyQueryable/TomboyQueryable.cs: Small change to
18281           Inotify.cs: expose the watch handle.  Small LuceneDriver
18282           hacks/optimizations.  Inotifized the GaimLog and Tomboy backends.
18284 2004-10-06 10:31  trow
18286         * beagled/QueryImpl.cs: Fixes a few small glitches: * Uris have
18287           type Uri, not string * On a subtract, remove the Uri from
18288           allHits.
18290 2004-10-06 10:03  trow
18292         * Filters/: FilterHtml.cs, FilterJpeg.cs, FilterPng.cs: Fix more
18293           filters to open files w/ sharing enabled.
18295 2004-10-05 18:28  campd
18297         * beagled/: BeagleDaemon.cs, LuceneDriver.cs: [no log message]
18299 2004-10-05 18:09  campd
18301         * BeagleClient/Query.cs, beagled/QueryImpl.cs: Fixed up the query
18302           updates
18304 2004-10-05 16:50  campd
18306         * BeagleClient/Query.cs, beagled/QueryImpl.cs: Move query state
18307           into the daemon
18309 2004-10-05 15:50  nat
18311         * Best/best.in, beagled/beagled.in, doc/TODO-integration: Now I can
18312           use killall to kill beagle.
18314 2004-10-04 17:12  campd
18316         * Util/camel.cs,
18317           beagled/EvolutionDataServerQueryable/BookViewDriver.cs: Index the
18318           mail as it is read rather than reading in the whole file at once
18320 2004-10-04 16:15  trow
18322         * AUTHORS, Util/ImLog.cs, Util/camel.cs: Applied patches from
18323           Michael Bayne <mdb@samskivert.com>
18325 2004-10-04 16:09  trow
18327         * Filters/: FilterMan.cs, FilterPdf.cs, FilterRTF.cs,
18328           FilterSource.cs, FilterTexi.cs, FilterText.cs: Replace a bunch of
18329           uses of FileInfo.OpenText with code that constructs a
18330           StreamReader that explicitly allows sharing.
18332 2004-10-04 16:06  trow
18334         * beagled/: LuceneDriver.cs, Makefile.am, Shutdown.cs, beagled.in,
18335           FileSystemQueryable/CrawlQueue.cs,
18336           FileSystemQueryable/FileNameFilter.cs,
18337           FileSystemQueryable/FileSystemQueryable.cs,
18338           GaimLogQueryable/GaimLogQueryable.cs,
18339           TomboyQueryable/TomboyQueryable.cs: More hacking.  The
18340           FileSystemQueryable is now inotify-only.
18342 2004-10-04 16:03  trow
18344         * Util/: ExtendedAttribute.cs, FileSystem.cs, Inotify.cs,
18345           Makefile.am, Stopwatch.cs, ThreadedPriorityQueue.cs: Hacking.
18347 2004-10-04 14:45  campd
18349         * BeagleClient/DBusisms.cs: Let dbus exceptions be thrown, so that
18350           Best can handle them intelligently
18352 2004-10-04 12:23  campd
18354         * Best/BestWindow.cs: Added an error message for a missing session
18355           bus
18357 2004-10-04 12:13  campd
18359         * Util/Logger.cs, beagled/BeagleDaemon.cs: fixed some
18360           startup/logging stuff
18362 2004-10-04 12:00  campd
18364         * Util/Logger.cs, beagled/BeagleDaemon.cs: [no log message]
18366 2004-10-01 17:04  campd
18368         * doc/TODO: updated
18370 2004-10-01 17:03  campd
18372         * Util/Logger.cs, beagled/BeagleDaemon.cs,
18373           beagled/BugzillaDriver.cs, beagled/Crawler.cs,
18374           beagled/FactoryImpl.cs, beagled/Filter.cs,
18375           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
18376           beagled/QueryDriver.cs, beagled/QueryResult.cs,
18377           beagled/beagled.in, beagled/Lucene.Net/Store/FSDirectory.cs: new
18378           logging stuff
18380 2004-10-01 13:31  joeshaw
18382         * beagle-0.0.pc.in: Add Tiles.dll to the link line in pkgconfig
18383           file
18385 2004-10-01 11:21  trow
18387         * Util/Inotify.cs, glue/inotify-glue.c, glue/inotify.h: Fixes for
18388           the new inotify.
18390           Made the Inotify wrapper work for watching both files and
18391           directories.  (Which was mostly an issue of renaming.)
18393 2004-10-01 10:59  nat
18395         * doc/fixme.sh: La la la
18397 2004-10-01 10:54  trow
18399         * BeagleClient/Hit.cs: Including the hit's timestamp in the XML.
18401 2004-10-01 10:48  nat
18403         * BeagleClient/Hit.cs, Filters/FilterRTF.cs: Start of a list view
18404           of matches.
18406 2004-10-01 09:20  trow
18408         * AUTHORS: Added Varadhan to AUTHORS.
18410 2004-10-01 09:18  trow
18412         * Filters/FilterSource.cs: Varadhan's improvements to the source
18413           code filter.
18415 2004-09-30 11:37  trow
18417         * beagled/Flavor.cs: Fixed a stupid typo.
18419 2004-09-29 09:34  trow
18421         * doc/TODO: Updated.
18423 2004-09-29 09:33  trow
18425         * beagled/ExtractContent.cs: Added --tokenize argument.
18427 2004-09-28 22:36  trow
18429         * beagled/ExtractContent.cs: A fix from Varadhan.
18431 2004-09-28 22:09  trow
18433         * BeagleClient/DBusisms.cs, beagled/FactoryImpl.cs: Replace calls
18434           to ServiceCreated and ServiceDeleted with calls to
18435           ServiceOwnerChanged.
18437 2004-09-28 22:07  trow
18439         * beagled/EvolutionDataServerQueryable/BookViewDriver.cs: Work
18440           around a glitch in the evo-sharp bindings that keeps us from
18441           being able to pass null as the second arg of
18442           Evolution.Book.GetBookView.
18444 2004-09-28 18:49  trow
18446         * doc/TODO: Added a TODO item about making beagled better-behaved.
18448 2004-09-28 15:46  campd
18450         * tools/Query.cs: Use OnFinished in beagle-query
18452 2004-09-28 15:44  campd
18454         * BeagleClient/QueryProxy.cs, Best/BestWindow.cs,
18455           beagled/QueryImpl.cs, beagled/QueryResult.cs,
18456           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
18457           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
18458           Added a FinishedEvent to the query to allow for UI feedback.
18460           Added a busy cursor to the Best window while the query is
18461           running.
18463           Only show status ever 1500 mails in the mail indexer
18465 2004-09-24 17:07  campd
18467         * configure.in, chooser-fu/Makefile.am, chooser-fu/beaglequery.c,
18468           chooser-fu/gtkfilesystembeagle.c, tools/Query.cs: Start getting
18469           the chooser back in to shape
18471 2004-09-24 08:26  nat
18473         * Makefile.am:
18474           Build the tray applet.
18476 2004-09-23 21:35  trow
18478         * Util/Inotify.cs: Some more improvements to our inotify bindings.
18479           We now listen for events from /dev/inotify in a thread.
18481 2004-09-23 15:28  joeshaw
18483         * tools/Query.cs: Bump timeout up from 150ms to 1s.  I couldn't
18484           successfully query anything in 150ms.
18486 2004-09-23 14:14  joeshaw
18488         * doc/TODO, beagled/Makefile.am: Get indexing of mail going again.
18490 2004-09-23 00:42  trow
18492         * AUTHORS: Added Dave to AUTHORS.
18494 2004-09-23 00:07  nat
18496         * tools/Query.cs: Some new command-line args
18498 2004-09-22 23:04  nat
18500         * Best/BestRootTile.cs, Best/BestWindow.cs, Best/Makefile.am,
18501           Tiles/Makefile.am: Share the root tile between the applet and
18502           Best.
18504 2004-09-22 21:59  nat
18506         * .cvsignore: Reduce noise pollution
18508 2004-09-22 21:52  nat
18510         * Tiles/SimpleRootTile.cs: Beginning to consolidate this.
18512 2004-09-22 12:51  campd
18514         * beagled/: EvolutionDataServerDriver.cs, Makefile.am,
18515           QueryImpl.cs, EvolutionDataServerQueryable/BookViewDriver.cs,
18516           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
18517           Added live updating to EvolutionDataServerQueryable
18519           Disconnect the resultset when the query is disposed.
18521 2004-09-22 11:45  trow
18523         * Filters/FilterRTF.cs: Filtering mechanism is changed. Now,
18524           parsing/filtering is based on "\pard\plain" keyword.
18526 2004-09-22 10:57  trow
18528         * Util/ExtendedAttribute.cs: Fixed a little bug.
18530 2004-09-22 10:55  nat
18532         * Best/BestRootTile.cs, Best/BestWindow.cs, Tiles/TileCanvas.cs:
18533           Ask the user if he wants to start the daemon...
18535 2004-09-22 09:41  trow
18537         * Filters/: FilterTexi.cs, Makefile.am: Added Filter for texi
18538           documents
18540 2004-09-22 09:07  trow
18542         * Filters/: FilterRTF.cs, Makefile.am: Added Filter for RTF files.
18544 2004-09-22 09:05  kharish
18546         * Tiles/Makefile.am, Tiles/TileBugzilla.cs,
18547           Tiles/template-bugzilla.html, beagled/BugzillaDriver.cs,
18548           beagled/Makefile.am: Added support for querying bugzilla using
18549           the bug id - a primitive hack from Bangalore Beagle hackfest
18551 2004-09-22 09:04  trow
18553         * images/: Makefile.am, emblem-bugzilla.png: Added a cool-looking
18554           bug.
18556 2004-09-22 09:03  nat
18558         * beagled/FileSystemQueryable/FileNameFilter.cs: We now index C#
18559           files
18561 2004-09-22 08:58  nat
18563         * .cvsignore, Best/BestWindow.cs, tools/Query.cs: Fix up the tray
18564           build.
18566 2004-09-22 08:53  siva
18568         * Filters/Makefile.am: Added New Source file FilterSource.cs
18570 2004-09-22 08:52  siva
18572         * Filters/FilterSource.cs: Added a Filter to index c, java, c sharp
18573           language files
18575 2004-09-22 08:35  harinath
18577         * BeagleClient/DBusisms.cs, BeagleClient/Factory.cs,
18578           BeagleClient/Query.cs, Best/BestWindow.cs: make more robust to
18579           server going down
18581 2004-09-22 08:34  sragavan
18583         * ChangeLog: 2004-09-24  Srinivasa Ragavan <sragavan@novell.com>
18584           * Added Beagle Tray applet code to show beagle results
18586 2004-09-22 08:12  trow
18588         * beagled/FileSystemQueryable/FileNameFilter.cs: Fix a small crash,
18589           maybe.
18591 2004-09-22 08:01  nat
18593         * BeagleClient/QueryProxy.cs, Util/GtkUtils.cs, Util/Makefile.am,
18594           beagled/EvolutionDataServerDriver.cs, beagled/GoogleDriver.cs,
18595           beagled/QueryBody.cs, beagled/QueryDriver.cs,
18596           beagled/QueryImpl.cs, beagled/QueryableFlavor.cs,
18597           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18598           beagled/GaimLogQueryable/GaimLogQueryable.cs,
18599           beagled/TomboyQueryable/TomboyQueryable.cs, tools/Query.cs: Allow
18600           the user to disable backends at search time in beagle-query.
18602           Simply do:
18604                   beagle-query source:imlogs "nat friedman"
18606           to search only your IM logs.
18608 2004-09-22 06:37  nat
18610         * tools/Query.cs: Let the user know if the daemon isn't running...
18612 2004-09-22 06:31  trow
18614         * beagled/TomboyQueryable/TomboyQueryable.cs: Don't index the
18615           tomboy backup files.
18617 2004-09-22 06:31  nat
18619         * Best/BestWindow.cs: Close the window on C-w/ESC
18621 2004-09-22 05:58  harinath
18623         * Best/BestWindow.cs: Don't crash if deamon isn't running.
18625 2004-09-22 05:57  harinath
18627         * Best/BestRootTile.cs: Add Error () function.
18629 2004-09-22 05:05  nat
18631         * Best/HitView.cs: Use gnome-open, don't hardcode epiphany to
18632           launch URLs.
18634 2004-09-22 04:46  harinath
18636         * beagled/Crawler.cs: (WorkQueue): Don't fail if directory doesn't
18637           exist.
18639 2004-09-22 04:41  nat
18641         * Util/ImLog.cs: Fix from Arun Raghavan.
18643 2004-09-22 04:37  nat
18645         * .cvsignore, Tiles/TileNote.cs, Tiles/template-note.html,
18646           Util/Note.cs, beagled/TomboyQueryable/TomboyQueryable.cs,
18647           images/trayicon.png: Okay, that should be that.
18649 2004-09-22 04:34  trow
18651         * glue/.cvsignore: Be quiet!
18653 2004-09-22 04:30  nat
18655         * images/note.png: More...
18657 2004-09-22 04:28  nat
18659         * images/emblem-note.png: Forgot this.  And probably others.
18661 2004-09-22 03:46  harinath
18663         * ChangeLog, beagled/Makefile.am, tools/Makefile.am: Fix srcdir !=
18664           builddir problems.
18666 2004-09-22 03:44  nat
18668         * AUTHORS, beagle.spec.in, configure.in, Tiles/Makefile.am,
18669           Util/ExtendedAttribute.cs, Util/Makefile.am,
18670           beagled/BeagleDaemon.cs, beagled/EvolutionDataServerDriver.cs,
18671           beagled/Makefile.am, images/Makefile.am,
18672           mozilla-extension/Makefile.am: A sublime patch from Christopher
18673           Orr to enable Tomboy indexing in Beagle.  That man deserves 1,000
18674           virgins when he goes to heaven.
18676           A fix so the daemon doesn't die if the ebook library isn't
18677           present/found...
18679           Some other crap
18681 2004-09-21 21:33  trow
18683         * Util/Inotify.cs, glue/inotify-glue.c: Improvements to the inotify
18684           bindings.
18686 2004-09-21 20:11  trow
18688         * beagled/LuceneDriver.cs: Purge the index if we find dangling
18689           locks.
18691 2004-09-21 16:38  joeshaw
18693         * beagled/QueryDriver.cs: Wrap the activation of the query drivers
18694           in a try-catch so that we can still query even if a backend isn't
18695           working.
18697 2004-09-21 12:37  trow
18699         * Makefile.am, configure.in, Util/ImLog.cs, Util/Inotify.cs,
18700           Util/Makefile.am, glue/Makefile.am, glue/inotify-glue.c,
18701           glue/inotify.h: Some inotify bindings for mono.
18703 2004-09-21 04:27  nat
18705         * doc/TODO: Somewhat clenaed up.
18707 2004-09-20 14:46  trow
18709         * beagled/: Crawler.cs, LuceneDriver.cs,
18710           FileSystemQueryable/FileNameFilter.cs,
18711           FileSystemQueryable/FileSystemQueryable.cs,
18712           GaimLogQueryable/GaimLogQueryable.cs: Adjusted post-indexing
18713           sleeps to keep beagled from rendering the system unusable during
18714           big jobs.
18716           Preliminary work towards a simple basic priority queue-type
18717           structure, so that we can make certain operations happen skip to
18718           the head of the queue.  Priority items still have to wait for a
18719           flush, which isn't optimal (but which is fixable).
18721 2004-09-20 08:13  trow
18723         * BeagleClient/Hit.cs, beagled/LuceneDriver.cs,
18724           beagled/FileSystemQueryable/FileSystemQueryable.cs: In the Hit
18725           class: * changed data items from objects to byte arrays.  * small
18726           XML format changes * in the XML, read/write base64-encoded
18727           versions of the data items
18729           This change resurrects the contact photos in the eds backend.
18731 2004-09-20 04:19  trow
18733         * beagled/BeagleDaemon.cs, beagled/Makefile.am, beagled/Ping.cs,
18734           tools/Makefile.am, tools/beagle-ping: Added a way to ping the
18735           daemon.
18737 2004-09-20 04:15  nat
18739         * tools/Crawler.cs: Typo fix.
18741 2004-09-20 03:52  trow
18743         * beagled/: EvolutionDataServerDriver.cs, LuceneDriver.cs: Slow
18744           down indexing if multiple threads are indexing at the same time.
18745           Re-enable the eds backend.
18747 2004-09-19 17:21  trow
18749         * Util/FileMatcher.cs, Util/Makefile.am,
18750           beagled/NoIndexFileHandler.cs,
18751           beagled/FileSystemQueryable/Crawler.cs: Removed some obsolete
18752           code.
18754 2004-09-19 17:08  trow
18756         * BeagleClient/FileSystemIndexer.cs,
18757           BeagleClient/FileSystemIndexerProxy.cs,
18758           BeagleClient/Indexable.cs, Best/BestRootTile.cs,
18759           Tiles/TileHitCollection.cs, Util/ExtendedAttribute.cs,
18760           Util/FileMatcher.cs, beagled/Crawler.cs,
18761           beagled/FileSystemEventMonitor.cs, beagled/LuceneDriver.cs,
18762           beagled/Makefile.am,
18763           beagled/FileSystemQueryable/FileNameFilter.cs,
18764           beagled/FileSystemQueryable/FileSystemEventMonitor.cs,
18765           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18766           beagled/FileSystemQueryable/IndexerImpl.cs, tools/Crawler.cs,
18767           tools/Makefile.am: More hacking.  * File indexing and crawling
18768           now work.  * Fixed a bunch of small bugs and a few race
18769           conditions.
18771 2004-09-17 16:32  campd
18773         * BeagleClient/Indexable.cs: Changed the buffer size from 1892 to
18774           8192.
18776 2004-09-17 13:21  campd
18778         * Util/Logger.cs: Unlock the same range that was locked
18780 2004-09-17 12:34  trow
18782         * configure.in, BeagleClient/DBusisms.cs,
18783           BeagleClient/FileSystemIndexer.cs,
18784           BeagleClient/FileSystemIndexerProxy.cs,
18785           BeagleClient/Indexable.cs, BeagleClient/Indexer.cs,
18786           BeagleClient/IndexerProxy.cs, BeagleClient/Makefile.am,
18787           BeagleClient/WebHistoryIndexer.cs,
18788           BeagleClient/WebHistoryIndexerProxy.cs, Best/BestRootTile.cs,
18789           Best/BestWindow.cs, Util/ExtendedAttribute.cs, Util/ImLog.cs,
18790           Util/Makefile.am, Util/UriFu.cs, beagled/Crawler.cs,
18791           beagled/DBusisms.cs, beagled/EvolutionDataServerDriver.cs,
18792           beagled/FileSystemEventMonitor.cs, beagled/LuceneDriver.cs,
18793           beagled/Makefile.am, beagled/QueryImpl.cs,
18794           beagled/QueryResult.cs, beagled/beagled.in,
18795           beagled/FileSystemQueryable/Crawler.cs,
18796           beagled/GaimLogQueryable/GaimLogQueryable.cs,
18797           mozilla-extension/install.rdf, tools/IndexGaimLogs.cs,
18798           tools/IndexWebContent.cs, tools/Makefile.am: Lots of work on live
18799           queries, etc.
18801 2004-09-15 11:04  trow
18803         * beagle.spec: Removed generated file.
18805 2004-09-15 11:02  trow
18807         * Tiles/: TileImLog.cs, template-im-log.html: Improved date
18808           formatting in the IM tile.
18810 2004-09-14 01:43  trow
18812         * BeagleClient/Indexer.cs, BeagleClient/IndexerProxy.cs,
18813           BeagleClient/Query.cs, beagled/LuceneDriver.cs,
18814           beagled/QueryImpl.cs, beagled/FileSystemQueryable/Crawler.cs,
18815           beagled/FileSystemQueryable/IndexerImpl.cs, tools/Crawler.cs:
18816           More work on crawling.
18818 2004-09-13 23:55  trow
18820         * BeagleClient/QueryManager.cs, BeagleClient/QueryManagerProxy.cs,
18821           BeagleClient/RdfSink.cs, BeagleClient/RdfSinkProxy.cs,
18822           BeagleClient/RdfSource.cs, BeagleClient/RdfSourceProxy.cs,
18823           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
18824           beagled/RdfSourceImpl.cs: Removed more dead code.
18826 2004-09-13 23:53  trow
18828         * beagled/: LuceneDriver.cs, Makefile.am,
18829           FileSystemQueryable/Crawler.cs,
18830           FileSystemQueryable/IndexerImpl.cs,
18831           FileSystemQueryable/IndexerQueue.cs: Added some crawler-related
18832           logic.  Added post-indexing hooks in the LuceneDriver.  Removed
18833           some more dead code.
18835 2004-09-13 22:29  trow
18837         * beagled/: LuceneDriver.cs, Makefile.am,
18838           FileSystemQueryable/FileSystemQueryable.cs,
18839           FileSystemQueryable/IndexDriver.cs,
18840           FileSystemQueryable/Indexer.cs,
18841           FileSystemQueryable/IndexerImpl.cs,
18842           FileSystemQueryable/MainIndexDriver.cs: Added fingerprint for
18843           lucene indices.  Renamed Indexer to IndexerImpl in order to be
18844           consistent with our D-BUS naming conventions.  Removed some old
18845           code.
18847 2004-09-13 22:11  trow
18849         * Util/: ExtendedAttribute.cs, Makefile.am, PageCache.cs: Wrapped
18850           from useful functions.
18852 2004-09-13 11:37  trow
18854         * beagled/EvolutionDataServerDriver.cs: Fixed Uri problem pointed
18855           out by Cory Watson.
18857 2004-09-12 23:12  trow
18859         * BeagleClient/DBusisms.cs: If a client loses the connection to the
18860           com.novell.Beagle service (i.e. if the daemon crashes), exit
18861           immediately.
18863 2004-09-12 23:02  trow
18865         * BeagleClient/Query.cs, beagled/FactoryImpl.cs,
18866           beagled/LuceneDriver.cs: Assorted clean-up.  Fixed a race
18867           condition: Beagle.Query now tracks an internal "reference count"
18868           for each hit so that we can better deal with out-of-order
18869           Add/Delete notifications.
18871 2004-09-12 21:33  trow
18873         * BeagleClient/Indexer.cs, BeagleClient/IndexerProxy.cs,
18874           BeagleClient/Makefile.am, beagled/Filter.cs,
18875           beagled/Indexable.cs, beagled/LuceneDriver.cs,
18876           beagled/LuceneQueryable.cs, beagled/Makefile.am,
18877           beagled/QueryDriver.cs,
18878           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18879           beagled/FileSystemQueryable/IndexDriver.cs,
18880           beagled/FileSystemQueryable/Indexer.cs,
18881           beagled/FileSystemQueryable/MainIndexDriver.cs,
18882           beagled/Lucene.Net/Store/FSDirectory.cs, tools/Crawler.cs,
18883           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
18884           tools/IndexWebContent.cs: A big boatload of refactoring to make
18885           live queries work better.  Probably buggy as hell, but I'll worry
18886           about that later.
18888           LuceneDriver now encapsulates all of our information on how to
18889           stick things into and pull things out of a Lucene index.  There
18890           is an integrated threaded indexing queue.
18892           LuceneQueryable implementats a basic IQueryable interface using a
18893           LuceneDriver for the queries.
18895           Moved D-BUS proxy info into BeagleClient/IndexerProxy.cs.
18896           BeagleClient/Indexer.cs is now a static wrapper around a
18897           singleton IndexerProxy, using the same pattern as Factory.
18899 2004-09-10 20:35  trow
18901         * Best/BestRootTile.cs, beagled/FactoryImpl.cs, beagled/Filter.cs,
18902           beagled/QueryImpl.cs,
18903           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18904           beagled/FileSystemQueryable/IndexDriver.cs: Fixed some live query
18905           bugs, others are still lurking...
18907 2004-09-10 19:33  trow
18909         * BeagleClient/Query.cs, Best/BestRootTile.cs,
18910           Tiles/TileHitCollection.cs, beagled/FactoryImpl.cs,
18911           beagled/QueryImpl.cs, beagled/QueryResult.cs,
18912           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18913           beagled/FileSystemQueryable/IndexDriver.cs: Basic, buggy version
18914           of live queries.
18916 2004-09-10 18:42  trow
18918         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
18919           BeagleClient/Query.cs, Tiles/HitFlavor.cs, Tiles/TileGoogle.cs,
18920           Tiles/TileImLog.cs, Tiles/TileWebHistory.cs,
18921           beagled/EvolutionDataServerDriver.cs, beagled/ExtractContent.cs,
18922           beagled/FilteredIndexable.cs, beagled/GoogleDriver.cs,
18923           beagled/IQueryable.cs, beagled/NoIndexFileHandler.cs,
18924           beagled/QueryDriver.cs, beagled/QueryImpl.cs,
18925           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18926           beagled/FileSystemQueryable/IndexDriver.cs,
18927           beagled/FileSystemQueryable/Indexer.cs,
18928           beagled/FileSystemQueryable/IndexerQueue.cs, tools/Crawler.cs,
18929           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
18930           tools/IndexWebContent.cs: More work towards live queries.  A
18931           whole bunch of changes replacing uri strings with System.Uri
18932           objects.
18934 2004-09-10 17:26  trow
18936         * BeagleClient/Query.cs, BeagleClient/QueryProxy.cs,
18937           Best/BestRootTile.cs, Best/BestWindow.cs,
18938           beagled/IQueryResult.cs, beagled/QueryDriver.cs,
18939           beagled/QueryImpl.cs, beagled/QueryResult.cs, tools/Query.cs:
18940           Checkpoint: lots of refactoring towards live queries.
18942 2004-09-10 16:29  campd
18944         * Util/Logger.cs, beagled/FileSystemQueryable/IndexDriver.cs: Fixed
18945           up the logger
18947 2004-09-10 15:19  campd
18949         * beagled/FileSystemQueryable/Indexer.cs: Don't monitor paths if
18950           they don't exist
18952 2004-09-10 15:06  campd
18954         * beagled/: FilteredIndexable.cs,
18955           FileSystemQueryable/IndexDriver.cs,
18956           FileSystemQueryable/Indexer.cs,
18957           FileSystemQueryable/IndexerQueue.cs: Consolidated dup removal in
18958           IndexDriver
18960 2004-09-06 22:38  trow
18962         * beagled/FileSystemEventMonitor.cs: Missed this one before.
18964 2004-09-06 22:38  trow
18966         * beagled/: BeagleDaemon.cs, DBusisms.cs, FactoryImpl.cs,
18967           IQueryable.cs, IndexDriver.cs, Indexer.cs, IndexerQueue.cs,
18968           MainIndexDriver.cs, Makefile.am, QueryDriver.cs, QueryImpl.cs,
18969           FileSystemQueryable/FileSystemEventMonitor.cs,
18970           FileSystemQueryable/FileSystemQueryable.cs,
18971           FileSystemQueryable/IndexDriver.cs,
18972           FileSystemQueryable/Indexer.cs,
18973           FileSystemQueryable/IndexerQueue.cs,
18974           FileSystemQueryable/MainIndexDriver.cs: Assorted clean-up and
18975           refactoring.  I've moved the file system indexing code into its
18976           own directory and its own namespace, in order to untangle the
18977           code and to make sure that it is all totally hidden behind the
18978           IQueryable interface.
18980 2004-09-06 19:48  trow
18982         * Util/FileMatcher.cs, beagled/Indexer.cs, tools/Crawler.cs: Define
18983           stock FileMatcher patterns in a static constructor.  Removed list
18984           of stock FileMatcher patterns from the crawler.  If we get
18985           notification of a change to a file that we should ignore, ignore
18986           it.
18988 2004-09-06 19:37  trow
18990         * beagle.spec, configure.in, beagled/FileSystemEventMonitor.cs,
18991           beagled/IndexDriver.cs, beagled/Indexer.cs,
18992           beagled/IndexerQueue.cs, beagled/Makefile.am: Added code to watch
18993           for and respond to file system events in certain directories.
18995           Moved optimization logic out of the IndexerQueue and into the
18996           IndexDriver.
18998           Fixed the build to properly set the GAC_PREFIX in the helper
18999           scripts if evolution-sharp is not available.
19001 2004-09-01 22:27  trow
19003         * Filters/FilterText.cs, beagled/FilteredIndexable.cs: Fixed a
19004           small glitch in the file timestamp code.
19006 2004-09-01 22:25  trow
19008         * configure.in: Fixed version number, which seems to have been
19009           incremented twice.
19011 2004-09-01 01:56  trow
19013         * BeagleClient/Factory.cs, BeagleClient/FactoryProxy.cs,
19014           beagled/QueryImpl.cs: A few files I forgot to add.
19016 2004-09-01 01:56  trow
19018         * BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
19019           BeagleClient/Query.cs, Best/BestWindow.cs,
19020           beagled/BeagleDaemon.cs, beagled/DBusisms.cs,
19021           beagled/EvolutionDataServerDriver.cs, beagled/FactoryImpl.cs,
19022           beagled/GoogleDriver.cs, beagled/IQueryable.cs,
19023           beagled/IndexDriver.cs, beagled/LiveQuery.cs,
19024           beagled/Makefile.am, beagled/Query.cs, beagled/QueryBody.cs,
19025           beagled/QueryDriver.cs, tools/Query.cs: Assorted reorganization,
19026           refactoring, renaming, clean-up, etc. etc. etc.
19028 2004-08-30 16:51  campd
19030         * beagle.spec, BeagleClient/Indexable.cs,
19031           beagled/FilteredIndexable.cs, beagled/IndexDriver.cs,
19032           beagled/Indexer.cs, beagled/IndexerQueue.cs,
19033           beagled/MainIndexDriver.cs, beagled/Makefile.am,
19034           beagled/PostIndexHandler.cs, beagled/QueryManager.cs: Separated
19035           out IndexDriver into a base class that operates on a lucene
19036           store, and a subclass that handles the main index.
19038           Changed the PostIndexHandler to work on a collection of hits
19039           instead of one hit at a time
19041           Fixed some of the dup-checking logic in the indexer
19043 2004-08-28 16:49  nat
19045         * beagle.spec.in: Forgot this last night.
19047 2004-08-27 22:54  nat
19049         * Makefile.am, beagle.spec, configure.in, beagled/Makefile.am:
19050           Added a spec file, made it distcheck
19052 2004-08-22 16:28  campd
19054         * BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
19055           BeagleClient/QueryManager.cs, BeagleClient/QueryManagerProxy.cs,
19056           BeagleClient/RdfSink.cs, BeagleClient/RdfSinkProxy.cs,
19057           BeagleClient/RdfSource.cs, BeagleClient/RdfSourceProxy.cs,
19058           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
19059           beagled/RdfSourceImpl.cs: Separated client-side objects from dbus
19060           interface definitions
19062 2004-08-21 17:26  trow
19064         * BeagleClient/Query.cs, BeagleClient/QueryManager.cs,
19065           BeagleClient/QueryProxy.cs, BeagleClient/RdfSink.cs,
19066           beagled/BeagleDaemon.cs: Totally cosmetic changes to the license
19067           at the top of the code.  (Apparently one got a bit screwed up,
19068           and then it was cut&pasted into several other files.)
19070 2004-08-21 15:49  campd
19072         * BeagleClient/Makefile.am, BeagleClient/Query.cs,
19073           BeagleClient/QueryProxy.cs, Best/BestWindow.cs,
19074           beagled/.cvsignore, beagled/BeagleDaemon.cs,
19075           beagled/LiveQuery.cs, beagled/QueryManager.cs, tools/Query.cs:
19076           Separate client-side Query code from the proxy object, implement
19077           query destruction.
19079 2004-08-20 19:31  trow
19081         * beagled/: IndexerQueue.cs, Makefile.am, beagled.in: Decreased
19082           frequency of index optimizations.  Adjusted daemon wrapper script
19083           to set filter path and not fork when running in place.
19085 2004-08-20 18:24  trow
19087         * tools/IndexMail.cs: After indexing, clear the list of things to
19088           be indexed.
19090 2004-08-20 17:36  campd
19092         * Tiles/: TileMailMessage.cs, template-mail-message.html: Fixed the
19093           mail message tile
19095 2004-08-20 17:27  campd
19097         * BeagleClient/Indexable.cs, tools/IndexWebContent.cs,
19098           tools/Makefile.am: Fixed the web content indexer
19100 2004-08-20 17:07  campd
19102         * BeagleClient/Indexable.cs, beagled/IndexerQueue.cs,
19103           tools/IndexMail.cs, tools/Makefile.am: Removed debugging spew
19104           from the Indexable object, made the mail indexer work again.
19106 2004-08-20 16:52  trow
19108         * Util/MultiReader.cs: Tweaked to work with the fixed Queue.Peek
19109           semantics.
19111 2004-08-20 16:26  campd
19113         * BeagleClient/Indexable.cs, BeagleClient/Indexer.cs, Best/best.in,
19114           Filters/FilterHtml.cs, Filters/FilterJpeg.cs,
19115           Filters/FilterMan.cs, Filters/FilterMusic.cs,
19116           Filters/FilterOpenOffice.cs, Filters/FilterPng.cs,
19117           beagled/FilteredIndexable.cs, beagled/IndexerQueue.cs,
19118           tools/IndexGaimLogs.cs, tools/Makefile.am: Add the ability to
19119           provide a stream to the Indexable, fixed the Filters build.
19121 2004-08-20 16:12  trow
19123         * BeagleClient/IRdf.cs, BeagleClient/Makefile.am,
19124           BeagleClient/RdfSink.cs, BeagleClient/RdfSource.cs,
19125           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
19126           beagled/RdfSourceImpl.cs: Added source/sink interfaces, which
19127           will make a few things a bit cleaner.
19129 2004-08-20 15:05  campd
19131         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
19132           BeagleClient/Indexer.cs, BeagleClient/Makefile.am,
19133           BeagleClient/Property.cs, beagled/ExtractContent.cs,
19134           beagled/FilteredIndexable.cs, beagled/IndexDriver.cs,
19135           beagled/Indexer.cs, beagled/Makefile.am,
19136           beagled/NoIndexFileHandler.cs, tools/Crawler.cs,
19137           tools/wrapper.in: Expose an "Indexable" object to the clients
19138           that allow them to provide a property bag to index.
19140 2004-08-20 14:31  trow
19142         * beagled/DBusisms.cs: Doh!
19144 2004-08-20 14:30  trow
19146         * BeagleClient/DBusisms.cs, BeagleClient/Indexer.cs,
19147           BeagleClient/Makefile.am, BeagleClient/QueryManager.cs,
19148           BeagleClient/RdfSink.cs, BeagleClient/RdfSource.cs,
19149           Best/BestWindow.cs, beagled/BeagleDaemon.cs, beagled/Indexer.cs,
19150           beagled/LiveQuery.cs, beagled/Makefile.am,
19151           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
19152           beagled/RdfSourceImpl.cs: Assorted dbus-related tweaks and
19153           clean-up.  The beginnings of rdf transport between clients and
19154           the daemon.
19156 2004-08-19 23:36  trow
19158         * Filters/: FilterHtml.cs, FilterJpeg.cs, FilterMan.cs,
19159           FilterMusic.cs, FilterOpenOffice.cs, FilterPdf.cs, FilterPng.cs,
19160           FilterText.cs: More namespacing fixes.
19162 2004-08-19 21:43  trow
19164         * beagled/: EvolutionDataServerDriver.cs,
19165           ExternalStringsHack.cs.in, ExtractContent.cs, Filter.cs,
19166           Flavor.cs, GoogleDriver.cs, IQueryResult.cs, IQueryable.cs,
19167           IndexDriver.cs, Indexable.cs, IndexableFile.cs, IndexableHttp.cs,
19168           Indexer.cs, IndexerQueue.cs, LiveQuery.cs, NoIndexFileHandler.cs,
19169           PathFinder.cs, PostIndexHandler.cs, PreIndexHandler.cs,
19170           Property.cs, Query.cs, QueryDriver.cs, QueryManager.cs,
19171           QueryResult.cs, QueryableFlavor.cs, Relevancy.cs: Merged
19172           Beagle.Core namespace into Beagle.Daemon.  (This division was an
19173           artifact from before the Indexer.dll code was merged into the
19174           daemon.)
19176 2004-08-19 14:44  trow
19178         * indexer/: EvolutionDataServerDriver.cs,
19179           ExternalStringsHack.cs.in, Filter.cs, Flavor.cs, GoogleDriver.cs,
19180           IQueryResult.cs, IQueryable.cs, IndexDriver.cs, Indexable.cs,
19181           IndexableFile.cs, IndexableHttp.cs, Makefile.am, PathFinder.cs,
19182           Property.cs, Query.cs, QueryDriver.cs, QueryResult.cs,
19183           QueryableFlavor.cs, Relevancy.cs: Tree clean-up.
19185 2004-08-19 14:36  trow
19187         * autogen.sh, configure.in, Best/Makefile.am, beagled/Makefile.am,
19188           mozilla-extension/Makefile.am: A few small changes for 'make
19189           distcheck'
19191 2004-08-17 20:49  joeshaw
19193         * beagle-0.0.pc.in: need to add Util.dll to the pkgconfig libs
19195 2004-08-17 20:18  trow
19197         * BeagleClient/DBusisms.cs, BeagleClient/Indexer.cs,
19198           BeagleClient/Query.cs, Best/BestWindow.cs, beagled/Indexer.cs,
19199           beagled/IndexerQueue.cs, beagled/LiveQuery.cs,
19200           beagled/NoIndexFileHandler.cs, beagled/PostIndexHandler.cs,
19201           beagled/PreIndexHandler.cs, beagled/QueryManager.cs,
19202           tools/Query.cs: Cache the query manager in dbusisms.
19203           Transparently map between xml and hits in BeagleClient/Query.cs.
19204           Cosmetic license tweaks.
19206 2004-08-17 20:02  joeshaw
19208         * beagled/BeagleDaemon.cs: Daemonize unless --nofork is passed in
19210 2004-08-17 19:56  campd
19212         * Filters/FilterMan.cs: Call Finished() when done in the man
19213           parser.
19215 2004-08-17 19:46  campd
19217         * beagled/ExtractContent.cs, beagled/Makefile.am,
19218           beagled/beagled.in, beagled/wrapper.in, tools/ExtractContent.cs,
19219           tools/Makefile.am: Moved beagle-extract-content into the daemon
19220           dir, build it against the daemon lib.
19222 2004-08-17 19:28  campd
19224         * beagled/: BeagleDaemon.cs, Indexer.cs, IndexerQueue.cs,
19225           LiveQuery.cs, NoIndexFileHandler.cs, PostIndexHandler.cs,
19226           PreIndexHandler.cs, QueryManager.cs: Changed BeagleDaemon to
19227           Beagle.Daemon
19229 2004-08-17 18:24  trow
19231         * BeagleClient/.cvsignore, beagled/Lucene.Net/.cvsignore,
19232           tools/.cvsignore: Be quiet!
19234 2004-08-17 18:24  trow
19236         * beagled/: .cvsignore, Lucene.Net/Analysis/PACKAGE.HTML,
19237           Lucene.Net/Analysis/Standard/PACKAGE.HTML,
19238           Lucene.Net/Analysis/Standard/StandardTokenizer.jj,
19239           Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.zip,
19240           Lucene.Net/QueryParser/PACKAGE.HTML,
19241           Lucene.Net/QueryParser/QueryParser.jj,
19242           Lucene.Net/QueryParser/QueryParser.zip,
19243           Lucene.Net/Search/PACKAGE.HTML, Lucene.Net/Store/PACKAGE.HTML:
19244           Randomness.
19246 2004-08-17 18:15  trow
19248         * beagled/BeagleDaemon.cs: Cosmetic tweaks.
19250 2004-08-17 14:25  joeshaw
19252         * beagle-0.0.pc.in, configure.in, beagled/Makefile.am,
19253           tools/Makefile.am, tools/wrapper.in: various build fixes
19255 2004-08-17 14:10  trow
19257         * beagled/: BeagleDaemon.cs, Makefile.am, beagled.in: Build tweaks.
19259 2004-08-17 12:40  joeshaw
19261         * beagled/Makefile.am: reenable the beagled wrapper
19263 2004-08-17 12:36  joeshaw
19265         * Best/Makefile.am, beagled/Makefile.am, beagled/beagled.in: fix a
19266           typo, do the GAC_PREFIX magic for beagled too
19268 2004-08-17 11:31  joeshaw
19270         * configure.in, Best/Makefile.am, Best/best.in: Fix the best
19271           wrapper script to use MONO_GAC_PREFIX
19273 2004-08-16 19:36  campd
19275         * BeagleClient/Indexer.cs, beagled/BeagleDaemon.cs,
19276           beagled/IndexDriver.cs, beagled/Indexer.cs,
19277           beagled/IndexerQueue.cs, beagled/Makefile.am, tools/Crawler.cs,
19278           tools/Makefile.am, tools/Query.cs: Work on the daemon indexer,
19279           moved the crawler to the indexer
19281 2004-08-16 19:06  joeshaw
19283         * beagled/Makefile.am: Fix some linking
19285 2004-08-16 18:52  trow
19287         * Filters/Makefile.am, beagled/Indexer.cs, beagled/Makefile.am,
19288           beagled/PostIndexHandler.cs, beagled/PreIndexHandler.cs: Assorted
19289           fixes.
19291 2004-08-16 18:04  trow
19293         * BeagleClient/DBusisms.cs: Doh!
19295 2004-08-16 18:01  trow
19297         * Makefile.am, configure.in, BeagleClient/Makefile.am,
19298           BeagleClient/Query.cs, BeagleClient/QueryManager.cs,
19299           Best/BestWindow.cs, beagled/EvolutionDataServerDriver.cs,
19300           beagled/ExternalStringsHack.cs.in, beagled/Filter.cs,
19301           beagled/Flavor.cs, beagled/GoogleDriver.cs,
19302           beagled/IQueryResult.cs, beagled/IQueryable.cs,
19303           beagled/IndexDriver.cs, beagled/Indexable.cs,
19304           beagled/IndexableFile.cs, beagled/IndexableHttp.cs,
19305           beagled/Makefile.am, beagled/PathFinder.cs, beagled/Property.cs,
19306           beagled/Query.cs, beagled/QueryDriver.cs, beagled/QueryResult.cs,
19307           beagled/QueryableFlavor.cs, beagled/Relevancy.cs,
19308           beagled/beagled.in, beagled/testclient.in,
19309           beagled/Lucene.Net/AssemblyInfo.cs,
19310           beagled/Lucene.Net/Makefile.am,
19311           beagled/Lucene.Net/Analysis/Analyzer.cs,
19312           beagled/Lucene.Net/Analysis/CharTokenizer.cs,
19313           beagled/Lucene.Net/Analysis/LetterTokenizer.cs,
19314           beagled/Lucene.Net/Analysis/LowerCaseFilter.cs,
19315           beagled/Lucene.Net/Analysis/LowerCaseTokenizer.cs,
19316           beagled/Lucene.Net/Analysis/PerFieldAnalyzerWrapper.cs,
19317           beagled/Lucene.Net/Analysis/PorterStemFilter.cs,
19318           beagled/Lucene.Net/Analysis/PorterStemmer.cs,
19319           beagled/Lucene.Net/Analysis/SimpleAnalyzer.cs,
19320           beagled/Lucene.Net/Analysis/StopAnalyzer.cs,
19321           beagled/Lucene.Net/Analysis/StopFilter.cs,
19322           beagled/Lucene.Net/Analysis/Token.cs,
19323           beagled/Lucene.Net/Analysis/TokenFilter.cs,
19324           beagled/Lucene.Net/Analysis/TokenStream.cs,
19325           beagled/Lucene.Net/Analysis/Tokenizer.cs,
19326           beagled/Lucene.Net/Analysis/WhitespaceAnalyzer.cs,
19327           beagled/Lucene.Net/Analysis/WhitespaceTokenizer.cs,
19328           beagled/Lucene.Net/Analysis/Standard/CharStream.cs,
19329           beagled/Lucene.Net/Analysis/Standard/FastCharStream.cs,
19330           beagled/Lucene.Net/Analysis/Standard/ParseException.cs,
19331           beagled/Lucene.Net/Analysis/Standard/StandardAnalyzer.cs,
19332           beagled/Lucene.Net/Analysis/Standard/StandardFilter.cs,
19333           beagled/Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
19334           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerConstants.cs,
19335           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
19336           beagled/Lucene.Net/Analysis/Standard/Token.cs,
19337           beagled/Lucene.Net/Analysis/Standard/TokenMgrError.cs,
19338           beagled/Lucene.Net/Document/DateField.cs,
19339           beagled/Lucene.Net/Document/Document.cs,
19340           beagled/Lucene.Net/Document/Field.cs,
19341           beagled/Lucene.Net/Index/CompoundFileReader.cs,
19342           beagled/Lucene.Net/Index/CompoundFileWriter.cs,
19343           beagled/Lucene.Net/Index/DocumentWriter.cs,
19344           beagled/Lucene.Net/Index/FieldInfo.cs,
19345           beagled/Lucene.Net/Index/FieldInfos.cs,
19346           beagled/Lucene.Net/Index/FieldsReader.cs,
19347           beagled/Lucene.Net/Index/FieldsWriter.cs,
19348           beagled/Lucene.Net/Index/FilterIndexReader.cs,
19349           beagled/Lucene.Net/Index/IndexReader.cs,
19350           beagled/Lucene.Net/Index/IndexWriter.cs,
19351           beagled/Lucene.Net/Index/MultipleTermPositions.cs,
19352           beagled/Lucene.Net/Index/SegmentInfo.cs,
19353           beagled/Lucene.Net/Index/SegmentInfos.cs,
19354           beagled/Lucene.Net/Index/SegmentMergeInfo.cs,
19355           beagled/Lucene.Net/Index/SegmentMergeQueue.cs,
19356           beagled/Lucene.Net/Index/SegmentMerger.cs,
19357           beagled/Lucene.Net/Index/SegmentReader.cs,
19358           beagled/Lucene.Net/Index/SegmentTermDocs.cs,
19359           beagled/Lucene.Net/Index/SegmentTermEnum.cs,
19360           beagled/Lucene.Net/Index/SegmentTermPositions.cs,
19361           beagled/Lucene.Net/Index/SegmentsReader.cs,
19362           beagled/Lucene.Net/Index/Term.cs,
19363           beagled/Lucene.Net/Index/TermDocs.cs,
19364           beagled/Lucene.Net/Index/TermEnum.cs,
19365           beagled/Lucene.Net/Index/TermInfo.cs,
19366           beagled/Lucene.Net/Index/TermInfosReader.cs,
19367           beagled/Lucene.Net/Index/TermInfosWriter.cs,
19368           beagled/Lucene.Net/QueryParser/CharStream.cs,
19369           beagled/Lucene.Net/QueryParser/FastCharStream.cs,
19370           beagled/Lucene.Net/QueryParser/MultiFieldQueryParser.cs,
19371           beagled/Lucene.Net/QueryParser/ParseException.cs,
19372           beagled/Lucene.Net/QueryParser/QueryParser.cs,
19373           beagled/Lucene.Net/QueryParser/QueryParserConstants.cs,
19374           beagled/Lucene.Net/QueryParser/QueryParserTokenManager.cs,
19375           beagled/Lucene.Net/QueryParser/TermPositions.cs,
19376           beagled/Lucene.Net/QueryParser/Token.cs,
19377           beagled/Lucene.Net/QueryParser/TokenMgrError.cs,
19378           beagled/Lucene.Net/Search/BooleanClause.cs,
19379           beagled/Lucene.Net/Search/BooleanQuery.cs,
19380           beagled/Lucene.Net/Search/BooleanScorer.cs,
19381           beagled/Lucene.Net/Search/CachingWrapperFilter.cs,
19382           beagled/Lucene.Net/Search/DateFilter.cs,
19383           beagled/Lucene.Net/Search/DefaultSimilarity.cs,
19384           beagled/Lucene.Net/Search/ExactPhraseScorer.cs,
19385           beagled/Lucene.Net/Search/Explanation.cs,
19386           beagled/Lucene.Net/Search/Filter.cs,
19387           beagled/Lucene.Net/Search/FilteredTermEnum.cs,
19388           beagled/Lucene.Net/Search/FuzzyQuery.cs,
19389           beagled/Lucene.Net/Search/FuzzyTermEnum.cs,
19390           beagled/Lucene.Net/Search/HitCollector.cs,
19391           beagled/Lucene.Net/Search/HitQueue.cs,
19392           beagled/Lucene.Net/Search/Hits.cs,
19393           beagled/Lucene.Net/Search/IndexSearcher.cs,
19394           beagled/Lucene.Net/Search/MultiSearcher.cs,
19395           beagled/Lucene.Net/Search/MultiTermQuery.cs,
19396           beagled/Lucene.Net/Search/PhrasePositions.cs,
19397           beagled/Lucene.Net/Search/PhrasePrefixQuery.cs,
19398           beagled/Lucene.Net/Search/PhraseQuery.cs,
19399           beagled/Lucene.Net/Search/PhraseQueue.cs,
19400           beagled/Lucene.Net/Search/PhraseScorer.cs,
19401           beagled/Lucene.Net/Search/PrefixQuery.cs,
19402           beagled/Lucene.Net/Search/Query.cs,
19403           beagled/Lucene.Net/Search/QueryFilter.cs,
19404           beagled/Lucene.Net/Search/RangeQuery.cs,
19405           beagled/Lucene.Net/Search/RemoteSearchable.cs,
19406           beagled/Lucene.Net/Search/ScoreDoc.cs,
19407           beagled/Lucene.Net/Search/Scorer.cs,
19408           beagled/Lucene.Net/Search/Searchable.cs,
19409           beagled/Lucene.Net/Search/Searcher.cs,
19410           beagled/Lucene.Net/Search/Similarity.cs,
19411           beagled/Lucene.Net/Search/SloppyPhraseScorer.cs,
19412           beagled/Lucene.Net/Search/TermQuery.cs,
19413           beagled/Lucene.Net/Search/TermScorer.cs,
19414           beagled/Lucene.Net/Search/TopDocs.cs,
19415           beagled/Lucene.Net/Search/Weight.cs,
19416           beagled/Lucene.Net/Search/WildcardQuery.cs,
19417           beagled/Lucene.Net/Search/WildcardTermEnum.cs,
19418           beagled/Lucene.Net/Store/Directory.cs,
19419           beagled/Lucene.Net/Store/FSDirectory.cs,
19420           beagled/Lucene.Net/Store/InputStream.cs,
19421           beagled/Lucene.Net/Store/Lock.cs,
19422           beagled/Lucene.Net/Store/OutputStream.cs,
19423           beagled/Lucene.Net/Store/RAMDirectory.cs,
19424           beagled/Lucene.Net/Util/Arrays.cs,
19425           beagled/Lucene.Net/Util/BitVector.cs,
19426           beagled/Lucene.Net/Util/Number.cs,
19427           beagled/Lucene.Net/Util/PriorityQueue.cs, tools/Makefile.am,
19428           tools/Query.cs, tools/wrapper.in: Incoming!
19430 2004-08-13 16:15  campd
19432         * beagle-0.0.pc.in: pkgconfig file update from Arun Raghavan
19433           <arunissatan@yahoo.com>
19435 2004-07-31 22:02  campd
19437         * beagled/: BeagleDaemon.cs, Indexer.cs, Makefile.am,
19438           NoIndexFileHandler.cs, PostIndexHandler.cs, PreIndexHandler.cs:
19439           Added preindexing and postindexing handlers, moved the .noindex
19440           handling out to a postindexing handler.
19442 2004-07-31 20:21  campd
19444         * Util/FileMatcher.cs: forgot this
19446 2004-07-31 20:21  campd
19448         * BeagleClient/Indexer.cs, BeagleClient/Makefile.am,
19449           Util/Makefile.am, beagled/BeagleDaemon.cs, beagled/Indexer.cs,
19450           beagled/Makefile.am, beagled/beagled.in, tools/Crawler.cs: Added
19451           an Indexer service to the daemon, which currently indexes either
19452           individual files or lists of files.
19454           Moved the FileWatcher out of the crawler into Util.
19456 2004-07-31 20:00  trow
19458         * Util/: Logger.cs, StringFu.cs: Disable logging.  Add unique id
19459           generating function.
19461 2004-07-31 17:57  campd
19463         * beagled/Makefile.am: install BeagleDaemon.exe into pkglibdir
19465 2004-07-31 17:51  campd
19467         * Makefile.am, configure.in, BeagleClient/Hit.cs,
19468           BeagleClient/Makefile.am, BeagleClient/Query.cs,
19469           BeagleClient/QueryManager.cs, BeagleClient/Versioned.cs,
19470           Best/BestRootTile.cs, Best/BestWindow.cs, Best/Makefile.am,
19471           Best/best.in, Filters/FilterHtml.cs, Filters/FilterJpeg.cs,
19472           Filters/FilterMan.cs, Filters/FilterMusic.cs,
19473           Filters/FilterOpenOffice.cs, Filters/FilterPdf.cs,
19474           Filters/FilterPng.cs, Filters/FilterText.cs, Filters/Makefile.am,
19475           Tiles/HitFlavor.cs, Tiles/HitToHitFlavor.cs, Tiles/Makefile.am,
19476           Tiles/Tile.cs, Tiles/TileCanvas.cs, Tiles/TileContact.cs,
19477           Tiles/TileFile.cs, Tiles/TileFolder.cs,
19478           Tiles/TileFromTemplate.cs, Tiles/TileGoogle.cs,
19479           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19480           Tiles/TileMailMessage.cs, Tiles/TileMenuContext.cs,
19481           Tiles/TileMusic.cs, Tiles/TilePicture.cs,
19482           Tiles/TileRenderContext.cs, Tiles/TileWebHistory.cs,
19483           beagled/BeagleDaemon.cs, beagled/LiveQuery.cs,
19484           beagled/Makefile.am, beagled/QueryManager.cs,
19485           beagled/TestClient.cs, beagled/beagled.in, beagled/testclient.in,
19486           indexer/EvolutionDataServerDriver.cs,
19487           indexer/ExternalStringsHack.cs.in, indexer/Filter.cs,
19488           indexer/Flavor.cs, indexer/GoogleDriver.cs, indexer/Hit.cs,
19489           indexer/IQueryResult.cs, indexer/IQueryable.cs,
19490           indexer/IndexDriver.cs, indexer/Indexable.cs,
19491           indexer/IndexableFile.cs, indexer/IndexableHttp.cs,
19492           indexer/Makefile.am, indexer/PathFinder.cs, indexer/Property.cs,
19493           indexer/Query.cs, indexer/QueryDriver.cs, indexer/QueryResult.cs,
19494           indexer/QueryableFlavor.cs, indexer/Relevancy.cs,
19495           indexer/Versioned.cs, tools/Crawler.cs, tools/ExtractContent.cs,
19496           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
19497           tools/IndexWebContent.cs, tools/Makefile.am, tools/Query.cs:
19498           Added a daemon
19500           Added a client library to the daemon
19502           Made Best use the client library
19504           Did some namespace shuffling:   * The classes in indexer/ are now
19505           in the Beagle.Core namespace  * The Filters are now in the
19506           Beagle.Filters namespace   * Tiles are now in Beagle.Tiles
19507           (there's a pattern emerging)    * The client library took the
19508           Beagle namespace
19510 2004-07-28 14:52  orph
19512         * ChangeLog, mozilla-extension/.cvsignore,
19513           tools/IndexWebContent.cs: 2004-07-28  Alex Graveley
19514           <alex@ximian.com>
19516                   * tools/IndexWebContent.cs: Rename --uri to --url, to
19517           match
19518                   implementation.
19519                   Return an exitcode of 1 on error.
19520                   Catch indexing error to ensure we always delete
19521           sourcefile.
19523 2004-07-28 06:25  orph
19525         * ChangeLog, mozilla-extension/README,
19526           mozilla-extension/install.rdf,
19527           mozilla-extension/content/beagleOverlay.js,
19528           mozilla-extension/content/beagleOverlay.xul,
19529           mozilla-extension/content/beaglePrefs.js,
19530           mozilla-extension/content/beaglePrefs.xul,
19531           mozilla-extension/content/contents.rdf,
19532           mozilla-extension/locale/en-US/beagle.dtd: 2004-07-28  Alex
19533           Graveley  <alex@ximian.com>
19535                   * mozilla-extension/content/beaglePrefs.xul: Add
19536           <checkbox> for
19537                   beagle.security.active pref.
19539                   * mozilla-extension/content/beaglePrefs.js: Support
19540                   beagle.security.active pref to enable https indexing.
19542                   * mozilla-extension/content/beagleOverlay.js: Index https
19543           pages if
19544                   pref is chosen.  Fix bug in https detection since
19545                   location.protocol includes the trailing ':'. Cleanup
19546                   beagleProcessClick.
19548                   * mozilla-extension/install.rdf: Add <optionsURL> so
19549           options can
19550                   be opened from Extension Manager window.
19552 2004-07-27 10:25  trow
19554         * AUTHORS, Filters/FilterPdf.cs, Filters/Makefile.am: Christopher
19555           Orr's pdftotext-based PDF Filter.
19557 2004-07-27 07:49  orph
19559         * mozilla-extension/README:
19560           Add README
19562 2004-07-27 07:27  orph
19564         * ChangeLog, Makefile.am, configure.in,
19565           mozilla-extension/Makefile.am, mozilla-extension/install.rdf,
19566           mozilla-extension/content/about.xul,
19567           mozilla-extension/content/beagleOverlay.css,
19568           mozilla-extension/content/beagleOverlay.js,
19569           mozilla-extension/content/beagleOverlay.xul,
19570           mozilla-extension/content/beaglePrefs.js,
19571           mozilla-extension/content/beaglePrefs.xul,
19572           mozilla-extension/content/contents.rdf,
19573           mozilla-extension/content/jslib/jslib.js,
19574           mozilla-extension/content/jslib/modules.js,
19575           mozilla-extension/content/jslib/debug/debug.js,
19576           mozilla-extension/content/jslib/install/uninstall.css,
19577           mozilla-extension/content/jslib/install/uninstall.js,
19578           mozilla-extension/content/jslib/install/uninstall.xul,
19579           mozilla-extension/content/jslib/io/dir.js,
19580           mozilla-extension/content/jslib/io/dirUtils.js,
19581           mozilla-extension/content/jslib/io/file.js,
19582           mozilla-extension/content/jslib/io/fileUtils.js,
19583           mozilla-extension/content/jslib/io/filesystem.js,
19584           mozilla-extension/content/jslib/xul/commonWindow.js,
19585           mozilla-extension/locale/en-US/beagle.dtd,
19586           mozilla-extension/locale/en-US/beagle.properties,
19587           mozilla-extension/locale/en-US/contents.rdf,
19588           mozilla-extension/skin/classic/beagle-big.png,
19589           mozilla-extension/skin/classic/beagle-disabled.png,
19590           mozilla-extension/skin/classic/beagle-error.png,
19591           mozilla-extension/skin/classic/beagle.png,
19592           mozilla-extension/skin/classic/contents.rdf: 2004-07-27  Alex
19593           Graveley  <alex@ximian.com>
19595                   * mozilla-extension/: Add initial commit of the
19596           mozilla/firefox
19597                   indexing extension.
19599                   * configure.in: Add mozilla-extension/Makefile.
19601                   * Makefile.am (SUBDIRS): Add mozilla-extension.
19603 2004-07-27 05:20  orph
19605         * ChangeLog, epiphany-extension/ephy-beagle-extension.c,
19606           tools/IndexWebContent.cs, tools/Makefile.am: 2004-07-27  Alex
19607           Graveley  <alex@ximian.com>
19609                   * tools/Makefile.am (INDEX_WEB_CONTENT_WRAPPER): Rename
19610                   beagle-epiphany-index to beagle-index-url since it will
19611           be used by
19612                   mozilla too.
19614                   * tools/IndexWebContent.cs: Take --url, --title,
19615           --sourcefile,
19616                   --deletesourcefile arguments.  Print usage if url or
19617                   sourcefile/stdin is missing.
19619                   * epiphany-extension/ephy-beagle-extension.c
19620           (load_status_cb):
19621                   Pass "--url" and "--title" to beagle-index-url.
19623 2004-07-24 19:30  trow
19625         * Filters/: FilterMan.cs, Makefile.am: Added Michael Levy's man
19626           filter.
19628 2004-07-24 19:01  trow
19630         * indexer/Filter.cs, indexer/IndexDriver.cs,
19631           tools/IndexWebContent.cs: Removed some annoying debug spew.
19633 2004-07-24 18:17  trow
19635         * indexer/.cvsignore: This is the last one.
19637 2004-07-24 18:06  trow
19639         * indexer/: .cvsignore, ExternalStringsHack.cs.in: Doh!
19641 2004-07-24 17:57  trow
19643         * Makefile.am, autogen.sh, configure.in, Best/Makefile.am,
19644           Best/best.in, Filters/Filter.cs, Filters/FilterHtml.cs,
19645           Filters/FilterJpeg.cs, Filters/FilterMusic.cs,
19646           Filters/FilterOpenOffice.cs, Filters/FilterPng.cs,
19647           Filters/FilterText.cs, Filters/Flavor.cs, Filters/Makefile.am,
19648           Tiles/Makefile.am, Tiles/template-contact.html,
19649           Tiles/template-file.html, Tiles/template-im-log.html,
19650           Tiles/template-mail-message.html, Tiles/template-music.html,
19651           Tiles/template-picture.html, Tiles/template-web-history.html,
19652           Util/StringFu.cs, indexer/EvolutionDataServerDriver.cs,
19653           indexer/Filter.cs, indexer/Flavor.cs, indexer/IndexDriver.cs,
19654           indexer/Indexable.cs, indexer/IndexableFile.cs,
19655           indexer/Makefile.am, indexer/PathFinder.cs, indexer/Property.cs,
19656           tools/Crawler.cs, tools/ExtractContent.cs,
19657           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
19658           tools/IndexWebContent.cs, tools/Makefile.am, tools/wrapper.in:
19659           Filter refactoring and general clean-up.
19661 2004-07-09 13:57  nat
19663         * Tiles/TileWebHistory.cs: Changed the title text.
19665 2004-07-07 23:47  trow
19667         * Util/FSpotTools.cs, indexer/IndexableFile.cs: Index f-spot's
19668           photo tags.
19670 2004-07-07 16:37  trow
19672         * Util/FSpotTools.cs, Util/Makefile.am, Util/NautilusTools.cs,
19673           indexer/IndexableFile.cs: A hack to index f-spot photo
19674           descriptions.
19676 2004-07-06 22:25  trow
19678         * doc/TODO-integration: TODO for code outside of beagle.
19680 2004-07-04 14:00  trow
19682         * chooser-fu/.cvsignore, indexer/EvolutionDataServerDriver.cs,
19683           indexer/GoogleDriver.cs, indexer/IndexDriver.cs,
19684           indexer/Makefile.am, indexer/QueryDriver.cs,
19685           indexer/QueryableFlavor.cs: Find IQueryables via introspection.
19687 2004-07-03 20:22  trow
19689         * indexer/Hit.cs, tools/IndexMail.cs: It always helps to commit
19690           code that actually compiles.
19692 2004-07-03 20:04  trow
19694         * AUTHORS, Tiles/TileFile.cs, Tiles/TileFolder.cs,
19695           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
19696           Tiles/TilePicture.cs, indexer/Hit.cs: A clean-up of the code that
19697           opens items in external apps, based on a patch from Arwed
19698           Merkatz.
19700 2004-07-03 11:07  trow
19702         * Tiles/Tile.cs, Util/StringFu.cs, doc/TODO, indexer/Hit.cs,
19703           indexer/IndexDriver.cs, indexer/IndexableFile.cs: Small tweaks
19704           and airplane hacks.
19706 2004-06-28 11:54  trow
19708         * Filters/FilterPng.cs: Removed scary warning.
19710 2004-06-28 11:23  trow
19712         * Filters/Filter.cs, Filters/FilterOpenOffice.cs,
19713           Filters/FilterText.cs, indexer/IndexDriver.cs,
19714           indexer/Indexable.cs, indexer/IndexableFile.cs, tools/Crawler.cs:
19715           Fix for a bug too horrible to mention.
19717 2004-06-28 06:48  nat
19719         * Tiles/TileContact.cs: Scaled up the image
19721 2004-06-28 06:47  trow
19723         * Filters/FilterOpenOffice.cs, Tiles/TileFile.cs,
19724           Tiles/TileMusic.cs, Tiles/TilePicture.cs, indexer/Hit.cs: Fix
19725           whitespace problem.
19727 2004-06-28 06:01  trow
19729         * Tiles/TileHitCollection.cs: Fixed Dave's bug.
19731 2004-06-28 05:59  trow
19733         * images/emblem-picture.png: New picture emblem.
19735 2004-06-28 05:34  trow
19737         * Best/BestWindow.cs, Tiles/TileHitCollection.cs,
19738           Tiles/template-hit-collection.html, indexer/Query.cs: More GUADEC
19739           hacking.
19741 2004-06-28 05:19  trow
19743         * images/: emblem-contact.png, emblem-file.png, emblem-folder.png,
19744           emblem-google.png, emblem-im-log.png, emblem-mail-message.png,
19745           emblem-music.png, emblem-picture.png, emblem-web-history.png:
19746           Images I forgot to add earlier.
19748 2004-06-28 03:30  trow
19750         * Best/BestRootTile.cs, Filters/FilterPng.cs, Tiles/HitFlavor.cs,
19751           Tiles/TileCanvas.cs, Tiles/TileContact.cs, Tiles/TileFile.cs,
19752           Tiles/TileFolder.cs, Tiles/TileGoogle.cs,
19753           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19754           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
19755           Tiles/TilePicture.cs, Tiles/template-contact.html,
19756           Tiles/template-file.html, Tiles/template-folder.html,
19757           Tiles/template-google.html, Tiles/template-hit-collection.html,
19758           Tiles/template-im-log.html, Tiles/template-mail-message.html,
19759           Tiles/template-music.html, Tiles/template-picture.html,
19760           Tiles/template-web-history.html, Util/NautilusTools.cs,
19761           Util/StringFu.cs, chooser-fu/Makefile.am,
19762           chooser-fu/beaglequery.c, chooser-fu/beaglequery.h,
19763           chooser-fu/gtkfilesystembeagle.c, chooser-fu/preload-symbols.c,
19764           images/Makefile.am, indexer/Hit.cs, indexer/IndexableFile.cs,
19765           indexer/Query.cs, tools/Crawler.cs: GUADEC hacking.
19767 2004-06-24 21:05  trow
19769         * Best/BestWindow.cs: Removed Best's menu bar.
19771 2004-06-24 20:55  trow
19773         * Util/: Makefile.am, NautilusTools.cs: Added Joe Gasiorek's
19774           NautilusTools code for discovering emblems on files.
19776 2004-06-24 18:22  trow
19778         * configure.in: And while I'm at it, I might as well bump the
19779           version number.
19781 2004-06-24 18:21  trow
19783         * configure.in: Forgot to remove a reference the old Renderer code.
19785 2004-06-24 18:11  trow
19787         * Makefile.am, configure.in, chooser-fu/.cvsignore,
19788           chooser-fu/Makefile.am, chooser-fu/beaglequery.c,
19789           chooser-fu/beaglequery.h, chooser-fu/chooser-test.c,
19790           chooser-fu/gtkfilesystembeagle.c,
19791           chooser-fu/gtkfilesystembeagle.h, chooser-fu/preload-symbols.c,
19792           chooser-fu/xdgmime.c, chooser-fu/xdgmime.h,
19793           chooser-fu/xdgmimeglob.c, chooser-fu/xdgmimeglob.h,
19794           chooser-fu/xdgmimeint.c, chooser-fu/xdgmimeint.h,
19795           chooser-fu/xdgmimemagic.c, chooser-fu/xdgmimemagic.h,
19796           indexer/QueryDriver.cs: Behold the power of my chooser-fu!
19798 2004-06-24 14:45  trow
19800         * Makefile.am, Best/Makefile.am, Filters/Makefile.am,
19801           Tiles/Makefile.am, indexer/Makefile.am, tools/Makefile.am: Force
19802           re-compiles whenever we depend on a locally-built assembly that
19803           has changed.
19805           Removed the old renderers from the build
19807 2004-06-24 14:25  trow
19809         * Best/BestWindow.cs: Removed call to Query.AutoPopulateHack.  The
19810           hack has been removed.
19812 2004-06-23 21:48  trow
19814         * Tiles/TileMailMessage.cs, Util/StringFu.cs,
19815           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
19816           indexer/IndexDriver.cs, indexer/Query.cs, indexer/QueryDriver.cs,
19817           tools/Query.cs: Moved some utility routines to StringFu.  Removed
19818           spew.  Added mime-type filtering in Query.  Added ability to
19819           specify search domain (i.e. local, neighborhood or global) in a
19820           Query.  Other code changed to reflect Query api changes.
19822 2004-06-23 01:25  trow
19824         * Best/BestWindow.cs, Tiles/Tile.cs, Tiles/TileCanvas.cs,
19825           Tiles/TileContact.cs, Tiles/template-music.html,
19826           tools/Crawler.cs: Music tile tweaks.  Fix stupid bug in crawler
19827           symlink check.  Turn on inline tile rendering by default.  (Which
19828           is wrong, but necessary until the kinks get worked out of the
19829           iframe stuff.) Fix inline tile rendering to properly dispatch
19830           UrlReqests, etc. to the tiles.  Make best a tiny bit less ugly.
19832 2004-06-22 18:10  trow
19834         * Best/BestRootTile.cs, Best/BestWindow.cs,
19835           Tiles/HitToHitFlavor.cs, Tiles/Makefile.am, Tiles/TileCanvas.cs,
19836           Tiles/TileContact.cs, Tiles/TileFile.cs, Tiles/TileFolder.cs,
19837           Tiles/TilePicture.cs, Tiles/template-folder.html,
19838           indexer/EvolutionDataServerDriver.cs, indexer/Hit.cs,
19839           indexer/QueryResult.cs: Do the right thing when a file://-Uri hit
19840           is actually a directory.  Added a folder tile.  Re-enabled
19841           contact photos.  Added contact photo to contact tiles.  Added
19842           thumbnail to image tiles.  Assorted bug fixes.
19844 2004-06-22 16:01  trow
19846         * tools/: Crawler.cs, Makefile.am: Don't follow symlinks while
19847           crawling.  Fixes bug 144744.
19849 2004-06-22 14:20  trow
19851         * Best/Best.cs, Best/BestRootTile.cs, Tiles/HitFlavor.cs,
19852           Tiles/HitToHitFlavor.cs, Tiles/Makefile.am, Tiles/TileContact.cs,
19853           Tiles/TileFile.cs, Tiles/TileGoogle.cs,
19854           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19855           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
19856           Tiles/TilePicture.cs, Tiles/TileWebHistory.cs, Util/StringFu.cs,
19857           indexer/Hit.cs: Attributes are fun.
19859 2004-06-21 23:42  trow
19861         * Best/BestRootTile.cs, Best/BestWindow.cs, Tiles/Makefile.am,
19862           Tiles/TileCanvas.cs, Tiles/TileHitCollection.cs,
19863           Tiles/TileMusic.cs, Tiles/TilePicture.cs,
19864           Tiles/template-music.html, Tiles/template-picture.html,
19865           images/Images.cs, indexer/QueryDriver.cs, tools/Crawler.cs:
19866           Picture and Music tiles.  Image improvements.  Some
19867           (half-finished) tile hacking.
19869 2004-06-20 17:23  trow
19871         * HACKING: Notes on code organization.
19873 2004-06-19 04:07  trow
19875         * Filters/: FilterJpeg.cs, FilterPng.cs, Makefile.am: Very basic
19876           jpeg and png filters.
19878 2004-06-19 02:58  trow
19880         * Filters/Filter.cs, Filters/FilterMusic.cs, Filters/Makefile.am,
19881           Util/Id3.cs, Util/Makefile.am: Added a simple filter for
19882           ID3-tagged MP3 files.
19884 2004-06-18 02:57  trow
19886         * Filters/Filter.cs, Util/StringFu.cs, indexer/IndexableFile.cs,
19887           tools/Crawler.cs: Allow IndexableFile to index directories and to
19888           index file names if no filter is available.  Some renaming in
19889           Filter.cs.  Retooled crawler to index directories.
19891 2004-06-17 00:58  trow
19893         * Best/BestRootTile.cs, Tiles/Makefile.am, Tiles/Tile.cs,
19894           Tiles/TileCanvas.cs, Tiles/TileGoogle.cs,
19895           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19896           Tiles/TileWebHistory.cs, Tiles/template-google.html,
19897           Tiles/template-hit-collection.html, Tiles/template-im-log.html,
19898           Tiles/template-web-history.html, indexer/GoogleDriver.cs: More
19899           tile work and misc. fixes.  Still looks ugly, but is becoming
19900           more functional.
19902 2004-06-16 03:23  trow
19904         * Best/BestRootTile.cs, Tiles/Makefile.am, Tiles/TileCanvas.cs,
19905           Tiles/TileHitCollection.cs, Tiles/TileRenderContext.cs,
19906           Tiles/template-hit-collection.html: More tile hacking.
19907           Everything is still fairly ugly.
19909 2004-06-16 01:14  trow
19911         * AUTHORS, doc/TODO, tools/Crawler.cs: Applied Joe Gasiorek's patch
19912           for crawling recently used files.
19914 2004-06-15 20:44  nat
19916         * tools/IndexMail.cs: Don't puke on my emacs.
19918 2004-06-15 20:39  nat
19920         * Util/ImLog.cs, tools/IndexGaimLogs.cs: Added a --verbose option.
19922 2004-06-15 03:17  trow
19924         * Tiles/Makefile.am, Tiles/Tile.cs, Tiles/TileCanvas.cs,
19925           Tiles/TileContact.cs, Tiles/TileHitCollection.cs,
19926           Tiles/TileMenuContext.cs, Tiles/template-contact.html,
19927           indexer/EvolutionDataServerDriver.cs, indexer/Hit.cs,
19928           indexer/QueryDriver.cs: More hacking: popup menu handling for
19929           tiles, contact tiles, better link handing.
19931 2004-06-15 00:40  trow
19933         * Tiles/Makefile.am: Build fixes.
19935 2004-06-14 16:34  trow
19937         * .cvsignore, Makefile.am, configure.in, Best/BestRootTile.cs,
19938           Best/BestWindow.cs, Best/Makefile.am, Best/best.in,
19939           Tiles/.cvsignore, Tiles/Makefile.am, Tiles/Tile.cs,
19940           Tiles/TileCanvas.cs, Tiles/TileFile.cs,
19941           Tiles/TileFromTemplate.cs, Tiles/TileHitCollection.cs,
19942           Tiles/TileMailMessage.cs, Tiles/TileRenderContext.cs,
19943           Tiles/template-file.html, Tiles/template-mail-message.html,
19944           Util/Makefile.am, Util/StringFu.cs, doc/TODO, images/.cvsignore,
19945           images/Images.cs, images/Makefile.am, indexer/IndexDriver.cs,
19946           tools/IndexMail.cs: Tile hacking.
19948 2004-06-10 02:19  trow
19950         * NEWS: Updated NEWS for release.
19952 2004-06-10 02:07  trow
19954         * configure.in: Bumped version number.
19956 2004-06-10 01:59  trow
19958         * Renderers/HitRendererHtml.cs, Renderers/Makefile.am, doc/TODO,
19959           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/Makefile.am,
19960           indexer/QueryResult.cs, indexer/Relevancy.cs,
19961           templates/Makefile.am, templates/email-sent.html,
19962           templates/email.html, tools/Crawler.cs, tools/IndexMail.cs:
19963           Updated TODO.
19965           Small changes to how we track scores in Hits.
19967           Added framework for better relevancy calculations and a few
19968           ad-hoc rules.
19970           Distinguish between sent and received e-mails.
19972           When crawling, check a file's mtime before sniffing the mime
19973           type.  This keeps us from changing every file's atime every time
19974           we crawl.
19976 2004-06-09 23:51  trow
19978         * Renderers/HitRenderer.cs, Renderers/HitRendererControl.cs,
19979           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
19980           indexer/Hit.cs, indexer/IndexDriver.cs: A hack or two.
19982 2004-06-09 02:22  trow
19984         * Filters/Filter.cs, Filters/FilterHtml.cs,
19985           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
19986           Util/Makefile.am, Util/MultiReader.cs, Util/PullingReader.cs,
19987           indexer/IndexDriver.cs, indexer/Indexable.cs,
19988           indexer/IndexableFile.cs, indexer/Makefile.am,
19989           tools/ExtractContent.cs, tools/IndexMail.cs,
19990           tools/IndexWebContent.cs: Avoid big allocations and work around
19991           mono GC issues.
19993 2004-06-08 22:29  trow
19995         * tools/IndexMail.cs: Avoid large allocations while parsing mboxes.
19997 2004-06-08 13:39  trow
19999         * Renderers/HitRendererHtml.cs, tools/IndexWebContent.cs: Make web
20000           history items their own type.
20002 2004-06-07 22:42  trow
20004         * indexer/IndexDriver.cs: Enable stemming in our analyzer.
20005           Properly analyze/stem queries.
20007 2004-06-07 14:41  trow
20009         * tools/: IndexMail.cs, wrapper.in: Write out timestamps as ticks
20010           to avoid retarded System.DateTime string parsing behavior.  Added
20011           $MONO_EXTRA_ARGS to the mono command-line in wrapper.in.  This
20012           facilitates tracing, profiling, etc.
20014 2004-06-07 03:44  trow
20016         * HACKING: Fixed one last 'dewey' that I missed before.
20018 2004-06-07 02:29  trow
20020         * AUTHORS: Credit where credit is due.
20022 2004-06-07 02:28  trow
20024         * Filters/Flavor.cs, Util/gnome.cs: A few things from Michael
20025           Levy's gzipped-file-crawling patch: support for mime-sniffing
20026           buffers and Flavor.FromStream.
20028 2004-06-04 22:28  trow
20030         * Util/Logger.cs, Util/Makefile.am, indexer/IndexDriver.cs,
20031           indexer/PathFinder.cs: Added extra logging to help debug locking
20032           problems.
20034 2004-06-03 23:42  trow
20036         * Makefile.am, configure.in, Best/Best.cs, Best/BestWindow.cs,
20037           Renderers/HitRendererControl.cs: More searchomatic!
20039 2004-06-03 23:42  trow
20041         * searchomatic/: .cvsignore, Makefile.am, README, searchomatic.c:
20042           Searchomatic!
20044 2004-06-03 13:50  trow
20046         * Best/BestWindow.cs, Best/HitContainer.cs,
20047           Renderers/HitRendererControl.cs: Only show the next/prev buttons
20048           when appropriate.
20050 2004-06-03 13:35  trow
20052         * indexer/: EvolutionDataServerDriver.cs, Query.cs: Proper handling
20053           of multi-part queries against e-d-s.
20055 2004-06-03 11:07  trow
20057         * README, tools/Makefile.am: Added note about being able to index
20058           IM logs.  Fixed build glitch.
20060 2004-06-03 02:44  trow
20062         * HACKING, NEWS, README, configure.in, doc/TODO: Added stuff to
20063           HACKING, NEWS, README, TODO.  Set version number to 0.0.0.
20065 2004-06-03 02:04  trow
20067         * Util/ImLog.cs, tools/IndexGaimLogs.cs: Another fix for
20068           pathological gaim logs.
20070 2004-06-03 01:52  trow
20072         * Best/BestWindow.cs, Best/HitContainer.cs, Util/ImLog.cs,
20073           indexer/IndexDriver.cs, indexer/Query.cs, indexer/QueryDriver.cs:
20074           Properly handle gaim longs that contain newlines.  Do the right
20075           thing on an empty query.
20077 2004-06-03 00:40  trow
20079         * Filters/FilterOpenOffice.cs, indexer/IndexDriver.cs: Fix crash in
20080           OOo filter.  Properly handle multi-word search phrases in Lucene.
20082 2004-06-02 22:41  trow
20084         * Renderers/HitRenderer.cs: Don't crash if we try to step back
20085           before the first match.
20087 2004-06-02 16:34  trow
20089         * indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20090           indexer/IndexDriver.cs, indexer/Query.cs,
20091           templates/file-generic.html: The beginnings of support for some
20092           semi-reasonable query semantics: Multi-word and quoted-phrase
20093           queries now do the expected thing in the Lucene index.  Evolution
20094           does the wrong thing because of breakage in evo-sharp.  And
20095           Google is still broken by a beta 2 problem, so I didn't change
20096           anything in there yet.
20098 2004-06-02 13:28  trow
20100         * tools/.cvsignore: Be quiet!
20102 2004-06-02 03:58  trow
20104         * configure.in, Best/Makefile.am, Best/best.in, Filters/Filter.cs,
20105           Filters/FilterOpenOffice.cs, Filters/Makefile.am,
20106           indexer/Makefile.am, indexer/QueryDriver.cs, tools/Makefile.am,
20107           tools/wrapper.in: Small GACish fixes.  Disabled Google queries,
20108           since they are broken under mono beta 2.  Extract more metadata
20109           from openoffice files.
20111 2004-06-01 15:43  nat
20113         * Util/gnome.cs: System.Diagnostics.Process.Start is a static
20114           method
20116 2004-05-31 22:25  trow
20118         * Makefile.am, configure.in, Best/BestWindow.cs,
20119           Best/HitContainer.cs, Best/Makefile.am, Best/best.in,
20120           Filters/FilterOpenOffice.cs, Renderers/DataBarn.cs,
20121           Renderers/Favicons.cs, Renderers/HitRenderer.cs,
20122           Renderers/HitRendererControl.cs, Renderers/HitRendererHtml.cs,
20123           Renderers/Makefile.am, Renderers/Tile.cs, Util/Makefile.am,
20124           Util/camel.cs, images/Makefile.am, images/contact-phone.png,
20125           images/gnome-error.png, images/gnome-gaim.png,
20126           images/icon-bookmark.png, images/icon-folder.png,
20127           images/icon-history.png, images/icon-search.png,
20128           images/icon-web-large.png, images/icon-web.png,
20129           images/status-away.png, images/status-online.png,
20130           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20131           indexer/Hit.cs, indexer/IQueryResult.cs, indexer/IQueryable.cs,
20132           indexer/IndexDriver.cs, indexer/Indexable.cs,
20133           indexer/Makefile.am, indexer/QueryDriver.cs,
20134           indexer/QueryResult.cs, templates/.cvsignore,
20135           templates/Makefile.am, templates/contact.html,
20136           templates/email.html, templates/file-generic.html,
20137           templates/google.html, templates/im-log.html,
20138           templates/web-history.html, templates/weblink.html,
20139           tools/IndexMail.cs, tools/Makefile.am, tools/wrapper.in: Tile
20140           rendering, which is still very hacky.  Async rendering.  Paged
20141           results.  Cancellable queries.  DataBarn! Evo-sharp fixes.
20142           Assorted clean-up.  Introduced more bugs.
20144 2004-05-27 16:51  trow
20146         * Best/Makefile.am, Renderers/Makefile.am, Util/ImLog.cs,
20147           Util/Makefile.am, indexer/EvolutionDataServerDriver.cs,
20148           indexer/Indexable.cs, tools/IndexGaimLogs.cs, tools/Makefile.am,
20149           tools/Query.cs, tools/wrapper.in: Added code to index gaim logs.
20150           Small build fixes for evo-sharp.  It builds, but doesn't work.
20151           (For me, at least.)
20153 2004-05-26 22:37  nat
20155         * doc/TODO: Added a note about indexing attachments.
20157 2004-05-23 18:51  trow
20159         * configure.in, Best/Makefile.am, Filters/Makefile.am,
20160           Renderers/Makefile.am, Util/Makefile.am: Build fixes: use
20161           pkg-config to find gtk-sharp, etc., to ensure that Beagle is
20162           GACilicious.
20164 2004-05-22 14:35  trow
20166         * Best/Makefile.am, Filters/Makefile.am,
20167           Renderers/FileHitRenderer.cs, Renderers/Makefile.am,
20168           Renderers/WebLinkHitRenderer.cs, Util/Makefile.am,
20169           indexer/Makefile.am, indexer/PathFinder.cs: Small build tweaks.
20170           Don't cache composited icons under ~/.dashboard.  Tweaked WebLink
20171           Renderer to better handle the HTML Google hands back to us.
20173 2004-05-22 14:02  trow
20175         * Renderers/Favicons.cs, Renderers/FileHitRenderer.cs,
20176           Renderers/Makefile.am, Renderers/WebLinkHitRenderer.cs,
20177           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/IndexableFile.cs,
20178           indexer/QueryDriver.cs, indexer/Versioned.cs, tools/Crawler.cs:
20179           Various indexing and crawler improvements.  Added convenience
20180           functions to Hit for common operations on file:// hits.  Tweaked
20181           the file & web link renderers a bit.  Stole code from dashboard
20182           to put favicon emblems on the icons.
20184 2004-05-21 14:51  trow
20186         * configure.in: Added a configure-time warning about the potential
20187           problems of installing beagle into a different prefix than
20188           epiphany.
20190 2004-05-21 14:13  trow
20192         * README, epiphany-extension/ephy-beagle-extension.c: Put some
20193           basic information in the README file.
20195           Added BEAGLE_NO_WEB_INDEXING environment variable check to the
20196           epiphany extension.
20198 2004-05-21 13:18  trow
20200         * COPYING, Best/Best.cs, Best/BestWindow.cs, Best/HitContainer.cs,
20201           Best/HitView.cs, Filters/Filter.cs, Filters/FilterHtml.cs,
20202           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20203           Filters/Flavor.cs, Renderers/ContactHitRenderer.cs,
20204           Renderers/DefaultHitRenderer.cs, Renderers/FileHitRenderer.cs,
20205           Renderers/HitRenderer.cs, Renderers/HitRendererHtml.cs,
20206           Renderers/MailMessageHitRenderer.cs,
20207           Renderers/WebLinkHitRenderer.cs, Util/Vfs.cs,
20208           epiphany-extension/Makefile.am,
20209           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20210           indexer/Hit.cs, indexer/IQueryable.cs, indexer/IndexDriver.cs,
20211           indexer/Indexable.cs, indexer/IndexableFile.cs,
20212           indexer/IndexableHttp.cs, indexer/PathFinder.cs,
20213           indexer/Query.cs, indexer/QueryDriver.cs, indexer/QueryResult.cs,
20214           indexer/Versioned.cs, tools/Crawler.cs, tools/CrawlerRSS20.cs,
20215           tools/ExtractContent.cs, tools/IndexMail.cs,
20216           tools/IndexWebContent.cs, tools/Query.cs: Added a COPYING file.
20217           Added licenses to all of the source code.  Install the epiphany
20218           extension in the right place.
20220 2004-05-21 11:30  trow
20222         * Renderers/: FileHitRenderer.cs, HitRendererHtml.cs,
20223           MailMessageHitRenderer.cs, WebLinkHitRenderer.cs: Added
20224           link-clicking to the HTML renderers.
20226 2004-05-20 18:00  trow
20228         * Util/camel.cs: Fixed to read Evo 1.5 imap summaries.
20230 2004-05-20 16:19  trow
20232         * .cvsignore, tools/.cvsignore: BE QUIET!
20234 2004-05-20 15:51  trow
20236         * README, indexer/Hit.cs, tools/Crawler.cs, tools/Makefile.am:
20237           Fixed int vs. long type error in IndexDriver.  It sure be nice
20238           when we have generics...  Added more paranoid exception catching
20239           in Crawler.cs, to work around the invalid filename bug in beta1.
20240           Assorted build tweaks.  We are back to passing 'make distcheck'.
20242 2004-05-20 14:07  trow
20244         * Best/BestWindow.cs, Best/HitContainer.cs,
20245           Renderers/ContactHitRenderer.cs, Renderers/HitRenderer.cs,
20246           Renderers/Makefile.am, indexer/GoogleDriver.cs: Added a simple
20247           contact renderer.  Integrated renderers into best in a way that
20248           sucks a tiny bit less than the way I initially did it.
20250 2004-05-20 11:18  trow
20252         * tools/beagle-update-index.in: Doh!
20254 2004-05-20 11:14  trow
20256         * Makefile.am, configure.in, Best/BestWindow.cs, Best/Makefile.am,
20257           Best/best.in, Renderers/.cvsignore,
20258           Renderers/DefaultHitRenderer.cs, Renderers/FileHitRenderer.cs,
20259           Renderers/HitRenderer.cs, Renderers/HitRendererHtml.cs,
20260           Renderers/MailMessageHitRenderer.cs, Renderers/Makefile.am,
20261           Renderers/WebLinkHitRenderer.cs, images/Makefile.am,
20262           images/attachment.png, images/book.png, images/bookmark.png,
20263           images/bug.png, images/default.png, images/document.png,
20264           images/evolution.png, images/flag-for-followup.png,
20265           images/foaf.png, images/globe.png, images/mail-new.png,
20266           images/mail-read.png, images/mail-replied.png, images/mail.png,
20267           images/music.png, images/person.png, images/rss.png,
20268           images/stock.png, images/white.png: First stage of moving
20269           Dashboard's renderers into Beagle.  Best now uses those
20270           renderers, albeit in a very primitive way.
20272 2004-05-19 17:12  trow
20274         * indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20275           indexer/IQueryable.cs, indexer/IndexDriver.cs,
20276           indexer/QueryDriver.cs, tools/Makefile.am: Tweak IQueryable to
20277           support query types that report results incrementally, rather
20278           than all at the end.
20280 2004-05-19 15:15  trow
20282         * INSTALL, indexer/IndexDriver.cs, indexer/Makefile.am,
20283           indexer/PathFinder.cs, tools/IndexMail.cs: Corrected a few
20284           out-of-date comments.  Set reasonable permissions on ~/.beagle
20285           directory.  Added INSTALL file.
20287 2004-05-19 13:46  trow
20289         * Util/camel.cs, epiphany-extension/README, tools/IndexMail.cs,
20290           tools/IndexWebContent.cs: Properly timestamp both sent and
20291           received messages while indexing.  Don't index https:// pages
20292           while browsing.
20294 2004-05-18 22:51  trow
20296         * images/.cvsignore: BE QUIET!
20298 2004-05-18 22:50  trow
20300         * epiphany-extension/dewey-epiphany-index: Removed obsolete script.
20302 2004-05-18 22:38  trow
20304         * dewey-0.0.pc.in, epiphany-extension/Makefile.am,
20305           epiphany-extension/README,
20306           epiphany-extension/ephy-beagle-extension.c,
20307           epiphany-extension/ephy-beagle-extension.h,
20308           epiphany-extension/ephy-beagle.c,
20309           epiphany-extension/ephy-dewey-extension.c,
20310           epiphany-extension/ephy-dewey-extension.h,
20311           epiphany-extension/ephy-dewey.c, tools/.cvsignore: More renaming
20312           action.
20314 2004-05-18 22:24  trow
20316         * Makefile.am, autogen.sh, beagle-0.0.pc.in, configure.in,
20317           Best/Best.cs, Best/BestWindow.cs, Best/HitContainer.cs,
20318           Best/HitView.cs, Filters/Filter.cs, Filters/FilterHtml.cs,
20319           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20320           Filters/Flavor.cs, Util/Makefile.am, Util/Vfs.cs, Util/camel.cs,
20321           Util/gnome.cs, indexer/EvolutionDataServerDriver.cs,
20322           indexer/GoogleDriver.cs, indexer/Hit.cs, indexer/IQueryable.cs,
20323           indexer/IndexDriver.cs, indexer/Indexable.cs,
20324           indexer/IndexableFile.cs, indexer/IndexableHttp.cs,
20325           indexer/PathFinder.cs, indexer/Query.cs, indexer/QueryDriver.cs,
20326           indexer/QueryResult.cs, indexer/Versioned.cs, tools/.cvsignore,
20327           tools/Crawler.cs, tools/CrawlerRSS20.cs, tools/ExtractContent.cs,
20328           tools/IndexMail.cs, tools/IndexWebContent.cs, tools/Makefile.am,
20329           tools/Query.cs: Part one of s/dewey/beagle/
20331 2004-05-18 18:28  trow
20333         * Makefile.am, configure.in, Best/HitView.cs, Best/Makefile.am,
20334           images/Makefile.am, images/contact-icon.png,
20335           images/mail-message-icon.png,
20336           indexer/EvolutionDataServerDriver.cs, indexer/Hit.cs,
20337           indexer/Makefile.am, indexer/QueryDriver.cs, tools/Makefile.am:
20338           Initial version of code for querying evo-data-server, along with
20339           some lame hacks for displaying contact matches in best.
20341 2004-05-18 15:02  trow
20343         * Best/BestWindow.cs, Best/HitContainer.cs, Best/HitView.cs,
20344           Best/Makefile.am, Best/best.in, indexer/GoogleDriver.cs,
20345           indexer/IQueryable.cs, indexer/IndexDriver.cs,
20346           indexer/Makefile.am, indexer/QueryDriver.cs,
20347           indexer/QueryResult.cs, tools/.cvsignore, tools/Makefile.am,
20348           tools/Query.cs: Added infrastructure to better support multiple
20349           query backends.  The new QueryDriver class multiplexes queries
20350           between implementers of the IQueryable interface and handles all
20351           the details of doing each query in a separate thread.  Instead of
20352           just returning a list of Hits, the QueryDriver returns a
20353           QueryResult that collects the Hits as the come in and emits
20354           signals to indicate when new Hits have arrived and when the query
20355           has finished processing.
20357           Renamed Crawler.exe's wrapper to dewey-index-files.
20359 2004-05-17 15:41  trow
20361         * doc/TODO: The beginnings of a TODO list for Dewey.
20363 2004-05-17 14:52  trow
20365         * Best/HitView.cs, Filters/Filter.cs, Filters/FilterHtml.cs,
20366           indexer/GoogleDriver.cs, indexer/Hit.cs, indexer/IndexDriver.cs,
20367           indexer/Indexable.cs, indexer/IndexableFile.cs,
20368           indexer/IndexableHttp.cs, tools/Crawler.cs,
20369           tools/CrawlerRSS20.cs, tools/ExtractContent.cs,
20370           tools/IndexMail.cs, tools/IndexWebContent.cs, tools/Query.cs:
20371           Lots of misc. hacking.  * Rationalization of naming between Dewey
20372           and Dashboard * An attempt to make the crawler more
20373           memory-efficient * dewey-query is now a lot more talkative *
20374           Changed Indexable so that it is possible to create new indexable
20375           types w/o subclassing, if you are so inclined.  * Fixed bug that
20376           caused the IndexDriver to return hits in random   order, not in
20377           order of relevancy.  * Lots of small tweaks to make the code more
20378           consistent/idiomatic
20380 2004-05-14 23:33  trow
20382         * .cvsignore, Util/.cvsignore, Util/GoogleSearch.wsdl,
20383           Util/Makefile.am, indexer/GoogleDriver.cs, indexer/Hit.cs,
20384           indexer/IndexDriver.cs, indexer/Makefile.am: Added a very simple
20385           mechanism for querying Google.  Just set the GOOGLE_WEB_API_KEY
20386           environment variable.
20388 2004-05-14 22:36  nat
20390         * tools/IndexMail.cs: Add the 'sent' metadata item to mails.  Added
20391           a command-line arg to specify a mailbox to index.
20393 2004-05-14 20:58  trow
20395         * configure.in, Best/Makefile.am, Filters/Makefile.am,
20396           Util/.cvsignore, Util/Makefile.am,
20397           epiphany-extension/Makefile.am, indexer/Makefile.am,
20398           tools/Makefile.am: We can now "make distcheck".
20400 2004-05-14 16:32  trow
20402         * tools/foo: Don't use foo, use the dewey-* wrapper scripts
20403           instead.
20405 2004-05-14 16:18  joeshaw
20407         * tools/foo: Add Util to the list of MONO_PATH directories
20409 2004-05-14 15:51  trow
20411         * .cvsignore, dewey-0.0.pc.in: This is why I hate CVS --- when you
20412           are using subversion, it is a lot easier to notice when you
20413           forget to add files, etc.  vCVS:
20414           ----------------------------------------------------------------------
20416 2004-05-14 15:49  trow
20418         * Makefile.am, configure.in: Oops...
20420 2004-05-14 13:39  trow
20422         * indexer/IndexDriver.cs: Put locks in ~/.dewey/Locks.  Among other
20423           things, this means that 'rm -rf ~/.dewey' will clear the index
20424           without leaving dangling locks.
20426 2004-05-14 13:24  trow
20428         * tools/IndexMail.cs: Added some code for debugging locking
20429           problems.  When the DEWEY_DEBUG_LOCKS env variable is set, lock
20430           activity is logged to the console.
20432 2004-05-14 04:36  trow
20434         * Makefile.am, configure.in, Best/HitView.cs, Best/Makefile.am,
20435           Best/Vfs.cs, Filters/Flavor.cs, Filters/Makefile.am,
20436           Filters/gnome.cs, Util/Makefile.am, Util/Vfs.cs, Util/camel.cs,
20437           Util/gnome.cs, indexer/IndexDriver.cs, indexer/Indexable.cs,
20438           indexer/Makefile.am, indexer/PathFinder.cs, tools/.cvsignore,
20439           tools/IndexMail.cs, tools/Makefile.am, tools/wrapper.in: Moved
20440           various utility classes into Util.dll.  Tweaked the tools
20441           wrappers to allow things to be run in-place.  Stole camel.cs from
20442           dashboard, hacked it to work with Evo 1.5 summaries.  Hacked
20443           IndexMail.cs to use the info in the summary files to avoid
20444           unnecessary reindexing.
20446 2004-05-13 00:05  trow
20448         * tools/: IndexMail.cs, Makefile.am: Added a hack to extract and
20449           index mail from Evolution's local mbox files.
20451 2004-05-11 21:48  trow
20453         * indexer/IndexDriver.cs, tools/Crawler.cs: Ignore .dll files while
20454           crawling.  For now, catch and ignore all filtering-related
20455           exceptions.
20457 2004-05-11 14:06  nat
20459         * tools/IndexWebContent.cs: "Web" not "web"
20461 2004-05-11 01:35  trow
20463         * Best/.cvsignore: BE QUIET!
20465 2004-05-11 01:34  trow
20467         * epiphany-extension/README: Updated README to accurately reflect
20468           the current state of affairs.
20470 2004-05-11 01:31  trow
20472         * configure.in, epiphany-extension/Makefile.am: Install the
20473           epiphany extension into epiphany's prefix.
20475 2004-05-11 00:55  trow
20477         * Best/HitView.cs: Got rid of some annoying debug spew.
20479 2004-05-11 00:51  trow
20481         * configure.in, Best/.cvsignore, Best/Makefile.am, Best/best,
20482           Best/best.in, Filters/.cvsignore, Filters/Filter.cs,
20483           Filters/Flavor.cs, Filters/Makefile.am, indexer/IndexableFile.cs,
20484           indexer/Makefile.am, tools/.cvsignore, tools/Crawler.cs,
20485           tools/ExtractContent.cs, tools/Makefile.am, tools/wrapper.in:
20486           Filter and crawler tweaks.  Lots of build fixes.  It should now
20487           be possible to make dist, make install, etc.
20489 2004-05-10 21:01  trow
20491         * epiphany-extension/dewey-epiphany-index: Added
20492           dewey-epiphany-index script (with special hard-wired path that
20493           works only for me!)
20495 2004-05-10 20:51  nat
20497         * epiphany-extension/README: Fixed a typo in the instructions
20499 2004-05-09 23:25  trow
20501         * Best/: HitView.cs, Vfs.cs: Merged in Vfs fixes from Mariano Cano
20502           Pérez (who, by the way, rules).  Best now opens items in their
20503           default app if you click the icon.
20505 2004-05-09 22:52  trow
20507         * Best/HitContainer.cs, Best/HitView.cs, indexer/Hit.cs,
20508           indexer/IndexDriver.cs, tools/foo: Some small IndexDriver and
20509           Best tweaks.
20511 2004-05-09 02:14  trow
20513         * indexer/: Hit.cs, IndexDriver.cs, Indexable.cs, Makefile.am,
20514           Versioned.cs: Moved version-comparison logic into the Versioned
20515           class.  Changed various bits of IndexDriver logic to have fewer
20516           weird race conditions.
20518 2004-05-08 14:56  trow
20520         * configure.in: The Autotools suck.
20522 2004-05-08 14:52  trow
20524         * Makefile.am, configure.in, Best/HitView.cs,
20525           epiphany-extension/.cvsignore, epiphany-extension/Makefile.am,
20526           epiphany-extension/README,
20527           epiphany-extension/ephy-dewey-extension.c,
20528           epiphany-extension/ephy-dewey-extension.h,
20529           epiphany-extension/ephy-dewey.c, tools/IndexWebContent.cs,
20530           tools/Makefile.am: Added an epiphany extension for indexing
20531           viewed web content.
20533 2004-05-07 01:13  trow
20535         * README, Best/HitContainer.cs, Best/HitView.cs, Best/Makefile.am,
20536           Best/Vfs.cs, Best/best, Best/gnome.cs, Filters/Filter.cs,
20537           indexer/IndexDriver.cs, indexer/Indexable.cs,
20538           indexer/IndexableFile.cs, indexer/IndexableHttp.cs,
20539           indexer/Makefile.am, tools/Crawler.cs, tools/ExtractContent.cs:
20540           Assorted hacking.
20542 2004-05-04 19:03  trow
20544         * Best/: Best.cs, BestWindow.cs: It worked with the version of Gtk#
20545           on my laptop...
20547 2004-05-04 18:56  trow
20549         * Makefile.am, configure.in, Best/Best.cs, Best/BestWindow.cs,
20550           Best/HitContainer.cs, Best/HitView.cs, Best/Makefile.am,
20551           Best/best, Best/gnome.cs: Skeleton of a Dewey-powered Gtk# search
20552           app.
20554 2004-05-04 00:15  trow
20556         * indexer/IndexDriver.cs: It makes a lot more sense to bootstrap
20557           the index when the IndexDriver is created.
20559 2004-05-03 20:51  trow
20561         * Filters/Filter.cs, Filters/Makefile.am, Filters/gnome.cs,
20562           indexer/IndexDriver.cs, tools/Crawler.cs: Version the index in
20563           ~/.dewey some we can automatically do something clever if the
20564           index format changes.  Use code stolen from dashboard to check
20565           mime types w/ gnome-vfs.  Don't crawl directories containing a
20566           .noindex file.
20568 2004-05-03 18:53  trow
20570         * configure.in, indexer/IndexDriver.cs: Removed slow, unnecessary
20571           crap from configure.in.  Fixed mapping of Domain from Lucene.Hit
20572           to Dewey.Hit.
20574 2004-05-03 15:50  trow
20576         * HACKING, Filters/Filter.cs, Filters/FilterHtml.cs,
20577           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20578           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/Indexable.cs,
20579           indexer/IndexableFile.cs, indexer/Query.cs, tools/Crawler.cs,
20580           tools/CrawlerRSS20.cs, tools/ExtractContent.cs, tools/Query.cs:
20581           Re-indented a bunch of code to follow mono coding standards.
20583 2004-05-03 13:28  trow
20585         * tools/Makefile.am: More suckage.
20587 2004-05-03 13:27  trow
20589         * indexer/Makefile.am: Wow, I really suck.
20591 2004-05-03 13:26  trow
20593         * AUTHORS, README, Filters/FilterHtml.cs, Filters/Makefile.am,
20594           Filters/HtmlAgilityPack/AssemblyInfo.cs,
20595           Filters/HtmlAgilityPack/Header.cs,
20596           Filters/HtmlAgilityPack/HtmlAgilityPack.csproj,
20597           Filters/HtmlAgilityPack/HtmlAgilityPack.sln,
20598           Filters/HtmlAgilityPack/HtmlAgilityPack.snk,
20599           Filters/HtmlAgilityPack/HtmlAttribute.cs,
20600           Filters/HtmlAgilityPack/HtmlDocument.cs,
20601           Filters/HtmlAgilityPack/HtmlEntity.cs,
20602           Filters/HtmlAgilityPack/HtmlNode.cs,
20603           Filters/HtmlAgilityPack/HtmlNodeNavigator.cs,
20604           Filters/HtmlAgilityPack/HtmlWeb.cs,
20605           Filters/HtmlAgilityPack/MixedCodeDocument.cs,
20606           Filters/HtmlAgilityPack/crc32.cs,
20607           Filters/HtmlAgilityPack/readme.txt,
20608           Filters/HtmlAgilityPack/tools.cs,
20609           Filters/HtmlAgilityPack/Samples/GetDocLinks/App.ico,
20610           Filters/HtmlAgilityPack/Samples/GetDocLinks/AssemblyInfo.cs,
20611           Filters/HtmlAgilityPack/Samples/GetDocLinks/GetDocLinks.cs,
20612           Filters/HtmlAgilityPack/Samples/GetDocLinks/GetDocLinks.csproj,
20613           Filters/HtmlAgilityPack/Samples/Html2Txt/App.ico,
20614           Filters/HtmlAgilityPack/Samples/Html2Txt/AssemblyInfo.cs,
20615           Filters/HtmlAgilityPack/Samples/Html2Txt/Html2Txt.cs,
20616           Filters/HtmlAgilityPack/Samples/Html2Txt/Html2Txt.csproj,
20617           Filters/HtmlAgilityPack/Samples/Html2Txt/HtmlConvert.cs,
20618           Filters/HtmlAgilityPack/Samples/Html2Xml/App.ico,
20619           Filters/HtmlAgilityPack/Samples/Html2Xml/AssemblyInfo.cs,
20620           Filters/HtmlAgilityPack/Samples/Html2Xml/Html2Xml.cs,
20621           Filters/HtmlAgilityPack/Samples/Html2Xml/Html2Xml.csproj,
20622           Filters/HtmlAgilityPack/Samples/HtmlToRss/App.ico,
20623           Filters/HtmlAgilityPack/Samples/HtmlToRss/AssemblyInfo.cs,
20624           Filters/HtmlAgilityPack/Samples/HtmlToRss/Html2Rss.cs,
20625           Filters/HtmlAgilityPack/Samples/HtmlToRss/HtmlToRss.csproj,
20626           Filters/HtmlAgilityPack/Samples/HtmlToRss/www.asp.net.ToRss.xsl,
20627           tools/foo: Adds an Html filter built on top of the Html Agility
20628           Pack's Html parser.
20630 2004-05-03 12:45  trow
20632         * autogen.sh, configure.in: Doh!
20634 2004-05-03 12:43  trow
20636         * tools/CrawlerRSS20.cs: (Forgot to add file in my last commit)
20638           Added a sample program that indexes blog entries from RSS 2.0
20639           feeds.
20641 2004-05-03 12:42  trow
20643         * Makefile.am, configure.in, Filters/Filter.cs,
20644           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20645           Filters/Makefile.am, indexer/Content.cs,
20646           indexer/ContentOpenOffice.cs, indexer/ContentText.cs,
20647           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/IndexItem.cs,
20648           indexer/IndexItemWithPayload.cs, indexer/Indexable.cs,
20649           indexer/IndexableFile.cs, indexer/Makefile.am, indexer/Query.cs,
20650           indexer/XmlContentReader.cs, tools/Crawler.cs,
20651           tools/ExtractContent.cs, tools/Makefile.am, tools/Query.cs,
20652           tools/foo: Assorted hacking and refactoring.
20654           Filters are now broken out into an independent dll, and the whole
20655           indexing process is a bit more rational.  The OpenOffice filter
20656           now properly flags bold/underline/header text as hot.  The
20657           IndexDriver now tries to do the right thing if the Hits coming
20658           back from a query appear to be out-of-date.
20660           Lots of tweaks as I discard_my_old_ways and learn
20661           NewWaysToNameThings.
20663 2004-04-30 14:40  trow
20665         * indexer/Content.cs, tools/Crawler.cs, tools/ExtractContent.cs,
20666           tools/Makefile.am: * Added a tool to inspect the content that is
20667           being pulled out of files.  * Fixed a few small glitches.
20669 2004-04-30 14:06  trow
20671         * indexer/ContentOpenOffice.cs: Doh!
20673 2004-04-30 14:00  trow
20675         * AUTHORS, Makefile.am, README, indexer/Content.cs,
20676           indexer/ContentOpenOffice.cs, indexer/ContentText.cs,
20677           indexer/IndexDriver.cs, indexer/IndexItem.cs,
20678           indexer/IndexItemWithPayload.cs, indexer/Makefile.am,
20679           indexer/XmlContentReader.cs, tools/Crawler.cs, tools/Query.cs: *
20680           Misc. code clean-ups.  Added copyrights.  * Added simple content
20681           extractor for oowriter and ooimpress files.
20683 2004-04-30 10:38  trow
20685         * indexer/Query.cs: Forgot to add this file in my last commit.
20687 2004-04-30 02:36  trow
20689         * Makefile.am, indexer/Content.cs, indexer/ContentText.cs,
20690           indexer/IndexDriver.cs, indexer/IndexItem.cs,
20691           indexer/IndexItemWithPayload.cs, indexer/Makefile.am,
20692           tools/Crawler.cs, tools/Query.cs: * Some whitespace fixes.  *
20693           Added concept of 'hot body', broke metadata query field   out of
20694           Document body.  * Content API tweaks.  * Abstracted out the
20695           notion of a Query.
20697 2004-04-29 22:40  trow
20699         * .cvsignore, indexer/.cvsignore, tools/.cvsignore: Be quiet!
20701 2004-04-29 22:08  tberman
20703         * tools/: Crawler.cs, Query.cs: cleanup Query.cs and
20704           cleanup/speedup Crawler.cs
20706 2004-04-29 18:53  trow
20708         * AUTHORS, COPYING, ChangeLog, HACKING, INSTALL, Makefile.am, NEWS,
20709           README, autogen.sh, configure.in, indexer/Content.cs,
20710           indexer/ContentText.cs, indexer/IndexDriver.cs,
20711           indexer/IndexItem.cs, indexer/IndexItemWithPayload.cs,
20712           indexer/Makefile.am, tools/Crawler.cs, tools/Makefile.am,
20713           tools/Query.cs, tools/foo: First post!
20715 2004-04-29 18:53  trow
20717         * AUTHORS, COPYING, ChangeLog, HACKING, INSTALL, Makefile.am, NEWS,
20718           README, autogen.sh, configure.in, indexer/Content.cs,
20719           indexer/ContentText.cs, indexer/IndexDriver.cs,
20720           indexer/IndexItem.cs, indexer/IndexItemWithPayload.cs,
20721           indexer/Makefile.am, tools/Crawler.cs, tools/Makefile.am,
20722           tools/Query.cs, tools/foo: Initial revision