* KNotesQueryable.cs: Dont re-index all the notes when the notes file changes. Since...
[beagle.git] / ChangeLog
blob468fe2084599638254cdf506602b0e3d562a3bc1
1 2006-10-16  dbera
3         * KNotesQueryable.cs: Dont re-index all the notes when the notes file
4           changes. Since the backend has to retrieve and pass each line
5           anyway, find uid and date information and process them in the
6           backend itself. These are simple properties and dont need extensive
7           string processing unlike other lines of the notes file - hence we
8           still do the bulk of the processing in a filter.
10 2006-10-14  dbera
12         * Filters/FilterOle.cs, Filters/FilterPPT.cs: Fix #362058. Check
13           for illegal length.
15 2006-10-13  Kevin Kubasik kevin@kubasik.net
17         * ChangeLog: Updating ChangeLog from cvs2cl
19 2006-10-12 19:30  dbera
21         * Filters/FilterExternal.cs, beagled/ExtractContent.cs,
22           beagled/FilterFactory.cs, tools/Info.cs: Info.cs: Use the Request
23           parameters to selectively request information.  FilterFactor.cs:
24           Copy the timestamp if set by the filter (forgot from yesterday).
25           ExtractContent.cs: Print timestamp.  FilterExternal.cs: Give
26           external filters higher priority than other filters. That will
27           allow users to bypass installed filters if they like.
29 2006-10-12 00:37  dbera
31         * Filters/FilterKNotes.cs: Comment on how to open knotes notes.
33 2006-10-11 23:51  dbera
35         * beagled/Filter.cs: * Allow filters to change indexable timestamp.
36           Sometimes they know better than backends.  * Dont close
37           streamreader unless the underlying stream is also closed.
39 2006-10-11 23:07  dbera
41         * Filters/FilterKCal.cs, Filters/FilterKNotes.cs,
42           beagled/KNotesQueryable/KNotesQueryable.cs: Add FilterKNotes
43           files.
45 2006-10-11 23:06  dbera
47         * Filters/FilterHtml.cs, Filters/Makefile.am, Util/DigikamTags.cs,
48           beagled/Makefile.am: FilterHtml.cs: Add ExtractText(string)
49           command to extract text out of large html strings. Useful when
50           some filter wants to process embedded HTML strings.
51           DigikamTags.cs: Protect against SQL injection vulnerability
52           (ahem, actually against files with quotes in their name).
53           Makefile.am: Get ready f
55 2006-10-11 22:35  dbera
57         * Util/ICalParser.cs: Some fixes according to ICal RFC.
59 2006-10-11 14:10  jmas
61         * po/: ChangeLog, ca.po: 2006-10-11  Jordi Mas
62           <jmas@softcatala.org>
64                   * ca.po: Updated Catalan translation.
66 2006-10-08 15:38  fhedberg
68         * configure.in, BeagleClient/Makefile.am, Util/Conf.cs,
69           Util/Makefile.am, beagled/BeagleDaemon.cs, beagled/Makefile.am,
70           tools/Makefile.am: Die webservices, die.
72 2006-10-08 12:36  rml
74         * Util/Inotify.cs:
75                   * Inotify.cs: Update.
77 2006-10-08 12:16  rml
79         * glue/inotify.h:
80                   * inotify.h: Update <inotify.h> from latest CVS head
82 2006-10-08 11:43  rml
84         * beagled/BeagleDaemon.cs:
85           FIRST COMMIT OF THE BEAGLE HACK FEST
87                   BeagleDaemon.cs: Fix Joe's spelling.
89 2006-10-02 14:53  joeshaw
91         * beagled/Lucene.Net/upstream-changes/: 03_fields_enumerable.patch,
92           03_fields_inenurable.patch: Fix a typo in the patch name
94 2006-10-02 14:18  joeshaw
96         * beagled/Lucene.Net/: Search/MatchAllDocsQuery.cs,
97           Search/MultiPhraseQuery.cs, Search/PhrasePrefixQuery.cs,
98           Search/PhraseQuery.cs, Search/PrefixQuery.cs,
99           Search/RangeQuery.cs, Search/TermQuery.cs,
100           upstream-changes/22_null_clone_overrides.patch: Fix a problem
101           with null ref exceptions because many Query classes erroneously
102           return null from their Clone() overrides
104 2006-10-02 13:21  joeshaw
106         * beagled/DumpIndex.cs: Fix compile ambiguity with Hit in
107           DumpIndex, from the branch
109 2006-10-02 13:20  joeshaw
111         * beagled/LuceneQueryingDriver.cs: Commit a missed file from the
112           branch merge
114 2006-10-02 13:11  joeshaw
116         * beagled/Makefile.am: Update Lucene files in Makefile.am
118 2006-10-02 13:11  joeshaw
120         * beagled/Lucene.Net/: Analysis/Standard/CharStream.cs,
121           Analysis/Standard/FastCharStream.cs,
122           Analysis/Standard/StandardTokenizerTokenManager.cs,
123           Document/Document.cs, Index/DocumentWriter.cs,
124           Index/FieldInfos.cs, Index/FieldsWriter.cs,
125           Index/ParallelReader.cs, Index/TermBuffer.cs,
126           QueryParser/QueryParserTokenManager.cs, Store/FSDirectory.cs,
127           Store/Lock.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
128           Store/RAMOutputStream.cs,
129           upstream-changes/01_obtain-lock-fix.patch,
130           upstream-changes/02_FSDirectory-custom-locking.patch,
131           upstream-changes/03_FSDirectory-pid-in-lockfile.patch,
132           upstream-changes/03_fields_inenurable.patch,
133           upstream-changes/04_utc-times.patch,
134           upstream-changes/05_FSDirectory-rename-fileshare.patch,
135           upstream-changes/06_FSDirectory-lock-logging.patch,
136           upstream-changes/07_TermBuffer-stringcopy.patch,
137           upstream-changes/08_more-lock-obtain-fixes.patch,
138           upstream-changes/09-path-combine.patch,
139           upstream-changes/10_fewer-exceptions.patch,
140           upstream-changes/11_charstream-no-exceptions.patch,
141           upstream-changes/12_more-lock-logging.patch,
142           upstream-changes/13_lock-loop-cleanup.patch,
143           upstream-changes/14_analysis-leak.patch,
144           upstream-changes/15_lock-timeout-verbose.patch,
145           upstream-changes/16_hangul_support.patch,
146           upstream-changes/17_remove_debugstreams.patch,
147           upstream-changes/18_avoid_fileinfos.patch,
148           upstream-changes/20_use-native-open-locking.patch,
149           upstream-changes/21_fsdirectory_lock-cumulative.patch: Commit
150           updated changes to our patches, from Bera's Lucene 1.9.1 branch
152 2006-10-02 13:08  joeshaw
154         * beagled/Lucene.Net/: ABOUT.txt, AssemblyInfo.cs, HISTORY.txt,
155           LICENSE.txt, LucenePackage.cs, Makefile.am,
156           SharpZipLibAdapter.cs, SupportClass.cs, Analysis/Analyzer.cs,
157           Analysis/CharTokenizer.cs, Analysis/ISOLatin1AccentFilter.cs,
158           Analysis/KeywordAnalyzer.cs, Analysis/KeywordTokenizer.cs,
159           Analysis/LengthFilter.cs, Analysis/LetterTokenizer.cs,
160           Analysis/LowerCaseFilter.cs, Analysis/LowerCaseTokenizer.cs,
161           Analysis/PACKAGE.HTML, Analysis/PerFieldAnalyzerWrapper.cs,
162           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
163           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
164           Analysis/StopFilter.cs, Analysis/Token.cs,
165           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
166           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
167           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
168           Analysis/Standard/CharStream.cs,
169           Analysis/Standard/FastCharStream.cs,
170           Analysis/Standard/PACKAGE.HTML,
171           Analysis/Standard/ParseException.cs,
172           Analysis/Standard/StandardAnalyzer.cs,
173           Analysis/Standard/StandardFilter.cs,
174           Analysis/Standard/StandardTokenizer.cs,
175           Analysis/Standard/StandardTokenizer.jj,
176           Analysis/Standard/StandardTokenizerConstants.cs,
177           Analysis/Standard/StandardTokenizerTokenManager.cs,
178           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
179           Document/DateField.cs, Document/DateTools.cs,
180           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
181           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
182           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
183           Index/FieldsReader.cs, Index/FieldsWriter.cs,
184           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
185           Index/IndexFileNames.cs, Index/IndexModifier.cs,
186           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
187           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
188           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
189           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
190           Index/SegmentMerger.cs, Index/SegmentReader.cs,
191           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
192           Index/SegmentTermPositionVector.cs,
193           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
194           Index/SegmentsReader.cs, Index/Term.cs, Index/TermBuffer.cs,
195           Index/TermDocs.cs, Index/TermEnum.cs, Index/TermFreqVector.cs,
196           Index/TermInfo.cs, Index/TermInfosReader.cs,
197           Index/TermInfosWriter.cs, Index/TermPositionVector.cs,
198           Index/TermPositions.cs, Index/TermVectorOffsetInfo.cs,
199           Index/TermVectorsReader.cs, Index/TermVectorsWriter.cs,
200           QueryParser/CharStream.cs, QueryParser/FastCharStream.cs,
201           QueryParser/MultiFieldQueryParser.cs, QueryParser/PACKAGE.HTML,
202           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
203           QueryParser/QueryParser.jj, QueryParser/QueryParserConstants.cs,
204           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
205           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
206           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
207           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
208           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
209           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
210           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
211           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
212           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
213           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
214           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
215           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
216           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
217           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
218           Search/HitCollector.cs, Search/HitIterator.cs,
219           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
220           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
221           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
222           Search/NonMatchingScorer.cs, Search/PACKAGE.HTML,
223           Search/ParallelMultiSearcher.cs, Search/PhrasePositions.cs,
224           Search/PhrasePrefixQuery.cs, Search/PhraseQuery.cs,
225           Search/PhraseQueue.cs, Search/PhraseScorer.cs,
226           Search/PrefixQuery.cs, Search/Query.cs, Search/QueryFilter.cs,
227           Search/QueryTermVector.cs, Search/RangeFilter.cs,
228           Search/RangeQuery.cs, Search/RemoteSearchable.cs,
229           Search/ReqExclScorer.cs, Search/ReqOptSumScorer.cs,
230           Search/ScoreDoc.cs, Search/ScoreDocComparator.cs,
231           Search/Scorer.cs, Search/Searchable.cs, Search/Searcher.cs,
232           Search/Similarity.cs, Search/SimilarityDelegator.cs,
233           Search/SloppyPhraseScorer.cs, Search/Sort.cs,
234           Search/SortComparator.cs, Search/SortComparatorSource.cs,
235           Search/SortField.cs, Search/TermQuery.cs, Search/TermScorer.cs,
236           Search/TopDocs.cs, Search/TopFieldDocs.cs, Search/Weight.cs,
237           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
238           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
239           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
240           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
241           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
242           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
243           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
244           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
245           Store/BufferedIndexOutput.cs, Store/Directory.cs,
246           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
247           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
248           Store/OutputStream.cs, Store/PACKAGE.HTML, Store/RAMDirectory.cs,
249           Store/RAMFile.cs, Store/RAMInputStream.cs,
250           Store/RAMOutputStream.cs, Util/BitVector.cs, Util/Constants.cs,
251           Util/Parameter.cs, Util/PriorityQueue.cs, Util/SmallFloat.cs,
252           Util/StringHelper.cs, Util/ToStringUtils.cs: Commit Bera's Lucene
253           1.9.1 branch.  These are the pristine sources; the patches will
254           be committed next
256 2006-09-30 20:07  fhedberg
258         * search/Search.cs: Set BorderWidth on the correct element.
260 2006-09-30 13:47  dbera
262         * beagled/Lucene.Net/: Lucene.Net.xml,
263           Analysis/Standard/StandardTokenizer.jj: Dos2Unix
265 2006-09-30 13:24  dbera
267         * beagled/Lucene.Net/: ABOUT.txt, AssemblyInfo.cs, BUILD.txt,
268           CHANGES.txt, HISTORY.txt, LICENSE.txt, README.txt,
269           SharpZipLibAdapter.cs, Index/SegmentReader.cs,
270           Index/TermInfosReader.cs, QueryParser/QueryParser.JJ,
271           QueryParser/QueryParser.jj, Search/MultiSearcher.cs,
272           Search/Query.cs, Store/FSDirectory.cs: 1.9.1-002-final
274 2006-09-30 10:21  tkaroonb
276         * ChangeLog, configure.in, po/ChangeLog, po/th.po: 2006-09-30
277           Theppitak Karoonboonyanan  <thep@linux.thai.net>
279                   * configure.in: Added th (Thai) to ALL_LINGUAS.
280                   * th.po: Added Thai translation by
281                   Supranee Thirawatthanasuk <supranee@opentle.org>.
283 2006-09-29 23:16  joeshaw
285         * beagled/LuceneQueryingDriver.cs: Remove some testing spew
287 2006-09-29 23:02  dbera
289         * beagled/Lucene.Net/:
290           Analysis/Standard/StandardTokenizerTokenManager.cs,
291           upstream-changes/11_charstream-no-exceptions.patch,
292           upstream-changes/21_fsdirectory_lock-cumulative.patch: Beagle
293           builds!!! Yay! (did I mention CVS sucks ?)
295 2006-09-29 22:57  dbera
297         * beagled/Lucene.Net/:
298           Analysis/Standard/StandardTokenizerTokenManager.cs,
299           QueryParser/QueryParserTokenManager.cs, Store/FSDirectory.cs,
300           Store/Lock.cs, upstream-changes/17_remove_debugstreams.patch,
301           upstream-changes/21_fsdirectory_lock-cumulative.patch: Final
302           (hopefully) set of patches.
304 2006-09-29 22:53  dbera
306         * beagled/Lucene.Net/upstream-changes/:
307           11_charstream-no-exceptions.patch, 13_lock-loop-cleanup.patch,
308           15_lock-timeout-verbose.patch: Ah! The patch files.
310 2006-09-29 22:52  dbera
312         * beagled/Lucene.Net/:
313           Analysis/Standard/StandardTokenizerTokenManager.cs,
314           Store/FSDirectory.cs, Store/Lock.cs: More patches. Nearly done.
316 2006-09-29 22:44  dbera
318         * beagled/Lucene.Net/: Analysis/Standard/CharStream.cs,
319           Analysis/Standard/FastCharStream.cs,
320           Analysis/Standard/StandardTokenizerTokenManager.cs,
321           Store/Lock.cs: More patches.
323 2006-09-29 22:22  dbera
325         * beagled/Lucene.Net/: Index/FieldInfos.cs, Index/TermBuffer.cs,
326           Store/Lock.cs, upstream-changes/07_TermBuffer-stringcopy.patch,
327           upstream-changes/08_more-lock-obtain-fixes.patch,
328           upstream-changes/10_fewer-exceptions.patch: More patches.
330 2006-09-29 21:54  dbera
332         * beagled/Lucene.Net/: Store/FSDirectory.cs,
333           upstream-changes/05_FSDirectory-rename-fileshare.patch: Patch 5.
335 2006-09-29 21:52  dbera
337         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/RAMDirectory.cs,
338           Store/RAMFile.cs, Store/RAMOutputStream.cs,
339           upstream-changes/04_FSDirectory-rename-fileshare.patch: Patch 4.
341 2006-09-29 21:48  dbera
343         * beagled/Lucene.Net/upstream-changes/:
344           01_use-native-open-locking.patch, 03_utc-times.patch,
345           05_TermBuffer-stringcopy.patch, 06_minimum_maxsleepcount.patch,
346           07_fewer-exceptions.patch, 08_charstream-no-exceptions.patch,
347           09_lock-loop-cleanup.patch, 10_lock-timeout-verbose.patch,
348           11_remove_debugstreams.patch, 12_fsdirectory_minor.patch: Remove
349           old files.
351 2006-09-29 21:40  dbera
353         * beagled/: BuildIndex.cs, DumpIndex.cs, LuceneCommon.cs,
354           StaticQueryable.cs, FileSystemQueryable/LuceneNameResolver.cs:
355           Back out some beagled changes due to lame code in L.Net-1.9.1.
357 2006-09-29 21:38  dbera
359         * beagled/Lucene.Net/: Document/Document.cs,
360           Index/DocumentWriter.cs, Index/FieldInfos.cs,
361           Index/FieldsWriter.cs, Index/ParallelReader.cs,
362           upstream-changes/03_fields_inenurable.patch: Patch 3.
364 2006-09-29 17:44  joeshaw
366         * Util/XmlFu.cs, beagled/LuceneCommon.cs,
367           beagled/LuceneQueryingDriver.cs: Greatly optimize search times
368           for queries that return large numbers of results from the Lucene
369           indexes.  We now also walk documents in descending time order
370           trying to populate an array of documents so that we don't have to
371           walk all documents, extract the timestamp property, and sort.
372           Bump up the index version again because of a new
373           InvertedTimestamp field in the index.
375 2006-09-29 17:33  fhedberg
377         * Makefile.am: If we have enabled the UI, build the Image.dll
378           before our graphical tool; Settings.exe.
380 2006-09-29 15:15  joeshaw
382         * search/: Category.cs, ConversationCategory.cs, GroupView.cs,
383           Search.cs, TileCategory.cs, UIManager.cs, Tiles/Utils.cs: Make
384           the scopes toggles rather than radio buttons, and all the user to
385           turn them on and off from the UI.  Patch from Max Wiehle, tweaked
386           a little by me
388 2006-09-29 13:08  joeshaw
390         * search/: Panes.cs, Search.cs, UIManager.cs: Move the sort items
391           to a View menu and add a show details toggle.  Patch from Ryan
392           Probasco
394 2006-09-29 13:06  kkubasik
396         * Filters/FilterImLog.cs: Map speakingto as a property keyword so
397           that queries such as speakingto:kkubasik will work.
399 2006-09-26 12:15  kkubasik
401         * configure.in, search/Makefile.am,
402           search/beagle-search.desktop.in,
403           search/beagle-search.desktop.in.in, tools/Makefile.am,
404           tools/beagle-settings.desktop.in,
405           tools/beagle-settings.desktop.in.in: Adding the needed configure
406           magic to .desktop files for bug-buddy support
408 2006-09-26 12:08  kkubasik
410         * configure.in: Allow forced compile-time selection of sqlite
411           versions bgo# 351133
413 2006-09-26 06:40  fhedberg
415         * tools/: Makefile.am, Settings.cs: Use the looking-glass icon for
416           the beagle-settings window.
418 2006-09-25 19:02  dbera
420         * beagled/Lucene.Net/: Store/FSDirectory.cs,
421           upstream-changes/02_FSDirectory-custom-locking.patch: Patch-2 in.
423 2006-09-25 19:00  dbera
425         * beagled/Lucene.Net/: upstream-changes/01_obtain-lock-fix.patch,
426           Store/FSDirectory.cs: patch-1 in. Here is the process. change
427           source to dos. apply patch. change source to unix. do a diff.
428           store the diff in upstream_patches and add header from original
429           patch file. Phew!
431 2006-09-25 18:54  dbera
433         * beagled/Lucene.Net/Store/: FSDirectory.cs, Lock.cs,
434           RAMDirectory.cs, RAMInputStream.cs, RAMOutputStream.cs: Oops..
435           backout last 2 commits.
437 2006-09-25 18:40  dbera
439         * beagled/Lucene.Net/Store/FSDirectory.cs: Patch 2 goes in.
441 2006-09-25 18:38  dbera
443         * beagled/Lucene.Net/Store/FSDirectory.cs: Patch 1 goes in.
445 2006-09-25 18:36  dbera
447         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
448           SharpZipLibAdapter.cs, SupportClass.cs, Analysis/Analyzer.cs,
449           Analysis/CharTokenizer.cs, Analysis/ISOLatin1AccentFilter.cs,
450           Analysis/KeywordAnalyzer.cs, Analysis/KeywordTokenizer.cs,
451           Analysis/LengthFilter.cs, Analysis/LetterTokenizer.cs,
452           Analysis/LowerCaseFilter.cs, Analysis/LowerCaseTokenizer.cs,
453           Analysis/PerFieldAnalyzerWrapper.cs,
454           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
455           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
456           Analysis/StopFilter.cs, Analysis/Token.cs,
457           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
458           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
459           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
460           Analysis/Standard/CharStream.cs,
461           Analysis/Standard/FastCharStream.cs,
462           Analysis/Standard/ParseException.cs,
463           Analysis/Standard/StandardAnalyzer.cs,
464           Analysis/Standard/StandardFilter.cs,
465           Analysis/Standard/StandardTokenizer.cs,
466           Analysis/Standard/StandardTokenizerConstants.cs,
467           Analysis/Standard/StandardTokenizerTokenManager.cs,
468           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
469           Document/DateField.cs, Document/DateTools.cs,
470           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
471           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
472           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
473           Index/FieldsReader.cs, Index/FieldsWriter.cs,
474           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
475           Index/IndexFileNames.cs, Index/IndexModifier.cs,
476           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
477           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
478           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
479           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
480           Index/SegmentMerger.cs, Index/SegmentReader.cs,
481           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
482           Index/SegmentTermPositionVector.cs,
483           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
484           Index/Term.cs, Index/TermBuffer.cs, Index/TermDocs.cs,
485           Index/TermEnum.cs, Index/TermFreqVector.cs, Index/TermInfo.cs,
486           Index/TermInfosReader.cs, Index/TermInfosWriter.cs,
487           Index/TermPositionVector.cs, Index/TermPositions.cs,
488           Index/TermVectorOffsetInfo.cs, Index/TermVectorsReader.cs,
489           Index/TermVectorsWriter.cs, QueryParser/CharStream.cs,
490           QueryParser/FastCharStream.cs,
491           QueryParser/MultiFieldQueryParser.cs,
492           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
493           QueryParser/QueryParserConstants.cs,
494           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
495           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
496           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
497           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
498           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
499           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
500           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
501           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
502           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
503           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
504           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
505           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
506           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
507           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
508           Search/HitCollector.cs, Search/HitIterator.cs,
509           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
510           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
511           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
512           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
513           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
514           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
515           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
516           Search/QueryFilter.cs, Search/QueryTermVector.cs,
517           Search/RangeFilter.cs, Search/RangeQuery.cs,
518           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
519           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
520           Search/ScoreDocComparator.cs, Search/Scorer.cs,
521           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
522           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
523           Search/Sort.cs, Search/SortComparator.cs,
524           Search/SortComparatorSource.cs, Search/SortField.cs,
525           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
526           Search/TopFieldDocs.cs, Search/Weight.cs,
527           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
528           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
529           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
530           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
531           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
532           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
533           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
534           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
535           Store/BufferedIndexOutput.cs, Store/Directory.cs,
536           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
537           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
538           Store/OutputStream.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
539           Store/RAMInputStream.cs, Store/RAMOutputStream.cs,
540           Util/BitVector.cs, Util/Constants.cs, Util/Parameter.cs,
541           Util/PriorityQueue.cs, Util/SmallFloat.cs, Util/StringHelper.cs,
542           Util/ToStringUtils.cs: Atleast do something right today. Upload
543           all files in unix format. In the next few days, I will patch
544           these files with our patches one by one.  1.9.1-rc1 porting
545           begins.
547 2006-09-25 18:15  dbera
549         * beagled/Lucene.Net/: ABOUT.txt, HISTORY.txt, LICENSE.txt,
550           Lucene.Net.xml,
551           Analysis/Standard/StandardTokenizerTokenManager.cs,
552           QueryParser/QueryParserTokenManager.cs, Store/FSDirectory.cs,
553           Store/Lock.cs: 1.9.1-rc1 commit-2
555 2006-09-25 18:09  dbera
557         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
558           Makefile.am, SharpZipLibAdapter.cs, SupportClass.cs,
559           Analysis/Analyzer.cs, Analysis/CharTokenizer.cs,
560           Analysis/ISOLatin1AccentFilter.cs, Analysis/KeywordAnalyzer.cs,
561           Analysis/KeywordTokenizer.cs, Analysis/LengthFilter.cs,
562           Analysis/LetterTokenizer.cs, Analysis/LowerCaseFilter.cs,
563           Analysis/LowerCaseTokenizer.cs,
564           Analysis/PerFieldAnalyzerWrapper.cs,
565           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
566           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
567           Analysis/StopFilter.cs, Analysis/Token.cs,
568           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
569           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
570           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
571           Analysis/Standard/CharStream.cs,
572           Analysis/Standard/FastCharStream.cs,
573           Analysis/Standard/ParseException.cs,
574           Analysis/Standard/StandardAnalyzer.cs,
575           Analysis/Standard/StandardFilter.cs,
576           Analysis/Standard/StandardTokenizer.cs,
577           Analysis/Standard/StandardTokenizer.jj,
578           Analysis/Standard/StandardTokenizerConstants.cs,
579           Analysis/Standard/StandardTokenizerTokenManager.cs,
580           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
581           Document/DateField.cs, Document/DateTools.cs,
582           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
583           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
584           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
585           Index/FieldsReader.cs, Index/FieldsWriter.cs,
586           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
587           Index/IndexFileNames.cs, Index/IndexModifier.cs,
588           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
589           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
590           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
591           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
592           Index/SegmentMerger.cs, Index/SegmentReader.cs,
593           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
594           Index/SegmentTermPositionVector.cs,
595           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
596           Index/Term.cs, Index/TermBuffer.cs, Index/TermDocs.cs,
597           Index/TermEnum.cs, Index/TermFreqVector.cs, Index/TermInfo.cs,
598           Index/TermInfosReader.cs, Index/TermInfosWriter.cs,
599           Index/TermPositionVector.cs, Index/TermPositions.cs,
600           Index/TermVectorOffsetInfo.cs, Index/TermVectorsReader.cs,
601           Index/TermVectorsWriter.cs, QueryParser/CharStream.cs,
602           QueryParser/FastCharStream.cs,
603           QueryParser/MultiFieldQueryParser.cs,
604           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
605           QueryParser/QueryParser.jj, QueryParser/QueryParserConstants.cs,
606           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
607           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
608           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
609           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
610           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
611           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
612           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
613           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
614           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
615           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
616           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
617           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
618           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
619           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
620           Search/HitCollector.cs, Search/HitIterator.cs,
621           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
622           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
623           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
624           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
625           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
626           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
627           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
628           Search/QueryFilter.cs, Search/QueryTermVector.cs,
629           Search/RangeFilter.cs, Search/RangeQuery.cs,
630           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
631           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
632           Search/ScoreDocComparator.cs, Search/Scorer.cs,
633           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
634           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
635           Search/Sort.cs, Search/SortComparator.cs,
636           Search/SortComparatorSource.cs, Search/SortField.cs,
637           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
638           Search/TopFieldDocs.cs, Search/Weight.cs,
639           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
640           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
641           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
642           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
643           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
644           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
645           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
646           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
647           Store/BufferedIndexOutput.cs, Store/Directory.cs,
648           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
649           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
650           Store/OutputStream.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
651           Store/RAMInputStream.cs, Store/RAMOutputStream.cs,
652           Util/BitVector.cs, Util/Constants.cs, Util/Parameter.cs,
653           Util/PriorityQueue.cs, Util/SmallFloat.cs, Util/StringHelper.cs,
654           Util/ToStringUtils.cs: Begin sync of 1.9.1-rc1
656 2006-09-25 15:58  dbera
658         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
659           SharpZipLibAdapter.cs, SupportClass.cs, Analysis/Analyzer.cs,
660           Analysis/CharTokenizer.cs, Analysis/ISOLatin1AccentFilter.cs,
661           Analysis/KeywordAnalyzer.cs, Analysis/KeywordTokenizer.cs,
662           Analysis/LengthFilter.cs, Analysis/LetterTokenizer.cs,
663           Analysis/LowerCaseFilter.cs, Analysis/LowerCaseTokenizer.cs,
664           Analysis/PerFieldAnalyzerWrapper.cs,
665           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
666           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
667           Analysis/StopFilter.cs, Analysis/Token.cs,
668           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
669           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
670           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
671           Analysis/Standard/CharStream.cs,
672           Analysis/Standard/FastCharStream.cs,
673           Analysis/Standard/ParseException.cs,
674           Analysis/Standard/StandardAnalyzer.cs,
675           Analysis/Standard/StandardFilter.cs,
676           Analysis/Standard/StandardTokenizer.cs,
677           Analysis/Standard/StandardTokenizerConstants.cs,
678           Analysis/Standard/StandardTokenizerTokenManager.cs,
679           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
680           Document/DateField.cs, Document/DateTools.cs,
681           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
682           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
683           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
684           Index/FieldsReader.cs, Index/FieldsWriter.cs,
685           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
686           Index/IndexFileNames.cs, Index/IndexModifier.cs,
687           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
688           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
689           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
690           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
691           Index/SegmentMerger.cs, Index/SegmentReader.cs,
692           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
693           Index/SegmentTermPositionVector.cs,
694           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
695           Index/Term.cs, Index/TermBuffer.cs, Index/TermDocs.cs,
696           Index/TermEnum.cs, Index/TermFreqVector.cs, Index/TermInfo.cs,
697           Index/TermInfosReader.cs, Index/TermInfosWriter.cs,
698           Index/TermPositionVector.cs, Index/TermPositions.cs,
699           Index/TermVectorOffsetInfo.cs, Index/TermVectorsReader.cs,
700           Index/TermVectorsWriter.cs, QueryParser/CharStream.cs,
701           QueryParser/FastCharStream.cs,
702           QueryParser/MultiFieldQueryParser.cs,
703           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
704           QueryParser/QueryParserConstants.cs,
705           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
706           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
707           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
708           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
709           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
710           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
711           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
712           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
713           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
714           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
715           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
716           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
717           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
718           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
719           Search/HitCollector.cs, Search/HitIterator.cs,
720           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
721           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
722           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
723           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
724           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
725           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
726           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
727           Search/QueryFilter.cs, Search/QueryTermVector.cs,
728           Search/RangeFilter.cs, Search/RangeQuery.cs,
729           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
730           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
731           Search/ScoreDocComparator.cs, Search/Scorer.cs,
732           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
733           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
734           Search/Sort.cs, Search/SortComparator.cs,
735           Search/SortComparatorSource.cs, Search/SortField.cs,
736           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
737           Search/TopFieldDocs.cs, Search/Weight.cs,
738           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
739           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
740           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
741           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
742           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
743           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
744           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
745           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
746           Store/BufferedIndexOutput.cs, Store/Directory.cs,
747           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
748           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
749           Store/OutputStream.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
750           Store/RAMInputStream.cs, Store/RAMOutputStream.cs,
751           Util/BitVector.cs, Util/Constants.cs, Util/Parameter.cs,
752           Util/PriorityQueue.cs, Util/SmallFloat.cs, Util/StringHelper.cs,
753           Util/ToStringUtils.cs: Fix dos line endings.
755 2006-09-25 04:42  danilo
757         * po/: ChangeLog, sr.po, sr@Latn.po: Updated by Filip Miletic.
759 2006-09-22 12:33  danilo
761         * ChangeLog, configure.in, po/ChangeLog, po/sr.po, po/sr@Latn.po:
762           Added Serbian translation by Filip Miletić.
764 2006-09-21 22:46  kkubasik
766         * ImLogViewer/ImLogWindow.cs: Small formatting fix in
767           LogViewerWindow.cs
769 2006-09-21 21:37  kkubasik
771         * Filters/FilterTiff.cs: A simple fix to prevent crashes from  bad
772           datetime strings in Tiff files.
774 2006-09-21 15:05  dnylande
776         * po/: ChangeLog, sv.po: 2006-09-21  Daniel Nylander
777           <po@danielnylander.se>
779                   * sv.po: Updated Swedish translation.
781 2006-09-20 17:41  dbera
783         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
784           upstream-changes/12_fsdirectory_minor.patch: More FSDirectory
785           fixes.
787 2006-09-20 14:35  dbera
789         * beagled/Lucene.Net/upstream-changes/:
790           08_charstream-no-exceptions.patch, 09_lock-loop-cleanup.patch,
791           10_lock-timeout-verbose.patch, 11_remove_debugstreams.patch: Last
792           set of upstream patches.
794 2006-09-20 14:34  dbera
796         * beagled/Lucene.Net/:
797           Analysis/Standard/StandardTokenizerTokenManager.cs,
798           QueryParser/QueryParserTokenManager.cs,
799           upstream-changes/01_use-native-open-locking.patch: Final set of
800           changes. Beagle builds now with L.N-1.9
802 2006-09-20 14:27  dbera
804         * beagled/Lucene.Net/: Analysis/Standard/CharStream.cs,
805           Analysis/Standard/FastCharStream.cs,
806           Analysis/Standard/StandardTokenizerTokenManager.cs,
807           Store/FSDirectory.cs, Store/Lock.cs: More upstream patches.
809 2006-09-20 05:38  zygis
811         * po/: ChangeLog, lt.po: 2006-09-20  Žygimantas Beručka
812           <zygis@gnome.org>
814                   * lt.po: Updated Lithuanian translation.
816 2006-09-19 18:59  dbera
818         * beagled/: BuildIndex.cs, DumpIndex.cs, LuceneCommon.cs,
819           LuceneQueryingDriver.cs,
820           FileSystemQueryable/LuceneNameResolver.cs: Beagle changes for
821           L.N-1.9
823 2006-09-19 18:59  dbera
825         * beagled/Lucene.Net/: Index/FieldInfos.cs,
826           upstream-changes/01_obtain-lock-fix.patch,
827           upstream-changes/01_use-native-open-locking.patch,
828           upstream-changes/03_FSDirectory-pid-in-lockfile.patch,
829           upstream-changes/03_utc-times.patch,
830           upstream-changes/04_FSDirectory-rename-fileshare.patch,
831           upstream-changes/04_utc-times.patch,
832           upstream-changes/05_FSDirectory-rename-fileshare.patch,
833           upstream-changes/05_TermBuffer-stringcopy.patch,
834           upstream-changes/06_FSDirectory-lock-logging.patch,
835           upstream-changes/06_minimum_maxsleepcount.patch,
836           upstream-changes/07_TermBuffer-stringcopy.patch,
837           upstream-changes/07_fewer-exceptions.patch,
838           upstream-changes/08_more-lock-obtain-fixes.patch,
839           upstream-changes/09-path-combine.patch,
840           upstream-changes/10_fewer-exceptions.patch,
841           upstream-changes/11_charstream-no-exceptions.patch,
842           upstream-changes/12_more-lock-logging.patch,
843           upstream-changes/13_lock-loop-cleanup.patch,
844           upstream-changes/14_analysis-leak.patch,
845           upstream-changes/15_lock-timeout-verbose.patch,
846           upstream-changes/16_hangul_support.patch,
847           upstream-changes/17_remove_debugstreams.patch,
848           upstream-changes/18_avoid_fileinfos.patch,
849           upstream-changes/20_use-native-open-locking.patch: Filter out
850           unwanted patches from upstream-patches. Half done. Rest later.
852 2006-09-19 18:44  dbera
854         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
855           Store/RAMDirectory.cs, Store/RAMFile.cs,
856           Store/RAMOutputStream.cs, Index/TermBuffer.cs: More upstream
857           patches.
859 2006-09-19 18:05  dbera
861         * beagled/Lucene.Net/: Store/FSDirectory.cs,
862           upstream-changes/02_FSDirectory-custom-locking.patch: Per-index
863           locking patch.
865 2006-09-19 17:36  dbera
867         * beagled/Lucene.Net/Store/FSDirectory.cs: Patching local copy -
868           use native lock file creation.
870 2006-09-19 16:54  dbera
872         * beagled/Lucene.Net/: SharpZipLibAdapter.cs,
873           Analysis/ISOLatin1AccentFilter.cs, Analysis/KeywordAnalyzer.cs,
874           Analysis/KeywordTokenizer.cs, Analysis/LengthFilter.cs,
875           Analysis/PACKAGE.HTML, Analysis/WordlistLoader.cs,
876           Analysis/Standard/PACKAGE.HTML, Index/IndexFileNameFilter.cs,
877           Index/IndexFileNames.cs, Index/IndexModifier.cs,
878           Index/ParallelReader.cs, QueryParser/PACKAGE.HTML,
879           Search/ConstantScoreQuery.cs, Search/ConstantScoreRangeQuery.cs,
880           Search/DisjunctionMaxQuery.cs, Search/DisjunctionMaxScorer.cs,
881           Search/Hit.cs, Search/HitIterator.cs,
882           Search/MatchAllDocsQuery.cs, Search/PACKAGE.HTML,
883           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
884           Search/Regex/SpanRegexQuery.cs, Store/PACKAGE.HTML,
885           Util/SmallFloat.cs, Util/ToStringUtils.cs: Add new files, remove
886           deleted files.
888 2006-09-19 16:51  dbera
890         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
891           SupportClass.cs, Analysis/Analyzer.cs, Analysis/CharTokenizer.cs,
892           Analysis/LetterTokenizer.cs, Analysis/LowerCaseFilter.cs,
893           Analysis/LowerCaseTokenizer.cs,
894           Analysis/PerFieldAnalyzerWrapper.cs,
895           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
896           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
897           Analysis/StopFilter.cs, Analysis/Token.cs,
898           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
899           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
900           Analysis/WhitespaceTokenizer.cs, Analysis/Standard/CharStream.cs,
901           Analysis/Standard/FastCharStream.cs,
902           Analysis/Standard/ParseException.cs,
903           Analysis/Standard/StandardAnalyzer.cs,
904           Analysis/Standard/StandardFilter.cs,
905           Analysis/Standard/StandardTokenizer.cs,
906           Analysis/Standard/StandardTokenizerConstants.cs,
907           Analysis/Standard/StandardTokenizerTokenManager.cs,
908           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
909           Document/DateField.cs, Document/DateTools.cs,
910           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
911           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
912           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
913           Index/FieldsReader.cs, Index/FieldsWriter.cs,
914           Index/FilterIndexReader.cs, Index/IndexReader.cs,
915           Index/IndexWriter.cs, Index/MultiReader.cs,
916           Index/MultipleTermPositions.cs, Index/SegmentInfo.cs,
917           Index/SegmentInfos.cs, Index/SegmentMergeInfo.cs,
918           Index/SegmentMergeQueue.cs, Index/SegmentMerger.cs,
919           Index/SegmentReader.cs, Index/SegmentTermDocs.cs,
920           Index/SegmentTermEnum.cs, Index/SegmentTermPositionVector.cs,
921           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
922           Index/SegmentsReader.cs, Index/Term.cs, Index/TermBuffer.cs,
923           Index/TermDocs.cs, Index/TermEnum.cs, Index/TermFreqVector.cs,
924           Index/TermInfo.cs, Index/TermInfosReader.cs,
925           Index/TermInfosWriter.cs, Index/TermPositionVector.cs,
926           Index/TermPositions.cs, Index/TermVectorOffsetInfo.cs,
927           Index/TermVectorsReader.cs, Index/TermVectorsWriter.cs,
928           QueryParser/CharStream.cs, QueryParser/FastCharStream.cs,
929           QueryParser/MultiFieldQueryParser.cs,
930           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
931           QueryParser/QueryParserConstants.cs,
932           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
933           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
934           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
935           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
936           Search/ConjunctionScorer.cs, Search/DateFilter.cs,
937           Search/DefaultSimilarity.cs, Search/DisjunctionSumScorer.cs,
938           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
939           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
940           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
941           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
942           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
943           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs,
944           Search/HitCollector.cs, Search/HitQueue.cs, Search/Hits.cs,
945           Search/IndexSearcher.cs, Search/MultiPhraseQuery.cs,
946           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
947           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
948           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
949           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
950           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
951           Search/QueryFilter.cs, Search/QueryTermVector.cs,
952           Search/RangeFilter.cs, Search/RangeQuery.cs,
953           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
954           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
955           Search/ScoreDocComparator.cs, Search/Scorer.cs,
956           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
957           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
958           Search/Sort.cs, Search/SortComparator.cs,
959           Search/SortComparatorSource.cs, Search/SortField.cs,
960           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
961           Search/TopFieldDocs.cs, Search/Weight.cs,
962           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
963           Search/Spans/NearSpans.cs, Search/Spans/SpanFirstQuery.cs,
964           Search/Spans/SpanNearQuery.cs, Search/Spans/SpanNotQuery.cs,
965           Search/Spans/SpanOrQuery.cs, Search/Spans/SpanQuery.cs,
966           Search/Spans/SpanScorer.cs, Search/Spans/SpanTermQuery.cs,
967           Search/Spans/SpanWeight.cs, Search/Spans/Spans.cs,
968           Store/BufferedIndexInput.cs, Store/BufferedIndexOutput.cs,
969           Store/Directory.cs, Store/FSDirectory.cs, Store/IndexInput.cs,
970           Store/IndexOutput.cs, Store/InputStream.cs, Store/Lock.cs,
971           Store/MMapDirectory.cs, Store/OutputStream.cs,
972           Store/RAMDirectory.cs, Store/RAMFile.cs, Store/RAMInputStream.cs,
973           Store/RAMOutputStream.cs, Util/BitVector.cs, Util/Constants.cs,
974           Util/Parameter.cs, Util/PriorityQueue.cs, Util/StringHelper.cs:
975           Sync files from L.Net-1.9
977 2006-09-19 16:45  dbera
979         * beagled/: Makefile.am, Lucene.Net/Makefile.am: Get ready for
980           syncing Lucene.Net to 1.9-final release.
982 2006-09-19 11:17  joeshaw
984         * po/: ChangeLog, pl.po: 2006-09-19  Joe Shaw  <joeshaw@novell.com>
986                   * pl.po: Updated Polish translation from Krzysztof
987           Rosiński
989 2006-09-18 19:13  joeshaw
991         * NEWS, configure.in: Update for 0.2.10 release
993 2006-09-18 16:35  joeshaw
995         * Filters/: FilterOle.cs, FilterPPT.cs: Dispose of all of our
996           gsf-sharp objects to help fix a leak.  A gsf-sharp update is also
997           needed to totally fix the bug.
999 2006-09-18 14:17  joeshaw
1001         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Bump file
1002           system backend version up to 5
1004 2006-09-18 14:14  joeshaw
1006         * beagled/: LuceneCommon.cs,
1007           FileSystemQueryable/LuceneNameResolver.cs: Don't lowercase tokens
1008           in the private namespace, fix the file system backend to search
1009           for filenames with a lower case string
1011 2006-09-18 07:58  jfriedl
1013         * po/: ChangeLog, cs.po: 2006-09-18  Jakub Friedl
1014           <jfriedl@suse.cz>
1016             * cs.po: Updated Czech translation.
1018 2006-09-16 17:14  postlund
1020         * configure.in: Ooops, modified gmime-sharp version and forgot
1021           about it.
1023 2006-09-16 17:11  postlund
1025         * configure.in, Util/Mork.cs, Util/Thunderbird.cs,
1026           beagled/ThunderbirdQueryable/Contact.cs,
1027           beagled/ThunderbirdQueryable/Mail.cs,
1028           beagled/ThunderbirdQueryable/MoveMail.cs,
1029           beagled/ThunderbirdQueryable/Nntp.cs,
1030           beagled/ThunderbirdQueryable/Rss.cs,
1031           beagled/ThunderbirdQueryable/ThunderbirdIndexableGenerator.cs,
1032           beagled/ThunderbirdQueryable/ThunderbirdIndexer.cs: * Indexing
1033           account data stored in a non-standard place should work better *
1034           Patch from bug #354777 * Parsing Thunderbird accounts have been
1035           improved * Mailbox name read from mork file is now used when
1036           indexing mails (prettier output) * Print more debug data when
1037           indexing zero-sized mork files (easier when debugging)
1039 2006-09-15 17:46  dbera
1041         * Makefile.am: Install beagle-ui.pc only if gui is enabled.
1043 2006-09-15 15:28  joeshaw
1045         * libbeagle/beagle/: beagle-queryable-status.c,
1046           beagle-scheduler-information.c: Fix a few g_return_if_fail calls.
1047           Patch from Joe Hardigan
1049 2006-09-15 10:20  joeshaw
1051         * configure.in: Require gtk-sharp 2.4.0 and gmime-sharp 2.2.0
1052           because they're the stable versions
1054 2006-09-15 04:04  ituohela
1056         * po/: ChangeLog, fi.po: Updated Finnish translation
1058 2006-09-14 17:57  joeshaw
1060         * beagled/EvolutionMailDriver/MailCrawler.cs: Fix a thinko in the
1061           evolution mail crawler
1063 2006-09-13 15:55  joeshaw
1065         * beagled/FilterFactory.cs: A little better logging info when we
1066           can't filter a file
1068 2006-09-13 15:45  joeshaw
1070         * Filters/FilterPdf.cs: Attach to stderr of pdfinfo and pdftotext
1071           and log any output as a warning
1073 2006-09-13 07:21  kmaraas
1075         * po/: ChangeLog, nb.po: 2006-09-13  Kjartan Maraas
1076           <kmaraas@gnome.org>
1078                   * nb.po: Updated Norwegian bokmål translation.
1080 2006-09-13 02:19  kkubasik
1082         * search/Tiles/MailMessage.cs: The new GetClientProcess stuff in
1083           MailMessage wasn't handling parent/child stuff right.
1085 2006-09-12 17:44  joeshaw
1087         * glue/xdgmime/: README, xdgmime.c, xdgmime.h, xdgmimecache.c,
1088           xdgmimeglob.c, xdgmimemagic.c: Use the GTK+ version of xdgmime in
1089           Beagle instead of the upstream one, so we now consider it to be
1090           the canonical version.  Add a README about that and remove our
1091           old patches against upstream.
1093 2006-09-12 16:19  jovanna
1095         * po/: ChangeLog, mk.po: 2006-09-12 Jovan Naumovski
1096           <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian translation
1098 2006-09-12 08:05  fhedberg
1100         * Util/: ICalParser.cs, Makefile.am: Basic parser for the iCal &
1101           vCard formats.
1103 2006-09-11 17:50  dlodge
1105         * po/: ChangeLog, en_GB.po: 2006-09-11  David Lodge <dave@cirt.net>
1107                   * en_GB.po: Updated British (English) translation.
1109 2006-09-11 16:13  joeshaw
1111         * Filters/FilterMail.cs: Fix a typo: should be text/x-vcard, not
1112           text/vcard
1114 2006-09-11 15:46  joeshaw
1116         * Filters/: FilterC.cs, FilterCpp.cs, FilterMail.cs,
1117           FilterShellscript.cs: Blacklist certain common mime types in mail
1118           attachments that don't have filters and add no value, including
1119           signatures, ms-tnef, vcard and vcalendar.  Fix a bug with mime
1120           types sometimes being capitalized in emails, and add a bunch of
1121           additional mime types to the C, C++, and shell script filters
1122           that were common in my own email
1124 2006-09-11 14:33  joeshaw
1126         * Filters/FilterMPlayerVideo.cs: Use the invariant culture when
1127           converting floating point values in the mplayer filter
1129 2006-09-11 12:55  adrighem
1131         * po/: ChangeLog, nl.po: 2006-09-11  Vincent van Adrighem
1132           <adrighem@gnome.org>
1134                   * nl.po: Translation updated by Tino Meinen.
1136 2006-09-11 06:44  jmas
1138         * po/: ChangeLog, ca.po: 2006-09-11  Jordi Mas
1139           <jmas@softcatala.org>
1141                   * ca.po: Updated Catalan translation.
1143 2006-09-10 14:30  dbera
1145         * Filters/FilterHtml.cs: Minor reorganization of html filter code.
1147 2006-09-10 10:04  serrador
1149         * po/: ChangeLog, es.po: 2006-09-10  Francisco Javier F. Serrador
1150           <serrador@openshine.com>
1152                   * es.po: Updated Spanish translation.
1154 2006-09-09 22:46  dbera
1156         * Filters/FilterHtml.cs: Add whitespace after attributes in HTML
1157           filter. Fixes #354420.
1159 2006-09-08 18:10  joeshaw
1161         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
1162           BeagleClient/IndexingService.cs, BeagleClient/QueryResponses.cs,
1163           Util/StringFu.cs, Util/UriFu.cs, beagled/DumpIndex.cs,
1164           beagled/FilterFactory.cs, beagled/IndexerReceipts.cs,
1165           beagled/LuceneBitArray.cs, beagled/LuceneCommon.cs,
1166           beagled/LuceneIndexingDriver.cs, beagled/Makefile.am,
1167           beagled/TextCache.cs,
1168           beagled/FileSystemQueryable/FileSystemQueryable.cs,
1169           search/Tiles/Application.cs, search/Tiles/Calendar.cs,
1170           search/Tiles/Contact.cs, search/Tiles/HitFlavor.cs,
1171           search/Tiles/MailAttachment.cs, search/Tiles/MailMessage.cs,
1172           search/Tiles/Note.cs, search/Tiles/ThumbnailFactory.cs,
1173           search/Tiles/Tile.cs: Fairly large change in the way we escape
1174           URIs so that we now do it correctly according to the URI RFC, the
1175           number of which I forget right now
1177 2006-09-08 17:53  joeshaw
1179         * search/Search.cs: Fix the infamous focus grabbing bug in
1180           beagle-search; include in the search entry timeout whether or not
1181           you've moved the cursor, not just whether the text has been
1182           changed
1184 2006-09-07 08:25  jfriedl
1186         * po/: ChangeLog, cs.po: 2006-09-07  Jakub Friedl <jfriedl@suse.cz>
1188             * cs.po: Updated Czech translation.
1190 2006-09-06 21:21  nshmyrev
1192         * po/ru.po: Updated Russian translation
1194 2006-09-06 18:06  joeshaw
1196         * Util/DirectoryWalker.cs: Fix a problem where StringBuilders were
1197           being shrunk, and filenames weren't fitting inside the buffer.
1198           Fixes the irritating bug where not all files would be indexed
1199           (particularly mp3 files, which often have long filenames).  Many
1200           thanks to Kent Borg for helping track this down
1202 2006-09-06 17:21  joeshaw
1204         * ContactViewer/ContactWindow.cs: Fix a plural string in the
1205           contact viewer for i18n
1207 2006-09-05 21:55  kkubasik
1209         * configure.in, Util/Galago.cs, Util/Makefile.am,
1210           search/Makefile.am, search/Tiles/IMLog.cs: beagle-search now
1211           supports galago. Needs the 0.5 series of galago.
1213 2006-09-05 14:54  llipka
1215         * search/Tiles/OpenWithMenu.cs: Dont crash when we get an empty
1216           list for open with apps.
1218 2006-09-05 13:18  joeshaw
1220         * po/POTFILES.in: Add some missing files to POTFILES.in
1222 2006-09-05 11:54  joeshaw
1224         * configure.in: Add support for epiphany 2.16 to configure.in
1226 2006-09-04 19:38  nshmyrev
1228         * po/: ChangeLog, ru.po: 2006-09-04  Nickolay V. Shmyrev
1229           <nshmyrev@yandex.ru>
1231                   * ru.po: Updated Russian translation by
1232                   Alexander Sigachov <ajvol2@gmail.com>
1234 2006-09-04 01:20  aihana
1236         * po/ja.po: 2006-09-04  Takeshi AIHANA <takeshi.aihana@gmail.com>
1238                   * ja.po: Updated Japanese translation.
1240 2006-09-03 21:36  rml
1242         * HACKING:
1243                   * HACKING: Seriously, guys?  Are you all asleep at the
1244           wheel here?
1245                     It is TODO, not TODo.  Why would TO be in all uppercase
1246           but not
1247                     Do?  I am worried.  The spelling and syntax here are
1248           messier than
1249                     Joe's beard.  Speaking of which: Many of you Beagle
1250           users are
1251                     friends, or at least fans, of Joe's.  Perhaps you could
1252           send him
1253                     emails, letters, and voice mails
1254           begging--pleading--with him to
1255                     clean that thing.  Because we love him, we want it
1256           cleansed.
1258 2006-09-03 21:31  rml
1260         * NEWS:
1261                   * NEWS: Spellcheck.
1263 2006-09-03 04:27  jmas
1265         * po/ca.po: Small Catalan translation update
1267 2006-09-02 04:24  dnylande
1269         * po/: ChangeLog, sv.po: 2006-09-02  Daniel Nylander
1270           <po@danielnylander.se>
1272                   * sv.po: Updated Swedish translation.
1274 2006-09-01 11:30  joeshaw
1276         * NEWS, configure.in: Redo for 0.2.9 release
1278 2006-08-31 15:47  joeshaw
1280         * NEWS: Update for 0.2.9 release
1282 2006-08-30 18:34  joeshaw
1284         * search/: UIManager.cs, Tiles/ThumbnailFactory.cs: Fix a
1285           compilation issue with older gtk-sharp, and fix an infinite loop
1286           when saving of thumbnails fails.  (Why isn't there a boolean
1287           return value?)
1289 2006-08-30 05:52  llipka
1291         * search/Tiles/ThumbnailFactory.cs: Use the SerializedUri to
1292           generate thumbnails.
1294 2006-08-30 05:43  llipka
1296         * search/: Search.cs, Pages/NoMatch.cs: Oops, back out accidental
1297           changes.
1299 2006-08-30 05:31  llipka
1301         * search/: Search.cs, Pages/NoMatch.cs, Tray/TrayIcon.cs:
1302           Hide/Unhide the window properly. Copied from muine, patch from
1303           Arif Lukito. (bgo #352877)
1305 2006-08-29 08:51  adrighem
1307         * po/: nl.po, ChangeLog: 2006-08-29  Vincent van Adrighem
1308           <adrighem@gnome.org>
1310                   * nl.po: Translation updated by Tino Meinen.
1312 2006-08-28 08:15  redfox
1314         * po/: ChangeLog, fr.po: Updated French translation.
1316 2006-08-27 19:29  jovanna
1318         * po/: ChangeLog, mk.po: 2006-08-27 Jovan Naumovski
1319           <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian translation
1321 2006-08-27 04:43  adrighem
1323         * po/: ChangeLog, nl.po: 2006-08-27  Vincent van Adrighem
1324           <adrighem@gnome.org>
1326                   * nl.po: Translation updated by Tino Meinen.
1328 2006-08-27 03:53  llipka
1330         * libbeagle/beagle/: beagle-daemon-information-response.h,
1331           beagle-util.h: Change C++ style comment to C style comment.
1332           Killed a warning about comma at an end of an enum list. (bgo
1333           #352948)
1335 2006-08-27 02:59  clyties
1337         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
1339 2006-08-26 14:49  adrighem
1341         * po/: nl.po, ChangeLog: 2006-08-26  Vincent van Adrighem
1342           <adrighem@gnome.org>
1344                   * nl.po: Translation updated by Karel Demeyer.
1346 2006-08-25 04:59  llipka
1348         * Util/ImLog.cs: Be more bulletproof when processing lines in IM
1349           logs. Based on a patch from Arif Lukito. (bgo #351882)
1351 2006-08-24 12:53  llipka
1353         * search/Search.cs: Not only show but also present the window in
1354           tray icon mode. (bgo #351915)
1356 2006-08-24 12:46  llipka
1358         * ImLogViewer/ImLogWindow.cs: Don't display timeline categories
1359           that don't have any logs during a search.
1361 2006-08-24 12:31  llipka
1363         * search/Tiles/Calendar.cs: Display '...' in descriptions where we
1364           do line wraps.
1366 2006-08-24 12:30  llipka
1368         * search/UIManager.cs: Don't crash if we can't launch the web
1369           browser and rather display a message dialog. (bgo #352623)
1371 2006-08-23 15:37  joeshaw
1373         * Filters/FilterImLog.cs, Util/ImLog.cs,
1374           beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix a thinko when
1375           calculating the text to pull out of an emote line.  Add sanity
1376           checks to ensure that malformed IM logs don't make it out to
1377           clients
1379 2006-08-22 15:59  joeshaw
1381         * ContactViewer/ContactWindow.cs, Util/PathFinder.cs,
1382           Util/Thunderbird.cs, search/Tiles/MailMessage.cs: Execute
1383           'thunderbird' or 'mozilla-thunderbird' depending on which is
1384           available.  Based on a patch from Kevin Kubasik
1386 2006-08-22 15:21  joeshaw
1388         * ContactViewer/Makefile.am, ContactViewer/beagle-contactviewer.in,
1389           ImLogViewer/Makefile.am, ImLogViewer/beagle-imlogviewer.in,
1390           search/Makefile.am, search/beagle-search.in: Fix a few places
1391           where we were assuming that /bin/sh == /bin/bash
1393 2006-08-22 08:41  jmas
1395         * po/: ChangeLog, ca.po: Update Catalan translation
1397 2006-08-21 15:38  joeshaw
1399         * Filters/FilterMail.cs: Handle linebreaks correctly in plain text
1400           emails
1402 2006-08-21 11:32  joeshaw
1404         * Util/ChmFile.cs: Fix up libchm sonames as well. Pointed out by
1405           Fredric as well
1407 2006-08-21 11:05  joeshaw
1409         * beagled/BeagleDaemon.cs, beagled/IndexHelper/IndexHelper.cs,
1410           tools/Query.cs: Fix sonames of libgobject DllImports to reference
1411           the correct one.  Patch from Frederic Crozat
1413 2006-08-21 07:11  clyties
1415         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
1417 2006-08-21 03:25  adrighem
1419         * po/: nl.po, ChangeLog: 2006-08-21  Vincent van Adrighem
1420           <adrighem@gnome.org>
1422                   * nl.po: Translation updated by Tino Meinen.
1424 2006-08-18 18:03  joeshaw
1426         * beagled/Lucene.Net/: Store/FSDirectory.cs,
1427           upstream-changes/20_use-native-open-locking.patch: Fix a bad
1428           performance bottleneck when we wrote out the process ID to the
1429           Lucene lock file that was slowing down indexing noticably
1431 2006-08-18 09:10  fwang
1433         * po/: ChangeLog, zh_CN.po: Updated beagle zh_CN translation.
1435 2006-08-17 13:35  joeshaw
1437         * beagled/Makefile.am: Ok, finally passed make distcheck
1439 2006-08-17 13:18  joeshaw
1441         * beagled/Makefile.am: More thunderbird distcheck fixes
1443 2006-08-17 13:04  joeshaw
1445         * beagled/Makefile.am: Fix a make distcheck issue with the
1446           Thunderbird backend
1448 2006-08-17 12:15  joeshaw
1450         * NEWS, configure.in: Update for 0.2.8 release
1452 2006-08-16 17:13  serrador
1454         * po/: ChangeLog, es.po: 2006-08-16  Francisco Javier F. Serrador
1455           <serrador@openshine.com>
1457                   * es.po: Updated Spanish translation.
1459 2006-08-16 16:12  joeshaw
1461         * Filters/FilterPPT.cs: Fix a 100% cpu issue with certain broken
1462           powerpoint files
1464 2006-08-16 15:21  joeshaw
1466         * Filters/FilterMusic.cs, beagled/LuceneBitArray.cs,
1467           beagled/LuceneCommon.cs, beagled/QueryStringParser.cs: Fix
1468           various case sensitivity issues.  In the past, if you had a file
1469           named FOO.txt, searches for "FOO", "foo" and "FOO.txt" would
1470           match but "foo.txt" wouldn't.  Similarly, with wildcard searches
1471           "FO*" and "F*O.txt" would match but "F*O" wouldn't.  This commit
1472           fixes these issues, but bumps up the index version number to 15,
1473           requiring a re-index.
1475           Fix a typo in the wildcard searching code that caused the content
1476           of documents to not be searches.
1478           Remove some dead code from the QueryStringParser, add debugging
1479           code to LuceneBitArray, and add a keyword mapping for searching
1480           for music by genre.
1482 2006-08-16 06:39  ituohela
1484         * po/: ChangeLog, fi.po: Updated Finnish translation
1486 2006-08-15 21:33  kelemeng
1488         * po/: ChangeLog, hu.po: 2006-08-16  Gabor Kelemen
1489           <kelemeng@gnome.hu>
1491                   * hu.po: Translation updated.
1493 2006-08-15 17:23  joeshaw
1495         * beagled/AkregatorQueryable/AkregatorQueryable.cs: turn down
1496           *extremely* verbose output from Akregator backend
1498 2006-08-15 16:17  joeshaw
1500         * search/Tiles/: File.cs, Folder.cs, Utils.cs: Fix some UTC timing
1501           issues in beagle-search, fix some bugs in how we calculated
1502           timespans, and reuse some code when we can
1504 2006-08-15 15:39  joeshaw
1506         * ContactViewer/ContactWindow.cs: Use Gnome.About instead of
1507           Gtk.About since we are still supporting older gtk-sharp versions
1509 2006-08-15 14:45  joeshaw
1511         * Util/ImLog.cs: Fix various bugs in parsing the Kopete buddy list.
1512           Patch from Pat Double
1514 2006-08-15 14:29  joeshaw
1516         * Filters/FilterDesktop.cs: Index Keywords from KDE .desktop files.
1517           Based on a patch from Stephan Kulow
1519 2006-08-14 13:40  jmas
1521         * po/: ChangeLog, ca.po: Catalan translation update
1523 2006-08-12 06:48  arangela
1525         * po/mk.po: Updated Macedonian Translation <ufo@linux.net.mk>
1527 2006-08-10 22:09  kkubasik
1529         * search/Search.cs: fix a compile error with newer gtk-sharp
1530           versions, backwords compatable.
1532 2006-08-10 17:46  joeshaw
1534         * beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
1535           Change the indexing service backend to use indexable generators
1536           at startup
1538 2006-08-10 15:05  joeshaw
1540         * BeagleClient/Client.cs, Filters/FilterChm.cs,
1541           Filters/FilterDesktop.cs, Filters/FilterExternal.cs,
1542           Filters/FilterOle.cs, Filters/FilterRPM.cs, Util/Conf.cs,
1543           Util/DirectoryWalker.cs, Util/ExceptionHandlingThread.cs,
1544           Util/ImBuddy.cs, Util/Inotify.cs, Util/PullingReader.cs,
1545           Util/Scheduler.cs, Util/Thunderbird.cs, Util/XKeybinder.cs,
1546           beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
1547           beagled/FileAttributesStore_ExtendedAttribute.cs,
1548           beagled/Filter.cs, beagled/FilterFactory.cs,
1549           beagled/IndexSynchronization.cs, beagled/LuceneIndexingDriver.cs,
1550           beagled/LuceneQueryable.cs, beagled/QueryDriver.cs,
1551           beagled/QueryResult.cs, beagled/Queryable.cs,
1552           beagled/RemoteIndexer.cs, beagled/Server.cs, beagled/Shutdown.cs,
1553           beagled/TextCache.cs,
1554           beagled/AkregatorQueryable/AkregatorQueryable.cs,
1555           beagled/BlamQueryable/BlamQueryable.cs,
1556           beagled/EvolutionDataServerQueryable/BookContainer.cs,
1557           beagled/EvolutionDataServerQueryable/CalContainer.cs,
1558           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
1559           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
1560           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
1561           beagled/FileSystemQueryable/FileSystemQueryable.cs,
1562           beagled/FileSystemQueryable/InotifyBackend.cs,
1563           beagled/IndexHelper/IndexHelper.cs,
1564           beagled/KMailQueryable/KMailIndexableGenerator.cs,
1565           beagled/LifereaQueryable/LifereaQueryable.cs,
1566           beagled/ThunderbirdQueryable/Contact.cs,
1567           beagled/ThunderbirdQueryable/Mail.cs,
1568           beagled/ThunderbirdQueryable/MoveMail.cs,
1569           beagled/ThunderbirdQueryable/Nntp.cs,
1570           beagled/ThunderbirdQueryable/Rss.cs, tools/Info.cs: Instead of
1571           using multiple lines to report exceptions, pass in the exception
1572           as the first argument to the various Log functions, so that we
1573           get more context with errors.  In many places where we were only
1574           printing out the exception message, print out the full stack
1575           trace.
1577 2006-08-10 14:34  joeshaw
1579         * Util/ImLog.cs, Util/Log.cs, beagled/Filter.cs,
1580           beagled/FilterFactory.cs, beagled/LuceneQueryable.cs,
1581           beagled/wrapper.in, beagled/GaimLogQueryable/GaimLogQueryable.cs,
1582           search/Tiles/IMLog.cs: Handful of small fixes:
1584           * Handle lines in gaim logs that start with *** specially, so
1585           that we don't   crash if one of those lines contains a colon
1586           toward the end of the line.
1588           * If the program name is shorter than 6 characters, don't try to
1589           truncate   it (which would throw an exception).
1591           * If we are unable to filter something, print out the full
1592           exception.
1594           * Remove a bunch of dead code from FilterFactory.
1596           * Catch exceptions in our calls to HitIsValid() and HitFilter(),
1597           and   skip over hits that throw them.
1599           * Remove MONO_GAC_PREFIX stuff from wrapper.in
1601           * Validate the "fixme:speakingto" property in the Gaim backend's
1602            HitFilter() method so that an exception isn't thrown if it's
1603           empty.
1605           * Display "(unknown)" if we can't figure out who we're speaking
1606           to in the   IM log tile.
1608 2006-08-09 16:57  joeshaw
1610         * libbeagle/beagle/beagle.h, wrappers/python/beagle.defs: Update
1611           the python bindings for wildcard searches as well
1613 2006-08-09 16:38  joeshaw
1615         * BeagleClient/Query.cs, BeagleClient/QueryPart.cs,
1616           beagled/LuceneCommon.cs, beagled/QueryStringParser.cs,
1617           libbeagle/beagle/Makefile.am,
1618           libbeagle/beagle/beagle-query-part-wildcard.c,
1619           libbeagle/beagle/beagle-query-part-wildcard.h: Add support for
1620           wildcard queries.  Add ToString() methods to the Query and
1621           individual QueryPart classes.  Fix a buglet in the extension
1622           detection code in QueryStringParser, and also check for *.ext.
1624 2006-08-09 13:00  joeshaw
1626         * configure.in, glue/Makefile.am, glue/screensaver-glue.c: If
1627           --disable-xss is set, don't pass in -lXss to the link line
1629 2006-08-09 06:33  llipka
1631         * beagled/Makefile.am: Use the uninstalled BeagleDaemonLib.dll to
1632           build the ThunderbirdQueryable.
1634 2006-08-08 17:41  joeshaw
1636         * search/Tiles/MailMessage.cs: Display the folder a mail is in, if
1637           set
1639 2006-08-08 17:36  joeshaw
1641         * BeagleClient/RemoteControl.cs: Send back both scheduler and
1642           indexing status in DaemonInformationRequest for backward compat.
1643           Fixes broken beagle-status
1645 2006-08-08 17:24  joeshaw
1647         * search/Tiles/Tile.cs: remove some debugging output from the last
1648           commit
1650 2006-08-08 17:22  joeshaw
1652         * BeagleClient/Hit.cs, beagled/KMailQueryable/KMailQueryable.cs,
1653           search/Tiles/Application.cs, search/Tiles/Calendar.cs,
1654           search/Tiles/Contact.cs, search/Tiles/HitFlavor.cs,
1655           search/Tiles/MailAttachment.cs, search/Tiles/MailMessage.cs,
1656           search/Tiles/Note.cs, search/Tiles/ThumbnailFactory.cs,
1657           search/Tiles/Tile.cs, search/Tiles/WebHistory.cs: Change
1658           UriAsString and its parent variety to SerializedUri to indicate
1659           what it should really be used for, and change all its uses in the
1660           UI to just use Uri.ToString(), since it is the more correct,
1661           actual URI.
1663 2006-08-08 14:55  joeshaw
1665         * search/Pages/Base.cs: Make the Page abstract class an EventBox
1666           rather than a Fixed, and pack a Fixed into it, so that you can't
1667           scroll through the pages with the scroll wheel.
1669 2006-08-07 15:10  kkubasik
1671         * mozilla-extension/content/beagleOverlay.js: Update the firefox
1672           extention to not only match partial subdomains (through the use
1673           of 'globbing) and change all Best references to beagle-search.
1675 2006-08-06 07:52  cwryu
1677         * po/: ChangeLog, ko.po: 2006-08-06  Changwoo Ryu
1678           <cwryu@debian.org>
1680                   * ko.po: Updated Korean translation from Young-Ho Cha.
1682 2006-08-05 03:29  dbera
1684         * tools/Query.cs: Leftover from the glib-commits.
1686 2006-08-04 18:16  arangela
1688         * po/mk.po: Updated Macedonian Translation, Arangel Angov
1689           <ufo@linux.net.mk>
1691 2006-08-04 16:33  joeshaw
1693         * beagled/FileSystemQueryable/DirectoryModel.cs: Add a special case
1694           to the DirectoryWatcher comparison code: we really want to index
1695           all the directories at depth 0 or 1 before any others even if
1696           they haven't been crawled in a very long time, since those are
1697           the directories most likely to be searched first
1699 2006-08-04 11:50  joeshaw
1701         * BeagleClient/Client.cs, BeagleClient/Message.cs, Util/XmlFu.cs,
1702           beagled/RemoteIndexer.cs, beagled/Server.cs,
1703           beagled/IndexHelper/IndexHelper.cs: Rather than getting a cryptic
1704           XML validation exception, catch the case when we read zero bytes
1705           in a response (ie, socket shut down) and throw an exception
1706           stating that.  Improve the ResponseMessageException
1707           substantially, to make error reporting better. In
1708           XmlFu.SerializeUtf8(), check for null arguments.  Better name the
1709           serializers in the ConnectionHandler class.  Don't allow a server
1710           to be started if it hasn't yet been initialized.  Call
1711           Server.Init() in the IndexHelper so that it starts up and runs
1712           correctly.
1714 2006-08-04 10:35  kkubasik
1716         * search/Tiles/: MailAttachment.cs, MailMessage.cs: Code cleanup
1717           for the GetClientProcess, now it takes a string representation of
1718           the Uri as an argument
1720 2006-08-04 10:25  dbera
1722         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: Use .so
1723           and not .dll for library. Stupid me.
1725 2006-08-04 10:21  dbera
1727         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: Yet
1728           another. Init the gobject type system.
1730 2006-08-04 09:57  dbera
1732         *
1733           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
1734           Broke the build last night. Hope this will fix it. Someone please
1735           test.
1737 2006-08-04 09:43  kkubasik
1739         * search/Tiles/: Contact.cs, MailAttachment.cs, MailMessage.cs:
1740           Adding some missing beagle-search stuff for thunderbird, for some
1741           reason some of this wasn't in the patch, I guess it just got lost
1742           in that massive swarm of files.
1744 2006-08-04 03:42  dbera
1746         * Util/FileSystem.cs, beagled/FileAttributesStore_Mixed.cs,
1747           beagled/LuceneFileQueryable.cs: For writable files, if previously
1748           attributes were stored in sqlite db, remove it from there and
1749           store it now as xattr.
1751 2006-08-04 03:16  dbera
1753         * ChangeLog, Makefile.am, configure.in, Util/Inotify.cs,
1754           Util/Scheduler.cs, Util/SystemInformation.cs,
1755           beagled/BeagleDaemon.cs, beagled/ExtractContent.cs,
1756           beagled/QueryDriver.cs, beagled/Queryable.cs, beagled/Server.cs,
1757           beagled/Shutdown.cs,
1758           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
1759           beagled/IndexHelper/IndexHelper.cs,
1760           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
1761           bludgeon/Bludgeon.cs, glue/screensaver-glue.c, tools/Config.cs,
1762           tools/Query.cs: Sorry for the combined patch. The changes became
1763           too inter-dependent.  * Gtk-to-Glib: Beagle isnt a Gtk app
1764           anymore, but a Glib app.  * Try to cover all possible cases of
1765           signal handling: even those during startup.
1767 2006-08-04 03:11  dbera
1769         * ContactViewer/.cvsignore,
1770           beagled/ThunderbirdQueryable/.cvsignore: Add cvsignore files to
1771           the new directories.
1773 2006-08-03 23:28  kkubasik
1775         * ContactViewer/beagle-contactviewer.in: Removing MONO_GAC_PREFIX
1776           stuff from the contactviewer
1778 2006-08-03 23:24  kkubasik
1780         * beagled/ThunderbirdQueryable/: Contact.cs, LuceneAccess.cs,
1781           Mail.cs, MoveMail.cs, Nntp.cs, Rss.cs,
1782           ThunderbirdIndexableGenerator.cs, ThunderbirdIndexer.cs,
1783           ThunderbirdInotify.cs, ThunderbirdQueryable.cs: Adding the
1784           thunderbird backend itself, let the hackfest begin
1786 2006-08-03 23:23  kkubasik
1788         * ContactViewer/: ContactViewer.cs, ContactWindow.cs, Makefile.am,
1789           beagle-contactviewer.in, contactviewer.glade, menu.xml: Adding
1790           the thunderbird contact viewer
1792 2006-08-03 23:22  kkubasik
1794         * Makefile.am, configure.in, Util/Makefile.am, Util/Mork.cs,
1795           Util/Thunderbird.cs, beagled/Makefile.am: Here is the start of
1796           the Thunderbird backend code
1798 2006-08-03 17:15  joeshaw
1800         * beagled/EvolutionMailDriver/: EvolutionMailIndexableGenerator.cs,
1801           MailCrawler.cs: Add some sanity checks to the Evolution mail
1802           code, so that if a local mbox doesn't exist but its summary file
1803           does, we don't endlessly loop with exceptions
1805 2006-08-03 05:42  jfriedl
1807         * po/: ChangeLog, cs.po: 2006-08-02  Jakub Friedl
1808           <jfriedl@suse.cz>
1810             * cs.po: Updated Czech translation.
1812 2006-08-02 16:24  arangela
1814         * po/mk.po: Updated Macedonian Translation, Arangel Angov
1815           <ufo@linux.net.mk>
1817 2006-08-02 15:04  joeshaw
1819         * search/Tiles/MailMessage.cs: Handle text/html mail child
1820           indexables using the mail message tile.  Pointed out by Paddy
1821           Spencer and Rafał Próchniak
1823 2006-08-02 14:36  joeshaw
1825         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs,
1826           LuceneQueryingDriver.cs, Makefile.am: back out a bunch of
1827           accidental commits
1829 2006-08-02 14:32  joeshaw
1831         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs,
1832           LuceneQueryingDriver.cs, Makefile.am, beagled.in: Add a missing
1833           variable beagled.in
1835 2006-07-28 01:49  dbera
1837         * glue/xdgmime/: xdgmimeglob.c, xdgmimemagic.c: Dont add null
1838           mimetypes. Fixes bgo# 337431. The patch hasnt been officially
1839           accepted upstream, so added it to upstream-changes directory.
1841 2006-07-28 01:26  dbera
1843         * Filters/FilterMPlayerVideo.cs: Added mimetypes for matroska and
1844           ogm video files. Patch from Mario Manno <mm-bugs@manno.name>
1846 2006-07-28 01:11  dbera
1848         * Filters/FilterRuby.cs: Fix mimetype for ruby. Based on patch from
1849           Wade Menard <wade@ezri.org>.
1851 2006-07-28 00:50  dbera
1853         * Filters/FilterOpenOffice.cs: Dont index style nodes.
1855 2006-07-27 22:49  dbera
1857         * Filters/FilterOpenOffice.cs: Index table:name attribute of
1858           table:table of ods files. These store the sheet names.
1860 2006-07-27 18:42  joeshaw
1862         * beagled/: BeagleDaemon.cs, beagled.in: Add a --mdb line to
1863           beagled so that the debugger is started when passed in
1865 2006-07-22 16:25  redfox
1867         * po/: ChangeLog, fr.po: Updated French translation.
1869 2006-07-22 12:38  kkubasik
1871         * beagled/LuceneFileQueryable.cs: another oneliner, this time for
1872           bgo #347776, we just were throwing errors when it wasn't
1873           critical, now its a warn.
1875 2006-07-22 12:15  kkubasik
1877         * tools/Settings.cs: A one liner to fix bgo# 348265, our help
1878           button in beagle-settings was pointing to a non-existant page in
1879           the wiki.
1881 2006-07-22 04:39  dbera
1883         * BeagleClient/QueryableStatus.cs, BeagleClient/RemoteControl.cs,
1884           Filters/FilterJpeg.cs, Util/Scheduler.cs,
1885           beagled/FileAttributesStore.cs, beagled/QueryDriver.cs,
1886           beagled/RemoteControlExecutors.cs, libbeagle/beagle/Makefile.am,
1887           libbeagle/beagle/beagle-daemon-information-request.c,
1888           libbeagle/beagle/beagle-daemon-information-request.h,
1889           libbeagle/beagle/beagle-daemon-information-response.c,
1890           libbeagle/beagle/beagle-daemon-information-response.h,
1891           libbeagle/beagle/beagle-indexable.c,
1892           libbeagle/beagle/beagle-private.h,
1893           libbeagle/beagle/beagle-queryable-status.c,
1894           libbeagle/beagle/beagle-queryable-status.h,
1895           libbeagle/beagle/beagle-scheduler-information.c,
1896           libbeagle/beagle/beagle-scheduler-information.h,
1897           libbeagle/beagle/beagle.h, libbeagle/examples/Makefile.am,
1898           libbeagle/examples/beagle-info.c, wrappers/python/beagle.defs,
1899           wrappers/python/beagle.override, wrappers/python/beagleinfo.py:
1900           Add methods and messages to retrieve specific information from
1901           beagle-info. Clients can now ask for only is_indexing or tasks
1902           and gets the value in a structured form. These can be be used in
1903           GUI for notifications and displaying status.  Changed C and
1904           Python API to add these. Added C and Pythin examples.  Added
1905           camera-model as a searchable property in jpeg files.  Added the
1906           check back in AttributeStore, its actually helpful since dropping
1907           an attribute which isnt present can be costly.
1909 2006-07-21 16:44  joeshaw
1911         * Util/Log.cs, beagled/BeagleDaemon.cs, beagled/RemoteIndexer.cs,
1912           beagled/IndexHelper/IndexHelper.cs: Add a handler for SIGUSR1 to
1913           bump logging level up to debug at runtime, for ease in debugging
1915 2006-07-21 15:16  joeshaw
1917         * Filters/FilterPPT.cs: Don't try to filter password-protected
1918           powerpoint documents
1920 2006-07-17 12:19  lkanter
1922         * po/ru.po: Fixed Russian translation
1924 2006-07-17 12:09  lkanter
1926         * po/ru.po: Updated Russian translation
1928 2006-07-17 11:22  lkanter
1930         * po/ru.po: Updated Russian translation
1932 2006-07-17 02:26  ituohela
1934         * po/: ChangeLog, fi.po: Updated Finnish translation
1936 2006-07-16 14:47  serrador
1938         * po/: ChangeLog, es.po: 2006-07-16  Francisco Javier F. Serrador
1939           <serrador@openshine.com>
1941                   * es.po: Added Spanish translation.
1943 2006-07-16 11:14  dnylande
1945         * po/: ChangeLog, sv.po: 2006-07-16  Daniel Nylander
1946           <po@danielnylander.se>
1948                   * sv.po: Updated Swedish translation.
1950 2006-07-14 04:31  jfriedl
1952         * po/: ChangeLog, cs.po: 2006-07-14  Jakub Friedl
1953           <jfriedl@suse.cz>
1955             * cs.po: Updated Czech translation.
1957 2006-07-12 17:23  joeshaw
1959         * beagled/: FileAttributesStore_Sqlite.cs, Makefile.am,
1960           SqliteUtils.cs, TextCache.cs: Abstract out some sqlite code that
1961           was duplicated between the file attributes store and the text
1962           cache.
1964 2006-07-11 15:14  karunakar
1966         * ChangeLog, configure.in, po/ChangeLog, po/hi.po: Added Hindi
1967           translation
1969 2006-07-11 14:58  joeshaw
1971         * Util/DirectoryWalker.cs, beagled/LuceneQueryable.cs,
1972           beagled/GaimLogQueryable/GaimLogQueryable.cs: Add a recursive
1973           mode for getting files from the DirectoryWalker, which uses C#
1974           iterators.  Remove a little dead code from LuceneQueryable and
1975           update comments.  Rewrite the gaim log backend to be an indexable
1976           generator rather than generating individual indexables.  Should
1977           dramatically speed up startup time for those of us who have a lot
1978           of gaim logs.
1980 2006-07-11 10:34  joeshaw
1982         * Util/Conf.cs, Util/Scheduler.cs, beagled/BeagleDaemon.cs,
1983           tools/Settings.cs, tools/settings.glade: Monitor the battery
1984           status and stop the scheduler if we switch to battery and the
1985           config option is set.
1987 2006-07-11 07:46  jfriedl
1989         * po/: ChangeLog, cs.po: 2006-07-11  Jakub Friedl
1990           <jfriedl@suse.cz>
1992             * cs.po: Updated Czech translation.
1994 2006-07-11 01:32  dbera
1996         * Filters/FilterOpenOffice.cs: Soft line breaks should form new
1997           words in odt documents. Fixes bgo 347057.
1999 2006-07-10 16:25  joeshaw
2001         * libbeagle/beagle/: beagle-client.c, beagle-util.c, beagle-util.h:
2002           Move all the socket path stuff into beagle-util and have both
2003           beagle_client_new() and beagle_util_daemon_is_running() use it.
2004           Reduces code duplication and makes the latter function correctly
2005           work with locally synchronized indexes.
2007 2006-07-10 15:52  lferrett
2009         * po/: ChangeLog, it.po: 2006-07-10  Luca Ferretti
2010           <elle.uca@libero.it>
2012                   * it.po: Updated Italian translation.
2014 2006-07-10 13:31  joeshaw
2016         * search/Category.cs: Change the output slightly so you don't see
2017           dumb things like '1-1 of 1'
2019 2006-07-09 20:24  chliao
2021         * po/: ChangeLog, zh_HK.po, zh_TW.po: 2006-07-10 Chao-Hsiung Liao
2022           <j_h_liau@yahoo.com.tw>
2024                   * zh_HK.po: Updated Traditional Chinese translation(Hong
2025           Kong).
2026                   * zh_TW.po: Updated Traditional Chinese
2027           translation(Taiwan).
2029 2006-07-09 15:10  nshmyrev
2031         * po/: ChangeLog, ru.po: 2006-07-09  Nickolay V. Shmyrev
2032           <nshmyrev@yandex.ru>
2034                   * ru.po: Updated Russian translation
2035                   by Valek Filippov <frob@df.ru>.
2037 2006-07-08 23:41  aihana
2039         * po/: ChangeLog, ja.po: 2006-07-09  Takeshi AIHANA
2040           <takeshi.aihana@gmail.com>
2042                   * ja.po: Updated Japanese translation for v0.2.7 (HEAD).
2044 2006-07-07 16:57  al_shopov
2046         * po/: ChangeLog, bg.po: 2006-07-07  Alexander Shopov
2047           <ash@contact.bg>
2049                   * bg.po: Updated Bulgarian translation by
2050                   Alexander Shopov <ash@contact.bg>
2052 2006-07-07 15:23  joeshaw
2054         * beagled/LuceneQueryable.cs: Oops, reset the optimize delay back
2055           from a debugging value
2057 2006-07-07 14:54  joeshaw
2059         * ImLogViewer/beagle-imlogviewer.in, beagled/LuceneQueryable.cs,
2060           beagled/beagled-index-helper.in, beagled/beagled.in,
2061           bludgeon/bludgeon.in, tools/wrapper.in: Optimize a given index no
2062           more often than once a day, to avoid unnecessary churn.  Fixes
2063           Miguel's bug from his blog.  Also don't set MONO_GAC_PREFIX in
2064           any of the wrapper scripts.  They are totally unnecessary and can
2065           badly break things if you are running a different version of the
2066           mono runtime than the one Beagle is compiled with.
2068 2006-07-06 09:38  pclouds
2070         * po/vi.po: Fixed misspelled 'phạm vị'
2072 2006-06-30 00:09  dbera
2074         * BeagleClient/: Client.cs, Message.cs: For deserialization
2075           exception, debug print the actual XML message. Helps in
2076           debugging.
2078 2006-06-28 07:38  kmaraas
2080         * po/: ChangeLog, nb.po: 2006-06-28  Kjartan Maraas
2081           <kmaraas@gnome.org>
2083                   * nb.po: Updated Norwegian bokmål translation.
2085 2006-06-26 16:45  kelemeng
2087         * po/: hu.po, ChangeLog: 2006-06-26  Gabor Kelemen
2088           <kelemeng@gnome.hu>
2090                   * hu.po: Translation updated.
2092 2006-06-26 08:00  zygis
2094         * po/: ChangeLog, lt.po: 2006-06-26  Žygimantas Beručka
2095           <zygis@gnome.org>
2097                   * lt.po: Updated Lithuanian translation.
2099 2006-06-23 10:18  joeshaw
2101         * beagled/KMailQueryable/KMailQueryable.cs: Close the kmailrc file
2102           after we're through with it, fixes a fd leak.  For real this time
2104 2006-06-23 10:17  joeshaw
2106         * beagled/KMailQueryable/KMailQueryable.cs: Close the kmailrc file
2107           after we're through with it, fixes a fd leak
2109 2006-06-23 00:55  kkubasik
2111         * configure.in: A one-liner to fix the build for those of us with a
2112           galago newer than 0.3.4 (which is the last revision before the
2113           API change that breaks the build)
2115 2006-06-21 08:26  rdejus
2117         * ChangeLog, configure.in, po/ChangeLog, po/lv.po: 2006-06-21
2118           Raivis Dejus  <orvils@gmail.com>
2120                   * po/lv.po: Added Latvian translation.
2122                   * configure.in: Added 'lv' to ALL_LINGUAS
2124 2006-06-19 15:54  joeshaw
2126         * NEWS: Version 0.2.7
2128 2006-06-19 14:57  joeshaw
2130         * mozilla-extension/install.rdf: Add Bon Echo (2.0 alpha) support
2131           for the Firefox extension
2133 2006-06-19 14:39  joeshaw
2135         * Util/ExtendedAttribute.cs: Use XATTR instead of EA for extended
2136           attributes
2138 2006-06-19 13:06  joeshaw
2140         * beagled/QueryStringParser.cs, tools/Query.cs: Replace
2141           QueryStringParser with a regex-based one to fix a number of bugs
2142           in the old implementation.  Work done by Max Wiehle and Kevin
2143           Kubasik.  Fix a problem with beagle-query's handling of shell
2144           quoting.  Patch from Max.
2146 2006-06-18 05:58  adrighem
2148         * po/: ChangeLog, nl.po: 2006-06-18  Vincent van Adrighem
2149           <adrighem@gnome.org>
2151                   * nl.po: Translation updated by Tino Meinen.
2153 2006-06-17 08:28  dnylande
2155         * po/: ChangeLog, sv.po: 2006-06-17  Daniel Nylander
2156           <po@danielnylander.se>
2158                   * sv.po: Updated Swedish translation.
2160 2006-06-16 16:29  joeshaw
2162         * Util/Log.cs: Work around a mono bug in which FileInfo.Delete() on
2163           a dangling symlink doesn't actually delete the link.  Add a
2164           comment referencing the Mono bug and use File.Delete() which does
2165           work
2167 2006-06-16 15:06  joeshaw
2169         * beagled/FilterFactory.cs: Lower case mime types if we got them
2170           from the indexable and not xdgmime.  Based on a patch from Kevin
2171           Kubasik
2173 2006-06-16 14:47  joeshaw
2175         * BeagleClient/Hit.cs: Always sort properties on add, and add an
2176           overload which takes a list of properties to avoid the overhead
2177           of sorting on each insert.  Based on patches from Max Wiehle and
2178           Kevin Kubasik and a recommendation from Bera
2180 2006-06-16 14:26  joeshaw
2182         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
2183           Use the existing mail indexable generator to create remove
2184           indexables now for deleted messages instead of creating
2185           potentially thousands of individual remove events.  Removes a
2186           nasty FIXME and a potential for a big CPU hit when expunging
2187           thousands of emails.
2189 2006-06-16 12:26  kkubasik
2191         * beagled/FilterFactory.cs: if the mime_type doesn't come for
2192           XdgMime (generaly mail backends) then it might be in all caps, so
2193           lets fix that.
2195 2006-06-15 17:30  joeshaw
2197         * configure.in, Filters/FilterChm.cs, Util/ChmFile.cs: Update and
2198           re-enable the chm filter.  Patch from Miguel Cabrera
2200 2006-06-14 17:19  joeshaw
2202         * beagled/LuceneCommon.cs: Eeek!  Back out an erroneous return
2203           value in LuceneCommon.Exists() I had added for debugging
2205 2006-06-14 16:19  joeshaw
2207         * Util/SafeProcess.cs, beagled/RemoteIndexer.cs: Use SafeProcess
2208           for spawning the index helper.  Prevents zombie index helper
2209           processes
2211 2006-06-14 13:31  joeshaw
2213         * HACKING: Some HACKING/coding style updates
2215 2006-06-13 14:52  kkubasik
2217         * beagled/beagled.1: Updating the severly outdated beagled.1
2218           manpage.
2220 2006-06-13 01:09  kkubasik
2222         * beagled/TextCache.cs: An error can be thrown in odd cases when
2223           creating a new sqlite database, we should catch these.
2225 2006-06-12 16:17  kkubasik
2227         * search/Tiles/WidgetFu.cs: Catch an exception in WidgetFu.cs when
2228           icon symlinks are broken, Fixes bug #343693.
2230 2006-06-09 16:59  joeshaw
2232         * glue/xdgmime/: xdgmime.c, xdgmime.h, xdgmimemagic.c: Commit a fix
2233           for #339815, in which xdgmime would reload its data and crash
2234           because it was iterating over that data.  Filed upstream as
2235           https://bugs.freedesktop.org/show_bug.cgi?id=6824 but there
2236           hasn't been any response, so we're going to fork our local copy.
2237           Add an upstream-changes directory like we do with Lucene for
2238           tracking of local changes
2240 2006-06-08 23:38  kkubasik
2242         * Filters/FilterImLog.cs,
2243           beagled/GaimLogQueryable/GaimLogQueryable.cs: Reverting
2245 2006-06-08 15:18  joeshaw
2247         * beagled/FileAttributesStore.cs: Fix up an unncessary check and
2248           comment from bera's commit in FileAttributeStore
2250 2006-06-08 08:15  danw
2252         * search/Panes.cs: set the proper ResizeMode on the viewports so
2253           that if a tile gets wider, it forces the window to get wider as
2254           well (since there's no horizontal scrollbar). bnc 181355
2256 2006-06-05 13:01  kkubasik
2258         * Filters/FilterImLog.cs,
2259           beagled/GaimLogQueryable/GaimLogQueryable.cs: Ok, this finaly can
2260           put this somewhat to rest. The comments are pretty verbose, but
2261           in short our HitFilter post-processing wasn't getting passed
2262           back. So, now we index speakingto_alias and speakingto_icon in
2263           FilterImLog, but check to confirm that they havn't changed in
2264           HitFilter.
2266 2006-06-04 00:22  kkubasik
2268         * ImLogViewer/ImLogWindow.cs,
2269           beagled/GaimLogQueryable/GaimLogQueryable.cs,
2270           beagled/KonqHistoryQueryable/KonqQueryable.cs,
2271           search/Tiles/IMLog.cs: Reverting the IMLogViewer window change,
2272           otherwise mostly code formatting/refractoring stuff.
2274 2006-06-03 17:51  kkubasik
2276         * beagled/KonqHistoryQueryable/KonqQueryable.cs: Use the KDEVARTMP
2277           enviromental variable to locate the Konq Cache, falls back onto
2278           our default if var does not exist.
2280 2006-06-03 17:26  kkubasik
2282         * ImLogViewer/ImLogWindow.cs: When opening a directory with a large
2283           number of logs, the windows can lag well into the minutes, this
2284           allows the screen to update incramentaly, so at least the user
2285           doesn't think something is wrong.  This isn't a perfect fix, but
2286           the lag before used to really nag me.
2288 2006-06-03 17:16  kkubasik
2290         * search/Tiles/IMLog.cs: We index speakingto_alias, it seems more
2291           logical to show the alias than the screename if we have one.
2293 2006-06-03 17:12  kkubasik
2295         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Our Gaim backend
2296           was adding properties directly to the hashtable, and not using
2297           our accesssor methods. Now we do. This was kinda hard to test, so
2298           please feel free to hammer away at it.
2300 2006-06-03 17:07  kkubasik
2302         * Filters/FilterPhp.cs: Adding mimetype application/x-php to
2303           FilterPhp, apperently xdgmime reads some pure php (no html
2304           markup) files as this.
2306 2006-06-01 19:25  dbera
2308         * beagled/: BuildIndex.cs, FileAttributes.cs,
2309           FileAttributesStore.cs, FileAttributesStore_Sqlite.cs,
2310           FileSystemQueryable/FileSystemQueryable.cs: Add --enable-deletion
2311           option to buildindex. If used, buildindex will remove deleted
2312           files and directories from the index. This operation might be
2313           time consuming, so use with care.
2315 2006-06-01 15:08  dbera
2317         * Filters/HtmlAgilityPack/HtmlDocument.cs: Dont throw
2318           EncodingFoundException unless asked to. Should remove the
2319           occassional uncaught EncodingFoundException thrown for
2320           documents/strings without any specified encoding.
2322 2006-06-01 07:38  serrador
2324         * po/: ChangeLog, es.po: 2006-06-01  Francisco Javier F. Serrador
2325           <serrador@cvs.gnome.org>
2327                   * es.po: Updated Spanish translation.
2329 2006-05-31 18:22  joeshaw
2331         * configure.in, search/Makefile.am, search/Tiles/Tile.cs: Enable
2332           Open With menu if gtk 2.8 is available at build-time.  Based on a
2333           patch from Kevin Kubasik
2335 2006-05-31 16:44  joeshaw
2337         * Filters/FilterOpenOffice.cs: Close the zip file in the OpenOffice
2338           filter when we're finished with it
2340 2006-05-31 15:06  llipka
2342         * tools/Query.cs: add quotes to the values on properties
2344 2006-05-31 14:55  joeshaw
2346         * beagled/: SnippetFu.cs, TextCache.cs,
2347           FileSystemQueryable/FileSystemQueryable.cs: Compress items when
2348           adding them to the text cache; greatly reduces disk usage with a
2349           negligible performance impact.  Patch from Kevin Kubasik and
2350           Lukas Lipka
2352 2006-05-31 14:47  joeshaw
2354         * beagled/LuceneCommon.cs: If we see a lockfile with no pid in it,
2355           assume it's a dangling lock
2357 2006-05-31 14:44  joeshaw
2359         * beagled/Lucene.Net/: Store/FSDirectory.cs,
2360           upstream-changes/20_use-native-open-locking.patch: We need to
2361           continue writing out the pid of the locking process, or else our
2362           dangling lock code fails, and it's a good idea anyway for
2363           debugging
2365 2006-05-31 13:23  joeshaw
2367         * tools/crawl-rules/crawl-documentation: Include
2368           $sharedir/gtk-doc/html and $sharedir/gnome/html to the
2369           documentation crawl rules
2371 2006-05-30 10:52  joeshaw
2373         * configure.in: Check for mmap() in configure.in, so that xdgmime
2374           sees it and doesn't poke at its data every 5 seconds
2376 2006-05-30 10:51  joeshaw
2378         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: No longer
2379           handle SIGQUIT in the default cause; it's used very valuably by
2380           Mono for multithreaded stack dumps.
2382 2006-05-28 03:24  fwang
2384         * po/zh_CN.po: Updated beagle zh_CN translation.
2386 2006-05-27 10:14  llipka
2388         * search/Tiles/Tile.cs: Dont load large mime icons (bgo #343058).
2390 2006-05-27 04:05  pkst
2392         * po/: ChangeLog, el.po: Updated Greek translation
2394 2006-05-26 08:39  fwang
2396         * po/: ChangeLog, zh_CN.po: Updated beagle zh_CN translation.
2398 2006-05-26 07:14  llipka
2400         * search/Tiles/: Calendar.cs, Contact.cs, DetailsPane.cs, File.cs,
2401           Folder.cs, IMLog.cs, Image.cs, MailMessage.cs, Note.cs,
2402           RSSFeed.cs, WebHistory.cs: Make the details pane smarter and
2403           easier to use in the code.
2405 2006-05-26 06:39  llipka
2407         * search/Tiles/: Calendar.cs, Contact.cs, DetailsPane.cs: Fix a
2408           null ref exception when the description was null in the calendar
2409           tile. Add a final line in tiles which dont have a snippet so that
2410           the data labels dont space weirdly.
2412 2006-05-26 06:20  llipka
2414         * search/Tiles/: Contact.cs, DetailsPane.cs, Folder.cs, Image.cs:
2415           Changed the data labels in the details pane to be selectable.
2416           (bgo #342837)
2418 2006-05-25 15:08  serrador
2420         * po/: ChangeLog, es.po: 2006-05-25  Francisco Javier F. Serrador
2421           <serrador@openshine.com>
2423                   * es.po: Updated Spanish translation.
2425 2006-05-25 13:43  arangela
2427         * po/mk.po: Updated Macedonian Translation by Jovan Naumovski,
2428           <arangela@cvs.gnome.org>
2430 2006-05-25 05:23  icq
2432         * po/: ChangeLog, gl.po: [no log message]
2434 2006-05-25 03:19  clyties
2436         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
2438 2006-05-24 05:35  llipka
2440         * search/Tiles/File.cs: Use OpenFromUri instead of Gnome.Url.Show
2441           so desktop-launch is used when needed.
2443 2006-05-23 07:47  jfriedl
2445         * po/: ChangeLog, cs.po: 2006-05-23  Jakub Friedl
2446           <jfriedl@suse.cz>
2448             * cs.po: Czech Update
2450 2006-05-22 12:16  ituohela
2452         * po/: fi.po, ChangeLog: Updated Finnish translation
2454 2006-05-22 06:49  llipka
2456         * configure.in: bump version to 0.2.7
2458 2006-05-22 06:45  llipka
2460         * search/Tiles/Utils.cs: Plural strings for categories. Duh.
2462 2006-05-20 11:53  llipka
2464         * search/Tiles/: Audio.cs, File.cs, MailAttachment.cs,
2465           MailMessage.cs: Don't use evolution where we really dont need to
2466           (bgo #342349)
2468 2006-05-17 13:05  llipka
2470         * Util/StringFu.cs: Commit a slightly fixed version of Kevin
2471           Kubsik's patch for converting special HTML entities during
2472           snippeting. (bgo #340238)
2474 2006-05-15 20:31  nshmyrev
2476         * ChangeLog, configure.in:
2477                   * configure.in: Added ru to ALL_LINGUAS.
2479 2006-05-14 12:07  ohoel
2481         * po/: ChangeLog, nb.po: 2006-05-14  Øivind Hoel
2482           <ohoel@cvs.gnome.org>
2484                   * nb.po: Updated Norwegian bokmål translation
2485           (cosmetic).
2487 2006-05-14 10:46  llipka
2489         * ChangeLog, Filters/FilterBoo.cs, Filters/Makefile.am: Boo filter
2490           from Paul Betts.
2492 2006-05-11 13:52  danw
2494         * search/Tiles/Calendar.cs: truncate description at first newline.
2495           bnc 174398
2497 2006-05-09 12:49  joeshaw
2499         * glue/inotify-glue.c: Only print out the 'Maximum watch limit hit'
2500           warning once.
2502 2006-05-09 11:33  joeshaw
2504         * Util/ExtendedAttribute.cs: Add a BEAGLE_DISABLE_EA environment
2505           variable to disable extended attributes for testing purposes
2507 2006-05-07 05:15  llipka
2509         * Filters/FilterMusic.cs: add fixme:duration and fixme:bitrate
2510           properties to FilterMusic
2512 2006-05-06 01:48  ituohela
2514         * po/: ChangeLog, fi.po: Updated Finnish translation
2516 2006-05-05 14:36  joeshaw
2518         * search/Tiles/Application.cs: Catch exceptions if we can't load
2519           the application icon.  Based on a patch from Pierre Poissinger
2521 2006-05-05 10:37  joeshaw
2523         * beagled/EvolutionDataServerQueryable/: BookContainer.cs,
2524           CalContainer.cs: Check for exceptions when calling GetChanges()
2525           on calendars and addressbooks
2527 2006-05-04 11:27  raphaelh
2529         * po/: ChangeLog, pt_BR.po: Updated Brazilian Portuguese
2530           translation
2532 2006-05-03 12:55  llipka
2534         * search/Tiles/Note.cs: Inculde the note date in the description
2535           field.
2537 2006-05-02 12:33  ohoel
2539         * po/: ChangeLog, nb.po: 2006-05-02  Øivind Hoel
2540           <ohoel@cvs.gnome.org>
2542                   * nb.po: Updated Norwegian bokmål translation slightly.
2544 2006-05-01 18:32  dnylande
2546         * po/: ChangeLog, sv.po: 2006-05-02  Daniel Nylander
2547           <po@danielnylander.se>
2549                   * sv.po: Updated Swedish translation.
2551 2006-05-01 17:56  joeshaw
2553         * Filters/: FilterSvg.cs, Makefile.am: Add an SVG filter, from
2554           Alexander Macdonald
2556 2006-05-01 15:58  joeshaw
2558         * Filters/FilterEbuild.cs: Fix a compilation failure with the
2559           ebuild filter
2561 2006-05-01 15:36  joeshaw
2563         * Makefile.am, beagle-ui-0.0.pc.in, configure.in,
2564           Filters/FilterEbuild.cs: Add a beagle UI pkg-config file; patch
2565           from Luis Medinas.  Index additional info from ebuild files,
2566           including installation info and desktop file entries.  Patch from
2567           Pat Double.
2569 2006-05-01 10:31  kmaraas
2571         * po/: ChangeLog, nb.po: 2006-05-01  Kjartan Maraas
2572           <kmaraas@gnome.org>
2574                   * nb.po: Updated Norwegian bokmål translation.
2576 2006-05-01 05:03  llipka
2578         * beagled/beagled.1: Fix a typo in the beagled manpage. Patch from
2579           Kevin Lamontagne. (bgo #340193)
2581 2006-04-30 17:25  icq
2583         * po/: ChangeLog, gl.po: [no log message]
2585 2006-04-30 00:12  aihana
2587         * po/: ChangeLog, ja.po: 2006-04-30  Takeshi AIHANA
2588           <takeshi.aihana@gmail.com>
2590                   * ja.po: Updated Japanese translation for v0.2.6.
2592 2006-04-29 12:41  joeshaw
2594         * NEWS, configure.in: Version 0.2.6
2596 2006-04-29 11:44  joeshaw
2598         * Util/FileSystem.cs, beagled/BuildIndex.cs,
2599           beagled/LuceneCommon.cs,
2600           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
2601           beagled/FileSystemQueryable/FileSystemQueryable.cs,
2602           beagled/FileSystemQueryable/TreeCrawlTask.cs: Ignore all special
2603           files, not just symlinks
2605 2006-04-27 11:55  utx
2607         * po/: ChangeLog, cs.po: cs.po: Typo fix.
2609 2006-04-26 21:03  dbera
2611         * Filters/HtmlAgilityPack/HtmlDocument.cs: Bring back old behaviour
2612           in HtmlDocument. Required for compatibility reasons.
2614 2006-04-26 15:19  joeshaw
2616         * configure.in, Util/ImLog.cs, Util/Note.cs, Util/SafeProcess.cs,
2617           Util/StringFu.cs, beagled/GaimLogQueryable/GaimLogQueryable.cs,
2618           beagled/Lucene.Net/Index/SegmentReader.cs,
2619           beagled/Lucene.Net/Index/TermInfosReader.cs,
2620           beagled/Lucene.Net/upstream-changes/19_no_thread_local_storage.patch:
2621           Back out the thread local storage workaround for a Mono bug since
2622           it was buggy and just require Mono 1.1.13.5.
2624           Add a HTML-tag-stripping TextReader class for extracting snippets
2625           from Gaim HTML logs so they don't show up in beagle-search
2626           anymore.  Patch from dBera.
2628           Fix a warning in SafeProcess.
2630 2006-04-26 13:59  joeshaw
2632         * search/: GroupView.cs, Makefile.am, UIManager.cs,
2633           Tiles/Calendar.cs, Tiles/Contact.cs, Tiles/MailMessage.cs,
2634           Tiles/TileGroup.cs, Tiles/Utils.cs: Add calendar items to
2635           beagle-search, and correctly handle dates in the future.  Also
2636           fix an incorrect From label in emails that you send; patch from
2637           Max Wiehle
2639 2006-04-25 19:11  dbera
2641         * tools/Query.cs: Edit displayed text.
2643 2006-04-25 18:56  dbera
2645         * ChangeLog, Filters/FilterImage.cs, Filters/FilterMail.cs,
2646           Filters/FilterMusic.cs, Util/Makefile.am,
2647           Util/PropertyKeywordAttribute.cs, beagled/PropertyKeywordFu.cs,
2648           beagled/QueryDriver.cs,
2649           beagled/FileSystemQueryable/FileSystemQueryable.cs,
2650           tools/Query.cs: *
2651           beagled/QueryDriver.cs,beagled/PropertyKeywordFu.cs,
2652           Util/PropertyKeywordAttribute.cs: Allow filters to register
2653           mapping between query keyword and propertyname.  *
2654           Filters/,beagled/Backends: Register some of the existing mappings
2655           from the corresponding filters and backends.
2657 2006-04-25 18:13  hebra
2659         * po/: ChangeLog, de.po: 2006-04-25  Hendrik Brandt
2660           <heb@gnome-de.org>
2662                   * de.po: Updated German translation.
2664 2006-04-25 14:45  llipka
2666         * search/Tiles/RSSFeed.cs: update the description and site fields
2667           with the correct properties
2669 2006-04-25 13:29  joeshaw
2671         * tools/settings.glade: Don't hardcode the beagle-settings size,
2672           just set a default size
2674 2006-04-25 13:22  joeshaw
2676         * po/: ChangeLog, hu.po: 2006-04-25  Joe Shaw  <joeshaw@novell.com>
2678                   * hu.po: Fix a markup bug in the Hungarian translation.
2680 2006-04-25 11:27  dbera
2682         * ChangeLog, beagled/FilterFactory.cs,
2683           beagled/PropertyKeywordFu.cs,
2684           beagled/AkregatorQueryable/AkregatorQueryable.cs,
2685           beagled/BlamQueryable/BlamQueryable.cs,
2686           beagled/LifereaQueryable/LifereaQueryable.cs: *
2687           beagled/FilterFactory.cs: Only set indexable timestamp if the
2688           already set timestamp is invalid (i.e. the default DateTime(0)).
2689           * beagled/FeedBackends: Remove dc:date properties. Use
2690           indexable.Timestamp for storing the date. Frontends using dc:date
2691           might break; you have been warned.
2693 2006-04-25 09:05  llipka
2695         * search/: UIManager.cs, Tiles/Contact.cs, Tiles/Folder.cs,
2696           Tiles/IMLog.cs, Tiles/MailMessage.cs, Tiles/RSSFeed.cs,
2697           Tiles/Tile.cs, Tiles/TileFlat.cs, Tiles/TileTemplate.cs:
2698           UIManager.cs: <Escape> only hides the window in icon mode.
2699           Tiles/Contact.cs: Update the visibility and spacing of lables in
2700           the details pane.  Tiles/Folder.cs: Remove unnecessary spacing.
2701           Tiles/IMLog.cs: Use NiceLongDate in details pane (bgo #339644).
2702           Load buddy icon only for details pane.  Tiles/MailMessage: Use
2703           NiceLongDate in details pane (bgo #339644).  Tiles/RSSFeed.cs:
2704           Change position of the date lable in the details pane to be
2705           consistent with other tiles.  Tiles/Tile.cs: Private some
2706           properties. Update the instanting of the details pane a little.
2707           Tiles/TileFlat.cs: Small code updates Tiles/TileTemplate.cs:
2708           Small code updates.
2710 2006-04-24 18:06  dbera
2712         * Filters/FilterPackage.cs: Minor documentation.
2714 2006-04-24 18:02  dbera
2716         * ChangeLog, Filters/FilterDeb.cs, Filters/FilterEbuild.cs,
2717           Filters/FilterPackage.cs, Filters/FilterRPM.cs,
2718           Filters/Makefile.am: Added FilterDeb from Kevin Kubasik.  Changed
2719           FilterPackage to include more or less common information in all
2720           packages or metadata required to show package information while
2721           displaying results.
2723 2006-04-24 10:49  dsd
2725         * ChangeLog, Filters/entagged-sharp/EncodingInfo.cs,
2726           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
2727           Filters/entagged-sharp/Ogg/OggFileReader.cs,
2728           Filters/entagged-sharp/Util/Utils.cs:  * Filters/entagged-sharp/:
2729           Resync. Includes ID3 UTF16 fix, new vorbis
2730                   mimetype, and a couple of other bits.
2732 2006-04-23 13:52  adrighem
2734         * po/: nl.po, ChangeLog: 2006-04-23  Vincent van Adrighem
2735           <adrighem@gnome.org>
2737                   * nl.po: Translation updated by Tino Meinen.
2739 2006-04-23 07:26  llipka
2741         * search/UIManager.cs: Added accelerators for Escape and CTRL-W to
2742           close the window
2744 2006-04-22 05:46  llipka
2746         * search/: Search.cs, UIManager.cs: When running in icon mode dont
2747           exit on File->Quit, hide the window instead (bgo #339185). Also
2748           use Gtk.Stock.Close on icon mode instead of Gtk.Stock.Quit.
2750 2006-04-22 05:27  llipka
2752         * libbeagle/beagle/beagle-indexable.c: Fix parameters for time ()
2754 2006-04-21 17:57  dbera
2756         * ChangeLog, libbeagle/beagle/beagle-indexable.c,
2757           libbeagle/beagle/beagle-indexable.h,
2758           libbeagle/beagle/beagle-indexing-service-request.c,
2759           libbeagle/beagle/beagle-indexing-service-request.h,
2760           libbeagle/beagle/beagle-property.c, wrappers/python/beagle.defs:
2761           * Filters/FilterPackage.cs, Filters/FilterRPM.cs,
2762           Filters/FilterEbuild.cs: Add FilterPackage base class to contain
2763           the basic information about packages. Change FilterRPM,
2764           FilterEbuild to derive from FilterPackage.  * libbeagle/beagle:
2765           Revive the C API for indexable-service. Also, allow creating
2766           indexable-service type index-request messages for others
2767           services.
2769 2006-04-21 17:36  dbera
2771         * ChangeLog: CVS is stupid.
2773 2006-04-21 17:35  dbera
2775         * Filters/: FilterEbuild.cs, FilterPackage.cs, FilterRPM.cs,
2776           Makefile.am: * Filters/FilterPackage.cs, Filters/FilterRPM.cs,
2777           Filters/FilterEbuild.cs: Add FilterPackage base class to contain
2778           the basic information about packages. Change FilterRPM,
2779           FilterEbuild to derive from FilterPackage.
2781 2006-04-21 17:08  joeshaw
2783         * Util/SafeProcess.cs: Don't always redirect stdin/stdout/stderr
2784           and close them if we don't want to, just don't redirect them in
2785           the first place.
2787 2006-04-21 17:07  joeshaw
2789         * tools/beagle-crawl-system.in: move the -s line before the user to
2790           appease some versions of su
2792 2006-04-20 13:01  joeshaw
2794         * NEWS, configure.in: 0.2.5 release
2796 2006-04-19 17:34  joeshaw
2798         * beagled/ExtractContent.cs: Don't assume plain content with
2799           beagle-extract-content if we can't get a filter
2801 2006-04-19 17:13  joeshaw
2803         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Add a bunch
2804           of checks to the FSQ where the filesystem can be racy and we
2805           would get exceptions
2807 2006-04-19 15:18  joeshaw
2809         * Util/IoPriority.cs, beagled/BuildIndex.cs,
2810           beagled/ManageIndex.cs, beagled/IndexHelper/IndexHelper.cs,
2811           glue/ioprio-glue.c: If we can't set the IO priority to idle, try
2812           to set it to the lowest possible best-effort priority
2814 2006-04-19 13:25  joeshaw
2816         * search/: Search.cs, Tiles/IMLog.cs: I am really sucking it up
2817           today
2819 2006-04-19 13:23  joeshaw
2821         * search/: Search.cs, Tiles/IMLog.cs, Tiles/WidgetFu.cs: Back out
2822           an accidental commit
2824 2006-04-19 13:23  joeshaw
2826         * search/Tiles/: WidgetFu.cs: If the base size for a theme icon is
2827           much larger than the size we requested, force it to be scaled
2828           down
2830 2006-04-19 13:08  joeshaw
2832         * beagled/BeagleDaemon.cs: Change the help text a little bit
2834 2006-04-19 12:22  joeshaw
2836         * tools/Config.cs: Fix beagle-config too
2838 2006-04-19 12:12  joeshaw
2840         * tools/: Info.cs, wrapper.in: Make the --list-backends and
2841           --list-static-indexes options work in the uninstalled case
2843 2006-04-19 06:00  dnylande
2845         * po/: ChangeLog, sv.po: 2006-04-19  Daniel Nylander
2846           <po@danielnylander.se>
2848                   * sv.po: Updated Swedish translation.
2850 2006-04-18 21:29  dbera
2852         * beagled/LuceneQueryingDriver.cs: To find the minimum, find it
2853           directly, dont sort.
2855 2006-04-18 20:46  dbera
2857         * Util/Conf.cs: Remove position/dimension of Best from config. Some
2858           just has to add reading/saving them from beagle-search.
2860 2006-04-18 20:30  dbera
2862         * ChangeLog, Util/Conf.cs, Util/PathFinder.cs,
2863           beagled/BeagleDaemon.cs, beagled/QueryDriver.cs, tools/Config.cs,
2864           tools/Info.cs, tools/Makefile.am, tools/beagle-config.1,
2865           tools/beagle-query.1, tools/beagle-shutdown.1,
2866           tools/beagle-status.1: * tools/Info.cs: Add --list-backends,
2867           --list-static-indexes to beagle-info. Make beagle-info a tool to
2868           gather all kind of information about beagle.  *
2869           beagled/BeagleDaemon.cs, beagled/QueryDriver.cs, Util/Conf.cs:
2870           Allow enabling/disabling backends in the config. Use new syntax
2871           --backend [+-]name.  * tools/Config.cs: Add "beagle-config daemon
2872           ListBackends" to show the currently enabled and disabled backend
2873           in config. Should be emulated in beagle-settings too.  *
2874           tools/*.1: Removed reference of Best from man pages. Someone
2875           should write a man-page for beagle-search (or linux users have
2876           stopped reading man-pages these days :O ?)
2878 2006-04-18 17:49  joeshaw
2880         * Filters/HtmlAgilityPack/HtmlDocument.cs: Fix a logic error in the
2881           stop_parsing assignments that caused the HTML filter to always
2882           return blanks.  Fixes the problems of people searching their web
2883           history but not finding anything
2885 2006-04-18 14:52  joeshaw
2887         * glue/screensaver-glue.c: Commit the HAVE_LIBXSS patch, which I
2888           forgot to commit
2890 2006-04-18 12:42  utx
2892         * po/: ChangeLog, hu.po: hu.po: Fixed Hungarian translation (Novell
2893           #167345).
2895 2006-04-18 11:07  joeshaw
2897         * beagled/EvolutionDataServerQueryable/SourcesHandler.cs: Fix
2898           calling the container's constructor from OnSourceAdded.
2900 2006-04-17 16:11  dbera
2902         * ChangeLog, tools/beagle-crawl-system.in:      *
2903           tools/beagle-crawl-system.in: Use MONO_SHARED_DIR to point to a
2904                   temporary wapi directory - mono needs one for
2905           beagle-build-index.
2907 2006-04-17 06:12  kmaraas
2909         * ChangeLog, configure.in, po/no.po: 2006-04-17  Kjartan Maraas
2910           <kmaraas@gnome.org>
2912                   * configure.in: Remove obsolete no_NO locale.
2913                   * po/no.po: And the translation. Hey Joe, where you going
2914                   with that gun in your hand?
2916 2006-04-16 16:27  dbera
2918         * ChangeLog, Util/Note.cs, beagled/KMailQueryable/KMailIndexer.cs:
2919           Safeguard in kmail backend against bad data. Extract text
2920           correctly from tomboy notes.
2922 2006-04-14 14:22  joeshaw
2924         * glue/thread-glue.c: Use the newer kernel interface for syscalls.
2925           Tweaked patch from LaMont Jones
2927 2006-04-14 11:39  joeshaw
2929         * Filters/FilterOle.cs: Open our Ole file using the stdio interface
2930           rather than the mmap one, which mmaps the file MAP_SHARED, and
2931           any changes to the file while we're reading from it can corrupt
2932           the stream.  Also change some error messages from error to
2933           warning.
2935 2006-04-14 11:22  ituohela
2937         * po/: fi.po, ChangeLog: Updated Finnish translation
2939 2006-04-13 15:59  dbera
2941         * tools/Info.cs: Dont print internal filters.
2943 2006-04-13 14:43  joeshaw
2945         * search/Tiles/File.cs: Fix a typo in attaching files to emails
2947 2006-04-13 14:31  joeshaw
2949         * Filters/FilterExternal.cs, Filters/FilterMPlayerVideo.cs,
2950           Filters/FilterPdf.cs, Filters/FilterRPM.cs,
2951           Filters/FilterSpreadsheet.cs, Util/Makefile.am,
2952           Util/SafeProcess.cs, search/Tiles/File.cs, search/Tiles/IMLog.cs,
2953           search/Tiles/Image.cs, search/Tiles/MailAttachment.cs,
2954           search/Tiles/MailMessage.cs, search/Tiles/Note.cs,
2955           search/Tiles/Tile.cs: Change the way processes are launched to
2956           use g_spawn instead of the .Net API, so that filters can't be
2957           messed with using special file names
2959 2006-04-12 15:41  joeshaw
2961         * tools/crawl-rules/crawl-documentation: Add /usr/share/gnome/help
2962           to the list of documentation paths to search
2964 2006-04-12 10:07  arangela
2966         * po/mk.po: Updated Macedonian Translation <arangela@cvs.gnome.org>
2968 2006-04-11 19:27  kelemeng
2970         * po/: ChangeLog, hu.po: 2006-04-12  Gabor Kelemen
2971           <kelemeng@gnome.hu>
2973                   * hu.po: Hungarian translation updated.
2975 2006-04-11 18:32  joeshaw
2977         * beagled/BeagleDaemon.cs, beagled/IndexHelper/IndexHelper.cs,
2978           tools/Makefile.am: Shut the daemon down cleanly on a broken X
2979           connection, since we can't gracefully recover from it.  Unset the
2980           DISPLAY variable in the index helper, since we don't ever want it
2981           to be influenced by the state of the X server.  Add a little
2982           additional logging, and fix the fact that the cron job was also
2983           being installed into libexec when it didn't need to be.
2985 2006-04-11 13:50  joeshaw
2987         * beagled/BeagleDaemon.cs: Don't allow the daemon to be run from
2988           sudo since it breaks permissions in .beagle and .wapi for most
2989           users.  Also check to make sure either HOME or BEAGLE_HOME is set
2990           before starting the daemon
2992 2006-04-11 11:37  joeshaw
2994         * wrappers/python/Makefile.am: Use pythondir instead of pyexecdir
2995           for installing the beagle python module.  Patch from the Gentoo
2996           ebuild
2998 2006-04-10 18:40  joeshaw
3000         * Filters/FilterMusic.cs: Add audio/x-vorbis+ogg as a supported
3001           MIME type for the music filter
3003 2006-04-10 10:16  llipka
3005         * search/UIManager.cs: add a closing bracket to jimmac's mail
3007 2006-04-10 09:46  danw
3009         * search/Category.cs: Hide/Show tiles when changing "expanded" so
3010           they get redrawn
3012 2006-04-10 09:45  danw
3014         * search/Search.cs: explicitly clear oldFocus when starting a
3015           timeout-based search, so that if you do a hit-return search
3016           followed by a timeout search, the focus doesn't get stolen the
3017           second time. Maybe part of 332211?
3019 2006-04-10 09:44  danw
3021         * search/UIManager.cs: add Ctrl+L as an alternate keybinding to
3022           focus the search entry, since that's what everyone expects it to
3023           be
3025 2006-04-09 12:39  llipka
3027         * search/Search.cs: set currentQuery to null after closing it so we
3028           dont crash
3030 2006-04-08 12:26  aihana
3032         * po/: ChangeLog, ja.po: 2006-04-09  Takeshi AIHANA
3033           <takeshi.aihana@gmail.com>
3035                   * ja.po: Updated Japanese translation for v0.2.4.
3037 2006-04-07 18:49  dbera
3039         * ChangeLog, Filters/FilterTiff.cs,
3040           beagled/KMailQueryable/KMailQueryable.cs: *
3041           Filters/FilterTiff.cs: Compilation fix for 1.1.14 *
3042           beagled/KMailQueryable/KMailQueryable.cs: Enable snippets for
3043           KMail maildir mails.
3045 2006-04-07 18:46  dbera
3047         * beagled/DumpIndex.cs: Display correct values for is_searchable
3048           and is_tokenized values.
3050 2006-04-07 14:11  joeshaw
3052         * NEWS: Remove an accidental line
3054 2006-04-07 13:35  joeshaw
3056         * NEWS, configure.in: Update for 0.2.4 release
3058 2006-04-06 17:43  joeshaw
3060         * beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
3061           tools/Makefile.am: Now that mono has the SIGQUIT thread dumping
3062           thing, remove our own hack that does the same thing.  Add an
3063           elapsed time counter dealie to beagle-build-index
3065 2006-04-06 15:32  joeshaw
3067         * beagled/FileAttributesStore_Sqlite.cs: Create an index for
3068           directory and filename in the file_attributes table.  This
3069           dramatically speeds up querying against the sqlite fallback
3070           database in the beagle-build-index case.  Patch from Pat Double.
3072 2006-04-05 16:10  dbera
3074         * configure.in, Util/Makefile.am, beagled/Makefile.am,
3075           tools/Info.cs: Bye-bye googledriver.
3077 2006-04-05 14:57  joeshaw
3079         * BeagleClient/Hit.cs: Use Warn rather than Debug when pulling a
3080           property with multiple values from a hit.
3082 2006-04-05 14:34  joeshaw
3084         * Filters/FilterEbuild.cs: Pull out and index the Ebuild's download
3085           size.  Patch from Pat Double
3087 2006-04-05 14:02  joeshaw
3089         * beagled/BuildIndex.cs: Bump beagle-build-index's memory threshold
3090           up from 5.0 to 6.0.  Suggested by Pat Double
3092 2006-04-05 11:57  joeshaw
3094         * Filters/FilterGif.cs: Check the header of the file to make sure
3095           we're actually dealing with a GIF file.  Handle potential short
3096           reads in all our read loops
3098 2006-04-05 11:33  joeshaw
3100         * Filters/FilterGif.cs: Fix the GIF filter to not infinitely loop
3101           on malformed files.  Also make the debug logging more accessible
3103 2006-04-04 18:54  dbera
3105         * ChangeLog, BeagleClient/Hit.cs: Hit.cs: Remove FIXME by using
3106           binary search while searching properties.
3108 2006-04-04 12:02  joeshaw
3110         * Util/FSpotTools.cs: Reset the connection to null if we failed to
3111           open it
3113 2006-04-04 11:25  llipka
3115         * search/Search.cs: close the query when we open the quick tips
3116           page (bgo #337195)
3118 2006-04-03 15:49  llipka
3120         * libbeagle/beagle/beagle-util.c, libbeagle/beagle/beagle-util.h,
3121           wrappers/python/beagle.defs: added beagle_util_daemon_is_running
3122           ()
3124 2006-04-03 15:08  joeshaw
3126         * beagled/Makefile.am: Install beagle-extract-content
3128 2006-04-03 14:49  dbera
3130         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Forgot to
3131           bump FSQ version. Weekend syndrome.
3133 2006-04-03 13:13  joeshaw
3135         *
3136           beagled/Lucene.Net/upstream-changes/19_no_thread_local_storage.patch:
3137           Oops, fix a broken part of the patch
3139 2006-04-03 13:12  joeshaw
3141         * beagled/Lucene.Net/: Index/SegmentReader.cs,
3142           Index/TermInfosReader.cs,
3143           upstream-changes/19_no_thread_local_storage.patch: Update the
3144           thread-local storage patch, to fix #335178
3146 2006-04-03 12:51  joeshaw
3148         * beagled/Filter.cs: If we set an error on the filter during pull,
3149           stop trying to pull
3151 2006-04-02 15:55  dbera
3153         * ChangeLog, Filters/FilterBmp.cs, Filters/FilterDOC.cs,
3154           Filters/FilterEbuild.cs, Filters/FilterGif.cs,
3155           Filters/FilterImage.cs, Filters/FilterJpeg.cs,
3156           Filters/FilterMPlayerVideo.cs, Filters/FilterMail.cs,
3157           Filters/FilterMonodoc.cs, Filters/FilterMusic.cs,
3158           Filters/FilterOpenOffice.cs, Filters/FilterPPT.cs,
3159           Filters/FilterPdf.cs, Filters/FilterPng.cs, Filters/FilterRPM.cs,
3160           Filters/FilterRTF.cs, Filters/FilterTiff.cs,
3161           beagled/BuildIndex.cs, beagled/Filter.cs,
3162           beagled/LuceneCommon.cs,
3163           beagled/EvolutionDataServerQueryable/BookContainer.cs,
3164           beagled/EvolutionDataServerQueryable/CalContainer.cs,
3165           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
3166           beagled/FileSystemQueryable/FileSystemQueryable.cs,
3167           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
3168           beagled/KMailQueryable/KMailIndexer.cs,
3169           beagled/KonqHistoryQueryable/KonqQueryable.cs,
3170           beagled/LauncherQueryable/LauncherQueryable.cs,
3171           beagled/MonodocQueryable/MonodocQueryable.cs,
3172           beagled/MozillaQueryable/MozillaQueryable.cs: * Filters/,
3173           *Queryable/, beagled/Filter.cs, beagled/LuceneCommon.cs: Allow
3174           keyword queries in non-property queries. Make most keyword
3175           properties unsearched properties. Remove video/* mimetypes from
3176           filteraudio - let our videofilter handle them. Dont allow empty
3177           properties to be stored. Large number of changes but mostly its
3178           replacing NewKeyword by NewUnstored.
3180 2006-04-02 08:36  llipka
3182         * ImLogViewer/beagle-imlogviewer.in: fix the bad substitution which
3183           could have broke stuff
3185 2006-04-02 08:16  llipka
3187         * images/emblem-fspot.png, search/Tiles/Image.cs: update the f-spot
3188           icon and make the f-spot overlay a bit larger so you can actually
3189           identify what it is :-)
3191 2006-04-01 03:25  adrighem
3193         * po/: ChangeLog, nl.po: 2006-04-01  Vincent van Adrighem
3194           <adrighem@gnome.org>
3196                   * nl.po: Translation updated by Tino Meinen.
3198 2006-03-31 21:53  dbera
3200         * ChangeLog, Filters/FilterHtml.cs, Filters/FilterPdf.cs,
3201           Filters/HtmlAgilityPack/HtmlDocument.cs, Util/StringFu.cs,
3202           beagled/Filter.cs: Extract a maximum of 10 words in the filter
3203           ^o^ (April Fool :-D) its 40000 words - 4 times the maximum
3204           allowed by lucene). Changed html and pdf filters to honour that.
3205           For others, the filter will send data w/out any effect. Fixing
3206           them will improve the speed of filtering, which is pretty fast
3207           anyway.
3209 2006-03-31 15:22  serrador
3211         * po/: ChangeLog, es.po: 2006-03-31  Francisco Javier F. Serrador
3212           <serrador@cvs.gnome.org>
3214                   * es.po: Updated Spanish translation.
3216 2006-03-31 12:51  llipka
3218         * search/Tiles/MailMessage.cs: fix the awkwardly positioned date
3219           label in the details pane
3221 2006-03-31 11:53  llipka
3223         * search/Tiles/MailMessage.cs: dont use the MailMessage tile for
3224           files with the mimetype message/rfc288 which were indexed without
3225           gmime (bgo #332215)
3227 2006-03-31 11:51  danw
3229         * search/: SortedTileList.cs, Tiles/File.cs, Tiles/Note.cs,
3230           Tiles/RSSFeed.cs, Tiles/WebHistory.cs: use tile.Timestamp, not
3231           hit.Timestamp, everywhere to ensure consistency (because on a
3232           File tile, tile.Timestamp is set from the file's LastWriteTime,
3233           which doesn't always match hit.Timestamp)
3235 2006-03-31 11:50  danw
3237         * search/Tiles/Utils.cs: fix up localization
3239 2006-03-31 09:17  zygis
3241         * po/: ChangeLog, lt.po: 2006-03-31  Žygimantas Beručka
3242           <zygis@gnome.org>
3244                   * lt.po: Updated Lithuanian translation.
3246 2006-03-31 06:53  llipka
3248         * search/Tiles/Image.cs: dont crash if we dont have an icon (bgo
3249           #336708)
3251 2006-03-30 17:46  dbera
3253         * ChangeLog, beagled/GoogleDriver.cs: Googledriver ... (hopefully)
3254           revived!
3256 2006-03-30 00:59  clyties
3258         * po/ChangeLog: vi.po: Updated Vietnamese translation.
3260 2006-03-30 00:52  clyties
3262         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
3264 2006-03-29 16:46  dbera
3266         * glue/xdgmime/: xdgmimeglob.c, xdgmimemagic.c: Update xdgmime.
3268 2006-03-29 14:07  joeshaw
3270         * Util/XdgMime.cs: Check the first 256 bytes of an
3271           application/octet-stream file to see if it's really a text/plain
3272           file.  Based on a patch from D Bera.
3274 2006-03-29 13:27  danw
3276         * search/Tiles/Image.cs: only draw the f-spot indicator on the
3277           large image (and then only if there's room for it). bnc 161421
3279 2006-03-29 13:21  llipka
3281         * Util/ImLog.cs: more gaim 2.0 issues with date parsing (bgo
3282           #335982)
3284 2006-03-29 12:50  joeshaw
3286         * tools/Info.cs: Clean up the --list-filters output a little bit
3288 2006-03-29 11:29  dbera
3290         * ChangeLog, tools/Info.cs, tools/Makefile.am: Add option
3291           beagle-info --list-filters to list all the filters in the system.
3293 2006-03-29 10:51  dbera
3295         * ChangeLog, Filters/FilterRPM.cs, Filters/Makefile.am: Squeeze
3296           information from RPM files. Let nothing hide from beagle.
3298 2006-03-28 18:14  joeshaw
3300         * Filters/: FilterXslt.cs, Makefile.am: Add an XSLT filter.  From
3301           Alexander Macdonald
3303 2006-03-28 18:03  joeshaw
3305         * Makefile.am, configure.in: Fix epiphany version check.  Patch
3306           from Christian Persch.  Allow bludgeon to be disabled at
3307           configure time.  Patch from Kevin Kubasik
3309 2006-03-28 17:54  joeshaw
3311         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs: Print out the
3312           mono version at startup as well
3314 2006-03-28 16:54  icq
3316         * po/: ChangeLog, gl.po: [no log message]
3318 2006-03-28 14:04  llipka
3320         * configure.in: fix the xscreensaver configure changes which were
3321           recently checked in
3323 2006-03-28 13:18  llipka
3325         * tools/Settings.cs: dont mnemonic the treeview cells, thats just
3326           insane
3328 2006-03-28 13:01  llipka
3330         * po/.cvsignore: sssh
3332 2006-03-28 12:57  llipka
3334         * Filters/: FilterBmp.cs, FilterGif.cs, FilterTiff.cs: make the new
3335           image filters utilize FilterImage
3337 2006-03-28 12:05  joeshaw
3339         * Filters/FilterExternal.cs: Fix the external filter to look in
3340           /beagle rather than
3342 2006-03-27 18:51  joeshaw
3344         * configure.in: Check for newer version of epiphany.  Patch from
3345           Kyle Ambroff
3347 2006-03-27 18:47  joeshaw
3349         * HACKING: Update the HACKING file a little
3351 2006-03-27 18:35  joeshaw
3353         * Filters/: FilterGif.cs, Makefile.am: Add a GIF filter, from
3354           Alexander Macdonald
3356 2006-03-27 17:38  joeshaw
3358         * Makefile.am, configure.in, Filters/FilterEbuild.cs,
3359           Filters/FilterExternal.cs, Filters/Makefile.am: Include the
3360           HACKING file in the tarball.  Allow beagle to build without the X
3361           screensaver extension; patch from marijn@mad.scientist.com.  Add
3362           an ebuild filter; from Pat Double.  Catch
3363           DirectoryNotFoundException in the external filter.
3365 2006-03-27 15:51  joeshaw
3367         * tools/: Settings.cs, settings.glade: GNOME HIG fixes for
3368           beagle-settings.  Patch from Dennis Cranston
3370 2006-03-27 08:07  llipka
3372         * MAINTAINERS: add a MAINTAINERS file (bgo #335031). we all love
3373           you Joe! :-)
3375 2006-03-26 09:52  llipka
3377         * beagled/GaimLogQueryable/GaimLogQueryable.cs: dont index .system
3378           folders in account folders (bgo #335317
3380 2006-03-26 02:44  aman
3382         * ChangeLog, configure.in, po/ChangeLog, po/pa.po: update
3383           translation for Punjabi (Gurmukhi) by apbrar gmail com
3385 2006-03-24 16:55  joeshaw
3387         * search/: Makefile.am, Search.cs, beagle-search.in: Fix the cwd
3388           problem for beagle-search as well, and fix a spacing problem with
3389           the search bar
3391 2006-03-24 16:04  lferrett
3393         * po/: ChangeLog, it.po: 2006-03-24  Luca Ferretti
3394           <elle.uca@libero.it>
3396                   * it.po: Fixed a typo.
3398 2006-03-24 13:50  lferrett
3400         * po/: ChangeLog, it.po: 2006-03-24  Luca Ferretti
3401           <elle.uca@libero.it>
3403                   * it.po: Updated Italian translation.
3405 2006-03-23 09:05  dbera
3407         * beagled/Lucene.Net/: Store/FSDirectory.cs,
3408           upstream-changes/20_use-native-open-locking.patch: Oops... turn
3409           off logging flag.
3411 2006-03-23 08:59  dbera
3413         * ChangeLog, beagled/Lucene.Net/Store/FSDirectory.cs,
3414           beagled/Lucene.Net/upstream-changes/20_use-native-open-locking.patch:
3415           (Hopefully) fixes century old lock obtain timeout bug.
3417 2006-03-22 17:27  joeshaw
3419         * beagled/Makefile.am: Make sure to run the right sed over the
3420           index helper script as well
3422 2006-03-22 16:18  dbera
3424         * ChangeLog, beagled/LifereaQueryable/LifereaQueryable.cs: Liferea
3425           allows "|curl..."-type commands as its feedsource, needed to
3426           handle gmail feeds. Workaround in liferea backend for our
3427           gmail-happy users.
3429 2006-03-22 15:41  joeshaw
3431         * Filters/Makefile.am, ImLogViewer/Makefile.am,
3432           ImLogViewer/beagle-imlogviewer.in, beagled/Makefile.am,
3433           beagled/beagled-index-helper.in, beagled/beagled.in,
3434           beagled/testclient.in, beagled/wrapper.in, tools/Makefile.am,
3435           tools/beagle-index-info, tools/beagle-ping, tools/beagle-status,
3436           tools/wrapper.in: Fix the scripts and makefiles to run
3437           uninstalled from the source directory, but not when installed, in
3438           a safe manner
3440 2006-03-22 14:21  danw
3442         * search/Panes.cs: remove some padding that is no longer needed and
3443           looks bad in some themes
3445 2006-03-22 11:47  danw
3447         * search/Tiles/ThumbnailFactory.cs: Call CanThumbnail before trying
3448           to make a thumbnail so we don't fill up ~/.thumbnails/fail/
3450 2006-03-22 11:46  danw
3452         * search/Tiles/Folder.cs: Make this look more like the File tile.
3453           #335428
3455 2006-03-22 10:13  llipka
3457         * tools/crawl-rules/crawl-documentation: add /usr/local/share/doc
3458           to the crawl list
3460 2006-03-22 10:09  llipka
3462         * tools/crawl-rules/crawl-applications: typo in crawl-applications
3464 2006-03-21 10:17  danw
3466         * search/Tiles/ThumbnailFactory.cs: don't crash if we get a hit
3467           with a null MimeType (bnc 159067)
3469 2006-03-21 05:56  serrador
3471         * po/: ChangeLog, es.po: 2006-03-21  Francisco Javier F. Serrador
3472           <serrador@cvs.gnome.org>
3474                   * es.po: Updated Spanish translation.
3476 2006-03-20 16:59  dbera
3478         * configure.in, glue/Makefile.am: Move some more dependencies under
3479           ui-build. Pretty sure build will break for somebody.
3481 2006-03-20 13:37  danw
3483         * search/Category.cs: call UpdateButtons() after changing
3484           "expanded". #333645
3486 2006-03-20 10:57  llipka
3488         * Filters/FilterImage.cs: redundant Console.WriteLines
3490 2006-03-20 07:12  zygis
3492         * po/: ChangeLog, lt.po: 2006-03-20  Žygimantas Beručka
3493           <zygis@gnome.org>
3495                   * lt.po: Updated Lithuanian translation.
3497 2006-03-19 06:55  adrighem
3499         * po/: ChangeLog, nl.po: 2006-03-19  Vincent van Adrighem
3500           <adrighem@gnome.org>
3502                   * nl.po: Translation updated by Tino Meinen.
3504 2006-03-19 06:37  aihana
3506         * po/: ChangeLog, ja.po: 2006-03-19  Takeshi AIHANA
3507           <takeshi.aihana@gmail.com>
3509                   * ja.po: Updated Japanese translation for v0.2.3.
3511 2006-03-18 23:02  vsichi
3513         * ChangeLog, configure.in, po/ChangeLog, po/ka.po: Updated Georgian
3514           translation
3516 2006-03-18 09:20  llipka
3518         * ChangeLog, Util/ImLog.cs,
3519           beagled/GaimLogQueryable/GaimLogQueryable.cs: 2006-03-18  Lukas
3520           Lipka  <lukas@pmad.net>
3522                   * Util/ImLog.cs: Fix the broken parsing of Gaim 2.0 logs
3523           which added
3524                   AM or PM to the utterance timestamp. Thanks to Zafar for
3525           providing
3526                   sample logs.
3528                   * beagled/GaimLogQueryable/GaimLogQueryable.cs: Cosmetic
3529           fixes.
3531 2006-03-17 11:58  joeshaw
3533         * NEWS, configure.in: Version 0.2.3
3535 2006-03-17 04:24  al_shopov
3537         * po/: ChangeLog, bg.po: 2005-03-17  Alexander Shopov
3538           <ash@contact.bg>
3540                   * bg.po: Updated Bulgarian translation by
3541                   Vladimir Petkov <vpetkov@i-space.org>
3543 2006-03-16 17:29  joeshaw
3545         * Filters/FilterMail.cs,
3546           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
3547           beagled/KMailQueryable/KMailIndexableGenerator.cs,
3548           bludgeon/FileSystemObject.cs, bludgeon/TestBasic.cs,
3549           bludgeon/TreeBuilder.cs: Handle null messages from gmime;
3550           necessary to handle cases where we try to construct a message
3551           from the middle of the last message in a stream.  Needs gmime
3552           2.2.1 for the rest of this fix.
3554 2006-03-16 15:10  joeshaw
3556         * beagled/LuceneQueryable.cs: Set FileShare.ReadWrite on the data
3557           stream file.  Should fix #334764
3559 2006-03-16 14:26  joeshaw
3561         * beagled/: LuceneCommon.cs, LuceneQueryable.cs: Log when we hit a
3562           dangling lock.  When getting indexables from generators, if they
3563           return null, bail out after a time so that we don't spin a long
3564           time trying to extract actual indexables
3566 2006-03-16 12:12  joeshaw
3568         * beagled/ManageIndex.cs: Add extra paranoia to ManageIndex.cs so
3569           that an IndexingDriver that deletes files isn't created
3570           unconditionally.
3572 2006-03-16 10:23  dsd
3574         * ChangeLog, search/Tiles/Tile.cs:      * search/Tiles/Tile.cs:
3575           Escape uri's before passing them to applications,
3576                   thanks to Brandon Hale.
3578 2006-03-15 15:17  dsd
3580         * ChangeLog, Filters/entagged-sharp/Tag.cs,
3581           Filters/entagged-sharp/entagged-sharp.sources,
3582           Filters/entagged-sharp/Ape/Util/ApeTagBinaryField.cs,
3583           Filters/entagged-sharp/Ape/Util/ApeTagReader.cs,
3584           Filters/entagged-sharp/Ape/Util/MonkeyDescriptor.cs,
3585           Filters/entagged-sharp/Ape/Util/MonkeyHeader.cs,
3586           Filters/entagged-sharp/Ape/Util/WavFormatHeader.cs,
3587           Filters/entagged-sharp/Ape/Util/WavRIFFHeader.cs,
3588           Filters/entagged-sharp/Exceptions/CannotWriteException.cs,
3589           Filters/entagged-sharp/Flac/Util/FlacTagReader.cs,
3590           Filters/entagged-sharp/Flac/Util/MetadataBlockDataStreamInfo.cs,
3591           Filters/entagged-sharp/Flac/Util/MetadataBlockHeader.cs,
3592           Filters/entagged-sharp/Mp3/Id3Tag.cs,
3593           Filters/entagged-sharp/Mp3/Util/Id3v1TagReader.cs,
3594           Filters/entagged-sharp/Mp3/Util/Id3v24TagReader.cs,
3595           Filters/entagged-sharp/Mp3/Util/Id3v2TagReader.cs,
3596           Filters/entagged-sharp/Mp3/Util/Id3v2TagSynchronizer.cs,
3597           Filters/entagged-sharp/Mp3/Util/LameMPEGFrame.cs,
3598           Filters/entagged-sharp/Mp3/Util/MPEGFrame.cs,
3599           Filters/entagged-sharp/Mp3/Util/XingMPEGFrame.cs,
3600           Filters/entagged-sharp/Mp3/Util/Id3frames/ApicId3Frame.cs,
3601           Filters/entagged-sharp/Mp3/Util/Id3frames/CommId3Frame.cs,
3602           Filters/entagged-sharp/Mp3/Util/Id3frames/GenericId3Frame.cs,
3603           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
3604           Filters/entagged-sharp/Mp3/Util/Id3frames/TextId3Frame.cs,
3605           Filters/entagged-sharp/Mpc/MpcFileReader.cs,
3606           Filters/entagged-sharp/Mpc/Util/MpcHeader.cs,
3607           Filters/entagged-sharp/Ogg/OggFileReader.cs,
3608           Filters/entagged-sharp/Ogg/OggTag.cs,
3609           Filters/entagged-sharp/Ogg/Util/OggInfoReader.cs,
3610           Filters/entagged-sharp/Ogg/Util/OggPageHeader.cs,
3611           Filters/entagged-sharp/Ogg/Util/OggTagReader.cs,
3612           Filters/entagged-sharp/Ogg/Util/VorbisCodecHeader.cs,
3613           Filters/entagged-sharp/Ogg/Util/VorbisTagReader.cs:     *
3614           Filters/entagged-sharp: Resync, includes a couple of small fixes.
3616 2006-03-15 14:12  joeshaw
3618         * beagled/Lucene.Net/: Index/SegmentReader.cs,
3619           Index/TermInfosReader.cs,
3620           upstream-changes/19_no_thread_local_storage.patch: Don't use
3621           thread-local storage in lucene due to a mono leak up through
3622           version 1.1.13.4.  This fixes the huge memory leaks in the beagle
3623           daemon
3625 2006-03-15 11:35  joeshaw
3627         * tools/beagle-crawl-system.in: Fix the beagle-crawl-system script
3628           when ionice isn't present.  Patch from Götz Waschk
3630 2006-03-14 11:04  danw
3632         * search/Makefile.am: use desktop-launch when possible, for KDE
3633           support
3635 2006-03-14 04:39  icq
3637         * po/: ChangeLog, gl.po: [no log message]
3639 2006-03-13 16:45  joeshaw
3641         * beagled/: DumpIndex.cs, LuceneCommon.cs, LuceneQueryable.cs,
3642           LuceneQueryingDriver.cs, QueryResult.cs,
3643           FileSystemQueryable/LuceneNameResolver.cs,
3644           Lucene.Net/Store/FSDirectory.cs,
3645           Lucene.Net/upstream-changes/18_avoid_fileinfos.patch: Make the
3646           IndexReaders returned from LuceneCommon.GetReader() refcounted,
3647           and require callers to release them when they're finished.  This
3648           fixes the nasty race described in bug 334057, in which a query
3649           would come in, the index would be changed from underneath and the
3650           cached reader closed, and another query would come in which tried
3651           to use the closed reader.
3653           Also, removed some confusing and not useful debug spew from
3654           LuceneQueryable, use ExceptionHandlingThreads in QueryResults
3655           because we can then track them better, and reduce a bunch of
3656           unnecessary string allocations in Lucene's
3657           FSDirectory.FileExists().
3659 2006-03-11 17:00  dbera
3661         * ChangeLog, beagled/SnippetFu.cs: Fixes 332378. Also, dont read
3662           the whole file if enough snippets is already found. Speeds up
3663           snippet extraction quite a bit.
3665 2006-03-11 15:10  dbera
3667         * ChangeLog, Filters/FilterMPlayerVideo.cs, Filters/FilterMail.cs:
3668           Use message header for kmail mails to detect incoming/outgoing
3669           mails. Use the right command line parameters for mplayer (as
3670           given in midentify).
3672 2006-03-10 11:52  joeshaw
3674         * Filters/FilterMPlayerVideo.cs: Also add -ao dummy to the mplayer
3675           command line args
3677 2006-03-10 08:26  aihana
3679         * po/: ChangeLog, ja.po: 2006-03-10  Takeshi AIHANA
3680           <takeshi.aihana@gmail.com>
3682                   * ja.po: Updated Japanese translation for v0.2.2.1.
3684 2006-03-10 06:25  llipka
3686         * search/Tiles/Folder.cs: oops.
3688 2006-03-10 05:33  llipka
3690         * ChangeLog, search/Tiles/Folder.cs: 2006-03-10  Lukas Lipka
3691           <lukas@pmad.net>
3693                   * search/Tiles/Folder.cs: The open action for folders got
3694           accidently
3695                   removed during details pane refactoring.
3697 2006-03-10 02:51  clyties
3699         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
3701 2006-03-09 23:03  ituohela
3703         * po/: ChangeLog, fi.po: Updated Finnish translation
3705 2006-03-09 18:48  garrett
3707         * mozilla-extension/skin/classic/: beagle-disabled.png,
3708           beagle-error.png: Updated disabled and error icon states for the
3709           Mozilla Firefox extension
3711 2006-03-09 18:24  garrett
3713         * mozilla-extension/skin/classic/beagle-big.png: Updating the 32x32
3714           logo for the FF extension
3716 2006-03-09 18:19  garrett
3718         * mozilla-extension/skin/classic/: beagle-disabled.png,
3719           beagle-error.png, beagle.png: Updating Beagle Firefox extension
3720           icons
3722 2006-03-09 17:56  joeshaw
3724         * search/Tiles/Application.cs: Scale large launcher icons to fit to
3725           our requested size.  Removes a FIXME and fixes #334061
3727 2006-03-09 17:44  joeshaw
3729         * search/Category.cs: Look up the size of the icon and make the
3730           category header bigger if it looks like it might be clipped.
3731           Fixes #334064
3733 2006-03-09 14:29  danw
3735         * search/Pages/StartDaemon.cs: s/daemon/search service/
3737 2006-03-09 13:17  joeshaw
3739         * Filters/FilterExternal.cs, Filters/Makefile.am,
3740           Filters/external-filters.xml, Util/ExternalStringsHack.cs.in,
3741           Util/Makefile.am, tools/beagle-crawl-system.in: Add a new filter
3742           that allows system administrators to configure external programs
3743           to extract text from more odd file formats without needing to
3744           code anything.
3746 2006-03-09 06:14  jfriedl
3748         * po/: ChangeLog, cs.po: 2006-03-09  Jakub Friedl
3749           <jfriedl@suse.cz>
3751             * cs.po: Czech Update (complete).
3753 2006-03-08 20:43  dbera
3755         * ChangeLog, beagled/NoiseFilter.cs: Allow emails, hostnames and
3756           numeric strings to sneak through noise filter.
3758 2006-03-08 18:09  joeshaw
3760         * Filters/: FilterBmp.cs, Makefile.am: New bmp filter from
3761           Alexander Macdonald
3763 2006-03-08 16:01  joeshaw
3765         * Util/Conf.cs, beagled/BeagleDaemon.cs, search/Search.cs,
3766           tools/Settings.cs, tools/settings.glade: Allow beagle to be run
3767           as root if you enable the setting (off by default)
3769 2006-03-07 17:48  joeshaw
3771         * Filters/FilterMail.cs,
3772           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
3773           beagled/KMailQueryable/KMailIndexer.cs: Check the
3774           GMime.InternetAddressType to avoid a glib critical error on
3775           messages that have undisclosed recipients.
3777 2006-03-07 15:45  joeshaw
3779         * Filters/FilterMPlayerVideo.cs: Today is not my lucky day
3781 2006-03-07 15:45  joeshaw
3783         * Filters/FilterMPlayerVideo.cs: A few aspect ratio fixes
3785 2006-03-07 15:38  joeshaw
3787         * Filters/FilterMPlayerVideo.cs: Oops, fix typo and remove some
3788           unused code
3790 2006-03-07 15:36  joeshaw
3792         * Filters/: FilterMPlayerVideo.cs, Makefile.am: New video filter
3793           which uses mplayer to extract metadata from Alexander Macdonald
3795 2006-03-07 14:23  joeshaw
3797         * beagled/Filter.cs: Add a PreLoad flag to the Filter so that
3798           filters can indicate whether or not to preload files.  Filters
3799           which load big files and don't read sequentially through the
3800           entire file will want to set this flag
3802 2006-03-07 12:25  joeshaw
3804         * beagled/BuildIndex.cs: Fix a crash in beagle-build-index when the
3805           text cache isn't enabled.  Patch from Alex Larsson
3807 2006-03-07 12:03  joeshaw
3809         * configure.in: 0.2.2.1 brown paper bag release
3811 2006-03-07 11:58  joeshaw
3813         * configure.in: Fix a problem with configure on 64-bit machines
3815 2006-03-06 15:57  joeshaw
3817         * NEWS, configure.in, BeagleClient/Makefile.am,
3818           ImLogViewer/Makefile.am, beagled/Makefile.am, tools/Makefile.am:
3819           Beagle 0.2.2
3821 2006-03-05 18:52  orrc
3823         * po/: ChangeLog, en_GB.po: 2006-03-05  Christopher Orr
3824           <chris@orr.me.uk>
3826                   * en_GB.po: Updated British English translation.
3828 2006-03-04 10:21  serrador
3830         * po/: es.po, ChangeLog: 2006-03-04  Francisco Javier F. Serrador
3831           <serrador@cvs.gnome.org>
3833                   * es.po: Updated Spanish translation.
3835 2006-03-03 18:23  joeshaw
3837         * beagled/LuceneCommon.cs, beagled/LuceneQueryingDriver.cs,
3838           bludgeon/FileSystemObject.cs, bludgeon/QueryFu.cs: Some bludgeon
3839           fixes and lots of comments about date queries in OR blocks.
3841 2006-03-03 15:14  danw
3843         * search/Search.cs: don't autofocus the search results if the
3844           search happened because of a timeout. 332211
3846 2006-03-03 15:14  joeshaw
3848         * bludgeon/: DirectoryObject.cs, FileModel.cs: Use UTC timestamps
3849           in bludgeon to fix some false positive search results
3851 2006-03-03 15:09  joeshaw
3853         * tools/Query.cs: Fix a help text alignment issue
3855 2006-03-03 15:08  joeshaw
3857         * tools/wrapper.in: sigh, typo
3859 2006-03-03 15:07  joeshaw
3861         * tools/wrapper.in: Include the beagled directory in MONO_PATH in
3862           the uninstalled case
3864 2006-03-03 15:07  joeshaw
3866         * tools/Query.cs: Convert the dates passed into beagle-query into
3867           UTC before sending them to the daemon
3869 2006-03-03 15:04  danw
3871         * search/GroupView.cs: if we get a SubtractHit on the selected
3872           tile, hide the details pane (332987)
3874 2006-03-03 13:39  joeshaw
3876         * Util/FileSystem.cs, Util/Inotify.cs, beagled/FileAttributes.cs,
3877           beagled/FileAttributesStore_Sqlite.cs,
3878           beagled/RenamingLuceneDriver.cs,
3879           beagled/FileSystemQueryable/DirectoryModel.cs,
3880           beagled/FileSystemQueryable/FileSystemQueryable.cs: Add some
3881           fixes so that you can set / as a root to be indexed
3883 2006-03-03 06:09  zygis
3885         * po/: ChangeLog, lt.po: 2006-03-03  Žygimantas Beručka
3886           <zygis@gnome.org>
3888                   * lt.po: Updated Lithuanian translation.
3890 2006-03-02 10:40  danw
3892         * search/Search.cs: hide the details pane when starting a new
3893           search
3895 2006-03-02 09:53  danw
3897         * search/Tiles/: Application.cs, Audio.cs, File.cs, Image.cs,
3898           Tile.cs: comment out unimplemented functionality
3900 2006-03-02 09:52  danw
3902         * search/UIManager.cs: Fix some about dialog bugs. Use #pragma
3903           warning disable 612 so we don't get warned that Gnome.About is
3904           deprecated. Use Beagle.Util.ExternalStringsHack.Version for the
3905           version. Update the copyright year and the list of authors.
3907 2006-03-02 09:37  danw
3909         * search/Tray/NotificationArea.cs: add a public Orientation
3910           property (and an OrientationChanged event) to silence the
3911           not-used warning
3913 2006-03-02 08:33  dsd
3915         * ChangeLog, tools/Makefile.am:         * tools/Makefile.am: Only
3916           install beagle-settings.desktop when ENABLE_GUI
3917                   is chosen. Reported by ph at
3918           http://bugs.gentoo.org/124192
3920 2006-03-02 04:49  lferrett
3922         * po/: ChangeLog, it.po: 2006-03-02  Luca Ferretti
3923           <elle.uca@libero.it>
3925                   * it.po: Updated Italian translation.
3927 2006-03-02 04:21  kmaraas
3929         * po/no.po: Forgot this
3931 2006-03-02 04:21  kmaraas
3933         * po/: ChangeLog, POTFILES.in, nb.po: 2006-03-02  Kjartan Maraas
3934           <kmaraas@gnome.org>
3936                   * POTFILES.in: Updated with a missing file.
3937                   * nb.po: Updated Norwegian bokmål translation.
3939 2006-03-01 17:36  danw
3941         * search/: GroupView.cs, Tiles/Tile.cs: Split up the concepts of
3942           Selection and Focus in tiles so that the details pane doesn't
3943           disappear if you click on something besides a tile.
3945 2006-03-01 17:36  danw
3947         * search/Panes.cs: Make sure that the main pane's FocusChild
3948           remains visible when the pane is resized. (Eg, if you click on a
3949           tile and the details pane pops up and covers it.)
3951 2006-03-01 16:13  danw
3953         * search/Category.cs: Make sure that if a tile is selected, it
3954           remains selected and visible across a resize or re-sort
3956 2006-03-01 15:20  joeshaw
3958         * po/POTFILES.in: Add the new RootUser.cs file to POTFILES.in
3960 2006-03-01 15:19  joeshaw
3962         * search/: Makefile.am, Search.cs, UIManager.cs, Pages/Base.cs,
3963           Pages/RootUser.cs: Add a new root user page which tells the user
3964           that they can't run as root.  Desensitize a lot of the UI
3966 2006-03-01 13:25  arangela
3968         * po/mk.po: Updated Macedonian Translation <arangela@cvs.gnome.org>
3970 2006-03-01 11:38  lkanter
3972         * po/: ChangeLog, ru.po: Initial Russian translation
3974 2006-02-28 16:21  joeshaw
3976         * tools/beagle-crawl-system.in: bin all output from
3977           beagle-crawl-system; we don't want mail going to root every
3978           night.
3980 2006-02-28 15:42  joeshaw
3982         * ImLogViewer/: ImLogViewer.cs, ImLogWindow.cs,
3983           beagle-imlogviewer.in: Close the log files after we've loaded
3984           them in.  Set the process name on the IM log viewer
3986 2006-02-28 15:09  joeshaw
3988         * beagled/: BuildIndex.cs, TextCache.cs: When creating static
3989           indexables, don't make them unreadable by default
3991 2006-02-27 19:06  joeshaw
3993         * BeagleClient/Message.cs, Util/Makefile.am, Util/ReflectionFu.cs,
3994           beagled/FilterFactory.cs, beagled/QueryDriver.cs,
3995           beagled/beagled.in, bludgeon/Toolbox.cs,
3996           search/Tiles/TileActivator.cs: Clean up our various reflection
3997           uses around the tree to use one consistent set of utility
3998           functions.  Add support for BEAGLE_BACKEND_PATH in the same vein
3999           as BEAGLE_FILTER_PATH, since I regularly run beagled from my
4000           source directory and the fact that I had to install the evolution
4001           backends to test them bit me in the ass several times
4003 2006-02-27 16:42  dbera
4005         * ChangeLog, beagled/DumpIndex.cs: allow e.g. beagle-dump-index
4006           --indexdir=/path/to/FileSystemIndex file_or_dir to get
4007           information about the file/dir from the index. A handy tool to
4008           bypass luke.
4010 2006-02-27 16:36  joeshaw
4012         * beagled/EvolutionDataServerQueryable/:
4013           EvolutionDataServerQueryable.cs, SourcesHandler.cs: Add checks to
4014           the e-d-s backend so that having a evolution-data-server which
4015           isn't supported doesn't kill the daemon
4017 2006-02-27 14:41  joeshaw
4019         * search/Makefile.am: Make the mdb file depend on the exe so that
4020           makefile deps work out with make -j
4022 2006-02-26 18:06  kelemeng
4024         * po/: ChangeLog, hu.po: 2006-02-27  Gabor Kelemen
4025           <kelemeng@gnome.hu>
4027                   * hu.po: Hungarian translation updated.
4029 2006-02-26 12:27  llipka
4031         * ChangeLog, search/Tiles/IMLog.cs: 2006-02-26  Lukas Lipka
4032           <lukas@pmad.net>
4034                   * search/Tiles/IMLog.cs: Load the buddy icon for the
4035           detail view.
4037 2006-02-24 19:16  adrighem
4039         * po/: ChangeLog, nl.po: 2006-02-25  Vincent van Adrighem
4040           <adrighem@gnome.org>
4042                   * nl.po: Translation updated.
4044 2006-02-24 11:10  joeshaw
4046         * beagled/BeagleDaemon.cs: yeah, back that last thing out.  rlove
4047           doesn't know what he's talking about, don't buy his new book
4049 2006-02-24 11:02  joeshaw
4051         * beagled/BeagleDaemon.cs: Add SIGHUP to the list of signals to
4052           cleanly shutdown on, since we get that when gnome-session closes
4053           and we're not a real daemon
4055 2006-02-24 10:51  joeshaw
4057         * po/: ChangeLog, pl.po: 2006-02-24  Joe Shaw  <joeshaw@novell.com>
4059                   * pl.po: Updated Polish translation from Krzysztof
4060                   Rosiński <kr@post.pl>
4062 2006-02-23 17:53  danw
4064         * search/Tray/NotificationArea.cs: use PARENT_RELATIVE background
4065           so it displays correctly on transparent kde panels
4067 2006-02-23 14:13  danw
4069         * search/: Makefile.am, Tiles/Calendar.cs, Tiles/Contact.cs,
4070           Tiles/DetailsPane.cs, Tiles/File.cs, Tiles/Folder.cs,
4071           Tiles/IMLog.cs, Tiles/Image.cs, Tiles/MailMessage.cs,
4072           Tiles/Note.cs, Tiles/RSSFeed.cs, Tiles/ThumbnailFactory.cs,
4073           Tiles/Tile.cs, Tiles/WebHistory.cs, Tiles/WidgetFu.cs: Create a
4074           DetailsPane class to handle most of the work of the details pane,
4075           and use that everywhere rather than duplicating code.
4077 2006-02-22 17:09  joeshaw
4079         * Filters/FilterHtml.cs, mozilla-extension/install.rdf,
4080           mozilla-extension/content/beagleOverlay.js: Pass the encoding
4081           from the firefox extension into the HTML filter and use it first.
4082           Fixes a problem where encodings weren't detected properly when
4083           set using HTTP headers and not in the HTML.  Bump the FF
4084           extension version to 0.5
4086 2006-02-22 16:08  joeshaw
4088         * bludgeon/: FileSystemObject.cs, Token.cs, TreeBuilder.cs: Create
4089           files with UTF-8 names make some ones unwriteable to test the
4090           sqlite file attributes store
4092 2006-02-21 16:19  joeshaw
4094         * Util/ImLog.cs: Add support for the new gaim formats to the ImLog
4095           parser
4097 2006-02-21 14:40  joeshaw
4099         * beagled/: FileAttributesStore_Sqlite.cs, TextCache.cs: Add
4100           encoding=UTF-8 to force sqlite to store things as UTF-8 in text
4101           cache and attributes store
4103 2006-02-21 14:27  joeshaw
4105         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Support new gaim
4106           2.0.0 logfiles which include timezone info in the filenames
4108 2006-02-21 13:49  joeshaw
4110         * po/: ChangeLog, pl.po: 2006-02-21  Joe Shaw  <joeshaw@novell.com>
4112                   * pl.po: Updated Polish translation from Krzysztof
4113                   Rosiński <kr@post.pl>
4115 2006-02-21 02:15  clyties
4117         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
4119 2006-02-19 18:24  icq
4121         * po/: ChangeLog, gl.po: [no log message]
4123 2006-02-17 16:56  joeshaw
4125         * beagled/: FileSystemQueryable/FileSystemQueryable.cs,
4126           Mono.Data.SqliteClient/SqliteDataReader.cs: Fix a merge bug in
4127           Mono.Data.SqliteDataReader that was causing every string field to
4128           come out twice when using sqlite3.  Fix a nullref exception in
4129           rare cases when crawling directories in the filesystem backend
4131 2006-02-17 06:03  lferrett
4133         * po/: ChangeLog, it.po: 2006-02-17  Luca Ferretti
4134           <elle.uca@libero.it>
4136                   * it.po: Updated Italian translation.
4138 2006-02-16 20:27  kz
4140         * configure.in, po/ko.po: sorry for missed file :)
4142 2006-02-16 17:55  joeshaw
4144         * search/: Makefile.am, Tiles/Note.cs: Add a Tomboy note tile
4146 2006-02-16 16:09  joeshaw
4148         * beagled/LuceneQueryable.cs: Give child indexable tasks a
4149           subpriority of 1 so that they get scheduled above other tasks at
4150           the same priority.  This means that the window between them being
4151           generated and indexed is lower (less likely to lose them in a
4152           crash) and also keeps tmpfiles under control when the daemon is
4153           very busy
4155 2006-02-16 13:35  joeshaw
4157         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
4158           Only read 4 characters after the UID in X-Evolution.  It may have
4159           additional user flags and tags that we don't yet parse
4161 2006-02-16 13:11  joeshaw
4163         * configure.in: Remove ko from ALL_LINGAS; missing ko.po
4165 2006-02-16 04:39  kz
4167         * ChangeLog, configure.in: ko added
4169 2006-02-15 16:06  danw
4171         * tools/: Makefile.am, settings.glade: Hide the "max results"
4172           preference, since it does nothing in the current UI (#328312).
4173           Fix use of HAS_DEFAULT in the AddExcludeDialog to avoid a
4174           critical warning (and make Return work). (#330780)
4176 2006-02-15 15:47  danw
4178         * search/: Category.cs, ConversationCategory.cs, GroupView.cs,
4179           TileCategory.cs, Tiles/Utils.cs: change the way that result
4180           paging works to be a little more convenient, and to show the
4181           total number of matches and location within the range
4183 2006-02-15 14:17  joeshaw
4185         * Util/FSpotTools.cs: Be explicit in our sqlite version; we can
4186           only open the database if we have the same version anyway
4188 2006-02-15 12:11  joeshaw
4190         * Util/FSpotTools.cs: Catch exceptions stemming from sqlite version
4191           mismatches when opening the F-Spot database
4193 2006-02-15 09:27  jfriedl
4195         * po/: ChangeLog, cs.po: 2006-02-15  Jakub Friedl
4196           <jfriedl@suse.cz>
4198             * cs.po: Czech Update (complete).
4200 2006-02-15 08:09  jfriedl
4202         * po/: ChangeLog, cs.po: 2006-02-15  Jakub Friedl
4203           <jfriedl@suse.cz>
4205             * cs.po: Fixed encoding (fixes bug #331271)
4206               Partial update.
4208 2006-02-14 23:47  ituohela
4210         * po/: ChangeLog, fi.po: Updated Finnish translation
4212 2006-02-14 17:23  joeshaw
4214         * search/Search.cs: Add support for the hide/show keybinding to
4215           beagle-search in icon mode
4217 2006-02-14 14:35  joeshaw
4219         * search/Tiles/ThumbnailFactory.cs: Fix an infinite loop trying to
4220           regenerate failed thumbnails over and over
4222 2006-02-14 12:57  joeshaw
4224         * tools/Query.cs: Wrap all arguments in quotes so that quoted
4225           phrases get searched correctly
4227 2006-02-14 11:16  joeshaw
4229         * configure.in: Reset the LIBS var, which was breaking libbeagle
4230           build wrt libXss
4232 2006-02-13 18:12  joeshaw
4234         * configure.in: Explicitly look for libXss in configure.in, since
4235           some distros package it separately from the rest of X and the
4236           scrnsaver.h header file
4238 2006-02-13 16:57  dbera
4240         * ChangeLog, mozilla-extension/content/beagleOverlay.js:
4241           mozilla-extension/content/beagleOverlay.js: Let the HTML filter
4242           extract the title of the HTML page. This is to avoid duplication
4243           of dc:title in the index. Fixes #330053.
4245 2006-02-13 14:48  llipka
4247         * search/: Makefile.am, Tiles/Tile.cs: disable the open with menu
4248           for now since it doesnt work with older gtk-sharp-2.0 version and
4249           we dont have a reasonable fallback (yet).
4251 2006-02-13 08:04  llipka
4253         * ChangeLog, beagled/BeagleDaemon.cs: 2006-02-13  Lukas Lipka
4254           <lukas@pmad.net>
4256                   * beagled/BeagleDaemon.cs: Exit if we pass in an unknown
4257           argument.
4259 2006-02-12 12:13  al_shopov
4261         * po/: ChangeLog, bg.po: 2006-02-12  Alexander Shopov
4262           <ash@contact.bg>
4264                   * bg.po: Updated Bulgarian translation by
4265                   Vladimir Petkov <vpetkov@i-space.org>
4267 2006-02-10 17:58  joeshaw
4269         * beagled/Mono.Data.SqliteClient/SqliteDataReader.cs: Fix a scoping
4270           problem with an array that was causing null ref exceptions in our
4271           sqlite bindings.  Fixes a bunch of bugs.
4273 2006-02-10 14:37  joeshaw
4275         * search/Search.cs: Set the process name for beagle-search; add
4276           support for the --autostarted option in beagled and best
4278 2006-02-10 10:41  serrador
4280         * po/: ChangeLog, es.po: 2006-02-10  Francisco Javier F. Serrador
4281           <serrador@cvs.gnome.org>
4283                   * es.po: Updated Spanish translation.
4285 2006-02-10 10:01  llipka
4287         * ChangeLog, search/Tiles/File.cs, search/Tiles/Folder.cs,
4288           search/Tiles/OpenWithMenu.cs: 2006-02-10  Lukas Lipka
4289           <lukas@pmad.net>
4291                   * search/Tiles/OpenWithMenu.cs: Load app icons by
4292           default.
4294                   * search/Tiles/File.cs: Use a bigger thumbnail in the
4295           detail view
4296                   (bgo #330551).
4298                   * search/Tiles/Folder.cs: Dont autload the folder icon
4299           since it
4300                   results in an incorrect one. Also touch up the details
4301           pane.
4303 2006-02-10 03:40  lferrett
4305         * ChangeLog, configure.in, po/ChangeLog, po/it.po: 2006-02-10  Luca
4306           Ferretti  <elle.uca@libero.it>
4308                   * ChangeLog:
4309                   * configure.in:
4310                   * po/ChangeLog:
4311                   * po/it.po: Added Italian translation
4313 2006-02-10 00:37  clyties
4315         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
4317 2006-02-09 15:58  llipka
4319         * ChangeLog, search/Makefile.am, search/Tiles/File.cs,
4320           search/Tiles/Folder.cs, search/Tiles/OpenWithMenu.cs,
4321           search/Tiles/Tile.cs: 2006-02-09  Lukas Lipka  <lukas@pmad.net>
4323                   * search/Makefile.am: Added Tiles/OpenWithMenu.cs to
4324           build.
4326                   * search/Tiles/OpenWithMenu.cs: Shamelessly stolen from
4327           f-spot and
4328                   tuned to fit our needs.
4330                   * search/Tiles/Tile.cs: Implement the Open with menu.
4332                   * search/Tiles/File.cs: Enable Open with.
4334                   * search/Tiles/Folder.cs: Enable Open with.
4336 2006-02-09 15:32  llipka
4338         * ChangeLog, search/Tiles/File.cs: 2006-02-09  Lukas Lipka
4339           <lukas@pmad.net>
4341                   * search/Tiles/File.cs: Dont display blank titles for
4342           files with an
4343                   empty subject (bgo #330558).
4345 2006-02-09 15:22  llipka
4347         * ChangeLog, search/Tiles/Image.cs: 2006-02-09  Lukas Lipka
4348           <lukas@pmad.net>
4350                   * search/Tiles/Image.cs: Add a full path field in the
4351           detail view.
4353 2006-02-09 15:10  joeshaw
4355         * beagled/BuildIndex.cs: Be even more paranoid about deleting the
4356           target directory in beagle-build-index: flatly refuse to run if a
4357           non-beagle index file or directory is found in the target
4358           directory.
4360 2006-02-08 18:59  joeshaw
4362         * beagled/Mono.Data.SqliteClient/SqliteDataReader.cs: Fix some
4363           64-bit unclean code in our imported Mono.Data.SqliteClient.  This
4364           bug still exists upstream as of mono 1.1.13; bug is filed at
4365           http://bugzilla.ximian.com/show_bug.cgi?id=77506
4367 2006-02-08 15:43  joeshaw
4369         * Util/SystemInformation.cs: Null terminate the process name before
4370           calling Encoding.ASCII.GetBytes()
4372 2006-02-08 13:43  joeshaw
4374         * Util/camel.cs,
4375           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
4376           Make the sent and received times available separately from the
4377           camel summary and use the sent ones when timestamping IMAP
4378           messages
4380 2006-02-08 13:19  joeshaw
4382         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs,
4383           beagled/BuildIndex.cs, beagled/Makefile.am,
4384           beagled/beagled-index-helper.in, beagled/beagled.in,
4385           beagled/wrapper.in, beagled/IndexHelper/IndexHelper.cs,
4386           tools/beagle-crawl-system.in: Add support for setting the
4387           executing process's name using prctl().  This makes "beagled"
4388           show up in top instead of "mono", and makes "killall beagled"
4389           work.  Set the process's name in the daemon, the index helper,
4390           and the build index tool.  Adjust the shell scripts to make sure
4391           that we exec -a <newname>, since the process name doesn't show up
4392           by default in "ps ax", only the command-line does.
4394           In the beagle-build-index tool, wrap most of CrawlWorker() and
4395           IndexWorker() in a try-finally, so that the status flags are
4396           updated even if an exception happens.
4398           Use ionice in beagle-crawl-system to set the IO priority to idle.
4400 2006-02-07 17:01  danw
4402         * ChangeLog, search/ConversationCategory.cs, search/Makefile.am,
4403           search/Tiles/Application.cs, search/Tiles/Audio.cs,
4404           search/Tiles/CApplet.cs, search/Tiles/Calendar.cs,
4405           search/Tiles/Contact.cs, search/Tiles/File.cs,
4406           search/Tiles/Folder.cs, search/Tiles/IMLog.cs,
4407           search/Tiles/Image.cs, search/Tiles/MailAttachment.cs,
4408           search/Tiles/MailMessage.cs, search/Tiles/RSSFeed.cs,
4409           search/Tiles/ThumbnailFactory.cs, search/Tiles/Tile.cs,
4410           search/Tiles/TileFlat.cs, search/Tiles/TileTemplate.cs,
4411           search/Tiles/Utils.cs, search/Tiles/WebHistory.cs,
4412           search/Tiles/WidgetFu.cs:         * search/Tiles/Tile.cs:
4413           reorganize to make tile images not be
4414                   loaded until their tiles are realized, so that results
4415           will be
4416                   presented faster.
4418                   * search/Tiles/ThumbnailFactory.cs: new class to generate
4419                   thumbnails in another thread and update the tile images
4420           with them
4421                   when they're done, so that thumbnail generation doesn't
4422           block the
4423                   UI.
4425                   * search/Tiles/File.cs: update for new icon stuff. Use a
4426                   ThumbnailFactory.
4428                   * search/Tiles/WebHistory.cs: Create thumbnails if
4429           possible (eg,
4430                   via the gnome-web-photo package) #158112. Uses a separate
4431                   ThumbnailFactory from TileFile, so that fast local file
4432           thumbnails
4433                   don't get queued behind slow web thumbnails. Also add a
4434           details
4435                   pane.
4437                   * search/Tiles/Utils.cs (NiceShortDate, NiceLongDate,
4438                   NiceVeryLongDate): Fix local time vs UTC bugs, and fix
4439           the
4440                   calculation and localization of "Today" and "Yesterday".
4442                   * search/Tiles/TileFlat.cs:
4443                   * search/Tiles/IMLog.cs:
4444                   * search/Tiles/MailMessage.cs: add a new base class for
4445           IM and
4446                   Mail tiles and make them use it.
4448                   * search/ConversationCategory.cs: use TileFlat rather
4449           than having
4450                   separate special IM and Mail cases.
4452                   * search/Tiles/Application.cs:
4453                   * search/Tiles/CApplet.cs: make CApplet a subclass of
4454           Application
4455                   so they can share icon-loading code.
4457                   * search/Tiles/Calendar.cs: update a bunch, though it's
4458           still not
4459                   being built
4461 2006-02-07 15:31  joeshaw
4463         * beagled/LifereaQueryable/LifereaQueryable.cs: Handle negative
4464           dates in the liferea backend
4466 2006-02-07 05:46  jmas
4468         * po/ca.po: Small Catalan fixes
4470 2006-02-06 13:15  joeshaw
4472         * glue/screensaver-glue.c: Query for the screensaver extension
4473           before using it.  Fixes bnc #148219
4475 2006-02-06 11:13  dbera
4477         * Util/DigikamTags.cs: Forgot to commit this. Disturbed souls may
4478           forgive me.
4480 2006-02-06 04:51  al_shopov
4482         * po/: ChangeLog, bg.po: 2006-02-06  Alexander Shopov
4483           <ash@contact.bg>
4485                   * bg.po: Updated Bulgarian translation by
4486                   Vladimir Petkov <vpetkov@i-space.org>
4488 2006-02-05 21:51  dbera
4490         * ChangeLog, Filters/FilterImage.cs, Filters/FilterJpeg.cs,
4491           Util/Makefile.am, Util/StringFu.cs, beagled/PropertyKeywordFu.cs,
4492           beagled/AkregatorQueryable/AkregatorQueryable.cs,
4493           beagled/BlamQueryable/BlamQueryable.cs,
4494           beagled/KMailQueryable/KMailQueryable.cs,
4495           beagled/LifereaQueryable/LifereaQueryable.cs:
4496           Util/DigikamTags.cs: Extraction of tags and comments from
4497           digikam. Filters/FilterImage.cs,FilterJpeg.cs: Index digikam
4498           info, add fixme:comment and image:tag to store all the tags and
4499           comments/descriptions. These information are anyway stored, index
4500           them as property.unstored to allow keyword queries.
4501           beagled/PropertyKeywordFu.cs: Add keyword mappings to query
4502           (image) comments and image tags.  LifereaQueryable.cs,
4503           AkregatorQueryable.cs, BlamQueryable.cs: Index
4504           publisher/channel-title information.  KMailQueryable.cs,
4505           StringFu.cs: Move ExpandEnvVariables() to Util/StringFu.cs.
4507 2006-02-03 16:40  icq
4509         * ChangeLog, configure.in, po/ChangeLog, po/gl.po: [no log message]
4511 2006-02-03 15:54  danw
4513         * ChangeLog, search/Tiles/File.cs, search/Tiles/Image.cs,
4514           search/Tiles/Video.cs, search/Tiles/WidgetFu.cs:      *
4515           search/Tiles/WidgetFu.cs (LoadThumbnailIcon): change this to
4516                   take a Hit rather than a Uri, so we can pass the MIME
4517           type to
4518                   Gnome.ThumbnailFactory.GenerateThumbnail. #328437
4520                   * search/Tiles/File.cs:
4521                   * search/Tiles/Image.cs: update for that
4523                   * search/Tiles/Video.cs: don't need to set the icon here;
4524           TileFile
4525                   does it for us.
4527 2006-02-03 14:13  joeshaw
4529         * Util/FileSystem.cs, beagled/LuceneFileQueryable.cs,
4530           beagled/LuceneQueryable.cs,
4531           beagled/KMailQueryable/KMailQueryable.cs: Fix
4532           FileSystem.GetLastWriteTimeUtc() to throw an
4533           ArgumentNullException if the path passed in is null, and a
4534           FileNotFoundException (instead of IOException) if the file isn't
4535           there.
4537           Fix a nasty bug in the LuceneFileQueryable: if the parent URI is
4538           not set or is set to a non-file URI, PreAddIndexableHook() was
4539           returning false.  This meant that indexables with no ParentUri or
4540           a non-file ParentUri weren't being indexed, including *all* child
4541           indexables.
4543           Fix a bug with the file_info_cache in the LFQ.  It was
4544           effectively useless for shared indexables and it leaked in all
4545           cases until files were removed.  (Which they rarely are for LFQ.)
4547           Fix a bug in the AddGeneratorTask in which indexables created
4548           from an indexable generator weren't cleaned up after if
4549           PreAddIndexableHook() returned false.
4551           Change the KMailQueryable back to a LFQ.  Thanks Bera for getting
4552           on my case about this.
4554 2006-02-03 02:30  clyties
4556         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
4558 2006-02-02 18:13  joeshaw
4560         * beagled/KMailQueryable/: KMailIndexableGenerator.cs,
4561           KMailQueryable.cs: Dispose of the message when we're done with it
4562           in KMail backend.  Make the queryable derive from LuceneQueryable
4563           and not LuceneFileQueryable, because the mbox URIs are not files
4565 2006-02-02 14:34  joeshaw
4567         * search/Search.cs: Mark the find label for translation
4569 2006-02-02 14:32  joeshaw
4571         * search/: Makefile.am, beagle-search.desktop.in: Give the
4572           beagle-search.desktop.in file to intltool, add Comment field, and
4573           i18nize Name and GenericName
4575 2006-02-02 10:43  dsd
4577         * ChangeLog, beagled/FileAttributesStore_Sqlite.cs,
4578           beagled/Makefile.am, beagled/TextCache.cs,
4579           beagled/Mono.Data.SqliteClient/Sqlite.cs,
4580           beagled/Mono.Data.SqliteClient/SqliteCommand.cs,
4581           beagled/Mono.Data.SqliteClient/SqliteConnection.cs,
4582           beagled/Mono.Data.SqliteClient/SqliteDataReader.cs,
4583           beagled/Mono.Data.SqliteClient/SqliteException.cs,
4584           beagled/Mono.Data.SqliteClient/SqliteExceptions.cs,
4585           beagled/Mono.Data.SqliteClient/SqliteParameter.cs,
4586           beagled/Mono.Data.SqliteClient/SqliteParameterCollection.cs:
4587             * beagled/Makefile.am, beagled/Mono.Data.SqliteClient: Pull in
4588           latest
4589                   upstream version, and update Jon's read-on-demand
4590           optimization.
4591                   * beagled/FileAttributesStore_Sqlite.cs,
4592           beagled/TextCache.cs: Update for
4593                   slightly modified sqlite exception API.
4595 2006-02-02 08:26  al_shopov
4597         * po/: ChangeLog, bg.po: 2006-02-02  Alexander Shopov
4598           <ash@contact.bg>
4600                   * bg.po: Updated Bulgarian translation by
4601                   Rostislav Raykov <zbrox@i-space.org>
4603 2006-02-02 07:43  dsd
4605         * ChangeLog, configure.in:      * configure.in: Give the two sqlite
4606           checks different names, otherwise it
4607                   tries to use sqlite3 even when it is not installed.
4609 2006-02-02 01:32  fwang
4611         * po/: ChangeLog, zh_CN.po: Updated beagle translation.
4613 2006-02-01 18:16  joeshaw
4615         * beagled/SnippetFu.cs: Open the FileStream ourselves so we can set
4616           the right access/sharing flags on it, so we don't trip #320842
4618 2006-02-01 15:52  danw
4620         * ChangeLog, search/Category.cs, search/SortedTileList.cs,
4621           search/Tiles/File.cs, search/Tiles/IMLog.cs,
4622           search/Tiles/MailMessage.cs, search/Tiles/Tile.cs,
4623           search/Tiles/TileTemplate.cs:        *
4624           search/Tiles/MailMessage.cs (MailMessageActivator): only accept
4625                   message/rfc822 hits (so we don't get the individual
4626           subparts of
4627                   multipart/alternative messages #328497).
4629                   * search/Tiles/Tile.cs: add Title, Timestamp, and Score
4630           properties
4631                   for use by SortedTileList.
4633                   * search/Tiles/*.cs: set Title and Timestamp
4634           appropriately to
4635                   match the info displayed on the tile
4637                   * search/SortedTileList.cs: change "HitComparer" to
4638                   "TileComparer", and update to use the new Tiles.Tile
4639           properties
4641                   * search/Category.cs: Make sure tiles get relayouted
4642           after
4643                   changing sort order.
4645 2006-02-01 14:07  joeshaw
4647         * Util/DelayedTextWriter.cs,
4648           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
4649           beagled/Lucene.Net/QueryParser/QueryParserTokenManager.cs,
4650           beagled/Lucene.Net/upstream-changes/17_remove_debugstreams.patch:
4651           Add locking to the DelayedTextWriter so that we don't try to run
4652           the builder multiple times.  Fixes #329349.  Also remove
4653           debugStreams from DotLucene, since they unnecessarily create
4654           console log files (which tripped this bug) but are never, ever
4655           used
4657 2006-02-01 13:07  danw
4659         * ChangeLog, search/Category.cs, search/GroupView.cs,
4660           search/Tiles/Application.cs:      * search/Category.cs:
4661                   * search/GroupView.cs: if there is only a single category
4662           of
4663                   matches, start it out in "Show More" mode. #328438
4665                   * search/Tiles/Application.cs: .desktop.in files should
4666           show up as
4667                   File, not Application.
4669 2006-01-31 17:55  joeshaw
4671         * BeagleClient/Makefile.am, ImLogViewer/ImLogWindow.cs,
4672           ImLogViewer/Makefile.am, Util/Makefile.am, beagled/Filter.cs,
4673           beagled/Makefile.am,
4674           beagled/EvolutionDataServerQueryable/CalContainer.cs,
4675           search/Makefile.am, search/Pages/StartDaemon.cs,
4676           search/Tiles/Application.cs, search/Tiles/Audio.cs,
4677           search/Tiles/File.cs, search/Tiles/Folder.cs,
4678           search/Tiles/IMLog.cs, search/Tiles/Image.cs,
4679           search/Tiles/MailAttachment.cs, search/Tiles/MailMessage.cs,
4680           search/Tiles/Presentation.cs, search/Tiles/RSSFeed.cs,
4681           search/Tiles/TextDocument.cs, search/Tiles/Tile.cs,
4682           search/Tiles/Video.cs: Clean up some warnings; use
4683           Mono.Unix.Catalog instead of Mono.Posix.Catalog, which is
4684           deprecated
4686 2006-01-31 16:45  danw
4688         * ChangeLog, search/Spinner.cs:         * search/Spinner.cs: don't
4689           crash if we can't load the spinner
4690                   icon. #329225
4692 2006-01-31 16:37  joeshaw
4694         * BeagleClient/Makefile.am, Filters/Makefile.am,
4695           ImLogViewer/Makefile.am, Util/Makefile.am, beagled/Makefile.am,
4696           images/Makefile.am, search/Makefile.am, tools/Makefile.am:
4697           install .mdb files so that we get stack traces on installed
4698           instances too
4700 2006-01-31 15:07  caillon
4702         * ChangeLog, configure.in: 2006-01-31  Christopher Aillon
4703           <caillon@redhat.com>
4705                   * configure.in: We require sqlite >= 3.3.1 but
4706           unfortunately,
4707                   the upstream sqlite3.pc file only reports version 3.3 for
4708           all
4709                   releases in the 3.3 line; so modify the pkg-config check
4710                   accordingly.
4712 2006-01-30 17:22  joeshaw
4714         * libbeagle/beagle/beagle-request.c: Don't act on G_IO_HUP or
4715           G_IO_ERR until *after* we've read all our data, since it could
4716           (and often is) also G_IO_IN.  #329271
4718 2006-01-30 15:56  danw
4720         * ChangeLog, images/quick-tips.png, images/tip-arrow.png,
4721           search/Panes.cs, search/Search.cs, search/Pages/Base.cs,
4722           search/Tiles/Tile.cs:        * search/Tiles/Tile.cs: make the
4723           tile AppPaintable, so that the
4724                   theme engine doesn't get a chance to try to draw a pixmap
4725           in the
4726                   background, etc.
4728                   * search/Panes.cs: redo the drawing hacks; put an
4729           AppPaintable
4730                   EventBox into both panes and manually paint the base
4731           color. Don't
4732                   tweak the children's theming.
4734                   * search/Pages/Base.cs: move the ModifyBg to OnRealized,
4735           or you
4736                   get the wrong colors in some themes.
4738                   * search/Search.cs: fix a padding problem that is more
4739           noticeable
4740                   in other themes.
4742                   * images/quick-tips.png:
4743                   * images/tip-arrow.png: replace with alphaed versions for
4744           themes
4745                   where the base color isn't white.
4747                   Tested with like a zillion different themes, including
4748           gtk-qt
4749                   (fixing #327947), Crux (fixing a problem Lukas noticed),
4750           and the
4751                   various a11y themes.
4753 2006-01-30 15:07  joeshaw
4755         * beagled/beagled.in: Exit with error code 1 if the daemon
4756           completely fails to run
4758 2006-01-30 14:34  joeshaw
4760         * COPYING, NEWS, configure.in: Update for 0.2.1 release
4762 2006-01-30 13:19  joeshaw
4764         * Util/Makefile.am, beagled/TextCache.cs: Fix a permission problem
4765           in textcache
4767 2006-01-30 11:40  llipka
4769         * ChangeLog, search/Tiles/Tile.cs: 2006-01-30  Lukas Lipka
4770           <lukas@pmad.net>
4772                   * search/Tiles/Tile.cs: Don't break on zero-length
4773           snippets.
4775 2006-01-30 10:22  joeshaw
4777         * configure.in: Don't create a makefile in searchomatic, since we
4778           don't build into the directory
4780 2006-01-30 10:17  joeshaw
4782         * configure.in: Add shared-mime-info as a required package for
4783           compilation
4785 2006-01-30 09:58  joeshaw
4787         * search/Spinner.cs: Comment out some icon theme code which
4788           requires gtk# 2.6
4790 2006-01-28 19:59  frolix68
4792         * po/: ChangeLog, el.po: Updated Greek translation
4794 2006-01-28 15:04  kelemeng
4796         * po/: hu.po, ChangeLog: 2006-01-28  Gabor Kelemen
4797           <kelemeng@gnome.hu>
4799                   * hu.po: Hungarian translation updated.
4801 2006-01-27 17:27  joeshaw
4803         * beagled/TextCache.cs: Make textcache files only readable by the
4804           user
4806 2006-01-27 17:12  danw
4808         * ChangeLog, search/Tray/NotificationArea.cs:   *
4809           search/Tray/NotificationArea.cs: Numerous 64bit-cleanliness
4810                   fixes to fix #327944.
4812 2006-01-27 16:04  joeshaw
4814         * beagled/: BuildIndex.cs, LuceneCommon.cs,
4815           LuceneIndexingDriver.cs, LuceneQueryingDriver.cs: Only use the
4816           user text cache if a querying driver is not in read-only mode
4818 2006-01-27 13:29  danw
4820         * ChangeLog: oops, forgot to save first
4822 2006-01-27 13:28  danw
4824         * ChangeLog, glue/Makefile.am, glue/ephy-spinner.c,
4825           glue/ephy-spinner.h, search/Spinner.cs:     *
4826           glue/ephy-spinner.[ch]: Remove this; it's GPL
4828                   * search/Spinner.cs: Reimplement this entirely in C#,
4829           based on
4830                   ImageAnimation.cs from Banshee.
4832 2006-01-27 12:13  joeshaw
4834         * Util/DirectoryWalker.cs, Util/ExceptionHandlingThread.cs,
4835           beagled/BeagleDaemon.cs,
4836           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
4837           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
4838           beagled/EvolutionMailDriver/MailCrawler.cs,
4839           beagled/FileSystemQueryable/FileNameFilter.cs, glue/Makefile.am,
4840           glue/thread-glue.c, search/beagle-search.in: Add a neat little
4841           hack to abort all of our ExceptionHandlingThreads on SIGQUIT,
4842           which causes a ThreadAbortException to be thrown.  Catch it and
4843           print the stack traces of all threads.  This lets us identify
4844           what threads are using 100% CPU and why, although it's certainly
4845           not perfect.
4847           Using this code, I identified a bottleneck in the evolution mail
4848           backend.  Make the FileFilter delegate in DirectoryWalker public
4849           and allow us to pass in our own filters to DirectoryWalker.  For
4850           large cached IMAP dirs this saves us several seconds and
4851           thousands of allocations.
4853           When outputting memory information, do it every half second for
4854           the first 10 seconds.
4856           Store flags in the evolution mail mutable index, and create a
4857           prop-change indexable for changes only to flags, so that we don't
4858           have to reindex whole emails.  This causes a bump in the index
4859           version of the evo mail backend.
4861           Remove some dead code from the evo mail backend, add some
4862           debugging info.
4864 2006-01-27 10:55  joeshaw
4866         * configure.in: Specifically require sqlite3 3.3.1 or newer,
4867           although the pkgconfig file is broken
4869 2006-01-26 16:17  danw
4871         * ChangeLog, search/Panes.cs:   * search/Panes.cs: fix the
4872           background color on the viewport in the
4873                   main pane. #328755
4875 2006-01-26 15:25  joeshaw
4877         * beagled/: StaticQueryable.cs, TextCache.cs: Don't try to purge
4878           static queryable text caches, we're not allowed to
4880 2006-01-26 14:47  joeshaw
4882         * beagled/Mono.Data.SqliteClient/SqliteConnection.cs: Use the
4883           invariant culture when lowercasing sqlite connection string
4884           tokens
4886 2006-01-26 14:13  joeshaw
4888         * beagled/Lucene.Net/: Analysis/Standard/StandardTokenizer.jj,
4889           Analysis/Standard/StandardTokenizerTokenManager.cs,
4890           upstream-changes/16_hangul_support.patch: Patch to add Hangul
4891           support to Lucene.  From dittos@gmail.com and Young-Ho Cha
4893 2006-01-26 12:21  adamw
4895         * po/: ChangeLog, en_CA.po:
4896           2006-01-26  Adam Weinberger  <adamw@gnome.org>
4898                   * en_CA.po: Updated Canadian English translation.
4900 2006-01-26 09:15  lbm
4902         * po/: ChangeLog, da.po: Updated Danish translation
4904 2006-01-25 15:03  dbera
4906         * beagled/: AkregatorQueryable/AkregatorQueryable.cs,
4907           KonqHistoryQueryable/KonqQueryable.cs,
4908           LifereaQueryable/LifereaQueryable.cs: KonquerorQueryable
4909           IsIndexing is properly set to true/false.  Remove some debug
4910           output.
4912 2006-01-24 18:35  joeshaw
4914         * configure.in, beagled/FileAttributesStore_Sqlite.cs,
4915           beagled/TextCache.cs: Purge the file attributes store or text
4916           cache if the sqlite version mismatches and warn about it.  Fix
4917           the error message in configure.in if you don't have sqlite2 or
4918           the needed sqlite3 version installed
4920 2006-01-24 16:15  joeshaw
4922         * Makefile.am, configure.in, ImLogViewer/Makefile.am,
4923           Util/GnomeFu.cs, Util/Makefile.am, Util/UiUtil.dll.config,
4924           Util/Util.dll.config.in, beagled/FileAttributesStore_Sqlite.cs,
4925           beagled/GConfThreadHelper.cs, beagled/Makefile.am,
4926           beagled/Server.cs, beagled/TextCache.cs,
4927           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
4928           beagled/EvolutionMailDriver/GConfThreadHelper.cs,
4929           bludgeon/Makefile.am, images/Images.cs, search/Makefile.am,
4930           tools/Makefile.am, tools/Settings.cs: * Try to split UI elements
4931           from non-UI elements, based on a patch from D Bera.  * Add a
4932           --disable-gui option, which doesn't build beagle-search, the IM
4933           log   viewer, or the GNOME-based settings capplet.  * Change the
4934           --disable-evo-sharp to --disable-evolution, because it now
4935           incudes both the Evolution Data Server and mail backends.  Change
4936           the   name of the backend assembly to EvolutionBackends.dll.  *
4937           Add support for sqlite 3 back.  Requires 3.3.1 or newer.  * Abort
4938           the daemon if the sqlite version we're using doesn't match the
4939           database on disk.  This is because sqlite can't automatically
4940           migrate   databases and instead tons of exceptions are otherwise
4941           thrown.  * Fix a bug in the server code that could cause an
4942           exception if the daemon   or helper were shut down before the
4943           server started.  * Move the GConfThreadHelper into the Evo Mail
4944           backend, because that's   the only place it's used, and we only
4945           want to build it if we have   gconf-sharp support.  * Remove a
4946           bunch of dead code.  * Rename the Evolution mail backend from
4947           "Mail" to "EvolutionMail", because   we also have KMail.  Rename
4948           the index to EvolutionMailIndex.
4950 2006-01-24 10:27  llipka
4952         * ChangeLog, search/Tiles/File.cs, search/Tiles/RSSFeed.cs:
4953           2006-01-24  Lukas Lipka  <lukas@pmad.net>
4955                   * search/Tiles/File.cs:
4956                   * search/Tiles/RSSFeed.cs: Always set the cached snippet
4957           as markup.
4959 2006-01-24 10:12  llipka
4961         * ChangeLog, search/Search.cs, search/Tiles/Tile.cs: 2006-01-24
4962           Lukas Lipka  <lukas@pmad.net>
4964                   * search/Tiles/Tile.cs: Revert temporary fix for the
4965           snippet crash.
4967                   * search/Search.cs: Fix a bug when the query was getting
4968                   unrefrenced too soon.
4970 2006-01-23 17:39  joeshaw
4972         * beagled/KMailQueryable/KMailQueryable.cs: Turn off some spew
4974 2006-01-23 16:06  joeshaw
4976         * beagled/: Makefile.am,
4977           FileSystemQueryable/FileSystemQueryable.cs,
4978           FileSystemQueryable/FileSystemWatcherBackend.cs,
4979           FileSystemQueryable/NullFileEventBackend.cs: Add
4980           NullFileEventBackend, which is now used when inotify isn't
4981           available, and remove FileSystemWatcherBackend, which basically
4982           didn't do anything anymore anyway.  We just can't get the right
4983           filesystem semantics with FSW, and all linux distros ship with
4984           inotify now anyhow
4986 2006-01-23 14:37  joeshaw
4988         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
4989           Decode the subject on IMAP messages.  Fixes non-ASCII characters
4990           contained therein
4992 2006-01-23 13:47  joeshaw
4994         * beagled/BuildIndex.cs: Add some warning text about BuildIndex
4995           blowing away the target directory
4997 2006-01-23 13:39  joeshaw
4999         * ImLogViewer/ImLogWindow.cs: Use system-search.png rather than
5000           best.png
5002 2006-01-23 13:33  joeshaw
5004         * images/: Makefile.am, attachment.png, best.png, book.png,
5005           bookmark.png, contact-phone.png, default.png, document.png,
5006           dog.png, evolution.png, flag-for-followup.png, foaf.png,
5007           globe.png, gnome-error.png, icon-bookmark.png, icon-folder.png,
5008           icon-history.png, icon-web-large.png, im-aim.png,
5009           mail-large-new.png, mail-large-read-replied.png,
5010           mail-large-read.png, mail-message-icon.png, mail-new.png,
5011           mail-read.png, mail-replied.png, netbeagle.png, rss.png,
5012           smalldog.png, smalldogalert.png, stock.png, trayicon.png,
5013           white.png: Remove a shit ton of unused images from the images
5014           directory.  Install system-search.png into the pixmaps directory
5016 2006-01-23 12:54  danw
5018         * ChangeLog, search/Tray/NotificationArea.cs:   *
5019           search/Tray/NotificationArea.cs: specify full library names here
5020                   so we don't depend on gtk2-devel and xorg-x11-devel.
5021           #328276
5023 2006-01-22 16:42  jmas
5025         * po/: ChangeLog, ca.po: Updated Catalan translation
5027 2006-01-22 15:32  llipka
5029         * ChangeLog, search/Search.cs: 2006-01-22  Lukas Lipka
5030           <lukas@pmad.net>
5032                   * search/Search.cs: Dispose the old query before firing a
5033           new
5034                   one so we dont get updates for the old one anymore.
5036 2006-01-22 15:10  llipka
5038         * ChangeLog, search/Category.cs, search/GroupView.cs,
5039           search/SortedTileList.cs, search/UIManager.cs,
5040           search/Tiles/Tile.cs: 2006-01-22  Lukas Lipka  <lukas@pmad.net>
5042                   * search/Category.cs: Make sorting work in real time.
5044                   * search/GroupView.cs: Make live queries update the UI on
5045                   subtract hit.
5047                   * search/SortedTileList.cs: Implement date comparer.
5049                   * search/UIManager.cs: Update the sorting menu a little.
5051                   * search/Tiles/Tile.cs: Add a check for a null hit or
5052           query to
5053                   eliminate a really odd crash.
5055 2006-01-22 14:39  ituohela
5057         * po/fi.po: Updated Finnish translation
5059 2006-01-22 14:15  llipka
5061         * ChangeLog: remove conflict line
5063 2006-01-22 14:14  llipka
5065         * ChangeLog, search/Tiles/Image.cs, search/Tiles/Tile.cs,
5066           search/Tiles/TileActivator.cs: 2006-01-22  Lukas Lipka
5067           <lukas@pmad.net>
5069                   * search/Tiles/Tile.cs: Don't set the snippet to "..."
5070           when we
5071                   fire off a request, because if we fail midway, this will
5072           break
5073                   the IM tile.
5075                   * search/Tiles/Image.cs: Don't fail if the image doesnt
5076           have an
5077                   extension.
5079                   * search/Tiles/TileActivator.cs: Be more bulletproof when
5080                   instantiating tiles.
5082 2006-01-22 14:00  ituohela
5084         * po/: ChangeLog, fi.po: Updated Finnish translation
5086 2006-01-22 13:26  adrighem
5088         * po/: ChangeLog, nl.po: 2006-01-22  Vincent van Adrighem
5089           <adrighem@gnome.org>
5091                   * nl.po: Translation updated by Tino Meinen.
5093 2006-01-22 07:03  adrighem
5095         * po/: ChangeLog, nl.po: 2006-01-22  Vincent van Adrighem
5096           <adrighem@gnome.org>
5098                   * nl.po: Translation updated by Tino Meinen.
5100 2006-01-22 00:43  clyties
5102         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
5104 2006-01-21 22:37  lewing
5106         * ChangeLog, Filters/FilterImage.cs, Filters/FilterTiff.cs,
5107           Filters/Makefile.am, Util/Makefile.am, Util/Tiff.cs: 2006-01-21
5108           Larry Ewing  <lewing@novell.com>
5110                   * Filters/FilterTiff.cs: add a filter for tiff files.
5112                   * Filters/FilterImage.cs: fix the xmp parser rights is a
5113           bag.
5115                   * Util/Tiff.cs: add tiff parser.
5117 2006-01-21 10:55  llipka
5119         * ChangeLog, search/Tiles/IMLog.cs: 2006-01-21  Lukas Lipka
5120           <lukas@pmad.net>
5122                   * search/Tiles/IMLog.cs: found_snippet never got set to
5123           true so we
5124                   always queried for the snippet.
5126 2006-01-21 08:11  hebra
5128         * po/: ChangeLog, de.po: 2006-01-21  Hendrik Brandt
5129           <heb@gnome-de.org>
5131                   * de.po: Updated German translation.
5133 2006-01-21 05:46  chliao
5135         * ChangeLog, configure.in, po/ChangeLog, po/zh_HK.po, po/zh_TW.po:
5136           2006-01-21  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
5138                   * zh_TW.po: Updated Traditional Chinese
5139           translation(Taiwan).
5140                   * zh_HK.po: Added Traditional Chinese translation(Hong
5141           Kong).
5143 2006-01-21 00:09  joeshaw
5145         * libbeagle/beagle/: beagle-hit.c, beagle-property.c: We need to
5146           #include string.h
5148 2006-01-20 23:46  joeshaw
5150         * search/beagle-search.desktop.in: icon should be system-search,
5151           not tango-system-search
5153 2006-01-20 20:56  joeshaw
5155         * NEWS, configure.in: Beagle 0.2.0
5157 2006-01-20 20:39  joeshaw
5159         * configure.in: Add vi to ALL_LINGUAS
5161 2006-01-20 20:31  joeshaw
5163         * beagled/: LuceneCommon.cs, LuceneQueryingDriver.cs,
5164           FileSystemQueryable/FileSystemQueryable.cs,
5165           FileSystemQueryable/LuceneNameResolver.cs: These two fixes should
5166           drastically reduce memory consumption in many cases:
5168           Don't do a strict squality comparison with ctime when looking at
5169           file changes during the initial crawl in the file system backend.
5170            With read-only files, when we save our file attributes they go
5171           to the sqlite fallback store rather than being saved as xattrs on
5172           the file (thus updating their ctime).  Really we only care about
5173           if a file's ctime is newer than our saved attributes.
5175           Cache Lucene IndexReader instances, because they are extremely
5176           expensive to create, and they don't need to be recreated if the
5177           underlying index isn't changing.  Use cached instances throughout
5178           the file system backend and the LuceneQueryingDriver.
5180 2006-01-20 20:26  joeshaw
5182         * configure.in: Bump GMime dependency to 2.1.19, since 2.1.18 had a
5183           bug which broke attachments
5185 2006-01-20 19:28  joeshaw
5187         * bludgeon/: Bzip2FileObject.cs, GzipFileObject.cs, SanityCheck.cs,
5188           TarFileObject.cs, ZipFileObject.cs: Some more bludgeon fixes
5190 2006-01-20 18:08  joeshaw
5192         * bludgeon/: Abuse.cs, Bludgeon.cs, Daemon.cs, DirectoryObject.cs,
5193           FileSystemObject.cs, QueryFu.cs, SanityCheck.cs: Fix up bludgeon.
5194           Command-line options work again, fixed a bug in handling
5195           metadata queries in OR query parts, fixed a bug in doing queryies
5196           on directory mime types, added --list-hammers, start the daemon
5197           with --debug-memory.  It would still be good to port the querying
5198           stuff to the new Action infrastructure though, so we can run
5199           hammers and do queries at the same time.
5201 2006-01-20 16:06  dbera
5203         * ChangeLog, beagled/KonqHistoryQueryable/KonqQueryable.cs: Use
5204           QueryableStates for Konqueror webhist backend.
5206 2006-01-20 12:12  danw
5208         * ChangeLog, search/Search.cs, search/UIManager.cs,
5209           search/Tiles/Contact.cs:    * search/Search.cs:
5210                   * search/UIManager.cs: Change default sort criterion to
5211           "modtime",
5212                   since relevance doesn't work very well.
5214                   * search/Tiles/Contact.cs: Fill in the details pane
5216 2006-01-20 08:40  fhedberg
5218         * AUTHORS, search/UIManager.cs: Update my email to something that's
5219           actually working.
5221 2006-01-20 02:35  lewing
5223         * Filters/: FilterImage.cs, FilterJpeg.cs, FilterPng.cs: 2006-01-20
5224            Larry Ewing  <lewing@novell.com>
5226                   * Filters/FilterImage.cs: add AddXmpProperties so that
5227           other
5228                   subclases can share the logic.
5230                   * Filters/FilterPng.cs: use AddXmpProperties to add the
5231           xmp
5232                   properties.
5234                   * Filters/FilterJpeg.cs: call
5235           FilterImage.AddXmpProperties instead
5236                   of doing the additions here.
5238 2006-01-19 18:57  lewing
5240         * ChangeLog, Util/EndianConverter.cs, Util/Makefile.am,
5241           Util/PngHeader.cs, Filters/FilterPng.cs: 2006-01-19  Larry Ewing
5242           <lewing@novell.com>
5244                   * Filters/FilterPng.cs: rework FilterPng to use the
5245           managed png
5246                   parser and extract a lot more png metadata.
5248                   * Util/EndianConverter.cs: endian aware bitconverter used
5249           in the
5250                   png parser.
5252                   * Util/PngHeader.cs: new png parser.
5254 2006-01-19 17:42  joeshaw
5256         * BeagleClient/Indexable.cs, Filters/FilterMail.cs,
5257           beagled/ExtractContent.cs, beagled/Filter.cs,
5258           beagled/FilterFactory.cs, beagled/SnippetFu.cs, search/Search.cs,
5259           search/Tiles/File.cs: - Clean up debugging in Indexable and
5260           Filter classes.  - Clean up memory management of GMime structures
5261           in mail filter.  - Fix up extract content to close streams and
5262           clean up after temp files.  - When finding filters, check if the
5263           ContentUri is a file URI rather than   checking whether it's
5264           non-transient.  This way the file isn't saved to   two temporary
5265           files, and fixes things up in extract content.  - When generating
5266           snippets, get six prior and following words rather than   two for
5267           better context.  - Explicitly blacklist the documentation index
5268           in beagle-search.  - Display the title of the document in the
5269           main view, display the full   path to the file in the details.
5271 2006-01-19 14:09  llipka
5273         * ChangeLog, search/Search.cs: 2006-01-19  Lukas Lipka
5274           <lukas@pmad.net>
5276                   * search/Search.cs: Hide the search window when we click
5277           the tray icon.
5278                   This must have been deleted during merge, since it worked
5279           before.
5280                   Spotted by James Ogley.
5282 2006-01-19 03:30  lbm
5284         * po/: ChangeLog, da.po: Updated Danish translation
5286 2006-01-18 20:28  dbera
5288         * ChangeLog, Filters/FilterKonqHistory.cs, Filters/FilterMail.cs,
5289           beagled/LuceneCommon.cs, BeagleClient/Property.cs,
5290           Util/StringFu.cs, beagled/KonqHistoryQueryable/KonqQueryable.cs:
5291           Use "unstored lucene fields" for search-only properties. For
5292           hinting filters, use unindexednamespace.
5294 2006-01-18 19:55  dbera
5296         * ChangeLog, beagled/KMailQueryable/KMailQueryable.cs: Fixed 327365
5297           and 327294 (based on patch by Vaclav Slavik vslavik@fastmail.fm).
5299 2006-01-18 17:19  lewing
5301         * ChangeLog, Filters/FilterJpeg.cs: 2006-01-18  Larry Ewing
5302           <lewing@novell.com>
5304                   * Filters/FilterJpeg.cs: fix the XMP parser in the
5305           JpegFilter so
5306                   it does the correct thing.
5308 2006-01-18 15:20  dbera
5310         * ChangeLog, wrappers/python/beagle.defs,
5311           wrappers/python/beagle.override, wrappers/python/beaglesearch.py,
5312           wrappers/python/gen-defs.sh: Updated python bindings to match
5313           recent libbeagle changes to beaglehit.
5315 2006-01-18 14:18  lewing
5317         * ChangeLog, Filters/FilterJpeg.cs, Util/Makefile.am,
5318           Util/MetadataStore.cs, Util/XmpFile.cs,
5319           Util/SemWeb/ForwardLogic.cs, Util/SemWeb/KnowledgeModel.cs,
5320           Util/SemWeb/MemoryStore.cs, Util/SemWeb/N3Parser.cs,
5321           Util/SemWeb/N3Writer.cs, Util/SemWeb/NamespaceManager.cs,
5322           Util/SemWeb/Query.cs, Util/SemWeb/README, Util/SemWeb/RSquary.cs,
5323           Util/SemWeb/RSquaryFilters.cs, Util/SemWeb/RdfParser.cs,
5324           Util/SemWeb/RdfWriter.cs, Util/SemWeb/Reasoning.cs,
5325           Util/SemWeb/Resource.cs, Util/SemWeb/SQLStore.cs,
5326           Util/SemWeb/Sparql.cs, Util/SemWeb/Statement.cs,
5327           Util/SemWeb/Store.cs, Util/SemWeb/UriMap.cs, Util/SemWeb/Util.cs,
5328           Util/SemWeb/XPathSemWebNavigator.cs, Util/SemWeb/XmlParser.cs,
5329           Util/SemWeb/XmlWriter.cs: 2006-01-18  Larry Ewing
5330           <lewing@novell.com>
5332                   * Util/XmpFile.cs: Added as a container class for XMP
5333           info.
5335                   * Util/MetadataStore.cs: Added a generic rdf store with
5336           common
5337                   namspaces.
5339                   * Util/SemWeb/: import SemWeb rdf parser.
5341                   * Filters/FilterJpeg.cs: extract XMP metadata translate a
5342           few
5343                   triples to beagle properties.
5345 2006-01-18 11:55  joeshaw
5347         * configure.in: Change gtk requirement to 2.6; it builds fine with
5348           that.
5350 2006-01-18 08:43  kmaraas
5352         * po/: ChangeLog, nb.po, no.po: 2006-01-18  Kjartan Maraas
5353           <kmaraas@gnome.org>
5355                   * nb.po: Updated Norwegian bokmål translation.
5356                   * no.po: Same.
5358 2006-01-17 19:59  adamw
5360         * po/: ChangeLog, en_CA.po:
5361           2006-01-17  Adam Weinberger  <adamw@gnome.org>
5363                   * en_CA.po: Updated Canadian English translation.
5365 2006-01-17 16:54  joeshaw
5367         * search/Search.cs: Call Catalog.Init() so that beagle-search is
5368           i18nized
5370 2006-01-17 16:11  llipka
5372         * ChangeLog, search/Pages/StartDaemon.cs: 2006-01-17  Lukas Lipka
5373           <lukas@pmad.net>
5375                   * search/Pages/StartDaemon.cs: Add a timeout after daemon
5376           start after
5377                   which the query is fired.
5379 2006-01-16 15:35  llipka
5381         * ChangeLog, search/beagle-search.desktop.in: 2006-01-16  Lukas
5382           Lipka  <lukas@pmad.net>
5384                   * search/beagle-search.desktop.in (Exec): Reference
5385           beagle-search
5386                   not just search. Spotted by James Ogley.
5388 2006-01-16 12:32  llipka
5390         * ChangeLog, search/Tiles/MailMessage.cs: 2006-01-16  Lukas Lipka
5391           <lukas@pmad.net>
5393                   * search/Tiles/MailMessage.cs: Add forward in mail
5394           action.
5396 2006-01-16 12:14  llipka
5398         * ChangeLog: ChangeLog
5400 2006-01-16 12:09  llipka
5402         * search/Tiles/: Application.cs, Audio.cs, File.cs, Folder.cs,
5403           IMLog.cs, Image.cs, MailMessage.cs: 2006-01-16  Lukas Lipka
5404           <lukas@pmad.net>
5406                   * search/Tiles/*: Make all the actions translatable.
5408                   * search/Tiles/MailMessage.cs: Fix To/From stuff. Remove
5409           obsolete
5410                   attachment stuff.
5412 2006-01-16 11:54  adamw
5414         * po/: ChangeLog, en_CA.po:
5415           2006-01-16  Adam Weinberger  <adamw@gnome.org>
5417                   * en_CA.po: Updated Canadian English translation.
5419 2006-01-16 10:50  llipka
5421         * ChangeLog, search/Search.cs, search/Tiles/File.cs,
5422           search/Tiles/Image.cs: 2006-01-16  Lukas Lipka  <lukas@pmad.net>
5424                   * search/Tiles/File.cs: Make the snippet label use all
5425           available space.
5427                   * search/Tiles/Image.cs: Show the f-spot comment if it is
5428           available.
5430                   * search/Search.cs: More spec-ing; update the window
5431           title according
5432                   to the search.
5434 2006-01-16 08:55  llipka
5436         * ChangeLog, search/Search.cs, search/UIManager.cs,
5437           search/Tiles/MailMessage.cs: 2006-01-16  Lukas Lipka
5438           <lukas@pmad.net>
5440                   * search/UIManager.cs: Make the quick tips and help menu
5441           options work.
5443                   * search/Search.cs: Implement quick tips option.
5445                   * search/Tiles/MailMessage.cs: Files type of
5446           message/rfc882 should
5447                   appear in mail message category.
5449 2006-01-15 23:50  adamw
5451         * po/: ChangeLog, en_CA.po:
5452           2006-01-15  Adam Weinberger  <adamw@gnome.org>
5454                   * en_CA.po: Updated Canadian English translation.
5456 2006-01-15 18:10  kelemeng
5458         * po/: ChangeLog, hu.po: 2006-01-16  Gabor Kelemen
5459           <kelemeng@gnome.hu>
5461                   * hu.po: Hungarian translation updated.
5463 2006-01-15 12:34  ohoel
5465         * po/: ChangeLog, nb.po: 2006-01-15  Øivind Hoel
5466           <ohoel@cvs.gnome.org>
5468                   * nb.po: Updated Norwegian Bokmål translation.
5470 2006-01-14 20:45  dbera
5472         * libbeagle/beagle/beagle-hit.c, libbeagle/beagle/beagle-private.h,
5473           libbeagle/beagle/beagle-property.c, ChangeLog: Fixed a crasher in
5474           libbeagle. It was trying to compare a BeagleProperty with a key.
5476 2006-01-14 15:33  dbera
5478         * ChangeLog, beagled/QueryStringParser.cs,
5479           beagled/BlamQueryable/BlamQueryable.cs: Fixes 326657.
5481 2006-01-14 11:11  hebra
5483         * po/: ChangeLog, de.po: 2006-01-14  Hendrik Brandt
5484           <heb@gnome-de.org>
5486                   * de.po: Updated German translation.
5488 2006-01-14 02:13  clyties
5490         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
5492 2006-01-13 22:27  dbera
5494         * ChangeLog, beagled/QueryStringParser.cs,
5495           beagled/FileSystemQueryable/FileSystemQueryable.cs: Use
5496           lower-case for extension queries.
5498 2006-01-13 16:38  joeshaw
5500         * glue/Makefile.am: More distcheck fixes
5502 2006-01-13 15:48  joeshaw
5504         * po/POTFILES.in, search/Makefile.am, wrappers/python/Makefile.am:
5505           A bunch of make distcheck fixes
5507 2006-01-13 15:37  dbera
5509         * glue/xdgmime/Makefile: More xdgmime commits... this one was
5510           harmless, though.
5512 2006-01-13 15:33  dbera
5514         * Util/Makefile.am: Add XdgMime.cs to build target.
5516 2006-01-13 15:21  dbera
5518         * Util/XdgMime.cs: Adding Util/XdgMime.cs.
5520 2006-01-13 15:19  dbera
5522         * ChangeLog, Tiles/TileFile.cs, Tiles/TileMailMessage.cs,
5523           Util/GnomeFu.cs, beagled/FilterFactory.cs, glue/Makefile.am,
5524           glue/xdgmime/Makefile, glue/xdgmime/test-mime.c,
5525           glue/xdgmime/xdgmime.c, glue/xdgmime/xdgmime.h,
5526           glue/xdgmime/xdgmimealias.c, glue/xdgmime/xdgmimealias.h,
5527           glue/xdgmime/xdgmimecache.c, glue/xdgmime/xdgmimecache.h,
5528           glue/xdgmime/xdgmimeglob.c, glue/xdgmime/xdgmimeglob.h,
5529           glue/xdgmime/xdgmimeint.c, glue/xdgmime/xdgmimeint.h,
5530           glue/xdgmime/xdgmimemagic.c, glue/xdgmime/xdgmimemagic.h,
5531           glue/xdgmime/xdgmimeparent.c, glue/xdgmime/xdgmimeparent.h: Move
5532           to XdgMime. Use XdgMime.GetMimeType instead of
5533           GnomeFu.GetMimeType.
5535 2006-01-13 15:02  joeshaw
5537         * configure.in: the libchm filter is currently broken, not
5538           deprecated
5540 2006-01-13 14:53  danw
5542         * ChangeLog, Makefile.am, beagle-0.0.pc.in, configure.in,
5543           Util/GeckoUtils.cs, Util/Makefile.am, glue/.cvsignore,
5544           glue/Makefile.am, glue/ephy-spinner.c, glue/ephy-spinner.h,
5545           glue/gecko-utils.cpp, glue/gecko-utils.h,
5546           glue/search-entry-watermark.svg, glue/search-entry.c,
5547           glue/search-entry.h, glue/ui-glue.c, images/Makefile.am,
5548           images/emblem-fspot.png, images/no-match.png,
5549           images/quick-tips.png, images/system-search.png,
5550           images/tip-arrow.png, search/.cvsignore, search/Category.cs,
5551           search/ConversationCategory.cs, search/Entry.cs,
5552           search/GroupView.cs, search/Makefile.am, search/Panes.cs,
5553           search/Search.cs, search/SortedTileList.cs, search/Spinner.cs,
5554           search/TileCategory.cs, search/TypeFilter.cs,
5555           search/UIManager.cs, search/beagle-search.desktop.in,
5556           search/beagle-search.in, search/Pages/Base.cs,
5557           search/Pages/NoMatch.cs, search/Pages/QuickTips.cs,
5558           search/Pages/StartDaemon.cs, search/Tiles/ActionMenuItem.cs,
5559           search/Tiles/Application.cs, search/Tiles/Audio.cs,
5560           search/Tiles/CApplet.cs, search/Tiles/Calendar.cs,
5561           search/Tiles/Contact.cs, search/Tiles/DocbookEntry.cs,
5562           search/Tiles/File.cs, search/Tiles/Folder.cs,
5563           search/Tiles/HitFlavor.cs, search/Tiles/IMLog.cs,
5564           search/Tiles/Image.cs, search/Tiles/MailAttachment.cs,
5565           search/Tiles/MailMessage.cs, search/Tiles/Note.cs,
5566           search/Tiles/Presentation.cs, search/Tiles/RSSFeed.cs,
5567           search/Tiles/Spreadsheet.cs, search/Tiles/TextDocument.cs,
5568           search/Tiles/Tile.cs, search/Tiles/TileAction.cs,
5569           search/Tiles/TileActivator.cs, search/Tiles/TileGroup.cs,
5570           search/Tiles/TileTemplate.cs, search/Tiles/Utils.cs,
5571           search/Tiles/Video.cs, search/Tiles/WebHistory.cs,
5572           search/Tiles/WidgetFu.cs, search/Tray/NotificationArea.cs,
5573           search/Tray/TrayIcon.cs:       * search/*: import of new search
5574           ui (now called beagle-search)
5575                   from holmes module.
5577                   * configure.in, Makefile.am: Build beagle-search instead
5578           of best.
5579                   Remove all sorts of gecko-related stuff from configure.in
5581                   * glue/*, images/*: add holmes glue/images. Remove gecko
5582           glue.
5584 2006-01-13 12:31  adrighem
5586         * po/: ChangeLog, nl.po: 2006-01-13  Vincent van Adrighem
5587           <adrighem@gnome.org>
5589                   * nl.po: Translation updated by Tino Meinen.
5591 2006-01-12 15:24  lbm
5593         * po/da.po: [no log message]
5595 2006-01-12 13:32  joeshaw
5597         * wrappers/python/Makefile.am: Revert python binding distcheck
5598           fixes to Makefile.am.  They weren't quite right and are breaking
5599           the build for some people now
5601 2006-01-12 03:06  lbm
5603         * po/: ChangeLog, da.po: Updated Danish translation
5605 2006-01-11 17:37  joeshaw
5607         * libbeagle/: beagle/beagle-hit.c, beagle/beagle-hit.h,
5608           beagle/beagle-indexable.c, beagle/beagle-private.h,
5609           beagle/beagle-property.c, beagle/test-client.c,
5610           examples/beagle-search.c: Update libbeagle to support multiple
5611           property values for a given key.  Based on patch by D Bera
5613 2006-01-11 16:05  joeshaw
5615         * configure.in, BeagleClient/Makefile.am, Filters/Makefile.am,
5616           beagled/LuceneIndexingDriver.cs, beagled/Makefile.am,
5617           bludgeon/Makefile.am: Check mono version at compile-time to see
5618           which SharpZipLib to link against.  Display how long it takes to
5619           optimize an index
5621 2006-01-11 14:25  dbera
5623         * beagled/PropertyKeywordFu.cs: Change email addresses field type
5624           to Text in Property-Keyword mapping.
5626 2006-01-11 13:01  joeshaw
5628         * Util/StringFu.cs: Check for a null email, and lower case it
5629           before sanitizing
5631 2006-01-11 12:56  adamw
5633         * po/: ChangeLog, en_CA.po:
5634           2006-01-11  Adam Weinberger  <adamw@gnome.org>
5636                   * en_CA.po: Updated Canadian English translation.
5638 2006-01-10 18:35  joeshaw
5640         * Filters/FilterMail.cs,
5641           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Bump up Evo
5642           mail backend and mail filter versions for new properties
5644 2006-01-10 18:31  joeshaw
5646         * Filters/FilterMail.cs, Util/Inotify.cs, Util/StringFu.cs,
5647           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
5648           Store email addresses as non-keywords, since the standard
5649           analyzer knows how to handle them, and you should be able to just
5650           search for email addresses.  Add a new sanitized version of email
5651           addresses, so that something like 'joeshaw@novell.com' becomes
5652           'joeshaw novell'.
5654 2006-01-10 17:03  joeshaw
5656         * Best/Best.cs: When initializing the GeckoUtils, catch a
5657           DllNotFoundException and print a message, since it's probably due
5658           to an incompatible Mozilla or Firefox upgrade
5660 2006-01-10 16:48  joeshaw
5662         * Util/PullingReader.cs, beagled/BeagleDaemon.cs: Don't create new
5663           StringBuilders in the PullingReader.  Update copyright in daemon
5665 2006-01-10 16:44  joeshaw
5667         * Filters/FilterShellscript.cs: Truncate shell scripts to 20k, so
5668           big scripts that embed binary data don't hose the daemon
5670 2006-01-09 15:14  joeshaw
5672         * Filters/FilterMail.cs: Store the message ID and references, for
5673           collating conversations in the front ends.  Patch from D Bera.
5674           Also check in the new gmime stuff to the filter, which I forgot
5675           before
5677 2006-01-09 14:29  joeshaw
5679         * configure.in, beagled/FilterFactory.cs,
5680           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
5681           beagled/KMailQueryable/KMailIndexer.cs: Use gmime's new
5682           StreamWrapper, require 2.1.18
5684 2006-01-07 18:10  dbera
5686         * wrappers/python/beaglesearch.py: Added example python client
5687           (Raphael attached it with the bug-report but it never got added)
5689 2006-01-07 15:41  dbera
5691         * ChangeLog, Filters/FilterDesktop.cs, Filters/FilterHtml.cs:
5692           FilterDesktop.cs: Index 'Type' .in desktop files.  FilterHtml.cs:
5693           Use 'meta' namespace for meta keywords.
5695 2006-01-06 15:24  ituohela
5697         * po/ChangeLog: Updated Finnish translation
5699 2006-01-06 15:05  ituohela
5701         * po/: ChangeLog, fi.po: Updated Finnish translation
5703 2006-01-06 14:00  joeshaw
5705         * beagled/: LuceneQueryable.cs,
5706           FileSystemQueryable/FileSystemQueryable.cs: Change the last
5707           commit slightly, to handle it automatically for all queryables
5708           rather than doing it just in the filesystem backend
5710 2006-01-06 13:58  joeshaw
5712         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Cleanup after
5713           the child indexables in the filesystem backend.  FINALLY fixes
5714           the tmpfile-being-left-behind bug.  Wooooo!
5716 2006-01-05 17:37  joeshaw
5718         * BeagleClient/Client.cs, BeagleClient/Query.cs, beagled/Server.cs,
5719           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
5720           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
5721           libbeagle/beagle/beagle-request.c: Allow clients to set the
5722           QueryDomain, and add support for this to libbeagle.  Add
5723           additional XML dumping when ENABLE_XML_DUMP is enabled.  Move
5724           crawling and indexing of the IndexingService out of its
5725           constructor and into a Start method like other backends.
5727 2006-01-05 16:38  joeshaw
5729         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Add a delay in
5730           starting the indexing process.  By default make it 60 seconds,
5731           and add a --indexing-delay command-line argument to override it.
5732           Should help the thrashing that goes on when beagled starts in the
5733           middle of logging into the desktop
5735 2006-01-05 16:00  joeshaw
5737         * beagled/: BeagleDaemon.cs, TextCache.cs: Convert the Uri to a
5738           serializable string when dealing with the text cache, to avoid a
5739           100% CPU/memory spike problem when looking it up in sqlite.  Also
5740           fix up the extended attributes warning text to be a little more
5741           accurate
5743 2006-01-05 13:50  joeshaw
5745         * Util/Conf.cs: Don't return read-only versions of the lists;
5746           recent monos use get+add instead of set for deserializing
5747           ArrayLists.  This behavior is consistent with .NET
5749 2006-01-04 16:22  joeshaw
5751         * Util/Inotify.cs: Make a shallow copy of the subscribers list when
5752           sending events, so that it's not affected by changes to the
5753           underlying list that could happen in different threads
5755 2006-01-02 07:20  clyties
5757         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
5759 2005-12-23 19:37  dbera
5761         * ChangeLog, beagled/AkregatorQueryable/AkregatorQueryable.cs:
5762           Remove gmime dependency.
5764 2005-12-22 14:59  llipka
5766         * configure.in: bump version to 0.1.5
5768 2005-12-22 12:37  llipka
5770         * AUTHORS, Filters/FilterOpenOffice.cs, Filters/FilterRuby.cs,
5771           Filters/FilterSource.cs, Filters/Makefile.am: * AUTHORS: *
5772           Filters/Makefile.am: * Filters/FilterRuby.cs: Added Ruby fitler
5773           by Uwe Hermann.
5775           * Filters/FilterOpenOffice.cs: * Filters/FilterSource.cs : Small
5776           touchups.
5778 2005-12-21 16:18  joeshaw
5780         * NEWS: Update for 0.1.4 release
5782 2005-12-21 15:47  joeshaw
5784         * libbeagle/beagle/beagle-timestamp.c: Revert the last change for
5785           the timestamp.  sscanf() doesn't handle the + format specifier,
5786           but does do the right thing
5788 2005-12-21 14:48  joeshaw
5790         * wrappers/python/beagle.override: Add an override method for
5791           beagle_timestamp_to_unix_time()
5793 2005-12-21 14:44  joeshaw
5795         * libbeagle/examples/beagle-search.c: Oops, forgot to commit this
5797 2005-12-21 14:30  joeshaw
5799         * wrappers/python/beagle.defs: Remove the source object method from
5800           the python bindings
5802 2005-12-21 14:28  joeshaw
5804         * libbeagle/beagle/: beagle-hit.c, beagle-hit.h,
5805           beagle-hits-added-response.c, beagle-private.h,
5806           beagle-query-part-date.c, beagle-timestamp.c: Fix date queries in
5807           libbeagle.  Many thanks to Bera for helping track this down.  Fix
5808           a bug in the timestamp string parsing code.  Remove source object
5809           name, since it's been dropped from the hit.
5811 2005-12-21 11:49  joeshaw
5813         * libbeagle/docs/reference/beagle.types: Fix up the documentation's
5814           types file
5816 2005-12-20 03:40  llipka
5818         * configure.in, Filters/Makefile.am: change the way the chm filter
5819           is disabled.
5821 2005-12-18 15:02  dbera
5823         * ChangeLog, Filters/FilterKonqHistory.cs,
5824           beagled/KonqHistoryQueryable/KonqQueryable.cs: Use indexable
5825           hints in KonqQueryable to pass charset information to the filter.
5827 2005-12-16 13:51  joeshaw
5829         * Filters/FilterMail.cs, beagled/FilterFactory.cs,
5830           beagled/Flavor.cs: Add support for handling multipart/alternative
5831           mails, by only indexing the richest alternative we can filter,
5832           and not setting the hasAttachments flag in that case.  Fixes
5833           #322412
5835 2005-12-16 03:16  lbm
5837         * po/: ChangeLog, da.po: Updated Danish translation
5839 2005-12-14 15:33  trow
5841         * bludgeon/: Abuse.cs, Action.cs, Bludgeon.cs, Bzip2FileObject.cs,
5842           Daemon.cs, DirectoryObject.cs, EventTracker.cs, FileObject.cs,
5843           FileSystemObject.cs, GzipFileObject.cs, IHammer.cs, Log.cs,
5844           Makefile.am, QueryFu.cs, SanityCheck.cs, TarFileObject.cs,
5845           TestBasic.cs, TextFileObject.cs, Token.cs, Toolbox.cs,
5846           TreeBuilder.cs, ZipFileObject.cs, beagled.dummy: A checkpoint of
5847           my recent Bludgeon hacking.  Bludgeon now runs a mainloop, tracks
5848           live query notifications from the daemon as it modifies the tree,
5849           and creates sandboxed file trees containing a mix of text files
5850           and archives.
5852           This is still a work-in-progress.  Things left to do include: *
5853           Everything is hard-wired right now; we process the command-line
5854           arguments, but ignore them.  * We don't yet verify that the live
5855           query notifications we receieve match   the changes to the tree.
5856           * We only support simple file tree manipulations right now.  In
5857           particular,   the grueling "touring move" tests (where we take a
5858           file or directory   and rapidly move it around the tree) don't
5859           work right now.  * We don't support searching in archives yet,
5860           which we will need to test   the children-on-the-filesystem
5861           patch.  It is very easy to implement, though.  * The log spew is
5862           too verbose in some places, and too terse in others.
5864 2005-12-14 15:19  trow
5866         * beagled/: Queryable.cs,
5867           FileSystemQueryable/FileSystemQueryable.cs: Added
5868           beagle:NoPunctFilename property for files, which just contains
5869           the file name with all non-alphanumeric characters replaced by
5870           whitespace.  Having this property makes life slightly easier for
5871           bludgeon.
5873 2005-12-14 14:15  joeshaw
5875         * beagled/RemoteIndexer.cs: Wait up to a minute for the index
5876           helper to start, and print out a little bit more debugging info.
5877           Should fix #322534.  Many thanks to Bera for helping track this
5878           down
5880 2005-12-13 16:25  joeshaw
5882         * BeagleClient/Query.cs, BeagleClient/QueryResponses.cs,
5883           Best/BestWindow.cs, beagled/QueryExecutor.cs,
5884           beagled/QueryResult.cs, libbeagle/beagle/Makefile.am,
5885           libbeagle/beagle/beagle-cancelled-response.c,
5886           libbeagle/beagle/beagle-cancelled-response.h,
5887           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
5888           libbeagle/beagle/beagle.h, wrappers/python/beagle.defs: Purge the
5889           cancelled query response from the code.  It hasn't been used or
5890           sent since the dbus days, as the way to cancel a query now is
5891           simply to close the socket
5893 2005-12-13 15:46  joeshaw
5895         * BeagleClient/Property.cs, beagled/Filter.cs,
5896           beagled/FilterFactory.cs, beagled/LuceneCommon.cs,
5897           libbeagle/beagle/beagle-hits-added-response.c,
5898           libbeagle/beagle/beagle-private.h,
5899           libbeagle/beagle/beagle-property.c,
5900           libbeagle/beagle/beagle-property.h, wrappers/python/beagle.defs:
5901           Add support for unstored properties, for hinting filters.  Patch
5902           from Bera.  Add support to libbeagle, and regenerate the python
5903           bindings for this and recent source changes to libbeagle.  Make
5904           properties searched and stored by default.
5906 2005-12-12 17:19  joeshaw
5908         * beagled/BuildIndex.cs: Fix a bug in BuildIndex in which child
5909           indexables weren't getting the no-filtering, tag, or source
5910           attributes
5912 2005-12-12 16:15  joeshaw
5914         * libbeagle/beagle/beagle-query.c: Change source restrictions into
5915           query parts in libbeagle
5917 2005-12-12 15:51  hebra
5919         * po/: ChangeLog, de.po: 2005-12-12  Hendrik Brandt
5920           <heb@gnome-de.org>
5922                   * de.po: Updated German translation.
5924 2005-12-12 14:10  joeshaw
5926         * tools/beagle-crawl-system.in: Fix cut-and-paste argument bug in
5927           beagle-crawl-system
5929 2005-12-11 18:52  dsd
5931         * ChangeLog, Filters/FilterMusic.cs,
5932           Filters/entagged-sharp/AssemblyInfo.cs,
5933           Filters/entagged-sharp/AudioFile.cs,
5934           Filters/entagged-sharp/AudioFileContainer.cs,
5935           Filters/entagged-sharp/AudioFileIO.cs,
5936           Filters/entagged-sharp/AudioFileWrapper.cs,
5937           Filters/entagged-sharp/CreativeCommons.cs,
5938           Filters/entagged-sharp/EncodingInfo.cs,
5939           Filters/entagged-sharp/EntaggedTest.cs,
5940           Filters/entagged-sharp/Tag.cs,
5941           Filters/entagged-sharp/entagged-sharp.sources,
5942           Filters/entagged-sharp/sync-tree.sh,
5943           Filters/entagged-sharp/Ape/MonkeyFileReader.cs,
5944           Filters/entagged-sharp/Ape/MonkeyFileWriter.cs,
5945           Filters/entagged-sharp/Ape/Util/ApeTagBinaryField.cs,
5946           Filters/entagged-sharp/Ape/Util/ApeTagCreator.cs,
5947           Filters/entagged-sharp/Ape/Util/ApeTagReader.cs,
5948           Filters/entagged-sharp/Ape/Util/ApeTagWriter.cs,
5949           Filters/entagged-sharp/Ape/Util/MonkeyDescriptor.cs,
5950           Filters/entagged-sharp/Ape/Util/MonkeyHeader.cs,
5951           Filters/entagged-sharp/Ape/Util/MonkeyInfoReader.cs,
5952           Filters/entagged-sharp/Ape/Util/WavFormatHeader.cs,
5953           Filters/entagged-sharp/Ape/Util/WavRIFFHeader.cs,
5954           Filters/entagged-sharp/Asf/AsfFileReader.cs,
5955           Filters/entagged-sharp/Asf/Util/AsfInfoReader.cs,
5956           Filters/entagged-sharp/Asf/Util/AsfTagReader.cs,
5957           Filters/entagged-sharp/Asf/Util/GUID.cs,
5958           Filters/entagged-sharp/Exceptions/CannotReadException.cs,
5959           Filters/entagged-sharp/Exceptions/CannotWriteException.cs,
5960           Filters/entagged-sharp/Exceptions/UnsupportedFormatException.cs,
5961           Filters/entagged-sharp/Flac/FlacFileReader.cs,
5962           Filters/entagged-sharp/Flac/FlacFileWriter.cs,
5963           Filters/entagged-sharp/Flac/Util/FlacInfoReader.cs,
5964           Filters/entagged-sharp/Flac/Util/FlacTagCreator.cs,
5965           Filters/entagged-sharp/Flac/Util/FlacTagReader.cs,
5966           Filters/entagged-sharp/Flac/Util/FlacTagWriter.cs,
5967           Filters/entagged-sharp/Flac/Util/MetadataBlockData.cs,
5968           Filters/entagged-sharp/Flac/Util/MetadataBlockDataStreamInfo.cs,
5969           Filters/entagged-sharp/Flac/Util/MetadataBlockHeader.cs,
5970           Filters/entagged-sharp/Mp3/Id3Tag.cs,
5971           Filters/entagged-sharp/Mp3/Mp3FileReader.cs,
5972           Filters/entagged-sharp/Mp3/Util/Id3v1TagReader.cs,
5973           Filters/entagged-sharp/Mp3/Util/Id3v24TagReader.cs,
5974           Filters/entagged-sharp/Mp3/Util/Id3v2TagReader.cs,
5975           Filters/entagged-sharp/Mp3/Util/Id3v2TagSynchronizer.cs,
5976           Filters/entagged-sharp/Mp3/Util/LameMPEGFrame.cs,
5977           Filters/entagged-sharp/Mp3/Util/MPEGFrame.cs,
5978           Filters/entagged-sharp/Mp3/Util/Mp3InfoReader.cs,
5979           Filters/entagged-sharp/Mp3/Util/XingMPEGFrame.cs,
5980           Filters/entagged-sharp/Mp3/Util/Id3frames/ApicId3Frame.cs,
5981           Filters/entagged-sharp/Mp3/Util/Id3frames/CommId3Frame.cs,
5982           Filters/entagged-sharp/Mp3/Util/Id3frames/GenericId3Frame.cs,
5983           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
5984           Filters/entagged-sharp/Mp3/Util/Id3frames/TextId3Frame.cs,
5985           Filters/entagged-sharp/Mp4/Mp4FileReader.cs,
5986           Filters/entagged-sharp/Mp4/Util/Mp4InfoReader.cs,
5987           Filters/entagged-sharp/Mp4/Util/Mp4TagReader.cs,
5988           Filters/entagged-sharp/Mpc/MpcFileReader.cs,
5989           Filters/entagged-sharp/Mpc/MpcFileWriter.cs,
5990           Filters/entagged-sharp/Mpc/Util/MpcHeader.cs,
5991           Filters/entagged-sharp/Mpc/Util/MpcInfoReader.cs,
5992           Filters/entagged-sharp/Ogg/OggFileReader.cs,
5993           Filters/entagged-sharp/Ogg/OggFileWriter.cs,
5994           Filters/entagged-sharp/Ogg/OggTag.cs,
5995           Filters/entagged-sharp/Ogg/Util/OggCRCFactory.cs,
5996           Filters/entagged-sharp/Ogg/Util/OggInfoReader.cs,
5997           Filters/entagged-sharp/Ogg/Util/OggPageHeader.cs,
5998           Filters/entagged-sharp/Ogg/Util/OggTagCreator.cs,
5999           Filters/entagged-sharp/Ogg/Util/OggTagReader.cs,
6000           Filters/entagged-sharp/Ogg/Util/VorbisCodecHeader.cs,
6001           Filters/entagged-sharp/Ogg/Util/VorbisTagCreator.cs,
6002           Filters/entagged-sharp/Ogg/Util/VorbisTagReader.cs,
6003           Filters/entagged-sharp/Ogg/Util/VorbisTagWriter.cs,
6004           Filters/entagged-sharp/Util/AbstractTagCreator.cs,
6005           Filters/entagged-sharp/Util/AudioFileReader.cs,
6006           Filters/entagged-sharp/Util/AudioFileWriter.cs,
6007           Filters/entagged-sharp/Util/ByteBuffer.cs,
6008           Filters/entagged-sharp/Util/CustomAttributes.cs,
6009           Filters/entagged-sharp/Util/TagField.cs,
6010           Filters/entagged-sharp/Util/Utils.cs: 2005-12-11  Daniel Drake
6011           <dsd@gentoo.org>
6013                   * Filters/entagged-sharp: Resync. Includes some bugfixes
6014           and adds support
6015                   for ID3v2 v2.4, and ASF/WMA files.
6016                   * Filters/FilterMusic.cs: Register ASF/WMA mimetype.
6018 2005-12-09 18:44  chliao
6020         * po/: ChangeLog, zh_TW.po:
6021           2005-12-10  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
6023                   * zh_TW.po: Updated Traditional Chinese translation.
6025 2005-12-09 14:05  joeshaw
6027         * BeagleClient/Snippet.cs, Tiles/TileFromTemplate.cs,
6028           beagled/SnippetFu.cs, libbeagle/beagle/beagle-private.h,
6029           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
6030           libbeagle/beagle/beagle-search-term-response.c,
6031           libbeagle/beagle/beagle-search-term-response.h,
6032           libbeagle/beagle/beagle-snippet-request.c,
6033           libbeagle/beagle/beagle-snippet-request.h,
6034           libbeagle/beagle/test-client.c, tools/Query.cs: Change the
6035           snippeting API a little, to take a Query rather than relying on
6036           clients to know whether to pass in stemmed text or not.  Fix up
6037           libbeagle to both properly get the text, and make it possible get
6038           snippets
6040 2005-12-09 11:58  zygis
6042         * po/: ChangeLog, lt.po: 2005-12-09  Žygimantas Beručka
6043           <zygis@gnome.org>
6045                   * lt.po: Updated Lithuanian translation.
6047 2005-12-08 17:31  joeshaw
6049         * beagled/EvolutionMailDriver/: EvolutionMailDriver.cs,
6050           EvolutionMailIndexableGenerator.cs: Add progress percentages in
6051           the Evo mail backend
6053 2005-12-07 18:03  joeshaw
6055         * BeagleClient/Message.cs, beagled/RemoteIndexer.cs,
6056           libbeagle/beagle/beagle-error-response.c,
6057           libbeagle/beagle/beagle-error-response.h: Clean up some of the
6058           error handling in the message passing code to get rid of some
6059           workarounds, and make debugging easier.
6061 2005-12-07 16:06  joeshaw
6063         * beagled/Server.cs: Fix unlikely race I just triggered in which
6064           the messaging server would attempt to be started after it had
6065           technically shut down.  Fixes an ugly (but harmless) exception
6067 2005-12-07 15:56  joeshaw
6069         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Subscribe also to
6070           Inotify.EventType.Modify for Gaim logs, so that we reindex as
6071           each line comes in, as before
6073 2005-12-07 15:40  zygis
6075         * ChangeLog, configure.in, po/ChangeLog, po/lt.po: 2005-12-07
6076           Žygimantas Beručka    <zygis@gnome.org>
6078                   * po/lt.po: Added Lithuanian translation.
6079                   * configure.in: Added Lithuanian to ALL_LINGUAS.
6081 2005-12-07 14:39  joeshaw
6083         * beagled/: BuildIndex.cs, QueryDriver.cs: Use
6084           StringFu.SanitizePath() to get consistent behavior from
6085           DirectoryInfo objects when dealing with static queryables and
6086           their sources.  Really fixes 323375
6088 2005-12-06 17:42  joeshaw
6090         * beagled/BuildIndex.cs: The move of source to the index broke
6091           snippets in static indexables with text caches.  Fix that, and
6092           allow the source to be configured in beagle-build-index
6094 2005-12-06 17:04  rps
6096         * ChangeLog, beagled/Makefile.am: Fixed adding evolution location
6097           to beagled
6099 2005-12-06 16:17  joeshaw
6101         * configure.in, beagled/Makefile.am, beagled/beagled.in: Get the
6102           evolution library directory from evo-sharp and pass it into the
6103           beagled script.  Fixes #314051
6105 2005-12-06 14:48  joeshaw
6107         * glue/tomboykeybinder.c: Add a missing include
6109 2005-12-06 13:56  joeshaw
6111         * configure.in: Look for nsServiceManagerUtils.h in either
6112           $MOZILLA_INCLUDE_ROOT/xpcom or $MOZILLA_INCLUDE_ROOT
6114 2005-12-06 12:46  vvaradan
6116         * ChangeLog, Filters/FilterOpenOffice.cs:         ** Patch from
6117           Daniel Naber <lucenebugs@danielnaber.de>
6118                   ** Fixes #316617
6119                   * Filters/FilterOpenOffice.cs: Extract "meta:keyword"
6120           field for
6121                   indexing.
6123 2005-12-06 09:49  aihana
6125         * po/: ChangeLog, ja.po: 2005-12-06  Takeshi AIHANA
6126           <aihana@gnome.gr.jp>
6128                   * ja.po: Updated Japanese translation for v0.1.3.
6130 2005-12-06 03:05  vvaradan
6132         * ChangeLog, Filters/FilterPPT.cs: * Make sure to read till EOF.
6133           Fixes http://bugzilla.gnome.org/show_bug.cgi?id=323312
6135 2005-12-05 15:45  dbera
6137         * beagled/Makefile.am: Yet another copy-paste error in Makefile.am.
6138           Time to go home :(
6140 2005-12-05 15:32  trow
6142         * configure.in: Bumped version number to 0.1.4.
6144 2005-12-05 15:21  dbera
6146         * beagled/QueryStringParser.cs: Typo! Extension query works now.
6148 2005-12-05 11:09  trow
6150         * NEWS: Updated for 0.1.3 release.
6152 2005-12-05 11:07  trow
6154         * wrappers/python/Makefile.am: More make distcheck fixes.
6156 2005-12-05 10:08  trow
6158         * configure.in, Best/Makefile.am, tools/Makefile.am,
6159           wrappers/python/Makefile.am: Disable web services, since they are
6160           broken and unmaintained.  Make distcheck fixes.
6162 2005-12-02 15:23  joeshaw
6164         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
6165           BeagleClient/Query.cs, beagled/LuceneCommon.cs,
6166           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
6167           beagled/QueryDriver.cs, beagled/Queryable.cs,
6168           beagled/SnippetExecutor.cs, tools/Query.cs: Clean up the mess
6169           that was handing sources.  Sources are now stored as properties
6170           in the index, like the hit type and mime type, and are reflected
6171           as the name of the backend, rather than simply "lucene", so that
6172           client-side filtering on sources is sane.  This bumps up the
6173           index version, requiring a rebuild of the indexes.
6175           Also fix a problem whereby index version mismatches in read-only
6176           indexes would cause exceptions to be thrown at query-time.  Now
6177           we throw an exception at instantiation-time if we're a read-only
6178           index and can't create a new one, and drop that index from the
6179           searchable queryables altogether.
6181           Fix a recent problem in beagle-query in which filtering by hit
6182           type, mime type, etc. would cause an exception
6184 2005-12-02 12:01  joeshaw
6186         * epiphany-extension/ephy-beagle-extension.c,
6187           libbeagle/beagle/beagle-client.c,
6188           libbeagle/beagle/beagle-hits-added-response.c,
6189           libbeagle/beagle/beagle-private.h,
6190           libbeagle/beagle/beagle-query-part-date.c,
6191           libbeagle/beagle/beagle-query-part-or.c,
6192           libbeagle/beagle/beagle-query-part-property.c: Fix several
6193           warnings thrown by GCC 4.1
6195 2005-12-02 10:58  dbera
6197         * ChangeLog, beagled/DumpIndex.cs, beagled/Server.cs: *
6198           beagled/DumpIndex.cs: term_enumerator returns terms that are
6199           already sorted. No need to scan all the terms.  *
6200           beagled/Server.cs: Pre-initialize the serializer in connection
6201           handler. Removes the slight lag(?) in the first response.
6203 2005-11-29 17:10  dbera
6205         * ChangeLog, Filters/FilterKonqHistory.cs, Filters/Makefile.am,
6206           Util/KonqHistoryUtil.cs, Util/Makefile.am, Util/StringFu.cs,
6207           beagled/Makefile.am,
6208           beagled/KonqHistoryQueryable/KonqQueryable.cs: Initial support
6209           for Konqueror webhistory backend.
6211 2005-11-29 14:35  joeshaw
6213         * configure.in, libbeagle/beagle/beagle-parser.c: Support building
6214           against xulrunner
6216 2005-11-29 09:35  vvaradan
6218         * ChangeLog, Filters/FilterSource.cs, beagled/Filter.cs:         *
6219           beagled/Filter.cs (AppendText): Don't "Trim()" the string, as
6220                   lucene takes care of it.  This saves good amount of
6221                   memory-allocation when we have text with line breaks.
6222                   * Filters/FilterSource.cs (AppendToTokens)
6223           (ExtractTokens):
6224                   Replace un-necessary calls to StringBuilder.ToString() to
6225           reduce
6226                   memory-allocations.
6228 2005-11-28 15:13  trow
6230         * BeagleClient/Query.cs, beagled/LuceneQueryable.cs,
6231           beagled/QueryExecutor.cs, beagled/QueryResult.cs,
6232           beagled/Queryable.cs,
6233           beagled/FileSystemQueryable/FileCrawlTask.cs,
6234           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6235           tools/Query.cs: Added support for index-listener queries.  These
6236           are magic queries that don't return any initial matches but which
6237           get notification of all subsequent index changes.  I've added
6238           these queries for use in bludgeon, so that we can ensure that the
6239           daemon sends out a correct series of notifications as we modify a
6240           file system tree.
6242 2005-11-27 11:50  dsd
6244         * ChangeLog, beagled/Makefile.am,
6245           beagled/GaimLogQueryable/GaimLogCrawler.cs,
6246           beagled/GaimLogQueryable/GaimLogQueryable.cs:     *
6247           beagled/GaimLogQueryable/GaimLogQueryable.cs: Misc cleanups,
6248           don't index
6249                   arbitrary files, merge watching and crawling into a
6250           single task.
6251                   * beagled/GaimLogQueryable/GaimLogCrawler.cs: Removed,
6252           now unused
6254 2005-11-27 08:17  llipka
6256         * Filters/FilterDesktop.cs:
6257           * FilterDesktop.cs - Index the 'Categories' field so we can
6258           differ between applications and control center applets.
6260 2005-11-26 09:03  llipka
6262         * Best/BestTray.cs, Best/BestWindow.cs,
6263           Filters/HtmlAgilityPack/HtmlDocument.cs,
6264           Filters/HtmlAgilityPack/MixedCodeDocument.cs,
6265           Tiles/TileMailMessage.cs, Util/BetterBitArray.cs,
6266           Util/CompatFileChooser.cs, Util/FSpotTools.cs, Util/camel.cs,
6267           beagled/FileSystemQueryable/FileCrawlTask.cs,
6268           beagled/IndexHelper/IndexHelper.cs,
6269           libbeagle/beagle/beagle-daemon-information-response.c,
6270           libbeagle/beagle/beagle-query-part-or.c: Kill some warnings.
6272 2005-11-25 17:42  vvaradan
6274         * ChangeLog, beagled/Filter.cs:         * beagled/Filter.cs:
6275           (AppendText): Check for "\n" before splitting
6276                   the argument in to array of lines.  This saves around
6277           600K of
6278                   memory allocation for a 130K "C" source code file.
6280 2005-11-25 11:25  vvaradan
6282         * Filters/FilterShellscript.cs: Oops.. forgot to add the filter
6283           file. (weekend syndrome)
6285 2005-11-25 11:24  vvaradan
6287         * ChangeLog, Filters/FilterSource.cs, Filters/Makefile.am:
6288                   * Filters/FilterShellscript.cs: Shell script filter.
6289                   * Filters/FilterSource.cs: New style added for
6290           Shellscripts.
6291                   Token generation is moved to a private method.  Actually,
6292           tokens
6293                   in shell-scripts are not separated *ONLY* by operators
6294           but also by
6295                   "SPACES".
6296                   * Filters/Makefile.am: Include Shellscript filter for
6297           compilation.
6299 2005-11-22 14:27  joeshaw
6301         * tools/beagle-crawl-system.in: Fix some problems in
6302           beagle-crawl-system that would create TextCaches incorrectly and
6303           cause problems when searching.  Patch from Sylvain Goletto
6305 2005-11-22 10:23  danw
6307         * ChangeLog, libbeagle/beagle/beagle-property.c:        *
6308           libbeagle/beagle/beagle-property.c (prop_to_xml): encode the
6309                   "Type" attribute correctly. 322140.
6311 2005-11-21 17:36  kelemeng
6313         * po/: ChangeLog, hu.po: 2005-11-21  Gabor Kelemen
6314           <kelemeng@gnome.hu>
6316                   * hu.po: Hungarian translation updated.
6318 2005-11-21 12:54  dbera
6320         * Best/BestWindow.cs: Pressing "Clear" implicitly means "Stop the
6321           current live query".
6323 2005-11-21 11:38  dbera
6325         * ChangeLog, beagled/LuceneFileQueryable.cs,
6326           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6327           beagled/BlamQueryable/BlamQueryable.cs,
6328           beagled/LifereaQueryable/LifereaQueryable.cs: Fix a bug in LFQ
6329           where it wasnt setting the attribute of a file shared across
6330           multiple indexables.  Use fixed LFQ in blog backends.
6332 2005-11-21 09:58  llipka
6334         * Util/StringFu.cs:
6335           * Util/StringFu.cs - Updated GlobMatch to return false if the
6336           pattern or string is null.
6338 2005-11-20 14:21  llipka
6340         * ChangeLog, Filters/Makefile.am: * Filters/Makefile.am - Disable
6341           the CHM filter, since its broken.
6343 2005-11-19 11:53  llipka
6345         * Filters/: FilterImage.cs, FilterJpeg.cs, FilterPng.cs: *
6346           Filters/FilterImage.cs - Abstract the indexing of width and
6347           height * Filters/FilterPng.cs - Use the new width & height system
6348           * Filters/FilterJpeg.cs - Now we finally index and display widht
6349           and height
6351 2005-11-19 11:21  llipka
6353         * Filters/FilterImage.cs: * Filters/FilterImage - Rename
6354           fspot:Indexed to fspot:IsIndexed
6356 2005-11-19 09:51  llipka
6358         * Filters/FilterImage.cs: * FilterImage.cs - Add a fspot:Indexed
6359           field.
6361 2005-11-19 08:57  dsd
6363         * ChangeLog, configure.in, Tiles/TileCanvas.cs, glue/Makefile.am,
6364           glue/gecko-utils.cpp:         * configure.in, glue/Makefile.am,
6365           glue/gecko-utils.cpp,
6366                   Tiles/TileCanvas.cs: Firefox 1.5 support
6368 2005-11-15 16:38  joeshaw
6370         * BeagleClient/Client.cs, Util/Makefile.am, Util/UnixClient.cs,
6371           Util/UnixListener.cs, beagled/RemoteIndexer.cs,
6372           beagled/Server.cs: Remove our own copies of UnixClient and
6373           UnixListener, as the bugs we were working around were fixed post
6374           1.1.7 and we require 1.1.10 now
6376 2005-11-15 16:37  dsd
6378         * ChangeLog, Tiles/TileBlog.cs, Tiles/template-blog.html:       *
6379           Tiles/TileBlog.cs, Tiles/template-blog.html: Update with recent
6380           property
6381                   name changes
6383 2005-11-15 15:54  dsd
6385         * Util/GtkUtils.cs: Use non-obsoleted version of Gtk.Menu.Popup
6387 2005-11-15 15:49  dsd
6389         * ChangeLog, configure.in, BeagleClient/Indexable.cs,
6390           BeagleClient/Makefile.am, Filters/FilterMail.cs,
6391           Util/ExtendedAttribute.cs, Util/ExternalStringsHack.cs.in,
6392           Util/FileAdvise.cs, Util/FileSystem.cs, Util/ImLog.cs,
6393           Util/KdeUtils.cs, Util/Log.cs, Util/Makefile.am,
6394           Util/PathFinder.cs, Util/SystemInformation.cs,
6395           beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
6396           beagled/Filter.cs, beagled/Makefile.am,
6397           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
6398           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6399           beagled/IndexHelper/IndexHelper.cs,
6400           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6401           beagled/Mono.Data.SqliteClient/SqliteCommand.cs:    * Use
6402           Mono.Unix.Native. This also includes a switch to Mono's extended
6403                   attribute bindings which I wrote ages ago.
6405 2005-11-15 15:02  joeshaw
6407         * Best/.cvsignore, libbeagle/beagle/Makefile.am,
6408           libbeagle/beagle/beagle-cancelled-response.h,
6409           libbeagle/beagle/beagle-client.h,
6410           libbeagle/beagle/beagle-daemon-information-request.h,
6411           libbeagle/beagle/beagle-daemon-information-response.h,
6412           libbeagle/beagle/beagle-empty-response.h,
6413           libbeagle/beagle/beagle-error-response.h,
6414           libbeagle/beagle/beagle-finished-response.h,
6415           libbeagle/beagle/beagle-hit.h,
6416           libbeagle/beagle/beagle-hits-added-response.h,
6417           libbeagle/beagle/beagle-hits-subtracted-response.h,
6418           libbeagle/beagle/beagle-indexable.h,
6419           libbeagle/beagle/beagle-indexing-service-request.h,
6420           libbeagle/beagle/beagle-parser.h,
6421           libbeagle/beagle/beagle-private.h,
6422           libbeagle/beagle/beagle-property.h,
6423           libbeagle/beagle/beagle-query-part-date.h,
6424           libbeagle/beagle/beagle-query-part-human.h,
6425           libbeagle/beagle/beagle-query-part-or.h,
6426           libbeagle/beagle/beagle-query-part-property.h,
6427           libbeagle/beagle/beagle-query-part-text.h,
6428           libbeagle/beagle/beagle-query-part.h,
6429           libbeagle/beagle/beagle-query.h,
6430           libbeagle/beagle/beagle-request.h,
6431           libbeagle/beagle/beagle-response.h,
6432           libbeagle/beagle/beagle-search-term-response.h,
6433           libbeagle/beagle/beagle-shutdown-request.h,
6434           libbeagle/beagle/beagle-snippet-request.h,
6435           libbeagle/beagle/beagle-snippet-response.h,
6436           libbeagle/beagle/beagle-timestamp.h,
6437           libbeagle/beagle/beagle-util.h, libbeagle/beagle/beagle.h,
6438           tools/.cvsignore, wrappers/python/.cvsignore,
6439           wrappers/python/beagle.defs, wrappers/python/beagle.override,
6440           wrappers/python/fix.pl, wrappers/python/gen-defs.sh: Change
6441           nearly every damn header file to conform to the much less
6442           aesthetically appealing typedef behavior that the python defs
6443           generator insists upon.  Tweak the generated defs file to make
6444           things happy for the python bindings.
6446 2005-11-15 12:25  dbera
6448         * ChangeLog, Filters/FilterHtml.cs, Filters/Makefile.am,
6449           Filters/HtmlAgilityPack/HtmlDocument.cs,
6450           beagled/ExtractContent.cs: Extract non-english URLs in html
6451           documents correctly.  Allow beagle-extract-content to store
6452           output in some file - helpful when dealing with files of
6453           different encoding.
6455 2005-11-15 11:34  joeshaw
6457         * beagle.spec.in: Tweak the spec file a bit.  Patch from Richard
6458           Dawe
6460 2005-11-14 17:19  joeshaw
6462         * Makefile.am, acinclude.m4, configure.in, wrappers/.cvsignore,
6463           wrappers/Makefile.am, wrappers/python/.cvsignore,
6464           wrappers/python/Makefile.am, wrappers/python/beagle.defs,
6465           wrappers/python/beagle.override, wrappers/python/beaglemodule.c,
6466           wrappers/python/gen-defs.sh: Check in libbeagle python bindings
6467           courtesy of Raphael Slinckx
6469 2005-11-14 17:06  dbera
6471         * ChangeLog, Best/Best.cs, Best/BestTray.cs, Best/BestWindow.cs:
6472           Save best window settings even when ran with --no-tray.
6474 2005-11-14 16:00  joeshaw
6476         * Best/Makefile.am, tools/Makefile.am: Also dist the desktop.in
6477           files.  Fixes a problem where you can't make clean and then make
6478           again from the same 0.1.2 tarball
6480 2005-11-14 14:07  joeshaw
6482         * beagled/LuceneQueryingDriver.cs: Check for null secondary
6483           searcher when building blacklists
6485 2005-11-13 16:31  dbera
6487         * ChangeLog: Wrong date :P.
6489 2005-11-13 15:04  dbera
6491         * ChangeLog, Filters/FilterHtml.cs,
6492           Filters/HtmlAgilityPack/HtmlDocument.cs,
6493           Filters/HtmlAgilityPack/HtmlNode.cs: Make FilterHtml event driven
6494           instead of DOM-based.  Emulate ReadToEnd() in the html parser by
6495           two fixed-size buffers.  Few more optimisations in the parser.
6496           Make FilterHtml detect encoding from meta-tag.
6498 2005-11-13 09:50  serrador
6500         * po/: ChangeLog, es.po: 2005-11-13  Francisco Javier F. Serrador
6501           <serrador@cvs.gnome.org>
6503                   * es.po: Updated Spanish translation.
6505 2005-11-12 14:08  llipka
6507         * configure.in: Bump version to 0.1.3
6509 2005-11-11 00:44  trow
6511         * configure.in: Require mono 1.1.10.
6513 2005-11-11 00:31  trow
6515         * NEWS: Updated for 0.1.2 release.
6517 2005-11-11 00:27  trow
6519         * configure.in: Small configure tweaks.
6521 2005-11-09 21:32  dbera
6523         * beagled/AkregatorQueryable/AkregatorQueryable.cs: Protect against
6524           unsupported storage files.
6526 2005-11-09 11:22  joeshaw
6528         * libbeagle/beagle/: beagle-daemon-information-response.c,
6529           beagle-daemon-information-response.h: Add the IsIndexing field to
6530           the DaemonInformationRequest in libbeagle
6532 2005-11-07 21:05  trow
6534         * Util/: Makefile.am, ThreadPond.cs, UnclosableStream.cs:
6535           ThreadPond is a simple implementation of a thread pool.  It isn't
6536           used for anything right now, but I'm putting it here for
6537           posterity.
6539           UnclosableStream wraps a Stream and proxies all of the methods
6540           except for Close, which gets mapped to Flush.  This comes in
6541           handy when using stupid writer classes (*cough* SharpZipLib
6542           *cough*) that insist on unconditionally closing the underlying
6543           stream.
6545 2005-11-07 17:56  joeshaw
6547         * beagled/LuceneCommon.cs: Fix a cut-and-paste error and another
6548           logic bug when constraining date queries
6550 2005-11-07 17:09  dbera
6552         * ChangeLog, Filters/FilterSource.cs: Reuse StringBuilder.
6554 2005-11-07 14:50  joeshaw
6556         * beagled/LuceneCommon.cs: Don't swap the dates until after we've
6557           checked upper and lower bounds.  Fixes 320769
6559 2005-11-07 04:22  knvijay
6561         * beagled/WebServices/NetBeagleQueryable.cs: Added
6562           GetQueryableStatus method
6564 2005-11-05 17:12  dsd
6566         * ChangeLog, beagled/LuceneCommon.cs:   * beagled/LuceneCommon.cs:
6567           Fix detection of dangling locks
6569 2005-11-05 13:01  adamw
6571         * po/: ChangeLog, en_CA.po:
6572           2005-11-05  Adam Weinberger  <adamw@gnome.org>
6574                   * en_CA.po: Updated Canadian English translation.
6576 2005-11-04 17:05  dbera
6578         * ChangeLog, beagled/PropertyKeywordFu.cs,
6579           beagled/QueryStringParser.cs,
6580           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6581           beagled/BlamQueryable/BlamQueryable.cs,
6582           beagled/KMailQueryable/KMailIndexer.cs: Added extension as a
6583           query keyword.  Some more UTC changes in Blog and KMail backend.
6585 2005-11-04 15:22  joeshaw
6587         * Best/Makefile.am, Best/best.desktop, Best/best.desktop.in,
6588           po/POTFILES.in, tools/Makefile.am, tools/beagle-settings.desktop,
6589           tools/beagle-settings.desktop.in: i18nize the .desktop files.
6590           Patch from Gabor Kelemen
6592 2005-11-04 14:04  joeshaw
6594         * Tiles/TileHitCollection.cs, Util/Conf.cs, tools/Settings.cs,
6595           tools/settings.glade: Make the number of items in Best
6596           configurable.  Based on a patch from Mario Manno
6598 2005-11-04 13:01  joeshaw
6600         * beagled/EvolutionDataServerQueryable/BookContainer.cs: Also index
6601           the full name, so that we get searches on things like middle
6602           names
6604 2005-11-04 12:38  joeshaw
6606         * Filters/FilterC.cs: Exclude include, main, and NULL from the C
6607           filter, since while those aren't keywords, they're extremely
6608           common in C and probably shouldn't be indexed
6610 2005-11-04 11:00  joeshaw
6612         * Util/FileSystem.cs, beagled/BuildIndex.cs,
6613           beagled/FileAttributesStore.cs, beagled/FilterFactory.cs,
6614           beagled/LuceneFileQueryable.cs: Yet more UTC fixes
6616 2005-11-04 10:35  joeshaw
6618         * Tiles/Template.cs, Util/Note.cs,
6619           beagled/EvolutionDataServerQueryable/CalContainer.cs,
6620           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
6621           tools/Query.cs: UTC fixes: Convert back to local time in the Tile
6622           templates, set the Tomboy note's timestamp to the file write time
6623           in UTC, convert calendar timestamps into UTC, get the UTC file
6624           write time for IndexingService indexables, convert UTC back to
6625           local time in beagle-query
6627 2005-11-04 03:02  al_shopov
6629         * po/: ChangeLog, bg.po: 2005-11-04  Alexander Shopov
6630           <ash@contact.bg>
6632                   * bg.po: Updated Bulgarian translation by
6633                   Vladimir Petkov <vpetkov@i-space.org>
6635 2005-11-03 19:54  dbera
6637         * ChangeLog, beagled/AkregatorQueryable/AkregatorQueryable.cs,
6638           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6639           beagled/KMailQueryable/KMailIndexer.cs,
6640           beagled/LifereaQueryable/LifereaQueryable.cs,
6641           beagled/BlamQueryable/BlamQueryable.cs: Move Blog and KMail
6642           backends to UTC.
6644 2005-11-03 16:48  vvaradan
6646         * ChangeLog, Filters/FilterDOC.cs, Filters/FilterOle.cs,
6647           Filters/FilterPPT.cs, Filters/Makefile.am, glue/wv1-glue.c:
6648             * Filters/FilterOle.cs: Abstract base class for PPT and DOC
6649                   filters.
6650                   * Filters/FilterPPT.cs: Derived from FilterOle.
6651                   * Filters/FilterDOC.cs: Derived from FilterOle as wv1
6652           1.2.0 uses
6653                   libgsf instead of libole2.  Meta data parsing is done
6654           using
6655                   gsf-sharp and text-parsing is done using wv1.
6656                   * Filters/wv1-glue.c: A totally-random crash is fixed.
6657           This fixes
6658                   306812 and 31559.  Also, ported to work with both
6659           wv-1.2.0 and
6660                   wv-1.0.3.
6662 2005-11-03 14:17  joeshaw
6664         * BeagleClient/Makefile.am, BeagleClient/QueryableStatus.cs,
6665           BeagleClient/RemoteControl.cs, beagled/GoogleDriver.cs,
6666           beagled/IQueryable.cs, beagled/LuceneCommon.cs,
6667           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
6668           beagled/QueryDriver.cs, beagled/Queryable.cs,
6669           beagled/RemoteControlExecutors.cs,
6670           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6671           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
6672           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
6673           beagled/FileSystemQueryable/FileCrawlTask.cs,
6674           beagled/FileSystemQueryable/TreeCrawlTask.cs,
6675           beagled/GaimLogQueryable/GaimLogQueryable.cs,
6676           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
6677           beagled/KMailQueryable/KMailQueryable.cs,
6678           beagled/KopeteQueryable/KopeteQueryable.cs,
6679           beagled/LifereaQueryable/LifereaQueryable.cs,
6680           beagled/TomboyQueryable/TomboyQueryable.cs, tools/Info.cs: Add
6681           status infrastructure to the daemon, and instrument all of the
6682           backends to use the backend state stuff.  Progress information
6683           (percents) to follow.  Also fix a bug that could cause live
6684           queries to not work if a query was fired while an index was
6685           empty.  Also fix a bug where cached index counts were not being
6686           updated after a flush was run in the helper
6688 2005-11-03 13:41  joeshaw
6690         * Filters/FilterMail.cs: Convert the gmime date to UTC
6692 2005-11-03 13:40  joeshaw
6694         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
6695           Dates from camel are already UTC, so don't convert them
6697 2005-11-03 13:25  joeshaw
6699         * beagled/EvolutionMailDriver/: EvolutionMailIndexableGenerator.cs,
6700           MailCrawler.cs: Use UTC in the mail backend
6702 2005-11-03 13:11  trow
6704         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Store the
6705           extension in a property, and increment the queryable's minor
6706           version.
6708 2005-11-03 13:01  trow
6710         * beagled/: FileAttributesStore.cs,
6711           FileAttributesStore_ExtendedAttribute.cs,
6712           FileSystemQueryable/FileSystemQueryable.cs,
6713           GaimLogQueryable/GaimLogQueryable.cs,
6714           KopeteQueryable/KopeteQueryable.cs: Keep all times in UTC to
6715           avoid time-zone problems.
6717           When setting the beagle:TextFilename and beagle:Filename
6718           properties, do not include the filename extension.
6720 2005-11-03 12:54  trow
6722         * beagled/: beagled-index-helper.in, beagled.in: Only run mono with
6723           --debug (which causes it to use more memory) if beagled was run
6724           with --debug on the command line.
6726 2005-11-03 12:53  dsd
6728         * ChangeLog, Util/Scheduler.cs, beagled/QueryDriver.cs:         *
6729           Util/Scheduler.cs, beagled/QueryDriver.cs: Reuse StringBuilders
6731 2005-11-03 12:51  trow
6733         * Util/PathFinder.cs: Call Path.GetFullPath on BEAGLE_HOME and
6734           BEAGLE_STORAGE.  This fixes bug 320629.
6736 2005-11-02 20:52  dbera
6738         * ChangeLog, Best/BestWindow.cs, Util/Conf.cs,
6739           beagled/PropertyKeywordFu.cs,
6740           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6741           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6742           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6743           beagled/KMailQueryable/KMailIndexer.cs, tools/beagle-status:
6744           Conf.cs: searching.xml was getting saved unnecessarily. Oops!
6745           AkregatorQueryable, KMailQueeryable: minor fixes.  beagle-status:
6746           no more annoying flashing FileSystemQueryable.cs: fixed indexed
6747           files from getting reindexed again.  PropertyKeywordFu.cs: added
6748           mailing list as a query keyword
6750 2005-11-02 15:05  fhedberg
6752         * Filters/FilterDocbook.cs: Set the Filterting to AlreadyFiltered
6753           for the docbook children.
6755 2005-11-01 15:06  clahey
6757         * ChangeLog, Filters/FilterDocbook.cs: 2005-11-01  Christopher
6758           James Lahey  <clahey@ximian.com>
6760                   * Filters/FilterDocbook.cs: Use text/x-docbook-entry
6761           instead of
6762                   text/plain for mime type of entries.
6764 2005-11-01 14:44  fhedberg
6766         * Filters/FilterDocbook.cs: Language and top-level title on the
6767           actual File-item.
6769 2005-11-01 11:26  fhedberg
6771         * Filters/FilterDocbook.cs: Ooh. We have filter versioning.
6773 2005-11-01 11:20  trow
6775         * glue/beagled-utils.c, Util/DirectoryWalker.cs: Be more careful in
6776           our marshaling when passing a StringBuilder to sys_readdir.  This
6777           fixes the dreaded glibc "double free or corruption" crash.
6779 2005-11-01 11:08  fhedberg
6781         * Filters/FilterDocbook.cs: Add language property to docbook
6782           filter.
6784 2005-10-30 19:37  dsd
6786         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
6787           upstream-changes/15_lock-timeout-verbose.patch: Do a little
6788           investigation when lock obtain timeouts occur
6790 2005-10-29 11:15  dsd
6792         * ChangeLog,
6793           beagled/Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
6794           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
6795           beagled/Lucene.Net/Store/Lock.cs,
6796           beagled/Lucene.Net/upstream-changes/13_lock-loop-cleanup.patch,
6797           beagled/Lucene.Net/upstream-changes/14_analysis-leak.patch:    *
6798           beagled/Lucene.Net: Clean up the locking loop, and fix a leak
6800 2005-10-29 10:47  dsd
6802         * beagled/LuceneQueryable.cs: Temporarily revert joe's recent
6803           AcceptQuery() modification. See bug 320014.
6805 2005-10-28 15:32  joeshaw
6807         * configure.in, Filters/FilterPPT.cs: Fix the PPT filter.  Patch
6808           from Varadhan.  Requires gsf-sharp 0.5
6810 2005-10-27 16:28  dsd
6812         * Util/Log.cs: More granularity in log timestamps
6814 2005-10-27 16:17  joeshaw
6816         * configure.in: Add gnome-vfs-sharp-2.0 to the liste of
6817           requirements, and require gtk-sharp 2.3.90 or higher
6819 2005-10-27 16:10  dsd
6821         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
6822           upstream-changes/12_more-lock-logging.patch: More lucene lock
6823           logging (still has to be manually enabled in FSDirectory.cs)
6825 2005-10-27 13:53  dsd
6827         * ChangeLog, Tiles/Tile.cs, Util/GnomeFu.cs:    * Util/GnomeFu.cs:
6828           Readd some gnome bindings, some of the gtk-sharp
6829                   bindings we were using are only available on
6830           gtk-sharp-2.5.
6831                   * Tiles/Tile.cs: Use GnomeFu to do mime application
6832           lookup
6834 2005-10-27 08:14  llipka
6836         * Util/Conf.cs: Typo's are strange.
6838 2005-10-26 17:53  joeshaw
6840         * mozilla-extension/: Makefile.am, chrome.manifest, install.rdf,
6841           locale/en-US/beagle.properties: Add a chrome.manifest file, bump
6842           up the extension version.  For better Firefox 1.5 support
6844 2005-10-26 12:21  joeshaw
6846         * beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
6847           beagled/RemoteIndexer.cs, Util/Inotify.cs, Util/Makefile.am,
6848           Util/Scheduler.cs, beagled/IndexHelper/IndexHelper.cs: * Change
6849           some uses of regular threads to ExceptionHandlingThreads in
6850           Inotify.cs and Scheduler.cs.
6852           * Fix a bug in the scheduler which caused the seconds field of a
6853           TimeSpan to be compared rather than the total number of seconds
6854           elapsed.  This should make throttling a little more reliable.
6856           * Add catch-all exception handlers to beagled, the IndexHelper,
6857           and BuildIndex so that if an unhandled exception is thrown, these
6858           will exit immediately rather than sitting around forever waiting
6859           to be killed.
6861           * Log the PID of the IndexHelper that was just started in the
6862           beagled log.
6864 2005-10-25 14:56  joeshaw
6866         * beagled/Makefile.am: Fix some dependencies that were causing
6867           problems with make -j
6869 2005-10-25 12:42  dsd
6871         * ChangeLog, Tiles/Tile.cs, Tiles/TileFile.cs,
6872           Tiles/TileMailMessage.cs, Util/GnomeFu.cs, Util/Makefile.am,
6873           Util/Vfs.cs, Util/gnome.cs, beagled/FilterFactory.cs:       *
6874           Util/GnomeFu.cs: New, reduced bindings to replace gnome.cs and
6875           Vfs.cs
6876                   * Tiles, beagled/FilterFactory.cs: Use gtk-sharp and
6877           GnomeFu where
6878                   appropriate.
6880 2005-10-24 19:04  dsd
6882         * beagled/.cvsignore: Ignore beagle-build-index
6884 2005-10-24 19:03  dsd
6886         * ChangeLog, BeagleClient/Indexable.cs, Best/Best.cs,
6887           Best/BestTray.cs, Best/BestWindow.cs, Filters/FilterMail.cs,
6888           ImLogViewer/ImLogViewer.cs, ImLogViewer/ImLogWindow.cs,
6889           Tiles/Template.cs, Tiles/TileDocs.cs, Tiles/TileFolder.cs,
6890           Tiles/TileImLog.cs, Tiles/TileMailMessage.cs,
6891           Tiles/TileSpreadsheet.cs, Tiles/TranslationHack.cs,
6892           Tiles/extract-translations.pl, Util/Evolution.cs,
6893           Util/ExifData.cs, Util/ExtendedAttribute.cs, Util/FileAdvise.cs,
6894           Util/FileSystem.cs, Util/Inotify.cs, Util/KdeUtils.cs,
6895           Util/Log.cs, Util/PathFinder.cs, Util/StringFu.cs,
6896           Util/SystemInformation.cs, Util/UnixClient.cs,
6897           Util/UnixListener.cs, Util/XKeybinder.cs,
6898           beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
6899           beagled/Filter.cs,
6900           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6901           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
6902           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6903           beagled/IndexHelper/IndexHelper.cs,
6904           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6905           beagled/KMailQueryable/KMailIndexer.cs, doc/I18N,
6906           tools/Settings.cs:      * Convert to Mono.Unix everywhere
6907                   * Add BEAGLE_THERE_BE_NO_QUITTIN environment variable,
6908           which when set,
6909                   disables our SIGQUIT handler.
6911 2005-10-24 18:15  dbera
6913         * Best/BestWindow.cs: Fixed a bug in Best caused by the
6914           clear-button patch.
6916 2005-10-24 17:56  dsd
6918         * ChangeLog, beagled/Mono.Data.SqliteClient/Sqlite.cs,
6919           beagled/Mono.Data.SqliteClient/SqliteCommand.cs,
6920           beagled/Mono.Data.SqliteClient/SqliteConnection.cs,
6921           beagled/Mono.Data.SqliteClient/SqliteDataReader.cs,
6922           beagled/Mono.Data.SqliteClient/SqliteParameterCollection.cs,
6923           beagled/Mono.Data.SqliteClient/SqliteTransaction.cs:       *
6924           beagled/Mono.Data.SqliteClient: Merge recent upstream changes
6926 2005-10-24 16:36  joeshaw
6928         * mozilla-extension/install.rdf: Set the supported version for the
6929           Firefox extension to 1.5, as it appears to work on the Firefox
6930           1.5 beta
6932 2005-10-24 16:16  trow
6934         * Filters/FilterImLog.cs, Filters/Makefile.am,
6935           ImLogViewer/ImLogViewer.cs, ImLogViewer/ImLogWindow.cs,
6936           ImLogViewer/Makefile.am, Tiles/TileImLog.cs, Util/ImBuddy.cs,
6937           Util/ImLog.cs, beagled/LuceneQueryable.cs,
6938           beagled/GaimLogQueryable/GaimLogQueryable.cs,
6939           beagled/KopeteQueryable/KopeteQueryable.cs: Move IM log parsing
6940           into a filter, so that everything happens in the helper process.
6941           This dramatically reduces the number of allocations in the
6942           beagled process.  Patch by Daniel Drake.
6944 2005-10-23 13:12  dbera
6946         * ChangeLog, Best/BestWindow.cs, Tiles/SimpleRootTile.cs: Fixes
6947           315984. Adding clear function to best.  Patch submitted by Dennis
6948           Snell <dmsnell@purdue.edu>
6950 2005-10-21 17:24  trow
6952         * BeagleClient/Property.cs, BeagleClient/QueryPart.cs,
6953           Util/StringFu.cs, beagled/LuceneCommon.cs,
6954           beagled/LuceneQueryingDriver.cs, beagled/beagled-index-helper.in,
6955           beagled/beagled.in, bludgeon/Bludgeon.cs, bludgeon/Daemon.cs,
6956           bludgeon/FileModel.cs, bludgeon/QueryFu.cs,
6957           bludgeon/SanityCheck.cs, tools/Query.cs: Implemented date range
6958           queries, starting from some work that Joe had already done.
6960           Added testing of or-queries and date range-queries to bludgeon.
6962           Added heap-buddy support to bludgeon.
6964 2005-10-21 12:06  dbera
6966         * ChangeLog, beagled/PropertyKeywordFu.cs: Adding some email
6967           related query keywords. Now I can search for the HTML filter
6968           email from joe.
6970 2005-10-20 21:23  dbera
6972         * ChangeLog, beagled/AkregatorQueryable/AkregatorQueryable.cs,
6973           beagled/BlamQueryable/BlamQueryable.cs,
6974           beagled/LifereaQueryable/LifereaQueryable.cs: Change Liferea,
6975           Blam and Akregator backends to use stream parsing instead of
6976           serializer.  Removed fixme from property-names in those backends
6977           to use DC element names.
6979 2005-10-20 21:23  dbera
6981         * beagled/PropertyKeywordFu.cs: Changed some comments.
6983 2005-10-20 13:41  joeshaw
6985         * beagled/LuceneQueryable.cs: If we get null back from the
6986           IndexableGenerator, we want to continue through the loop, not
6987           break out of it.  Also fix an obsolete comment
6989 2005-10-19 20:19  fhedberg
6991         * tools/Makefile.am: Don't display warning #0169 - The private
6992           field is never used.
6994 2005-10-19 20:00  dbera
6996         * ChangeLog, Util/Conf.cs, Best/BestWindow.cs: Minor fixes in
6997           BestWindow and added Conf settings for holmes.
6999 2005-10-19 09:07  knvijay
7001         * beagled/: BeagleDaemon.cs, WebServices/WebBackEnd.cs,
7002           WebServices/WebServiceBackEnd.cs: Fix for bug 317622: Enabling
7003           beagled with webservices to support --replace option
7005 2005-10-18 18:15  joeshaw
7007         * beagled/LuceneQueryable.cs: When checking the item count in
7008           AcceptQuery(), look at the driver's rather than conditionally the
7009           indexer's.  This prevents us from starting an index helper
7010           process just to see if we accept a query
7012 2005-10-18 15:50  joeshaw
7014         * mozilla-extension/install.rdf,
7015           mozilla-extension/content/beagleOverlay.js,
7016           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs: Add
7017           new inotify-based indexing to the IndexingService, and port the
7018           firefox extension to use it
7020 2005-10-18 14:05  trow
7022         * Util/Log.cs: Doh!  Forgot to add this before.
7024 2005-10-18 11:37  trow
7026         * Filters/FilterMusic.cs, Util/DelayedTextWriter.cs,
7027           Util/FileAdvise.cs, Util/Logger.cs, Util/Makefile.am,
7028           Util/TeeTextWriter.cs, beagled/BeagleDaemon.cs,
7029           beagled/ExtractContent.cs, beagled/IndexWebContent.cs,
7030           beagled/beagled.in, beagled/IndexHelper/IndexHelper.cs: Revamped
7031           and simplified logging.  Some benefits of the new system: (1) The
7032           fiction of multiple loggers has been removed.  You now just
7033           log by calling static methods: Log.Debug ("foo"), etc.  (2)
7034           Backwards-compatibility.  The Logger class now proxies everything
7035           to the     static Log methods.  (3) Every line of the log is
7036           prefixed with the timestamp, so we don't     scramble multi-line
7037           spew and exceptions when combining daemon and     helper logs.
7038           (4) Exceptions are also logged into a special exception log,
7039           which makes it     very easy to see if exceptions were thrown and
7040           what they were.
7042 2005-10-17 17:26  dbera
7044         * ChangeLog, Util/Conf.cs, Best/BestTray.cs, Best/BestWindow.cs:
7045           Save Best window position, dimension and search history across
7046           sessions.
7048 2005-10-17 16:47  dsd
7050         * Util/StringFu.cs, Util/UriFu.cs, beagled/BeagleDaemon.cs: Remove
7051           some old code now that we require mono >= 1.1.7
7053 2005-10-17 15:57  dsd
7055         * beagled/Lucene.Net/upstream-changes/: 10_fewer-exceptions.patch,
7056           11_charstream-no-exceptions.patch: Add my lucene
7057           de-exceptionisation work as upstream-changes patches
7059 2005-10-17 15:32  dsd
7061         * configure.in: Update comment and message about sqlite3 support
7063 2005-10-17 15:24  dsd
7065         * ChangeLog, configure.in, Util/Inotify.cs, Util/Makefile.am,
7066           glue/Makefile.am:         * configure.in, Util/Inotify.cs,
7067           Util/Makefile.am, glue/Makefile.am:
7068                   Conditionally build inotify support. Disable on FreeBSD.
7070 2005-10-17 14:58  dsd
7072         * ChangeLog, beagled/Lucene.Net/Analysis/Standard/CharStream.cs,
7073           beagled/Lucene.Net/Analysis/Standard/FastCharStream.cs,
7074           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
7075           beagled/Lucene.Net/Document/Field.cs,
7076           beagled/Lucene.Net/Index/FieldInfos.cs:   * beagled/Lucene.Net/:
7077           Small optimization; reduce the amount of
7078                   exception/throwing catching
7080 2005-10-17 10:28  utx
7082         * po/: ChangeLog, cs.po: cs.po: Fixed syntax error.
7084 2005-10-14 19:16  dbera
7086         * ChangeLog, beagled/PropertyKeywordFu.cs, tools/Makefile.am,
7087           tools/Query.cs: Output supported keyword queries in beagle-query
7088           --help
7090 2005-10-14 12:09  joeshaw
7092         * Util/ExceptionHandlingThread.cs,
7093           beagled/EvolutionMailDriver/MailCrawler.cs: Throw an
7094           ArgumentNullException if the method passed into an
7095           ExceptionHandlingThread is null.  Check in various loops if a
7096           shutdown has been requested and short circuit in the mail
7097           crawler.
7099 2005-10-14 10:49  joeshaw
7101         * tools/beagle-query.1: Fix the man page to not include equals
7102           signs with the arguments, and add the --stats-only arg
7104 2005-10-13 09:09  llipka
7106         * Tiles/: TileMusic.cs, template-music.html: Fix bgo 317854 and
7107           display artist
7109 2005-10-13 08:31  llipka
7111         * Util/Logger.cs, beagled/IndexWebContent.cs: * Util/Logger.cs -
7112           Fix bgo 318690 and delete old IndexWebContent files *
7113           beagled/IndexWebContent.cs - Get this compliant with our standard
7115 2005-10-12 22:04  trow
7117         * Util/Scheduler.cs, beagled/BeagleDaemon.cs,
7118           beagled/LuceneQueryable.cs: Added --indexing-test-mode to
7119           beagled, which makes it run in the foreground and then shut down
7120           the daemon when everything is fully indexed.
7122 2005-10-12 20:58  trow
7124         * beagled/: DumpIndex.cs, LuceneCommon.cs, Makefile.am: Added
7125           beagle-dump-index tool.
7127 2005-10-12 09:13  dsd
7129         * ChangeLog, Util/UriFu.cs:     * Util/UriFu.cs: Fix serialization
7130           of non-file uri's
7132 2005-10-11 17:18  serrador
7134         * po/: ChangeLog, es.po: 2005-10-11  Francisco Javier F. Serrador
7135           <serrador@cvs.gnome.org>
7137                   * es.po: Updated Spanish translation.
7139 2005-10-11 09:29  knvijay
7141         * beagled/WebServices/WebServiceBackEnd.cs: Enabling snippets
7143 2005-10-10 20:26  dbera
7145         * beagled/QueryStringParser.cs: Added a FIXME as per Joe's
7146           suggestion.
7148 2005-10-10 20:20  dbera
7150         * Tiles/TileMailMessage.cs: Also check the property
7151           parent:fixme:hasAttachments to determine if the hit is an
7152           attachment.
7154 2005-10-10 17:17  dbera
7156         * beagled/KMailQueryable/KMailQueryable.cs: Better warning if
7157           kmailqueryable finds bad kmail mfolder. bug #318298.
7159 2005-10-10 17:02  trow
7161         * BeagleClient/Indexable.cs: Fixed a cut&paste-o in the static
7162           thread-local buffers.
7164 2005-10-10 11:17  trow
7166         * BeagleClient/Indexable.cs, Util/DirectoryWalker.cs,
7167           Util/ImLog.cs, beagled/BeagleDaemon.cs: Be smarter about re-using
7168           StringBuilders in Util/ImLog.cs and Util/DirectoryWalker.cs.
7170           Use thread-local static buffers in BeagleClient/Indexable.cs,
7171           instead of constantly allocating new buffers.
7173           Changed beagled/BeagleDaemon.cs to not complain when it sees the
7174           --heap-buddy argument on the command line.
7176 2005-10-10 06:29  knvijay
7178         * beagled/WebServices/ExternalAccessFilter.cs: Removed deprecated
7179           use of publicfolder.cfg
7181 2005-10-07 07:03  dsd
7183         * ChangeLog, glue/Makefile.am:  * glue/Makefile.am: Always ship
7184           conditional glue
7185           ----------------------------------------------------------------------
7187 2005-10-06 20:54  trow
7189         * beagled/Lucene.Net/: Analysis/Standard/StandardTokenizer.cs,
7190           QueryParser/QueryParser.cs: Small fixes to allow Lucene 1.9 to
7191           compile.
7193 2005-10-06 17:33  dbera
7195         * HACKING: Minor addition to help converts from Java.
7197 2005-10-06 17:22  dbera
7199         * beagled/Makefile.am: Oops.. forgot.
7201 2005-10-06 17:22  dbera
7203         * beagled/: PropertyKeywordFu.cs, QueryStringParser.cs: Added
7204           keyword based query support e.g. author:dbera. Currently the
7205           mapping is stored by hand in PropertyKeywordFu.cs.
7207 2005-10-06 15:56  trow
7209         * beagled/ExtractContent.cs: If there is no filter for a file,
7210           print the mime type.  This fixes bgo bug 318131.
7212           Sort the properties before displaying them.
7214           Only print debug spew if the --debug option is passed in on the
7215           command line.
7217 2005-10-06 15:29  dsd
7219         * ChangeLog, beagled/Makefile.am,
7220           beagled/Lucene.Net/AssemblyInfo.cs,
7221           beagled/Lucene.Net/LucenePackage.cs,
7222           beagled/Lucene.Net/upstream-changes.diff,
7223           beagled/Lucene.Net/Analysis/LowerCaseFilter.cs,
7224           beagled/Lucene.Net/Analysis/PorterStemmer.cs,
7225           beagled/Lucene.Net/Analysis/StopAnalyzer.cs,
7226           beagled/Lucene.Net/Analysis/Standard/StandardAnalyzer.cs,
7227           beagled/Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
7228           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
7229           beagled/Lucene.Net/Analysis/Standard/TokenMgrError.cs,
7230           beagled/Lucene.Net/Document/DateField.cs,
7231           beagled/Lucene.Net/Document/DateTools.cs,
7232           beagled/Lucene.Net/Document/Document.cs,
7233           beagled/Lucene.Net/Document/Field.cs,
7234           beagled/Lucene.Net/Document/NumberTools.cs,
7235           beagled/Lucene.Net/Index/CompoundFileReader.cs,
7236           beagled/Lucene.Net/Index/CompoundFileWriter.cs,
7237           beagled/Lucene.Net/Index/DocumentWriter.cs,
7238           beagled/Lucene.Net/Index/FieldInfo.cs,
7239           beagled/Lucene.Net/Index/FieldInfos.cs,
7240           beagled/Lucene.Net/Index/FieldsReader.cs,
7241           beagled/Lucene.Net/Index/FieldsWriter.cs,
7242           beagled/Lucene.Net/Index/FilterIndexReader.cs,
7243           beagled/Lucene.Net/Index/IndexReader.cs,
7244           beagled/Lucene.Net/Index/IndexWriter.cs,
7245           beagled/Lucene.Net/Index/MultiReader.cs,
7246           beagled/Lucene.Net/Index/MultipleTermPositions.cs,
7247           beagled/Lucene.Net/Index/SegmentInfos.cs,
7248           beagled/Lucene.Net/Index/SegmentMerger.cs,
7249           beagled/Lucene.Net/Index/SegmentReader.cs,
7250           beagled/Lucene.Net/Index/SegmentTermDocs.cs,
7251           beagled/Lucene.Net/Index/SegmentTermEnum.cs,
7252           beagled/Lucene.Net/Index/SegmentTermPositionVector.cs,
7253           beagled/Lucene.Net/Index/SegmentTermPositions.cs,
7254           beagled/Lucene.Net/Index/SegmentTermVector.cs,
7255           beagled/Lucene.Net/Index/Term.cs,
7256           beagled/Lucene.Net/Index/TermBuffer.cs,
7257           beagled/Lucene.Net/Index/TermDocs.cs,
7258           beagled/Lucene.Net/Index/TermInfosReader.cs,
7259           beagled/Lucene.Net/Index/TermInfosWriter.cs,
7260           beagled/Lucene.Net/Index/TermPositionVector.cs,
7261           beagled/Lucene.Net/Index/TermPositions.cs,
7262           beagled/Lucene.Net/Index/TermVectorOffsetInfo.cs,
7263           beagled/Lucene.Net/Index/TermVectorsReader.cs,
7264           beagled/Lucene.Net/Index/TermVectorsWriter.cs,
7265           beagled/Lucene.Net/QueryParser/MultiFieldQueryParser.cs,
7266           beagled/Lucene.Net/QueryParser/QueryParser.cs,
7267           beagled/Lucene.Net/QueryParser/QueryParserTokenManager.cs,
7268           beagled/Lucene.Net/Search/BooleanClause.cs,
7269           beagled/Lucene.Net/Search/BooleanQuery.cs,
7270           beagled/Lucene.Net/Search/BooleanScorer.cs,
7271           beagled/Lucene.Net/Search/BooleanScorer2.cs,
7272           beagled/Lucene.Net/Search/ConjunctionScorer.cs,
7273           beagled/Lucene.Net/Search/DateFilter.cs,
7274           beagled/Lucene.Net/Search/DisjunctionSumScorer.cs,
7275           beagled/Lucene.Net/Search/FieldCache.cs,
7276           beagled/Lucene.Net/Search/FieldCacheImpl.cs,
7277           beagled/Lucene.Net/Search/FieldDoc.cs,
7278           beagled/Lucene.Net/Search/FieldDocSortedHitQueue.cs,
7279           beagled/Lucene.Net/Search/FieldSortedHitQueue.cs,
7280           beagled/Lucene.Net/Search/FilteredQuery.cs,
7281           beagled/Lucene.Net/Search/FilteredTermEnum.cs,
7282           beagled/Lucene.Net/Search/FuzzyQuery.cs,
7283           beagled/Lucene.Net/Search/FuzzyTermEnum.cs,
7284           beagled/Lucene.Net/Search/HitCollector.cs,
7285           beagled/Lucene.Net/Search/Hits.cs,
7286           beagled/Lucene.Net/Search/IndexSearcher.cs,
7287           beagled/Lucene.Net/Search/MultiPhraseQuery.cs,
7288           beagled/Lucene.Net/Search/MultiSearcher.cs,
7289           beagled/Lucene.Net/Search/MultiTermQuery.cs,
7290           beagled/Lucene.Net/Search/NonMatchingScorer.cs,
7291           beagled/Lucene.Net/Search/ParallelMultiSearcher.cs,
7292           beagled/Lucene.Net/Search/PhrasePrefixQuery.cs,
7293           beagled/Lucene.Net/Search/PhraseQuery.cs,
7294           beagled/Lucene.Net/Search/PhraseScorer.cs,
7295           beagled/Lucene.Net/Search/PrefixQuery.cs,
7296           beagled/Lucene.Net/Search/Query.cs,
7297           beagled/Lucene.Net/Search/QueryFilter.cs,
7298           beagled/Lucene.Net/Search/RangeFilter.cs,
7299           beagled/Lucene.Net/Search/RangeQuery.cs,
7300           beagled/Lucene.Net/Search/RemoteSearchable.cs,
7301           beagled/Lucene.Net/Search/ReqExclScorer.cs,
7302           beagled/Lucene.Net/Search/ReqOptSumScorer.cs,
7303           beagled/Lucene.Net/Search/ScoreDocComparator.cs,
7304           beagled/Lucene.Net/Search/Scorer.cs,
7305           beagled/Lucene.Net/Search/Searchable.cs,
7306           beagled/Lucene.Net/Search/Searcher.cs,
7307           beagled/Lucene.Net/Search/Similarity.cs,
7308           beagled/Lucene.Net/Search/SimilarityDelegator.cs,
7309           beagled/Lucene.Net/Search/Sort.cs,
7310           beagled/Lucene.Net/Search/SortComparator.cs,
7311           beagled/Lucene.Net/Search/SortComparatorSource.cs,
7312           beagled/Lucene.Net/Search/SortField.cs,
7313           beagled/Lucene.Net/Search/TermQuery.cs,
7314           beagled/Lucene.Net/Search/TermScorer.cs,
7315           beagled/Lucene.Net/Search/TopFieldDocs.cs,
7316           beagled/Lucene.Net/Search/Weight.cs,
7317           beagled/Lucene.Net/Search/WildcardQuery.cs,
7318           beagled/Lucene.Net/Search/WildcardTermEnum.cs,
7319           beagled/Lucene.Net/Search/Spans/SpanNearQuery.cs,
7320           beagled/Lucene.Net/Search/Spans/SpanScorer.cs,
7321           beagled/Lucene.Net/Search/Spans/SpanWeight.cs,
7322           beagled/Lucene.Net/Store/BufferedIndexInput.cs,
7323           beagled/Lucene.Net/Store/BufferedIndexOutput.cs,
7324           beagled/Lucene.Net/Store/Directory.cs,
7325           beagled/Lucene.Net/Store/FSDirectory.cs,
7326           beagled/Lucene.Net/Store/IndexInput.cs,
7327           beagled/Lucene.Net/Store/IndexOutput.cs,
7328           beagled/Lucene.Net/Store/InputStream.cs,
7329           beagled/Lucene.Net/Store/Lock.cs,
7330           beagled/Lucene.Net/Store/MMapDirectory.cs,
7331           beagled/Lucene.Net/Store/OutputStream.cs,
7332           beagled/Lucene.Net/Store/RAMDirectory.cs,
7333           beagled/Lucene.Net/Store/RAMFile.cs,
7334           beagled/Lucene.Net/Store/RAMInputStream.cs,
7335           beagled/Lucene.Net/Store/RAMOutputStream.cs,
7336           beagled/Lucene.Net/Util/BitVector.cs,
7337           beagled/Lucene.Net/Util/Constants.cs,
7338           beagled/Lucene.Net/Util/Parameter.cs,
7339           beagled/Lucene.Net/Util/StringHelper.cs,
7340           beagled/Lucene.Net/upstream-changes/01_obtain-lock-fix.patch,
7341           beagled/Lucene.Net/upstream-changes/02_FSDirectory-custom-locking.patch,
7342           beagled/Lucene.Net/upstream-changes/03_FSDirectory-pid-in-lockfile.patch,
7343           beagled/Lucene.Net/upstream-changes/04_utc-times.patch,
7344           beagled/Lucene.Net/upstream-changes/05_FSDirectory-rename-fileshare.patch,
7345           beagled/Lucene.Net/upstream-changes/06_FSDirectory-lock-logging.patch,
7346           beagled/Lucene.Net/upstream-changes/07_TermBuffer-stringcopy.patch,
7347           beagled/Lucene.Net/upstream-changes/08_more-lock-obtain-fixes.patch,
7348           beagled/Lucene.Net/upstream-changes/09-path-combine.patch:      *
7349           beagled/Makefile.am, beagled/Lucene.Net/: Update to Lucene 1.9,
7350           and fix
7351                   a lock obtain bug.
7353 2005-10-06 13:52  joeshaw
7355         * beagled/ExtractContent.cs: Write out the MimeType based on the
7356           Filter's mime type, rather than the Indexable's
7358 2005-10-06 12:50  dsd
7360         * ChangeLog, Util/UriFu.cs:     * Util/UriFu.cs: Convert Uri's to a
7361           constructable form before
7362                   serialization.
7364 2005-10-06 11:53  dsd
7366         * ChangeLog, Util/Scheduler.cs, beagled/IndexSynchronization.cs:
7367               * Util/Scheduler.cs: Don't allow tasks to be added without a
7368           source
7369                   * beagled/IndexSynchronization.cs: Fake a source for
7370           scheduler tasks
7372 2005-10-06 08:40  dsd
7374         * ChangeLog, beagled/KopeteQueryable/KopeteQueryable.cs:        *
7375           beagled/KopeteQueryable/KopeteQueryable.cs: Set a source for
7376           scheduler
7377                   tasks. Thanks to raddy on IRC and Henry S. Thompson on
7378           bug #317997 for
7379                   helping to track this down.
7381 2005-10-05 10:36  dsd
7383         * configure.in: Bump version to 0.1.2
7385 2005-10-05 10:33  dsd
7387         * ChangeLog, configure.in, Best/BestTray.cs, Filters/FilterDOC.cs,
7388           Util/DirectoryWalker.cs, Util/GeckoUtils.cs, Util/Inotify.cs,
7389           Util/IoPriority.cs, Util/SystemInformation.cs,
7390           Util/XKeybinder.cs, glue/Makefile.am:   * glue/Makefile.am:
7391           Consolidate glue code into two libraries,
7392                   libbeagleglue and libbeagleuiglue.
7393                   * Best/BestTray.cs, Util/*: Use
7394           libbeagleglue/libbeagleuiglue
7396 2005-10-04 16:37  joeshaw
7398         * libbeagle/beagle/beagle-query.c: Change beagle_query_add_text()
7399           to use human query parts rather than text
7401 2005-10-03 16:47  trow
7403         * NEWS, configure.in: Incremented version number to 0.1.1.  Updated
7404           NEWS for release.
7406 2005-10-03 14:25  trow
7408         * Tiles/SimpleRootTile.cs: Allow beagled to be started from best on
7409           amd64.  This fixes bgo bug 317826.  Thanks for Jack Miller for
7410           the patch.
7412 2005-10-03 13:42  dsd
7414         * ChangeLog, beagled/LuceneQueryingDriver.cs:   *
7415           beagled/LuceneQueryingDriver.cs: Fix fd leak on certain codepath
7417 2005-10-03 05:42  fwang
7419         * po/: ChangeLog, zh_CN.po: Updated Simplified Chinese translation
7421 2005-09-29 05:53  al_shopov
7423         * po/: ChangeLog, bg.po: 2005-09-29  Alexander Shopov
7424           <ash@contact.bg>
7426                   * bg.po: Updated Bulgarian translation by
7427                   Rostislav Raykov <zbrox@i-space.org>
7429 2005-09-27 09:43  vvaradan
7431         * ChangeLog, Filters/FilterOpenOffice.cs:         * Fixes 317277.
7432                   Patch submitted by David Richards <drichard@largo.com>
7434                   * Filter/FilterOpenOffice.cs: Support OOo Draw files.
7436 2005-09-25 19:19  dbera
7438         * beagled/: Makefile.am, KMailQueryable/KMailIndexableGenerator.cs,
7439           KMailQueryable/KMailIndexer.cs, KMailQueryable/KMailQueryable.cs:
7440           Initial release of a KMail backend
7442 2005-09-25 11:26  aihana
7444         * po/: ChangeLog, ja.po: 2005-09-25  Takeshi AIHANA
7445           <aihana@gnome.gr.jp>
7447                   * Updated Japanese translation for HEAD.
7449 2005-09-25 10:59  hebra
7451         * po/: ChangeLog, de.po: 2005-09-25  Hendrik Brandt
7452           <heb@gnome-de.org>
7454                   * de.po: Updated German translation.
7456 2005-09-20 16:46  joeshaw
7458         * beagled/Server.cs: Don't try to call into a null executor in the
7459           Server
7461 2005-09-20 15:07  joeshaw
7463         * Util/XmlFu.cs: forgot to add this.
7465 2005-09-20 14:38  joeshaw
7467         * BeagleClient/Client.cs, Util/Conf.cs, Util/Makefile.am,
7468           beagled/Server.cs, beagled/FileSystemQueryable/FileNameFilter.cs:
7469           Force encoding for XmlSerializer to be UTF8, since it defaults to
7470           the current system encoding.  Also fix a problem with ignore that
7471           was tracked down by Lukas
7473 2005-09-20 11:51  joeshaw
7475         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Set the task.Source
7476           on the non-inotify task to avoid exceptions.  Fixes bgo #316642
7478 2005-09-19 18:17  joeshaw
7480         * beagled/Makefile.am: Compile the evolution data server backend
7481           into its own assembly, and install into the system backend
7482           directory.  This makes it possible to package separately from the
7483           rest of Beagle
7485 2005-09-19 17:58  joeshaw
7487         * Filters/FilterText.cs: Add a bunch of mime types to the plain
7488           text filter for various things in the shared-mime-info
7490 2005-09-19 12:39  joeshaw
7492         * beagled/EvolutionDataServerQueryable/: BookContainer.cs,
7493           CalContainer.cs: Add a ranting tirade against the Uri class and
7494           change the URI scheme for contacts and calendars to not throw
7495           exceptions.  Fortunately Evolution is forgiving in its URIs.
7496           Also fix a crash if we can't instantiate a Book or Cal
7498 2005-09-17 09:05  llipka
7500         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Call this what it
7501           really is called.
7503 2005-09-16 17:24  adrighem
7505         * po/: ChangeLog, nl.po: 2005-09-16  Vincent van Adrighem
7506           <adrighem@gnome.org>
7508                   * nl.po: Translation updated by Wouter Bolsterlee.
7510 2005-09-16 15:37  joeshaw
7512         * beagled/: Makefile.am,
7513           EvolutionDataServerQueryable/BookContainer.cs,
7514           EvolutionDataServerQueryable/CalContainer.cs,
7515           EvolutionDataServerQueryable/Container.cs,
7516           EvolutionDataServerQueryable/EdsSource.cs,
7517           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
7518           EvolutionDataServerQueryable/SourcesHandler.cs: Heavily refactor
7519           the EDS backend to be more compartmentalized, handle changes
7520           better, correctly remove items when sources are removed, use a
7521           new URI scheme that works with evolution 2.4/eds 1.4, and bump up
7522           the index version number to account for this
7524 2005-09-16 04:34  clyties
7526         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
7528 2005-09-15 19:25  joeshaw
7530         * beagled/: LuceneFileQueryable.cs, LuceneQueryable.cs,
7531           LuceneQueryingDriver.cs: Add a task which allows removal of all
7532           items which match a certain property
7534 2005-09-15 17:43  trow
7536         * beagled/FileSystemQueryable/: DirectoryModel.cs,
7537           DirectoryState.cs, FileCrawlTask.cs, FileSystemQueryable.cs:
7538           Better handling of directories with funny permissions.  This
7539           fixes bnc 117362.
7541 2005-09-15 12:59  trow
7543         * Filters/Makefile.am: Remove FilterGst.cs from the build.
7545 2005-09-15 12:43  trow
7547         * libbeagle/docs/reference/.cvsignore: Be quiet!
7549 2005-09-15 12:40  trow
7551         * NEWS: Updated for release.
7553 2005-09-15 12:37  trow
7555         * configure.in: Require mono 1.1.7.  (Actually, you should upgrade
7556           to 1.1.9.)
7558 2005-09-15 12:05  joeshaw
7560         * Util/Scheduler.cs: Keep track of the number of tasks we've
7561           processed in a given run through the scheduler, and if we pass a
7562           threshold, delay for a bit so that we don't peg the CPU
7564 2005-09-15 05:28  knvijay
7566         * beagled/WebServices/WebServiceProxy.cs: Restoring correct
7567           WebServiceProxy.cs
7569 2005-09-15 04:33  fhedberg
7571         * beagled/Makefile.am: Move undeclared variables.
7573 2005-09-15 04:31  fhedberg
7575         * BeagleClient/Makefile.am: Remove undeclared variables.
7577 2005-09-15 04:01  knvijay
7579         * beagled/WebServices/: WebFrontEnd.cs, WebServiceBackEnd.cs: Added
7580           exception handling in WebFrontEnd
7582 2005-09-14 14:31  dsd
7584         * po/: ChangeLog, pl.po:        * pl.po: Add missing \n
7586 2005-09-14 10:08  llipka
7588         * Util/CommandLineFu.cs, bludgeon/Bludgeon.cs: *
7589           Util/CommandLineFu.cs - Update the options spacing *
7590           bludgeon/Bludgeon.cs - Don't crash if we pass the --help option
7592 2005-09-13 15:33  trow
7594         * beagled/beagled.in, bludgeon/bludgeon.in, tools/wrapper.in: Allow
7595           the path to an alternative mono runtime to be specified by the
7596           BEAGLE_MONO_RUNTIME env variable.
7598 2005-09-13 15:32  trow
7600         * bludgeon/Bludgeon.cs: Added --slowdown option.  Fixed
7601           --total-time to be treated as a number of minutes, not seconds.
7603 2005-09-13 14:33  trow
7605         * configure.in: Incremented version number to 0.1.0.
7607 2005-09-12 15:19  joeshaw
7609         * beagled/QueryDriver.cs: Also fix --add-static-queryable
7611 2005-09-12 15:13  joeshaw
7613         * beagled/QueryDriver.cs: Fix a bug in which you couldn't specify
7614           system queryables to --allow-backend or --deny-backend
7616 2005-09-11 17:58  trow
7618         * beagled/FileSystemQueryable/: FileSystemQueryable.cs,
7619           LuceneNameResolver.cs: Another fix for corner cases related to
7620           bnc bug 116240.
7622 2005-09-09 17:31  joeshaw
7624         * libbeagle/beagle/: beagle-client.c, beagle-client.h,
7625           beagle-parser.c: Add a beagle_client_new_from_socket_path()
7626           function.  Add a comment about behavior in beagle-parser.c
7628 2005-09-09 15:47  trow
7630         * beagled/: FileAttributesStore.cs,
7631           FileSystemQueryable/FileSystemQueryable.cs: Unconditionally
7632           assign a new unique ID to added files.  This correctly handles
7633           copied files, fixing bnc bug 116240.
7635 2005-09-09 07:51  llipka
7637         * beagled/: LuceneFileQueryable.cs, StaticQueryable.cs: If we can't
7638           access a file/path, drop it.
7640 2005-09-08 16:03  dbera
7642         * ChangeLog, beagled/ExtractContent.cs: 2005-09-08  Debajyoti Bera
7643           <dbera.web@gmail.com>
7645                   * beagled/ExtractContent.cs: Fixed crasher #314716 and
7646           added
7647                   mimetype option to beagle-extract-content
7649 2005-09-08 14:20  joeshaw
7651         * beagled/: LuceneCommon.cs, LuceneQueryingDriver.cs: Don't pass
7652           back empty boolean queries if there aren't any terms in a text
7653           part (because stop words are stripped, for example).  This
7654           prevents any results from coming back at all
7656 2005-09-08 14:07  trow
7658         * Util/Inotify.cs, glue/inotify-glue.c: When snarfing inotify
7659           events, don't poll to check if Inotify.Stop has been called.
7660           This fixes (at least partially) bnc bug 115566.
7662 2005-09-08 00:28  trow
7664         * Filters/FilterAbiword.cs: Added support for gzipped abiword
7665           files.  This fixes bgo bug 315460.
7667 2005-09-07 23:49  trow
7669         * beagled/: BuildIndex.cs,
7670           FileSystemQueryable/DirectoryIndexableGenerator.cs,
7671           FileSystemQueryable/TreeCrawlTask.cs: Better symlink handling.
7672           This fixes bgo bug 315469.
7674 2005-09-07 18:41  joeshaw
7676         * beagled/BuildIndex.cs: Add a --disable-restart option to
7677           beagle-build-index
7679 2005-09-07 16:21  joeshaw
7681         * beagled/BuildIndex.cs: Some more sanity checks for
7682           beagle-build-index
7684 2005-09-07 16:11  joeshaw
7686         * beagled/BuildIndex.cs: Give a better error when --target isn't
7687           provided.  Use Logger.Log.Error for errors
7689 2005-09-07 15:59  joeshaw
7691         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
7692           Fix a stupid thinko when escaping backslashes
7694 2005-09-07 14:12  joeshaw
7696         * mozilla-extension/content/beagleOverlay.js: Keep the firefox
7697           extension from freaking out if ~/.beagle doesn't exist
7699 2005-09-07 07:24  yairhr
7701         * ChangeLog, configure.in, po/ChangeLog, po/he.po: [no log message]
7703 2005-09-07 01:28  trow
7705         * Util/Scheduler.cs, beagled/IndexerRequest.cs,
7706           beagled/LuceneQueryable.cs, beagled/RemoteIndexer.cs: Better
7707           clean-up of /tmp files on daemon shutdown.  This fixes a few more
7708           cases of bnc bug 113626.
7710 2005-09-06 23:20  trow
7712         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Carefully
7713           keep track of uids in memory until they have been written out to
7714           the index.  We can use this information to recover gracefully in
7715           certain cases where where things change out from underneath us on
7716           the filesystem.
7718 2005-09-06 22:24  trow
7720         * beagled/FileSystemQueryable/FileSystemQueryable.cs: When
7721           scheduling the removal of a file, actually use the indexable that
7722           we went to the trouble to construct.  This fixes the "deletes"
7723           part of bnc bug 113869.
7725 2005-09-06 17:08  trow
7727         * BeagleClient/Indexable.cs: Remove some debug spew that I left
7728           turned on by mistake.
7730 2005-09-06 16:55  trow
7732         * Filters/FilterPdf.cs, Util/Scheduler.cs,
7733           beagled/LuceneQueryable.cs: Fixed our calculation of the
7734           highest-priority task in the presence of Priority.Maintenance
7735           tasks.  This fixes bnc bug 113626.
7737           Pass the -q argument to pdftotext in our filter.  This keeps us
7738           from spewing control characters to the console when we encounter
7739           a malformed pdf file.
7741           Removed a bit of debug spew.
7743 2005-09-06 14:06  dsd
7745         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
7746               * beagled/FileSystemQueryable/FileSystemQueryable.cs: Forget
7747           internal
7748                   directory references when appropriate.
7750 2005-09-06 10:03  tsola
7752         * po/: ChangeLog, nb.po, no.po: 2005-09-06  Terance Sola
7753           <terance@lyse.net>
7755                   * nb.po: Updated Norwegian bokmål translation.
7756                   * no.po: Same.
7758 2005-09-05 20:44  ituohela
7760         * ChangeLog, configure.in, po/ChangeLog, po/fi.po: Added Finnish
7761           translation
7763 2005-09-04 11:09  llipka
7765         * doc/TODO-integration: Update this a little.
7767 2005-09-02 15:18  trow
7769         * BeagleClient/Indexable.cs, beagled/Filter.cs,
7770           beagled/FilterFactory.cs, beagled/LuceneIndexingDriver.cs:
7771           Tighten up the code responsible for cleaning up temporary files.
7772           This is the beginning of a fix for bnc 113626.
7774 2005-09-02 14:09  trow
7776         * beagled/FileSystemQueryable/FileCrawlTask.cs: If we can't crawl a
7777           directory, mark it as clean and proceed.  This fixes bug 315139.
7779 2005-09-01 11:33  clahey
7781         * ChangeLog, Util/gnome.cs: 2005-09-01  Chris Lahey
7782           <clahey@ximian.com>
7784                   * Util/gnome.cs: Use file_mime_type stuff and use slow if
7785           file
7786                   extension is .xml.
7788 2005-09-01 00:46  trow
7790         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Drop child
7791           indexables in the file system backend.  This fixes (well, it
7792           would be more accurate to say that it punts) bug #314999.
7794 2005-08-31 18:26  serrador
7796         * po/: ChangeLog, es.po: 2005-09-01  Francisco Javier F. Serrador
7797           <serrador@cvs.gnome.org>
7799                   * es.po: Updated Spanish translation.
7801 2005-08-31 18:19  trow
7803         * beagled/: BuildIndex.cs, IndexerReceipts.cs,
7804           LuceneIndexingDriver.cs: Properly set the parent of child
7805           indexables.  In beagle-build-index, don't try to set file
7806           attributes on children.  This fixes bug 314885.
7808 2005-08-31 18:04  trow
7810         * beagled/LuceneQueryable.cs: Don't accept queries if the backend's
7811           index is empty.  This fixes bug 314990.
7813 2005-08-31 15:33  vvaradan
7815         * ChangeLog, Filters/FilterSource.cs:         *
7816           Filters/FilterSource.cs: Reset the line type to none if the line
7817                   that was being parsed was a single-line-comment without a
7818           trailing
7819                   backslash or language style is either lisp or c#.
7821 2005-08-30 23:06  trow
7823         * bludgeon/: FileModel.cs, TestBasic.cs, TestMove.cs, Token.cs:
7824           Some small Bludgeon clean-ups.
7826 2005-08-30 17:45  joeshaw
7828         *
7829           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
7830           Index all IM accounts, not just the first one listed
7832 2005-08-30 16:06  jmas
7834         * po/: ChangeLog, ca.po: Updated Catalan translation
7836 2005-08-30 14:58  trow
7838         * Util/Inotify.cs: A patch from Daniel Drake: Maintain the
7839           parent-child relationship stuff when we move watches around.
7840           Fixes bug #314329.
7842 2005-08-30 06:54  dsd
7844         * Util/StringFu.cs: Add some comments to aid the translators
7846 2005-08-29 18:38  rodrigo
7848         * ChangeLog, configure.in, glue/eggtrayicon.c, glue/eggtrayicon.h:
7849           2005-08-29  Rodrigo Moya <rodrigo@novell.com>
7851                   * glue/eggtrayicon.[ch]: updated from libegg.
7853                   * configure.in: define GETTEXT_PACKAGE for libegg.
7855 2005-08-29 17:24  dsd
7857         * Util/: Makefile.am, Tag.cs: Remove more gst-sharp stuff
7859 2005-08-29 16:13  dsd
7861         * Filters/FilterApe.cs, Filters/FilterFlac.cs,
7862           Filters/FilterGst.cs, Filters/FilterMp3.cs, Filters/FilterMpc.cs,
7863           Filters/FilterOgg.cs, Util/ApeReader.cs, Util/FlacReader.cs,
7864           Util/Mp3Reader.cs, Util/OggReader.cs: Remove obselete audio
7865           filtering files
7867 2005-08-29 16:09  dsd
7869         * ChangeLog, configure.in, Filters/FilterMusic.cs,
7870           Filters/Makefile.am, Filters/entagged-sharp/AudioFile.cs,
7871           Filters/entagged-sharp/AudioFileIO.cs,
7872           Filters/entagged-sharp/AudioFileWrapper.cs,
7873           Filters/entagged-sharp/EncodingInfo.cs,
7874           Filters/entagged-sharp/EntaggedTest.cs,
7875           Filters/entagged-sharp/Tag.cs,
7876           Filters/entagged-sharp/entagged-sharp.sources,
7877           Filters/entagged-sharp/sync-tree.sh,
7878           Filters/entagged-sharp/Ape/MonkeyFileReader.cs,
7879           Filters/entagged-sharp/Ape/Util/ApeTagReader.cs,
7880           Filters/entagged-sharp/Ape/Util/MonkeyDescriptor.cs,
7881           Filters/entagged-sharp/Ape/Util/MonkeyHeader.cs,
7882           Filters/entagged-sharp/Ape/Util/MonkeyInfoReader.cs,
7883           Filters/entagged-sharp/Ape/Util/WavFormatHeader.cs,
7884           Filters/entagged-sharp/Ape/Util/WavRIFFHeader.cs,
7885           Filters/entagged-sharp/Exceptions/CannotReadException.cs,
7886           Filters/entagged-sharp/Flac/FlacFileReader.cs,
7887           Filters/entagged-sharp/Flac/Util/FlacInfoReader.cs,
7888           Filters/entagged-sharp/Flac/Util/FlacTagReader.cs,
7889           Filters/entagged-sharp/Flac/Util/MetadataBlockDataStreamInfo.cs,
7890           Filters/entagged-sharp/Flac/Util/MetadataBlockHeader.cs,
7891           Filters/entagged-sharp/Mp3/Id3Tag.cs,
7892           Filters/entagged-sharp/Mp3/Mp3FileReader.cs,
7893           Filters/entagged-sharp/Mp3/Util/Id3v1TagReader.cs,
7894           Filters/entagged-sharp/Mp3/Util/Id3v23TagReader.cs,
7895           Filters/entagged-sharp/Mp3/Util/Id3v2TagReader.cs,
7896           Filters/entagged-sharp/Mp3/Util/Id3v2TagSynchronizer.cs,
7897           Filters/entagged-sharp/Mp3/Util/LameMPEGFrame.cs,
7898           Filters/entagged-sharp/Mp3/Util/MPEGFrame.cs,
7899           Filters/entagged-sharp/Mp3/Util/Mp3InfoReader.cs,
7900           Filters/entagged-sharp/Mp3/Util/XingMPEGFrame.cs,
7901           Filters/entagged-sharp/Mp3/Util/Id3frames/ApicId3Frame.cs,
7902           Filters/entagged-sharp/Mp3/Util/Id3frames/CommId3Frame.cs,
7903           Filters/entagged-sharp/Mp3/Util/Id3frames/GenericId3Frame.cs,
7904           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
7905           Filters/entagged-sharp/Mp3/Util/Id3frames/TextId3Frame.cs,
7906           Filters/entagged-sharp/Mpc/MpcFileReader.cs,
7907           Filters/entagged-sharp/Mpc/Util/MpcHeader.cs,
7908           Filters/entagged-sharp/Mpc/Util/MpcInfoReader.cs,
7909           Filters/entagged-sharp/Ogg/OggFileReader.cs,
7910           Filters/entagged-sharp/Ogg/OggTag.cs,
7911           Filters/entagged-sharp/Ogg/Util/OggInfoReader.cs,
7912           Filters/entagged-sharp/Ogg/Util/OggPageHeader.cs,
7913           Filters/entagged-sharp/Ogg/Util/OggTagReader.cs,
7914           Filters/entagged-sharp/Ogg/Util/VorbisCodecHeader.cs,
7915           Filters/entagged-sharp/Ogg/Util/VorbisTagReader.cs,
7916           Filters/entagged-sharp/Tracker/TrackerFileReader.cs,
7917           Filters/entagged-sharp/Tracker/Util/TrackerTagReader.cs,
7918           Filters/entagged-sharp/Util/AudioFileReader.cs,
7919           Filters/entagged-sharp/Util/ByteBuffer.cs,
7920           Filters/entagged-sharp/Util/CustomAttributes.cs,
7921           Filters/entagged-sharp/Util/TagField.cs,
7922           Filters/entagged-sharp/Util/Utils.cs:  * Filters/entagged-sharp/:
7923           Import entagged-sharp
7924                   * Filters/FilterMusic.cs, Filters/Makefile.am,
7925           configure.in: New
7926                   entagged-sharp-based audio file filter. Remove gst-sharp
7927           stuff.
7929 2005-08-29 15:43  joeshaw
7931         * beagled/: FilterFactory.cs, RemoteIndexer.cs: Walk across the
7932           list of indexables and store the streams for the ones to be added
7933           before we pass the indexables to the helper process.  Fixes a
7934           problem where mail bodies aren't being indexed.  Also fix usage
7935           of GetTextReader() and GetBinaryStream() in FilterFactory.  These
7936           delete temporary streams so we can only use them once.
7938 2005-08-29 02:57  trow
7940         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Slightly less
7941           debug spew.
7943 2005-08-29 02:36  trow
7945         * beagled/HitRegulator.cs: This is obsolete too.
7947 2005-08-29 02:35  trow
7949         * beagled/: LuceneDriver.cs, NameIndex.cs: Removed obsolete code.
7951 2005-08-29 02:16  trow
7953         * beagled/: EvolutionMailDriver/EvolutionMailDriver.cs,
7954           FileSystemQueryable/FileSystemQueryable.cs: Correctly set the
7955           source on some crawler-type tasks.
7957 2005-08-29 02:05  trow
7959         * tools/Makefile.am: A small make distcheck fix.
7961 2005-08-29 01:39  trow
7963         *
7964           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
7965           Replace a few more instances of indexable.Type with
7966           indexable.HitType.
7968 2005-08-29 01:34  trow
7970         * configure.in, BeagleClient/IIndexableGenerator.cs,
7971           BeagleClient/Indexable.cs, BeagleClient/Query.cs,
7972           Filters/FilterDocbook.cs, Filters/FilterMail.cs,
7973           Filters/FilterMonodoc.cs, Util/Inotify.cs, beagled/BuildIndex.cs,
7974           beagled/FilterFactory.cs, beagled/IIndexer.cs,
7975           beagled/IndexWebContent.cs, beagled/IndexerReceipts.cs,
7976           beagled/IndexerRequest.cs, beagled/LuceneCommon.cs,
7977           beagled/LuceneFileQueryable.cs, beagled/LuceneIndexingDriver.cs,
7978           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
7979           beagled/Makefile.am, beagled/RemoteIndexer.cs,
7980           beagled/RemoteIndexerRequest.cs, beagled/beagled-index-helper.in,
7981           beagled/AkregatorQueryable/AkregatorQueryable.cs,
7982           beagled/BlamQueryable/BlamQueryable.cs,
7983           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
7984           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
7985           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
7986           beagled/FileSystemQueryable/FileSystemQueryable.cs,
7987           beagled/GaimLogQueryable/GaimLogQueryable.cs,
7988           beagled/IndexHelper/RemoteIndexerExecutor.cs,
7989           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
7990           beagled/KopeteQueryable/KopeteQueryable.cs,
7991           beagled/LifereaQueryable/LifereaQueryable.cs,
7992           beagled/TomboyQueryable/TomboyQueryable.cs, bludgeon/Bludgeon.cs,
7993           bludgeon/Daemon.cs, bludgeon/FileModel.cs,
7994           bludgeon/HammerAttribute.cs, bludgeon/IHammer.cs,
7995           bludgeon/Log.cs, bludgeon/Makefile.am, bludgeon/SanityCheck.cs,
7996           bludgeon/TestBasic.cs, bludgeon/TestMove.cs, bludgeon/Toolbox.cs,
7997           libbeagle/beagle/beagle-query.c: A big commit, but not as big as
7998           it looks.  Some things were renamed (i.e. indexable.Type became
7999           indexable.HitType) and some APIs changed in minor ways (i.e. the
8000           addition of the PostFlushHook method to IIndexableGenerator),
8001           which required me to make trivial modifications to most of the
8002           backends.
8004           Incremented version number of 0.0.13.2.
8006           More Lucene refactoring: The process of adding and flushing an
8007           index is much cleaner, and we carry around our state in a much
8008           more natural way.  This allowed the file system backend to be
8009           simplified further while at the same time fixing various races.
8011           Mail backend fixes: Set the fixme:date property on imap messages
8012           w/o content.  Deal gracefully with imap folders where we can't
8013           find the account.
8015           Bludgeon: Added all sorts of fancy new features.  You can now
8016           control how the test tree is modified, how many iterations, etc.
8017           from the command line.
8019 2005-08-28 05:18  pkst
8021         * po/: ChangeLog, el.po: Updated Greek Translation
8023 2005-08-26 08:44  clyties
8025         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
8027 2005-08-26 04:20  knvijay
8029         * beagled/WebServices/WebServiceBackEnd.cs: added missing score
8030           assignment
8032 2005-08-26 03:14  knvijay
8034         * beagled/WebServices/: NetBeagleHandler.cs, WebBackEnd.cs,
8035           WebServiceBackEnd.cs, WebServiceFrontEnd.cs, WebServiceProxy.cs:
8036           Added formal data types for GetResults & GetSnippets WebService
8037           request arguments
8039 2005-08-25 18:33  joeshaw
8041         * configure.in, BeagleClient/Client.cs, BeagleClient/QueryPart.cs,
8042           Filters/FilterPPT.cs, beagled/Server.cs,
8043           libbeagle/beagle/Makefile.am, libbeagle/beagle/beagle-private.h,
8044           libbeagle/beagle/beagle-query-part-date.c,
8045           libbeagle/beagle/beagle-query-part-date.h,
8046           libbeagle/beagle/beagle-query-part-human.c,
8047           libbeagle/beagle/beagle-query-part-human.h,
8048           libbeagle/beagle/beagle-query-part-or.c,
8049           libbeagle/beagle/beagle-query-part-or.h,
8050           libbeagle/beagle/beagle-query-part-property.c,
8051           libbeagle/beagle/beagle-query-part-property.h,
8052           libbeagle/beagle/beagle-query-part-text.c,
8053           libbeagle/beagle/beagle-query-part-text.h,
8054           libbeagle/beagle/beagle-query-part.c,
8055           libbeagle/beagle/beagle-query-part.h,
8056           libbeagle/beagle/beagle-query.c,
8057           libbeagle/beagle/beagle-request.c: Add --enable-xml-dump
8058           configure option for seeing the XML messages before they are
8059           sent.
8061           Change the XML format to name subparts as Part rather than
8062           SubPart in OR parts to make things easier in C.
8064           Add OR parts to libbeagle, and generally clean up the query part
8065           stuff there a lot.  Add docs.
8067           Fix up the PowerPoint filter a little bit to correctly report
8068           error when it can't parse
8070 2005-08-25 11:19  trow
8072         * beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
8073           beagled/RemoteIndexer.cs, Util/Scheduler.cs: Fine-tuned the way
8074           index optimizes get scheduled, based on feedback from Joe.
8076           Fixed a stupid bug in the scheduler.
8078           Removed some debug spew.
8080 2005-08-25 08:46  knvijay
8082         * ChangeLog: ChangeLog
8084 2005-08-25 08:38  knvijay
8086         * beagled/WebServices/: NetBeagleHandler.cs, WebBackEnd.cs,
8087           WebServiceBackEnd.cs, WebServiceFrontEnd.cs, WebServiceProxy.cs:
8088           Fixed logic for GetSnippets to use hashids of hits as unique ids.
8089           Removed duplicate definitions of web service data types
8091 2005-08-24 15:10  joeshaw
8093         * beagled/BuildIndex.cs: oops, still set idle priority
8095 2005-08-24 14:21  joeshaw
8097         * Util/ExceptionHandlingThread.cs, beagled/BuildIndex.cs: Have the
8098           beagle-build-index program restart itself if its memory usage
8099           gets out of hand.  This means that it has to recrawl the
8100           directories, which is suboptimal, but in my experience it isn't
8101           too bad for documentation
8103 2005-08-24 11:39  joeshaw
8105         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
8106           Escape backslashes in the path so that the mail backend works
8107           with IMAP against Exchange servers
8109 2005-08-23 23:58  trow
8111         * Util/Scheduler.cs: Fixed a stupid typo.
8113 2005-08-23 19:18  trow
8115         * Util/Scheduler.cs, beagled/LuceneQueryable.cs: Scheduler.cs: Add
8116           a "Maintenance" priority to the scheduler, and track the source
8117           of every task.  A maintenance task is only executed after all
8118           immediate or delayed tasks *for that source* have been executed.
8119           Thus maintenance tasks will only execute after all crawlers, etc.
8120           are finished.  In most backends this will only happen when the
8121           data is fully indexed/crawled and the index is in a complete
8122           known state.
8124           LuceneQueryable.cs: Attach a source to the tasks we create.  Move
8125           index optimizes into a maintenance task, to avoid unnecessary
8126           optimizes during indexing.
8128 2005-08-23 17:02  kelemeng
8130         * po/: ChangeLog, hu.po: 2005-08-23  Gabor Kelemen
8131           <kelemeng@gnome.hu>
8133                   * hu.po: Hungarian translation updated.
8135 2005-08-23 11:40  joeshaw
8137         * beagled/: BuildIndex.cs, ManageIndex.cs: Set IO priorities to
8138           idle in beagle-build-index and beagle-manage-index
8140 2005-08-22 17:56  joeshaw
8142         * Best/Best.cs, glue/tomboykeybinder.c, glue/tomboykeybinder.h:
8143           Don't add options that we don't recognize to the query.  Update
8144           the keybinder code that was stolen from tomboy
8146 2005-08-22 15:26  dsd
8148         * configure.in: Disable sqlite3 for now, seems unreliable
8150 2005-08-22 15:02  joeshaw
8152         * tools/: .cvsignore, Makefile.am, beagle-crawl-system.crontab.in:
8153           Don't run crawl-system as part of cron.daily.  It can happen at
8154           any time and on SUSE it'll start within 15 minutes of the first
8155           boot.  crawl-system is an expensive operation and we don't want
8156           it to happen that early.  So schedule it to run at 4:30 am and
8157           put it in cron.d instead
8159 2005-08-20 19:34  dsd
8161         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
8162               * beagled/FileSystemQueryable/FileSystemQueryable.cs: Fix
8163           obvious typo
8164                   which fixes renaming of files.
8166 2005-08-20 18:53  dsd
8168         * ChangeLog, configure.in, Util/ExternalStringsHack.cs.in,
8169           Util/Makefile.am, beagled/FileAttributesStore_Sqlite.cs,
8170           beagled/TextCache.cs:       * configure.in,
8171           Util/ExternalStringsHack.cs.in, Util/Makefile.am,
8172                   beagled/FileAttributesStore_Sqlite.cs,
8173           beagled/TextCache.cs:
8174                   Really support (and prefer) sqlite 3.x - requires a
8175           modified connection
8176                   string.
8178 2005-08-20 15:45  llipka
8180         * Util/ExtendedAttribute.cs: Fix the Exist () method return value
8181           check.
8183 2005-08-19 16:56  joeshaw
8185         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: remove
8186           redundant message
8188 2005-08-19 16:52  joeshaw
8190         * beagled/EvolutionMailDriver/: EvolutionMailDriver.cs,
8191           EvolutionMailIndexableGenerator.cs, MailCrawler.cs: Fix some
8192           nasty inefficiencies in the startup for the mail backend.  Should
8193           fix a lot of pegging of the CPU at startup
8195 2005-08-19 14:05  knvijay
8197         * beagled/WebServices/: ExternalAccessFilter.cs,
8198           NetBeagleHandler.cs, WebBackEnd.cs, WebServiceBackEnd.cs,
8199           WebServiceFrontEnd.cs, WebServiceProxy.cs: Updates to align with
8200           changes in Hit class
8202 2005-08-19 13:32  trow
8204         * glue/inotify-glue.c: Don't spew warnings to the stderr if our
8205           call to poll fails with EINTR.
8207 2005-08-19 11:54  joeshaw
8209         * configure.in, bludgeon/Makefile.am: bump version to 0.0.13.1 and
8210           fix some distcheck issues
8212 2005-08-19 11:04  joeshaw
8214         * Makefile.am, configure.in, Best/BestTray.cs, Best/BestWindow.cs,
8215           Filters/FilterPPT.cs, ImLogViewer/ImLogWindow.cs: gtk-sharp 2.0
8216           support; require new versions of everything, port all the broken
8217           and obsolete code to new widgets.  Includes a patch from Lluís
8218           Pàmies
8220 2005-08-19 00:45  adamw
8222         * po/: ChangeLog, en_CA.po:
8223           2005-08-19  Adam Weinberger  <adamw@gnome.org>
8225                   * en_CA.po: Updated Canadian English translation.
8227 2005-08-18 19:51  dsd
8229         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
8230                   * beagled/FileSystemQueryable/FileSystemQueryable.cs:
8231           Update the last
8232                   crawl time in the DirectoryModel after we have crawled a
8233           directory. Thanks
8234                   to Debajyoti Bera for debugging this.
8236 2005-08-18 17:37  joeshaw
8238         * libbeagle/beagle/beagle-query-part-property.c: Send along the
8239           type data in a QueryPart from libbeagle.  Fix from D Bera
8241 2005-08-18 17:13  trow
8243         * BeagleClient/Hit.cs, Tiles/Template.cs, beagled/GoogleDriver.cs,
8244           beagled/LuceneCommon.cs, beagled/LuceneQueryable.cs,
8245           beagled/LuceneQueryingDriver.cs,
8246           beagled/WebServices/NetBeagleHandler.cs,
8247           beagled/WebServices/WebServiceBackEnd.cs,
8248           beagled/WebServices/WebServiceProxy.cs, bludgeon/Bludgeon.cs,
8249           libbeagle/beagle/beagle-hit.c, libbeagle/beagle/beagle-hit.h,
8250           libbeagle/beagle/beagle-hits-added-response.c,
8251           libbeagle/beagle/beagle-private.h: Compute lucene-style scores
8252           for our hits.
8254           Removed deprecated properties from the Hit object.
8256 2005-08-18 14:52  rml
8258         * glue/: ioprio-glue.c, tomboykeybinder.c, vmsize-glue.c:
8259           Misc. warning fixes for glue/
8261 2005-08-18 14:46  rml
8263         * Util/Inotify.cs, glue/inotify-glue.c: Optimize to the hilt
8264           glue/inotify-glue.c
8266 2005-08-18 14:19  knvijay
8268         * beagled/WebServices/WebServiceBackEnd.cs: Minor Fix
8270 2005-08-18 13:51  trow
8272         * beagled/TextCache.cs: Turned off some debug spew that I turned on
8273           by mistake in the last commit.
8275 2005-08-18 13:50  trow
8277         * beagled/LuceneCommon.cs, beagled/LuceneQueryable.cs,
8278           beagled/TextCache.cs, bludgeon/Bludgeon.cs, bludgeon/Daemon.cs:
8279           Allow the scheduled optimizations to be disabled with an
8280           environment variable.  This is useful for bludgeon.
8282           Check for null when looking for dangling locks.
8284 2005-08-18 13:09  joeshaw
8286         *
8287           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8288           Wrap opening of addressbooks and calendars in a try-catch and
8289           report the error.  Fixes bnc #105462
8291 2005-08-18 11:36  vvaradan
8293         * ChangeLog, Filters/FilterSource.cs, beagled/LuceneCommon.cs:
8294              * Filters/FilterSource.cs: Last word of a non-commented line
8295           is
8296                   not indexed in case of source-code files other than
8297           Python.
8299                   Patch from Debajyoti Bera <dbera.web@gmail.com>
8300                   * beagled/LuceneCommon.cs: in the previous branch,
8301           non-keyword
8302                   properties were stored as prop:_: in the current version,
8303           they are
8304                   stored as prop:t: So the analyzer should search for
8305           "prop:t" to
8306                   determine if its a keyword query.
8308 2005-08-18 07:30  chliao
8310         * po/: ChangeLog, zh_TW.po:
8311           2005-08-18  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
8313                   * zh_TW.po: Updated Traditional Chinese translation.
8315 2005-08-18 01:04  trow
8317         * Util/Scheduler.cs, beagled/FilterFactory.cs,
8318           beagled/LuceneCommon.cs, beagled/LuceneQueryable.cs,
8319           beagled/LuceneQueryingDriver.cs, beagled/TextCache.cs,
8320           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
8321           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
8322           beagled/FileSystemQueryable/CrawlTask.cs,
8323           beagled/FileSystemQueryable/FileCrawlTask.cs,
8324           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8325           beagled/IndexHelper/IndexHelper.cs, bludgeon/Bludgeon.cs,
8326           bludgeon/Daemon.cs: A major overhaul of the Scheduler.
8328           Schedule a lucene index optimization after every flush, where the
8329           delay is a function of the number of segments.
8331           Turn off some debug spew.
8333           Removed dead code.
8335 2005-08-17 16:35  gekker
8337         * ChangeLog, tools/beagle-crawl-system.in: 2005-08-17  Gary Ekker
8338           <gekker@novell.com>
8340                   * tools/beagle-crawl-system.in (CRAWL_USER): change the
8341           user to
8342                   beagleindex, using nobody is a security breach
8343                   Bug #104645 (b.n.c).
8345 2005-08-17 08:02  llipka
8347         * configure.in: The 'okej' dude forgot to add mk to ALL_LINGUAS
8349 2005-08-17 05:57  knvijay
8351         * ChangeLog: [no log message]
8353 2005-08-17 05:47  knvijay
8355         * beagled/WebServices/ExternalAccessFilter.cs: FilterHit for
8356           external accesses to allow only File resources
8358 2005-08-16 19:21  dsd
8360         * Best/BestTray.cs:     * Best/BestTray.cs: Wording improvements
8361           thanks to Adam Weinberger in
8362                   bug #313405.
8364 2005-08-16 19:05  dsd
8366         * ChangeLog, Tiles/TileMailMessage.cs,
8367           Tiles/template-mail-message.html:        *
8368           Tiles/TileMailMessage.cs:
8369                   Use fixme:date as the date field. Only open evolution
8370           mail in
8371                   evolution. Don't display the "Reply" link for
8372           non-evolution mail.
8374 2005-08-16 18:19  dsd
8376         * ChangeLog, Tiles/TileMailMessage.cs:  * Tiles/TileMailMessage.cs:
8377           Add message/rfc822 mimetype for filesystem
8378                   hits.
8380 2005-08-16 17:37  trow
8382         * bludgeon/.cvsignore: Be quiet!
8384 2005-08-16 17:35  trow
8386         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs,
8387           RemoteIndexerRequest.cs,
8388           FileSystemQueryable/FileSystemQueryable.cs,
8389           Lucene.Net/Store/FSDirectory.cs: Be much more careful about how
8390           we handle dangling locks.  Added LuceneCommon.GetBlockOfHits for
8391           use by index-cleaning tasks.
8393 2005-08-16 17:33  trow
8395         * beagled/IndexHelper/: IndexHelper.cs, RemoteIndexerExecutor.cs:
8396           Shut down the helper process if it has been idle for more than 5
8397           minutes.  Be more careful about locking.  Poll a bit less often.
8399 2005-08-16 17:13  trow
8401         * beagled/TextCache.cs: Be more paranoid about locking.
8403 2005-08-16 17:10  trow
8405         * bludgeon/: Daemon.cs, FileModel.cs: Added FileModel.Touch and
8406           Daemon.PingOnce.
8408 2005-08-16 16:53  knvijay
8410         * beagled/WebServices/WebFrontEnd.cs: [no log message]
8412 2005-08-16 16:44  knvijay
8414         * beagled/WebServices/: WebFrontEnd.cs, WebServiceBackEnd.cs: oops
8415           - this version should have all the changes
8417 2005-08-16 16:33  knvijay
8419         * beagled/WebServices/WebServiceBackEnd.cs: minor fix
8421 2005-08-16 16:25  knvijay
8423         * beagled/WebServices/: WebBackEnd.cs, WebFrontEnd.cs,
8424           WebServiceBackEnd.cs: Support for rendering Images and fixes for
8425           recent changes in Beagle daemon
8427 2005-08-16 14:22  trow
8429         * beagled/QueryExecutor.cs: Disconnect from the
8430           QueryDriver.ChangedEvent when cleaning up after ourselves.
8432 2005-08-16 14:04  trow
8434         * BeagleClient/Query.cs, beagled/QueryDriver.cs: Added
8435           QueryDriver.DoQueryLocal for the benefit of the web services, or
8436           anything else that wants to process a query internal to the
8437           daemon.
8439 2005-08-16 12:13  kelemeng
8441         * po/: ChangeLog, hu.po: 2005-08-16  Gabor Kelemen
8442           <kelemeng@gnome.hu>
8444                   * hu.po: Hungarian translation updated.
8446 2005-08-16 11:48  joeshaw
8448         * Tiles/TileFile.cs: Thumbnail file hits.  Based on a patch from D
8449           Bera
8451 2005-08-15 12:51  hebra
8453         * po/: ChangeLog, de.po: 2005-08-15  Hendrik Brandt
8454           <heb@gnome-de.org>
8456                   * de.po: Updated German translation.
8458 2005-08-15 10:34  stojmir
8460         * po/mk.po: ok
8462 2005-08-15 00:26  trow
8464         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
8465           BeagleClient/Query.cs, BeagleClient/QueryPart.cs,
8466           BeagleClient/RemoteControl.cs, beagled/IIndexer.cs,
8467           beagled/LuceneBitArray.cs, beagled/LuceneCommon.cs,
8468           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
8469           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
8470           beagled/ManageIndex.cs, beagled/QueryResult.cs,
8471           beagled/RemoteControlExecutors.cs, beagled/RemoteIndexer.cs,
8472           beagled/RemoteIndexerRequest.cs,
8473           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8474           bludgeon/Bludgeon.cs, bludgeon/Daemon.cs, bludgeon/FileModel.cs,
8475           bludgeon/QueryFu.cs, bludgeon/SanityCheck.cs, bludgeon/Token.cs,
8476           libbeagle/beagle/beagle-query-part.c,
8477           libbeagle/beagle/beagle-query-part.h: Query logic fixes.
8479           All sorts of bludgeon hacking.
8481           Added some optimize-related infrastructure, and a way to request
8482           a full index optimization via RemoteControl.
8484           Small changes to our lucene index format: I moved the mime type
8485           and hit type out of special fields and into properties.  Some
8486           deprecated APIs remain behind to avoid breaking anything.
8488 2005-08-14 13:57  stojmir
8490         * po/mk.po: okej
8492 2005-08-14 13:54  llipka
8494         * Util/: Galago.cs, PullingReader.cs, StringFu.cs: Remove obsolete
8495           stuff that produced compile warnings.
8497 2005-08-14 04:11  pkst
8499         * po/: ChangeLog, el.po: Updated Greek Translation
8501 2005-08-13 14:13  adamw
8503         * po/: ChangeLog, en_CA.po:
8504           2005-08-13  Adam Weinberger  <adamw@gnome.org>
8506                   * en_CA.po: Updated Canadian English translation.
8508 2005-08-13 11:38  llipka
8510         * configure.in: Added 'cs' to all linguas.
8512 2005-08-13 11:29  llipka
8514         * po/cs.po: * cs.po - Czech translation by Petr Ferschamn
8515           <per@ferschmann.cz>
8517 2005-08-12 16:16  dsd
8519         * beagled/FileSystemQueryable/: DirectoryModel.cs,
8520           FileSystemQueryable.cs: Broken pipe :( Sanitize paths before we
8521           add them as roots
8523 2005-08-12 16:15  dsd
8525         * ChangeLog, Util/StringFu.cs: Sanitize paths before we add them as
8526           roots.
8528 2005-08-12 14:38  dsd
8530         * beagled/FileSystemQueryable/FileSystemModel.cs: Remove unused
8531           FileSystemModel.cs
8533 2005-08-12 14:35  dsd
8535         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
8536           Forget inotify watches when we remove a directory from internal
8537           structure
8539 2005-08-12 14:27  trow
8541         * bludgeon/Makefile.am: Last one, I promise.
8543 2005-08-12 13:59  trow
8545         * bludgeon/: Makefile.am, beagled.dummy: More build-niceness.
8547 2005-08-12 13:59  rml
8549         * glue/inotify-glue.c:
8550           I CHECKED THIS IN ALREADY.
8552 2005-08-12 13:19  trow
8554         * bludgeon/beagled.dummy: Oops
8556 2005-08-12 13:14  trow
8558         * Makefile.am, configure.in, BeagleClient/Client.cs,
8559           BeagleClient/Message.cs, Util/BetterBitArray.cs,
8560           Util/PathFinder.cs, beagled/LuceneCommon.cs,
8561           beagled/LuceneQueryingDriver.cs, bludgeon/Bludgeon.cs,
8562           bludgeon/Daemon.cs, bludgeon/FileModel.cs, bludgeon/Log.cs,
8563           bludgeon/Makefile.am, bludgeon/QueryFu.cs,
8564           bludgeon/SanityCheck.cs, bludgeon/Token.cs, bludgeon/bludgeon.in:
8565           BetterBitArray logic fixes.  Blocking async messages.  Small
8566           query fixes.  Bludgeon, a beagled testing framework.
8568 2005-08-12 13:08  fhedberg
8570         * Best/Best.cs, Best/BestTray.cs, beagled/BeagleDaemon.cs: * Change
8571           the --autostart argument to --autostarted to be more intuative.
8572           * Add the dialog to best upon quitting, and ask a question about
8573           disabling. https://bugzilla.novell.com/show_bug.cgi?id=102606
8575 2005-08-12 12:55  joeshaw
8577         * Best/Best.cs: Change window title slightly
8579 2005-08-12 10:32  fhedberg
8581         * Best/Best.cs, Util/Conf.cs, beagled/BeagleDaemon.cs,
8582           tools/Settings.cs, tools/settings.glade: Autostart configuration
8583           option. https://bugzilla.novell.com/show_bug.cgi?id=102606
8585 2005-08-12 10:13  dsd
8587         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs,
8588           beagled/FileSystemQueryable/FileSystemQueryable.cs:         *
8589           beagled/FileSystemQueryable/FileNameFilter.cs,
8590                   beagled/FileSystemQueryable/FileSystemQueryable.cs: Drop
8591           internal
8592                   directory references when we add an exclude path.
8594 2005-08-12 10:08  fhedberg
8596         * beagled/Makefile.am: Add EDS_QUERYABLE_CSFILES to EXTRA_DIST.
8598 2005-08-12 08:25  llipka
8600         * Util/Logger.cs: Add a FIXME about the default log level.
8602 2005-08-12 07:49  llipka
8604         * tools/Info.cs: Just a little too much :-)
8606 2005-08-11 19:22  joeshaw
8608         * beagled/LuceneCommon.cs: The hit type property is Type, not
8609           HitType
8611 2005-08-11 18:56  joeshaw
8613         * libbeagle/beagle/: beagle-client.c, beagle-util.c: Don't use
8614           g_stat() because it has issues when dealing with whether to use
8615           stat() or stat64().  Fixes the nautilus and beagle-search crashes
8617 2005-08-11 18:42  fhedberg
8619         * beagled/FileSystemQueryable/FileSystemQueryable.cs: More FSQ
8620           hardening.
8622 2005-08-11 18:33  dsd
8624         * ChangeLog,
8625           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
8626           beagled/FileSystemQueryable/DirectoryModel.cs,
8627           beagled/FileSystemQueryable/FileCrawlTask.cs,
8628           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8629           beagled/FileSystemQueryable/TreeCrawlTask.cs: Fix removal of
8630           roots and a few races related to directories going away during
8631           and after indexing.
8633 2005-08-11 18:03  fhedberg
8635         * beagled/LuceneIndexingDriver.cs: Forgot this.
8637 2005-08-11 17:54  clahey
8639         * tools/crawl-rules/crawl-documentation: *.docbook is valid for kde
8640           docs.
8642 2005-08-11 17:50  fhedberg
8644         * beagled/LuceneIndexingDriver.cs: Move the BuildDocuments call
8645           down into the try/catch section.
8647 2005-08-11 17:32  fhedberg
8649         * tools/Makefile.am: Typo.
8651 2005-08-11 17:01  vvaradan
8653         * ChangeLog, Filters/FilterCpp.cs, Filters/FilterPerl.cs:         *
8654           Filters/FilterPerl.cs: Add commonly used mime type for perl
8655           files.
8657                   * Filters/FilterCpp.cs: Add "while" and "inline" to
8658           keywords list.
8660 2005-08-11 16:45  fhedberg
8662         * tools/beagle-crawl-system.in: Too much.
8664 2005-08-11 16:42  fhedberg
8666         * beagled/BuildIndex.cs, tools/beagle-crawl-system.in,
8667           tools/crawl-rules/crawl-documentation: Patterns for the doc
8668           crawler for Chris.
8670 2005-08-11 16:29  fhedberg
8672         * libbeagle/beagle/Makefile.am: Dist fixes.
8674 2005-08-11 15:31  trow
8676         * beagled/LuceneQueryingDriver.cs: A small query logic fix.
8678 2005-08-11 14:41  fhedberg
8680         * beagled/: BuildIndex.cs, beagle-build-index.8,
8681           beagle-manage-index.8: Add support for allowing/denying file
8682           patterns for indexing in the beagle-build-index tool.
8684 2005-08-11 14:24  fhedberg
8686         * beagled/: FileAttributesStore_Sqlite.cs, LuceneCommon.cs,
8687           LuceneIndexingDriver.cs, Makefile.am, ManageIndex.cs: More Static
8688           Indexing updates.
8690 2005-08-11 14:12  hebra
8692         * po/: ChangeLog, de.po: 2005-08-11  Hendrik Brandt
8693           <heb@gnome-de.org>
8695                   * de.po: Updated German translation.
8697 2005-08-11 14:01  dsd
8699         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs,
8700           beagled/FileSystemQueryable/TreeCrawlTask.cs:  *
8701           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8702                   beagled/FileSystemQueryable/TreeCrawlTask.cs: After
8703           removing an exclude
8704                   pattern, recrawl all directories looking for new
8705           subdirectories to index.
8707 2005-08-11 12:20  joeshaw
8709         * libbeagle/beagle/: Makefile.am, beagle-query-part-date.c,
8710           beagle-query-part-human.c, beagle-query-part-property.c,
8711           beagle-query-part-text.c, beagle-query-part.c, beagle-query.c,
8712           beagle-search-term-response.c, beagle-search-term-response.h: Add
8713           the SearchTermResponse class to libbeagle and fix up a bunch of
8714           warnings
8716 2005-08-11 12:04  trow
8718         * configure.in, glue/Makefile.am: make distcheck fixes
8720 2005-08-11 10:42  fhedberg
8722         * tools/crawl-rules/: crawl-applications, crawl-documentation:
8723           Updated crawler rules.
8725 2005-08-11 10:37  fhedberg
8727         * Tiles/TileNote.cs: Enable highlighing. Jon fixed it with the new
8728           query response.
8730 2005-08-11 07:39  knvijay
8732         * beagled/WebServices/: NetBeagleHandler.cs, WebServiceBackEnd.cs:
8733           More changes to align with recent updates
8735 2005-08-11 07:28  llipka
8737         * tools/Info.cs, ImLogViewer/Makefile.am: * Info.cs - Catch the
8738           right exception if we can't connect.  * Makfile.am - Remove the
8739           bloody warning.
8741 2005-08-11 04:20  knvijay
8743         * beagled/WebServices/: NetBeagleHandler.cs, WebServiceBackEnd.cs,
8744           WebServiceProxy.cs: Changes to align with new updates in Hit and
8745           Property classes
8747 2005-08-11 03:38  trow
8749         * BeagleClient/Query.cs, BeagleClient/QueryResponses.cs,
8750           Tiles/TileFromTemplate.cs, beagled/QueryDriver.cs,
8751           beagled/QueryExecutor.cs, beagled/SnippetFu.cs,
8752           beagled/FileSystemQueryable/FileSystemQueryable.cs: More query
8753           fun.  Send information on the text in the query (including
8754           stemmed versions) back to the client from the daemon.
8756 2005-08-11 02:25  trow
8758         * BeagleClient/Hit.cs, Util/BetterBitArray.cs, Util/TopScores.cs,
8759           beagled/GoogleDriver.cs, beagled/IQueryResult.cs,
8760           beagled/LuceneCommon.cs, beagled/LuceneIndexingDriver.cs,
8761           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
8762           beagled/Makefile.am, beagled/ManageIndex.cs,
8763           beagled/QueryDriver.cs, beagled/QueryResult.cs: Query hacking.
8765 2005-08-10 18:57  joeshaw
8767         *
8768           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8769           remove debug spew
8771 2005-08-10 18:55  joeshaw
8773         *
8774           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8775           Some more calendar fixes
8777 2005-08-10 18:27  fhedberg
8779         * beagled/: Makefile.am, FileSystemQueryable/DirectoryModel.cs,
8780           FileSystemQueryable/FileNameFilter.cs,
8781           FileSystemQueryable/FileSystemQueryable.cs: Some ignore changes.
8783 2005-08-10 17:52  fhedberg
8785         * Tiles/TileBlog.cs: 'desktop-launch' for Open.
8787 2005-08-10 17:35  fhedberg
8789         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Don't try to
8790           index a non-existent file.
8792 2005-08-10 17:33  fhedberg
8794         * beagled/: BuildIndex.cs,
8795           FileSystemQueryable/FileSystemQueryable.cs: Adapt BuildIndex.cs
8796           to new infrastructure.
8798 2005-08-10 16:26  rml
8800         * glue/: inotify-syscalls.h, ioprio-glue.c:
8801           glue/inotify-syscalls.h: add support for the 64-bit zSeries
8802           machine.  Who cares about zSeries?
8804 2005-08-10 16:24  rml
8806         * glue/ioprio-glue.c:
8807           glue/ioprio-glue.c: add system call stub support for the SH,
8808           SH64, SPARC, UltraSPARC, and ARM.  See previous commits for a
8809           wealth of knowledge on these architectures.
8811 2005-08-10 16:16  rml
8813         * glue/inotify-syscalls.h:
8814           glue/inotify-syscalls.h: add support for the 64-bit SuperH (SH)
8815           processor.  The 64-bit variant of the architecture is implemented
8816           by the SH5 chip, sporting a 64-bit integer core and 128-bit
8817           vector FPU, armed with  64 32-bit registers.  The integer unit
8818           provides SIMD support and 63 64-bit general purpose registers
8819           (the 64th register is hard-wired to all zeros).
8821 2005-08-10 15:59  rml
8823         * glue/inotify-syscalls.h:
8824           glue/inotify-syscalls.h: add inotify system call support for the
8825           SH architecture, also known as the SuperH.  The SuperH core is a
8826           RISC-based architecture found in a large number of embedded
8827           systems.  The SuperH family was first developed by Hitachi as the
8828           successor to the H8 Family and was outsourced to the newly-formed
8829           SuperH Inc., owned by Hitachi and ST Microelectronics. SuperH Inc
8830           now sells the designs of the CPU cores.
8832           The lineage is as follows
8834           SH-1 - 32-bit with maximum of 20MHz (As used on Sega Saturn to
8835           control the CD-drive and to check the Copy Protection on the
8836           game's CD).
8838           SH-2 - 32-bit with up to 28.7MHz (As used in the Sega Saturn).
8840           SH-3 - 32-bit with up to 200MHz. This spring introduced a MMU to
8841           the SH Family (As used in many Windows CE devices).
8843           SH-4 - 32-bit dual-issue core with a 128-bit vector FPU (As used
8844           in the Dreamcast and on some Sega Arcade Machines such as the
8845           Naomi and Naomi 2).
8847 2005-08-10 15:41  joeshaw
8849         * Util/StringFu.cs: Only print the number of days ago if its fewer
8850           than 6
8852 2005-08-10 15:35  fhedberg
8854         * beagled/Makefile.am: Really disable the ManageIndex for now.
8856 2005-08-10 15:31  rml
8858         * glue/inotify-syscalls.h:
8859           glue/inotify-syscalls.h: add syscall stubs for ARM, a 32-bit RISC
8860           processor architecture that is widely used in a number of
8861           applications. ARM variants are in widespread use in embedded and
8862           low-power applications due to their power saving design features.
8864 2005-08-10 15:22  joeshaw
8866         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
8867           BeagleClient/Property.cs, BeagleClient/Query.cs,
8868           BeagleClient/QueryPart.cs, BeagleClient/Versioned.cs,
8869           Filters/FilterDOC.cs, Filters/FilterMan.cs,
8870           Filters/FilterMonodoc.cs, Tiles/Template.cs, Tiles/TileNote.cs,
8871           Tiles/template-note.html, Util/BetterBitArray.cs,
8872           Util/DirectoryWalker.cs, Util/ExtendedAttribute.cs,
8873           Util/GuidFu.cs, Util/Inotify.cs, Util/Makefile.am,
8874           Util/Scheduler.cs, Util/SmallIntArray.cs, Util/StringFu.cs,
8875           Util/TopScores.cs, beagled/BuildIndex.cs,
8876           beagled/FileAttributes.cs, beagled/FileAttributesStore.cs,
8877           beagled/FileAttributesStore_ExtendedAttribute.cs,
8878           beagled/FileAttributesStore_Mixed.cs,
8879           beagled/FileAttributesStore_Sqlite.cs, beagled/FilterFactory.cs,
8880           beagled/IFileAttributesStore.cs, beagled/IIndexer.cs,
8881           beagled/IndexerReceipts.cs, beagled/LuceneCommon.cs,
8882           beagled/LuceneDriver.cs, beagled/LuceneFileQueryable.cs,
8883           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
8884           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
8885           beagled/ManageIndex.cs, beagled/NameIndex.cs,
8886           beagled/NameIndexTool.cs, beagled/NoiseFilter.cs,
8887           beagled/QueryDriver.cs, beagled/QueryResult.cs,
8888           beagled/QueryStringParser.cs, beagled/RemoteIndexer.cs,
8889           beagled/RemoteIndexerRequest.cs,
8890           beagled/RemoteIndexerResponse.cs, beagled/SanityCheckTool.cs,
8891           beagled/Server.cs, beagled/Shutdown.cs, beagled/SnippetFu.cs,
8892           beagled/StaticQueryable.cs, beagled/TermStatsTool.cs,
8893           beagled/TextCache.cs,
8894           beagled/AkregatorQueryable/AkregatorQueryable.cs,
8895           beagled/BlamQueryable/BlamQueryable.cs,
8896           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
8897           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
8898           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
8899           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
8900           beagled/FileSystemQueryable/DirectoryModel.cs,
8901           beagled/FileSystemQueryable/DirectoryState.cs,
8902           beagled/FileSystemQueryable/FileCrawlTask.cs,
8903           beagled/FileSystemQueryable/FileSystemModel.cs,
8904           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8905           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
8906           beagled/FileSystemQueryable/IFileEventBackend.cs,
8907           beagled/FileSystemQueryable/InotifyBackend.cs,
8908           beagled/FileSystemQueryable/LuceneNameResolver.cs,
8909           beagled/FileSystemQueryable/SanityCheck.cs,
8910           beagled/FileSystemQueryable/TreeCrawlTask.cs,
8911           beagled/FileSystemQueryable/UniqueIdStore.cs,
8912           beagled/GaimLogQueryable/GaimLogQueryable.cs,
8913           beagled/IndexHelper/RemoteIndexerExecutor.cs,
8914           beagled/KopeteQueryable/KopeteQueryable.cs,
8915           beagled/LifereaQueryable/LifereaQueryable.cs,
8916           beagled/Lucene.Net/upstream-changes.diff,
8917           beagled/Lucene.Net/Store/FSDirectory.cs,
8918           beagled/TomboyQueryable/TomboyQueryable.cs,
8919           libbeagle/beagle/Makefile.am,
8920           libbeagle/beagle/beagle-hits-added-response.c,
8921           libbeagle/beagle/beagle-private.h,
8922           libbeagle/beagle/beagle-property.c,
8923           libbeagle/beagle/beagle-property.h,
8924           libbeagle/beagle/beagle-query-part-date.c,
8925           libbeagle/beagle/beagle-query-part-date.h,
8926           libbeagle/beagle/beagle-query-part-human.c,
8927           libbeagle/beagle/beagle-query-part-human.h,
8928           libbeagle/beagle/beagle-query-part-property.c,
8929           libbeagle/beagle/beagle-query-part-property.h,
8930           libbeagle/beagle/beagle-query-part-text.c,
8931           libbeagle/beagle/beagle-query-part-text.h,
8932           libbeagle/beagle/beagle-query-part.c,
8933           libbeagle/beagle/beagle-query-part.h,
8934           libbeagle/beagle/beagle-query.c,
8935           libbeagle/docs/reference/beagle-undocumented.txt, tools/Query.cs,
8936           tools/Settings.cs, tools/beagle-crawl-system.in,
8937           tools/settings.glade: Merge the more-better-lucene-branch back
8938           into HEAD
8940 2005-08-10 15:21  rml
8942         * glue/inotify-syscalls.h:
8943           glue/inotify-syscalls.h: add system call stubs for the SPARC,
8944           SPARC (Scalable Processor ARChitecture) is a pure big-endian RISC
8945           microprocessor architecture originally designed in 1985 by Sun
8946           Microsystems.  The SPARC processor usually contains as many as
8947           128 general purpose registers. At any point, only 32 of them are
8948           available - 8 are global registers and the other 24 are from the
8949           stack of registers. These 24 registers form what is called a
8950           register window, and at function call/return, this window is
8951           moved up and down the register stack. Each window has 8 local
8952           registers and shares 8 registers with adjacent windows. The
8953           shared registers are used for passing function parameters and
8954           returning values, and the local registers are used for keeping
8955           values across function calls. The "Scalable" in SPARC comes from
8956           the fact that the SPARC specification allows up to 32 windows. So
8957           the implementation can choose to implement all 32 to provide
8958           maximum call stack efficiency, or to implement minimum to reduce
8959           the context switching time. Other architectures that include
8960           similar register windows include Intel i960, IA-64, and AMD
8961           29000.
8963 2005-08-10 15:18  rml
8965         * glue/inotify-syscalls.h:
8966           glue/inotify-syscalls.h: add syscall info for the Alpha, also
8967           known as the Alpha AXP, is a 64-bit RISC microprocessor
8968           originally developed and fabricated by Digital Equipment Corp,
8969           which used it in its own line of workstations and servers.
8970           Designed as a successor to the VAX line of computers, it
8971           supported the VMS operating system, as well as Digital UNIX and,
8972           today, Linux.
8974 2005-08-10 14:54  joeshaw
8976         * configure.in, beagled/Makefile.am,
8977           beagled/EvolutionDataServerQueryable/EdsSource.cs,
8978           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8979           New e-d-s backend which indexes all local addressbooks and
8980           calendars.  Requires evo-sharp CVS right now (0.8)
8982 2005-08-10 14:42  fhedberg
8984         * Tiles/TileNote.cs: No debug.
8986 2005-08-10 14:41  fhedberg
8988         * Tiles/: TileNote.cs, template-note.html: * Layout consistency for
8989           the tomboy note regarding dates.  * Temp. disable the
8990           hightlighting in tomboy.
8992 2005-08-10 14:08  fhedberg
8994         * Util/Evolution.cs: More patterns to remove.
8996 2005-08-10 14:08  fhedberg
8998         * tools/: Makefile.am, crawl-rules/crawl-applications: Index
8999           applications with the system-crawler.
9001 2005-08-10 13:41  al_shopov
9003         * po/: ChangeLog, bg.po: 2005-08-10  Alexander Shopov
9004           <ash@contact.bg>
9006                   * bg.po: Updated Bulgarian translation by
9007                   Rostislav Raykov <zbrox@i-space.org>
9009 2005-08-10 06:42  trow
9011         * BeagleClient/Query.cs, BeagleClient/QueryPart.cs,
9012           Util/BetterBitArray.cs, beagled/LuceneCommon.cs,
9013           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
9014           beagled/LuceneQueryingDriver.cs, beagled/QueryDriver.cs,
9015           beagled/QueryStringParser.cs,
9016           beagled/FileSystemQueryable/FileCrawlTask.cs,
9017           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9018           beagled/FileSystemQueryable/TreeCrawlTask.cs, tools/Query.cs:
9019           More query hacking, including lots of optimizations.
9021 2005-08-09 18:08  hebra
9023         * po/: ChangeLog, de.po: 2005-08-09  Hendrik Brandt
9024           <heb@gnome-de.org>
9026                   * de.po: Updated German translation.
9028 2005-08-09 17:55  dsd
9030         * ChangeLog, Util/Conf.cs:
9031                   * Util/Conf.cs: Fix DateTime comparison, don't reload
9032           config files which
9033                   haven't changed mtime since we last loaded them.
9035 2005-08-09 17:22  fhedberg
9037         * Tiles/TileFolder.cs: Folder open fix for desktop-launch.
9039 2005-08-09 05:41  mdziumanenko
9041         * configure.in, po/ChangeLog, po/uk.po: 2005-08-09  Maxim
9042           Dziumanenko <mvd@mylinux.ua>
9044                   * Added Ukrainian translation.
9046 2005-08-09 02:07  chliao
9048         * po/: ChangeLog, zh_TW.po:
9049           2005-08-09  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
9051                   * zh_TW.po: Updated Traditional Chinese translation.
9053 2005-08-08 22:12  trow
9055         * BeagleClient/Hit.cs, Util/DirectoryWalker.cs,
9056           beagled/FileAttributesStore.cs,
9057           beagled/FileAttributesStore_ExtendedAttribute.cs,
9058           beagled/FileAttributesStore_Mixed.cs,
9059           beagled/FileAttributesStore_Sqlite.cs,
9060           beagled/IFileAttributesStore.cs, beagled/LuceneIndexingDriver.cs,
9061           beagled/LuceneQueryable.cs, beagled/TextCache.cs,
9062           beagled/FileSystemQueryable/FileCrawlTask.cs,
9063           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9064           beagled/FileSystemQueryable/TreeCrawlTask.cs: Fixes for files and
9065           directories with strange permissions.  Be smarter about how we
9066           handle transactions in our sqlite databases.
9068 2005-08-08 17:21  fhedberg
9070         * tools/: Settings.cs, settings.glade: Remove the option to not run
9071           beagle on startup.
9073 2005-08-08 04:39  kelemeng
9075         * po/: ChangeLog, hu.po: 2005-08-08  Gabor Kelemen
9076           <kelemeng@gnome.hu>
9078                   * hu.po: Hungarian translation updated.
9080 2005-08-08 01:40  trow
9082         * BeagleClient/QueryPart.cs, Util/DirectoryWalker.cs,
9083           Util/GuidFu.cs, Util/Inotify.cs, Util/Scheduler.cs,
9084           beagled/BuildIndex.cs, beagled/FileAttributes.cs,
9085           beagled/FileAttributesStore.cs,
9086           beagled/FileAttributesStore_ExtendedAttribute.cs,
9087           beagled/FileAttributesStore_Sqlite.cs, beagled/FilterFactory.cs,
9088           beagled/IndexerReceipts.cs, beagled/LuceneCommon.cs,
9089           beagled/LuceneFileQueryable.cs, beagled/LuceneIndexingDriver.cs,
9090           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
9091           beagled/Makefile.am, beagled/QueryResult.cs, beagled/Shutdown.cs,
9092           beagled/TextCache.cs, beagled/FileSystemQueryable/CrawlTask.cs,
9093           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
9094           beagled/FileSystemQueryable/DirectoryModel.cs,
9095           beagled/FileSystemQueryable/DirectoryState.cs,
9096           beagled/FileSystemQueryable/FileCrawlTask.cs,
9097           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9098           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9099           beagled/FileSystemQueryable/IFileEventBackend.cs,
9100           beagled/FileSystemQueryable/InotifyBackend.cs,
9101           beagled/FileSystemQueryable/LuceneNameResolver.cs,
9102           beagled/FileSystemQueryable/SanityCheck.cs,
9103           beagled/FileSystemQueryable/TreeCrawlTask.cs,
9104           beagled/FileSystemQueryable/UniqueIdStore.cs: New and improved
9105           FileSystemQueryable, built on top of our improved Lucene
9106           infrastructure.
9108 2005-08-07 23:53  rml
9110         * glue/inotify-syscalls.h:
9111           PPC define is __powerpc__ and PPC64 define is __powerpc64__, not
9112           __ppc__.
9114 2005-08-06 17:34  fhedberg
9116         * beagled/AkregatorQueryable/AkregatorQueryable.cs: * Patch from
9117           Debajyoti Bera to handle deleted feed items.
9119 2005-08-05 17:04  fhedberg
9121         * beagled/LuceneFileQueryable.cs: * Enable
9122           LuceneFileQueryable-derived backends to mark files up to date.
9124 2005-08-05 15:55  fhedberg
9126         * ImLogViewer/ImLogWindow.cs: * Commit hack for multi-client
9127           ImLogWindow on branch.
9129 2005-08-05 15:42  fhedberg
9131         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: *
9132           Add the "fixme:client" property to messages indexed by the imap
9133           generator.
9135 2005-08-05 15:36  fhedberg
9137         * tools/: Makefile.am, beagle-crawl-system.in: * Use the right path
9138           and syntax for beagle-build-index in the crawler.
9140 2005-08-05 15:33  fhedberg
9142         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs: * Use the
9143           specified text cache when filtering.
9145 2005-08-05 15:32  fhedberg
9147         * beagled/LuceneQueryable.cs: * Never create the indexer if we're
9148           in read-only mode.  * Use the driver to get the item count in
9149           that case.
9151 2005-08-05 14:36  fhedberg
9153         * beagled/: wrapper.in: LD_LIBRARY_PATH fix.
9155 2005-08-05 11:34  joeshaw
9157         * Best/BestWindow.cs: Don't use GLib.Object.Data, it's evil.  Clean
9158           up some code which used it unnecessarily
9160 2005-08-04 19:15  baddog
9162         * po/: ChangeLog, zh_TW.po: Fix Language Team Reference
9164 2005-08-04 11:31  joeshaw
9166         * Tiles/: TileFile.cs, template-file.html: Use the title of the
9167           document as the main link for a file, if it's set
9169 2005-08-04 09:04  llipka
9171         * beagled/SnippetFu.cs: Don't waste our highlight colors on stop
9172           words.
9174 2005-08-03 07:37  dsd
9176         * configure.in: Bump version to 0.0.13
9178 2005-08-02 22:15  fhedberg
9180         * ImLogViewer/ImLogWindow.cs: -Some- client agnostic changes to the
9181           ImLogViewer. The ImLog.cs still sucks from a dynamic perspective
9182           however.
9184 2005-08-02 21:35  fhedberg
9186         * Util/DirectoryWalker.cs: Remove debug spew.
9188 2005-08-02 21:34  fhedberg
9190         * Util/IoPriority.cs, Util/Makefile.am,
9191           beagled/IndexHelper/IndexHelper.cs, glue/Makefile.am,
9192           glue/ioprio-glue.c: Robert Love, our hero.
9194 2005-08-02 19:20  dsd
9196         * ChangeLog, Tiles/TileMusic.cs:        * Tiles/TileMusic.cs:
9197           Correct mime type for flac files
9199 2005-08-02 18:22  dsd
9201         * ChangeLog, Tiles/Tile.cs:     * Tiles/Tile.cs: Handle commands
9202           which are 'quoted'
9204 2005-08-02 11:35  vvaradan
9206         * ChangeLog, Filters/FilterSource.cs: Patch from Sreekanth G
9207           <sreekanthnaga@gmail.com>  * Handle all possible pascal-style
9208           comments properly.
9210 2005-08-01 16:40  fhedberg
9212         * beagled/beagled.1: Manpage update.
9214 2005-08-01 15:41  adamw
9216         * po/: ChangeLog, en_CA.po:
9217           2005-08-01  Adam Weinberger  <adamw@gnome.org>
9219                   * en_CA.po: Updated Canadian English translation.
9221 2005-08-01 11:52  rml
9223         * glue/inotify-syscalls.h:
9224           s390 inotify support, my little puppets.
9226 2005-08-01 04:20  knvijay
9228         * tools/: Settings.cs, settings.glade: Minor Fixes
9230 2005-07-31 19:12  fhedberg
9232         * Util/DirectoryWalker.cs: Remove debug spew.
9234 2005-07-31 17:33  dsd
9236         * configure.in: Temporarily from uk from ALL_LINGUAS until uk.po is
9237           in place (I have emailed the committer)
9239 2005-07-31 02:55  mdziumanenko
9241         * ChangeLog, configure.in, po/ChangeLog: [no log message]
9243 2005-07-30 16:13  adamw
9245         * po/: ChangeLog, en_CA.po:
9246           2005-07-30  Adam Weinberger  <adamw@gnome.org>
9248                   * en_CA.po: Updated Canadian English translation.
9250 2005-07-30 12:04  hebra
9252         * po/: ChangeLog, de.po: 2005-07-30  Hendrik Brandt
9253           <heb@gnome-de.org>
9255                   * de.po: Updated German translation.
9257 2005-07-29 18:19  fhedberg
9259         * tools/: Makefile.am, Settings.cs, settings.glade: beagle-settings
9260           options for networking. From KN Vijay. On branch.
9262 2005-07-29 18:18  fhedberg
9264         * tools/Settings.cs: And some ifdef's.
9266 2005-07-29 18:12  fhedberg
9268         * tools/: Makefile.am, Settings.cs, settings.glade: beagle-settings
9269           options for networking. From KN Vijay.
9271 2005-07-29 17:33  fhedberg
9273         * beagled/: LuceneFileQueryable.cs, Makefile.am,
9274           AkregatorQueryable/AkregatorQueryable.cs,
9275           BlamQueryable/BlamQueryable.cs,
9276           LifereaQueryable/LifereaQueryable.cs: * Add support to the
9277           LuceneFileQueryable for child-indexables. Mark the file indexed
9278           when the last child is done.  * Update the Blam-, Liferea-,
9279           Akregator- backends to use it.
9281 2005-07-29 15:11  fhedberg
9283         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Broken pipe.
9285 2005-07-29 15:07  fhedberg
9287         * Util/ImBuddy.cs, Util/ImLog.cs,
9288           beagled/KopeteQueryable/KopeteCrawler.cs,
9289           beagled/KopeteQueryable/KopeteQueryable.cs: Update the Kopete
9290           backend for the lucene changes.
9292 2005-07-29 15:06  fhedberg
9294         * Tiles/TileImLog.cs, beagled/GaimLogQueryable/GaimLogQueryable.cs:
9295           Move the buddy lookup to the daemon (HitFilter in GaimQueryable).
9297 2005-07-29 14:04  fhedberg
9299         * Util/DirectoryWalker.cs, glue/Makefile.am, glue/beagled-utils.c:
9300           Previous fix onto branch.
9302 2005-07-29 14:03  fhedberg
9304         * Util/DirectoryWalker.cs, glue/Makefile.am, glue/beagled-utils.c:
9305           Workaround for a nasty bug in Mono.Posix.Syscall.readdir that
9306           prevents us from read the entire directory if there's any
9307           non-UTF8 coded filenames. We still throw away non-valid filenames
9308           (compliments by the marshalling) but at least we get the others.
9310 2005-07-28 17:17  fhedberg
9312         * Filters/FilterSpreadsheet.cs: Check if xmlReader == null before
9313           closing it.
9315 2005-07-28 07:05  knvijay
9317         * Util/Conf.cs, beagled/WebServices/WebServiceBackEnd.cs: Misc.
9318           fixes
9320 2005-07-28 06:59  knvijay
9322         * beagled/BeagleDaemon.cs: Removed outdated WebServices command
9323           line options
9325 2005-07-28 06:38  knvijay
9327         * beagled/BeagleDaemon.cs: Typo fix
9329 2005-07-28 06:34  knvijay
9331         * beagled/: BeagleDaemon.cs, WebServices/WebServiceBackEnd.cs:
9332           Added commandline option to disable WebServices
9334 2005-07-28 01:41  trow
9336         * BeagleClient/Indexable.cs, Tiles/template-note.html,
9337           Util/ExtendedAttribute.cs, beagled/BuildIndex.cs,
9338           beagled/FileAttributes.cs, beagled/FileAttributesStore.cs,
9339           beagled/FileAttributesStore_ExtendedAttribute.cs,
9340           beagled/IIndexer.cs, beagled/IndexerReceipts.cs,
9341           beagled/LuceneCommon.cs, beagled/LuceneFileQueryable.cs,
9342           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
9343           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
9344           beagled/RemoteIndexer.cs, beagled/RemoteIndexerRequest.cs,
9345           beagled/RemoteIndexerResponse.cs, beagled/Server.cs,
9346           beagled/TextCache.cs,
9347           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
9348           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9349           beagled/GaimLogQueryable/GaimLogQueryable.cs,
9350           beagled/IndexHelper/RemoteIndexerExecutor.cs,
9351           beagled/TomboyQueryable/TomboyQueryable.cs: Another great big
9352           lump of refactoring goodness.
9354           This commit contains: (1) Extensive de-crufting.  (2) A total
9355           revamp of IIndexer change notifications.  (3) Lots of clean-up in
9356           LuceneQueryable and the lower-level Lucene parts.      I've
9357           removed a lot of the horrible hacks that were added to      make
9358           the filesystem backend work (prime example: all of that dreadful
9359               Uri remapping code), and replaced it with more generic hooks
9360               that can be used for Uri remapping but which are useful for
9361           other      stuff too.  (4) Some annoying file-centric assumptions
9362           have been moved from     LuceneQueryable into a new class,
9363           LuceneFileQueryable.      LuceneFileQueryable will automatically
9364           update a file's FileAttributes      after it has been indexed,
9365           provides a default implementation of      HitIsValid, etc.
9366           Smaller, file-oriented backends should use this.  (5) Lots of
9367           little bug fixes for things that I stumbled across while
9368           hacking.
9370           Caveats: (1) I've almost certainly broken stuff.  (2) The Blam
9371           and Liferea backends are turned off in the build.      Fixing
9372           them should be easy.  (3) The File System backend is also turned
9373           off.  Fixing it is     somewhat less easy.
9375           Enjoy.
9377 2005-07-27 20:33  dsd
9379         * beagled/FileSystemQueryable/FileSystemQueryable.cs: kill debug
9380           spew on branch
9382 2005-07-27 20:32  dsd
9384         * beagled/FileSystemQueryable/FileSystemQueryable.cs: oops - kill
9385           debug spew
9387 2005-07-27 20:29  dsd
9389         * beagled/FileSystemQueryable/: CrawlTask.cs, FileNameFilter.cs,
9390           FileSystemModel.cs, FileSystemQueryable.cs,
9391           FileSystemWatcherBackend.cs, IFileEventBackend.cs,
9392           InotifyBackend.cs: Some recent changes from HEAD:
9394                   * beagled/FileSystemQueryable/CrawlTask.cs,
9395                   beagled/FileSystemQueryable/FileSystemModel.cs,
9396                   beagled/FileSystemQueryable/FileSystemQueryable.cs,
9397                   beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9398                   beagled/FileSystemQueryable/IFileEventBackend.cs,
9399                   beagled/FileSystemQueryable/InotifyBackend.cs: Merge the
9400           concept of
9401                   scanning and crawling into crawling only, to reduce
9402           startup expense.
9404                   * beagled/FileSystemQueryable/FileNameFilter.cs,
9405                   beagled/FileSystemQueryable/FileSystemModel.cs,
9406                   beagled/FileSystemQueryable/FileSystemQueryable.cs: When
9407           an exclude path is
9408                   added, we should forget about that in the internal
9409           directory structure, drop
9410                   watches on it, and remove it from the crawling queue.
9411           Consolidate code
9412                   between Delete and RecursivelyRemove_Unlocked.
9414 2005-07-27 20:23  dsd
9416         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs,
9417           beagled/FileSystemQueryable/FileSystemModel.cs,
9418           beagled/FileSystemQueryable/FileSystemQueryable.cs:         *
9419           beagled/FileSystemQueryable/FileNameFilter.cs,
9420                   beagled/FileSystemQueryable/FileSystemModel.cs,
9421                   beagled/FileSystemQueryable/FileSystemQueryable.cs: When
9422           an exclude path is
9423                   added, we should forget about that in the internal
9424           directory structure, drop
9425                   watches on it, and remove it from the crawling queue.
9426           Consolidate code
9427                   between Delete and RecursivelyRemove_Unlocked.
9429 2005-07-27 17:48  joeshaw
9431         * Util/UnixClient.cs, beagled/Server.cs: Get rid of
9432           UnixClient.Flush() to keep it in sync with the upstream version.
9433           Fix the usage in Server.cs to get the stream and then flush.
9435 2005-07-27 16:43  joeshaw
9437         * Filters/FilterText.cs: oops
9439 2005-07-27 16:43  joeshaw
9441         * Filters/: FilterText.cs: Bump the text filter limit from 1mb to
9442           5mb
9444 2005-07-27 14:56  joeshaw
9446         * mozilla-extension/content/beagleOverlay.js: Add a mozilla
9447           preference which enables/disables the plugin in a persistent way
9449 2005-07-27 12:41  fhedberg
9451         * beagled/: LuceneQueryable.cs, StaticQueryable.cs: Land on
9452           previous fix on branch.
9454 2005-07-27 12:36  fhedberg
9456         * beagled/: LuceneQueryable.cs, StaticQueryable.cs: Support
9457           HitIsValid in StaticQueryable.
9459 2005-07-27 11:59  rml
9461         * glue/inotify-syscalls.h:
9462           ia64 inotify support.
9464 2005-07-27 11:49  rml
9466         * glue/inotify-syscalls.h:
9467           inotify support for PPC32.
9469 2005-07-27 11:45  fhedberg
9471         * beagled/: BuildIndex.cs, Filter.cs, FilterFactory.cs: Commit it
9472           to the branch too.
9474 2005-07-27 11:42  fhedberg
9476         * beagled/: BuildIndex.cs, Filter.cs, FilterFactory.cs: Clean up
9477           the filtering code. Allow it to pass streams if we're doing in
9478           process indexing.
9480 2005-07-27 11:04  dsd
9482         * ChangeLog, Filters/FilterSpreadsheet.cs:      *
9483           Filters/FilterSpreadsheet.cs: Workaround the zombie processes bug
9484           for
9485                   ssindex invocations
9487 2005-07-27 10:58  rml
9489         * glue/inotify-syscalls.h:
9490           x86-64 inotify support.
9492 2005-07-27 10:29  dsd
9494         * ChangeLog, Filters/FilterPdf.cs:      * Filters/FilterPdf.cs:
9495           Workaround the zombie processes bug for pdftotext
9496                   invocations
9498 2005-07-26 17:31  joeshaw
9500         * beagled/LuceneCommon.cs: Check for null return values from
9501           StringToQuery in QueryPartToQuery so that we avoid exceptions
9502           when stop words are a part of our query text
9504 2005-07-26 16:22  joeshaw
9506         * Makefile.am, configure.in, Best/best.desktop,
9507           chooser-fu/beaglequery.c, chooser-fu/chooser-test.c,
9508           glue/tomboykeybinder.c, glue/vmsize-glue.c, glue/wv1-glue.c,
9509           tools/beagle-settings.desktop, searchomatic/searchomatic.c:
9510           Commit a bunch of build fixes: Don't build the chooser-fu
9511           directory; remove an obsolete warning abou the epiphany extension
9512           being installed in the wrong place; various fixes to the Best and
9513           beagle-settings .desktop files; fix a bunch of warnings in C glue
9515 2005-07-26 15:16  fhedberg
9517         * Util/ImBuddy.cs: Try/Catch the parsing of the contact lists in
9518           Gaim & Kopete.
9520 2005-07-26 14:59  joeshaw
9522         * Util/PullingReader.cs, beagled/Filter.cs: Fix some filtering
9523           bottlenecks that really popped up when trying to index very large
9524           OpenOffice documents.  Instead of pulling only the head of the
9525           ArrayList in the filter, walk the list, add everything to the
9526           buffer and clear the list.  Thanks Fredrik and Jon
9528 2005-07-25 13:05  dsd
9530         * ChangeLog, Util/Inotify.cs:   * Util/Inotify.cs: Consolidate some
9531           code, and reduce watches to minimal
9532                   possible form upon Unsubscribe/ChangeSubscription.
9534 2005-07-25 13:03  dsd
9536         * ChangeLog, beagled/FileSystemQueryable/CrawlTask.cs,
9537           beagled/FileSystemQueryable/FileSystemModel.cs,
9538           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9539           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9540           beagled/FileSystemQueryable/IFileEventBackend.cs,
9541           beagled/FileSystemQueryable/InotifyBackend.cs:    *
9542           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: Merge the
9548           concept of
9549                   scanning and crawling into crawling only, to reduce
9550           startup expense.
9552 2005-07-25 11:35  joeshaw
9554         * beagled/Server.cs: Fix a very hard-to-trigger race when aborting
9555           out of the read
9557 2005-07-25 10:56  joeshaw
9559         * Filters/FilterPdf.cs: Set the priority class on pdfinfo to
9560           BelowNormal, so that it doesn't dominate the CPU on expensive
9561           runs.  Patch from Paul Betts
9563 2005-07-21 20:14  dsd
9565         * ChangeLog, Util/Conf.cs:      * Util/Conf.cs: Add ConfigOptions
9566           for adding/removing excludes, so that
9567                   excludes can be manipulated via beagle-config.
9569 2005-07-21 16:47  fhedberg
9571         * Tiles/TileImLog.cs, Util/ImBuddy.cs, Util/ImLog.cs,
9572           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
9573           beagled/Makefile.am,
9574           beagled/GaimLogQueryable/GaimLogQueryable.cs,
9575           beagled/KopeteQueryable/KopeteCrawler.cs,
9576           beagled/KopeteQueryable/KopeteQueryable.cs: KopeteQueryable
9578 2005-07-21 14:58  joeshaw
9580         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
9581           Names shouldn't be keywords in the evo mail backend.  I did this
9582           on the branch but forgot to commit it to the trunk too
9584 2005-07-21 14:57  joeshaw
9586         * Filters/FilterMail.cs: Names shouldn't be keywords in the mail
9587           filter
9589 2005-07-21 12:33  fhedberg
9591         * AUTHORS, beagled/Makefile.am,
9592           beagled/AkregatorQueryable/AkregatorQueryable.cs: Added Akregator
9593           backend from Debajyoti Bera.
9595 2005-07-21 10:51  joeshaw
9597         * Tiles/Tile.cs: The command we get from the mime system can
9598           actually be the program and arguments, and passing in such a
9599           command to ProcessStartInfo.FileName causes problems, so split
9600           out any arguments and add them to the argument string instead
9602 2005-07-21 10:17  fhedberg
9604         * BeagleClient/Property.cs, libbeagle/beagle/Makefile.am,
9605           libbeagle/beagle/beagle-hits-added-response.c,
9606           libbeagle/beagle/beagle-private.h,
9607           libbeagle/beagle/beagle-property.c,
9608           libbeagle/beagle/beagle-query-part-date.c,
9609           libbeagle/beagle/beagle-query-part-date.h,
9610           libbeagle/beagle/beagle-query-part-human.c,
9611           libbeagle/beagle/beagle-query-part-human.h,
9612           libbeagle/beagle/beagle-query-part-property.c,
9613           libbeagle/beagle/beagle-query-part-property.h,
9614           libbeagle/beagle/beagle-query-part-text.c,
9615           libbeagle/beagle/beagle-query-part-text.h,
9616           libbeagle/beagle/beagle-query-part.c,
9617           libbeagle/beagle/beagle-query-part.h,
9618           libbeagle/beagle/beagle-query.c,
9619           libbeagle/docs/reference/beagle-undocumented.txt: Add support for
9620           new query construction to libbeagle.
9622 2005-07-20 17:18  trow
9624         * Util/Makefile.am, Util/TopScores.cs, beagled/LuceneCommon.cs:
9625           Added TopScores, a class for efficiently finding the N
9626           highest-scoring objects in a set.  Fixed a small bug in live
9627           queries.
9629 2005-07-20 03:54  knvijay
9631         * Util/Conf.cs: Added option to check status of WebServices
9632           GlobalAccess
9634 2005-07-20 03:35  knvijay
9636         * beagled/WebServices/WebServiceBackEnd.cs: Fix to use fully
9637           qualified DNS host name
9639 2005-07-20 02:26  knvijay
9641         * beagled/WebServices/: NetBeagleQueryable.cs, WebBackEnd.cs,
9642           WebFrontEnd.cs, search.aspx: Fixes to show NetBeagle check-box
9643           only when NetBeagle nodes are configured. Updated Beagle Web
9644           Interface Title to show the hostname for external accesses
9646 2005-07-19 17:28  jogley
9648         * po/: ChangeLog, en_GB.po:
9650           2005-07-19  James Ogley  <james@usr-local-bin.org>
9652                   * po/en_GB.po: Updated British English translation.
9654 2005-07-19 15:46  joeshaw
9656         * Filters/FilterMail.cs,
9657           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
9658           We should be indexing names in emails as text, not keywords
9660 2005-07-19 15:22  orrc
9662         * po/: ChangeLog, en_GB.po: 2005-07-19  Christopher Orr
9663           <chris@orr.me.uk>
9665                   * en_GB.po: Updated British English translation.
9667 2005-07-19 13:56  joeshaw
9669         * Tiles/TileMailMessage.cs: Don't try to put presence on the mail
9670           message tile if we have galago support but not evo-sharp support
9672 2005-07-19 13:55  fhedberg
9674         * tools/: Makefile.am, beagle-crawl-system.in: Use the correct path
9675           to beagle-build-index in beagle-crawl-system, thanks to Cameron
9676           for pointing it out ;)
9678 2005-07-19 13:22  joeshaw
9680         * beagled/LuceneQueryingDriver.cs: Check for secondary_searcher ==
9681           null when trying to merge the properties in
9683 2005-07-19 13:20  fhedberg
9685         * beagled/LuceneIndexingDriver.cs: IIndexer events.
9687 2005-07-19 13:18  fhedberg
9689         * beagled/LuceneCommon.cs: Belongs to the last commit.
9691 2005-07-19 12:52  fhedberg
9693         * beagled/: BuildIndex.cs, LuceneQueryingDriver.cs,
9694           StaticQueryable.cs: Update the static indexing stuff for new
9695           lucene design.
9697 2005-07-19 10:32  fhedberg
9699         * Util/Conf.cs: Rollback some stuff so we can build again.
9701 2005-07-19 08:16  knvijay
9703         * beagled/WebServices/WebFrontEnd.cs: Bug Fixes
9705 2005-07-19 06:33  knvijay
9707         * ChangeLog: [no log message]
9709 2005-07-19 06:30  knvijay
9711         * beagled/WebServices/search.aspx: Added background color for
9712           search box in Web interface
9714 2005-07-19 06:29  knvijay
9716         * beagled/WebServices/: NetBeagleQueryable.cs, WebBackEnd.cs,
9717           WebFrontEnd.cs, WebServiceBackEnd.cs, WebServiceFrontEnd.cs:
9718           Updates to provide option in WebInterface to enable/disable
9719           NetworkedBeagle search on per-query basis
9721 2005-07-19 06:24  knvijay
9723         * Util/Conf.cs: Update to networking section to handle arguments
9724           without explicit port no.
9726 2005-07-18 22:31  trow
9728         * beagled/Lucene.Net/upstream-changes.diff: Updated for my last
9729           tweak to FSDirectory.cs.
9731 2005-07-18 22:30  trow
9733         * Util/BetterBitArray.cs, Util/Makefile.am, Util/SmallIntArray.cs,
9734           beagled/LuceneCommon.cs, beagled/LuceneQueryingDriver.cs,
9735           beagled/Lucene.Net/Store/FSDirectory.cs: Relevancy hacks.
9736           Support Uri filtering in queries.  Work on modifying mutable
9737           properties.  Querying fixes.  Allow sharing when opening files in
9738           dotLucene.
9740 2005-07-18 19:23  fhedberg
9742         * beagled/ManageIndex.cs: Disable locking for read-only ops.
9744 2005-07-18 17:02  trow
9746         * Util/StringFu.cs, beagled/LuceneCommon.cs, beagled/Makefile.am,
9747           beagled/NameIndexTool.cs, beagled/SanityCheckTool.cs,
9748           beagled/FileSystemQueryable/FileSystemModel.cs,
9749           beagled/FileSystemQueryable/FileSystemQueryable.cs: Stop using
9750           the NameIndex, since the name  is now stored in mutable
9751           properties on the Indexable.
9753 2005-07-18 16:16  fhedberg
9755         * Tiles/TileFolder.cs: TileFolder Open fix.
9757 2005-07-18 15:29  trow
9759         * Filters/FilterDOC.cs, Filters/FilterMan.cs,
9760           Filters/FilterMonodoc.cs, Tiles/Template.cs,
9761           Util/BetterBitArray.cs, Util/Makefile.am, beagled/BuildIndex.cs,
9762           beagled/LuceneCommon.cs, beagled/LuceneDriver.cs,
9763           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
9764           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
9765           beagled/ManageIndex.cs, beagled/NameIndex.cs,
9766           beagled/NoiseFilter.cs, beagled/QueryStringParser.cs,
9767           beagled/SnippetFu.cs, beagled/TermStatsTool.cs,
9768           beagled/TextCache.cs,
9769           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
9770           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
9771           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9772           beagled/IndexHelper/RemoteIndexerExecutor.cs,
9773           libbeagle/beagle/beagle-hits-added-response.c,
9774           libbeagle/beagle/beagle-private.h,
9775           libbeagle/beagle/beagle-property.c,
9776           libbeagle/beagle/beagle-property.h, tools/Query.cs: (Committing
9777           again due a broken pipe error...)
9779           Welcome to beagle-more-better-lucene-branch.  We hope you enjoy
9780           your stay.
9782           This branch contains a radical reworking of beagle's interaction
9783           with Lucene.  We now split our index into two: a primary index
9784           that contains indexed fulltexts and non-mutable metadata.  The
9785           secondary index contains metadata that we would like to be able
9786           to change w/o requiring a reindex.  We call such metadata
9787           "mutable": canonical examples are filenames, nautilus notes,
9788           nautilus emblems, etc.
9790           I've almost certainly introduced many bugs here, so be careful.
9792 2005-07-18 15:28  trow
9794         * BeagleClient/: Indexable.cs, Property.cs, Query.cs, QueryPart.cs,
9795           Versioned.cs: Welcome to beagle-more-better-lucene-branch.  We
9796           hope you enjoy your stay.
9798           This branch contains a radical reworking of beagle's interaction
9799           with Lucene.  We now split our index into two: a primary index
9800           that contains indexed fulltexts and non-mutable metadata.  The
9801           secondary index contains metadata that we would like to be able
9802           to change w/o requiring a reindex.  We call such metadata
9803           "mutable": canonical examples are filenames, nautilus notes,
9804           nautilus emblems, etc.
9806           I've almost certainly introduced many bugs here, so be careful.
9808 2005-07-18 11:50  dsd
9810         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs,
9811           beagled/FileSystemQueryable/FileSystemModel.cs:     *
9812           beagled/FileSystemQueryable/FileNameFilter.cs: When we drop an
9813           exclude
9814                   pattern, set the entire filesystem state to unknown.
9815                   * FileSystemQueryable/FileSystemModel.cs: Setting state
9816           to unknown should
9817                   trigger a recrawl.
9819 2005-07-18 03:58  adamw
9821         * po/: ChangeLog, en_CA.po:
9822           2005-07-18  Adam Weinberger  <adamw@gnome.org>
9824                   * en_CA.po: Updated Canadian English translation.
9826 2005-07-17 03:43  fhedberg
9828         * configure.in, Tiles/Makefile.am, Tiles/Tile.cs: "This place
9829           better be worth it, they better be doing coke here."
9831 2005-07-15 21:38  chliao
9833         * po/: ChangeLog, zh_TW.po:
9834           2005-07-16  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
9836                   * zh_TW.po: Updated Traditional Chinese translation.
9838 2005-07-15 17:49  joeshaw
9840         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
9841           Better progress indication for mboxes
9843 2005-07-15 15:58  fhedberg
9845         * tools/crawl-rules/: crawl-documentation, crawl-windows: Forgot
9846           the rules.
9848 2005-07-15 15:57  fhedberg
9850         * beagle.spec.in, beagled/Makefile.am, tools/.cvsignore,
9851           tools/Makefile.am, tools/beagle-crawl-system.in: Rules for
9852           crawling the system from a cron-job.
9854 2005-07-15 15:18  fhedberg
9856         * beagled/BuildIndex.cs: Better arguments for beagle-build-index.
9858 2005-07-15 13:12  joeshaw
9860         * libbeagle/beagle/: beagle-client.c, beagle-util.c, beagle-util.h:
9861           Add support for the locally synchronized storage dirs to
9862           libbeagle
9864 2005-07-15 12:56  trow
9866         * libbeagle/beagle/: beagle-indexable.c, beagle-indexable.h: Added
9867           IndexableFiltering.AlreadyFiltered, a way for an indexable to
9868           indicate that its readers will always return nice, clean,
9869           ready-to-index text.  Set AlreadyFiltered on indexables created
9870           from gaim logs.  Updated libbeagle to know about the new
9871           IndexableFiltering option.
9873 2005-07-15 12:54  trow
9875         * BeagleClient/Indexable.cs, beagled/FilterFactory.cs,
9876           beagled/GaimLogQueryable/GaimLogQueryable.cs: Added
9877           IndexableFiltering.AlreadyFiltered, which provides a way for an
9878           indexable to indicate that its readers will return clean text
9879           that does not need to be filtered.
9881 2005-07-15 12:42  joeshaw
9883         * BeagleClient/Hit.cs: The Beagle.Hit indexer property should be
9884           public
9886 2005-07-15 12:32  joeshaw
9888         * beagled/GaimLogQueryable/GaimLogQueryable.cs: We do in fact need
9889           to filter the gaim logs, or else NoContent is set to true and the
9890           text readers are never added to the lucene document
9892 2005-07-15 06:09  vvaradan
9894         * ChangeLog, configure.in: * Show the availability of gst-sharp as
9895           "disabled" instead of "no".
9897 2005-07-14 23:17  fhedberg
9899         * beagled/: BuildIndex.cs, FilterFactory.cs, LuceneDriver.cs,
9900           LuceneQueryable.cs, StaticQueryable.cs, TextCache.cs,
9901           beagle-build-index.8: Support text-cache for static indexes.
9903           * Added --cache-text argument to beagle-build-index *
9904           De-staticized TextCache * Minor changes to the filtering
9906 2005-07-14 16:37  fhedberg
9908         * Util/Conf.cs: Get rid of GetHashCode warning for ExcludeItem.
9910 2005-07-14 16:24  joeshaw
9912         * BeagleClient/Client.cs, Util/PathFinder.cs,
9913           beagled/BeagleDaemon.cs, beagled/RemoteIndexer.cs,
9914           beagled/Server.cs, beagled/IndexHelper/IndexHelper.cs: Use a safe
9915           temp filename for when we're handing a remote home directory.
9916           Move the sockets there since we can't create unix domain sockets
9917           on smbfs.  Add some nasty code to clean up after ourselves as
9918           best we can
9920 2005-07-14 16:16  joeshaw
9922         * libbeagle/beagle/beagle-hits-added-response.c: oops, forgot this
9924 2005-07-14 16:14  joeshaw
9926         * BeagleClient/Hit.cs, libbeagle/beagle/beagle-hit.c,
9927           libbeagle/beagle/beagle-private.h: Don't keep Score around in
9928           libbeagle; just calculate it from the raw score and multiplier,
9929           since it's not serialized by the daemon
9931 2005-07-14 15:28  rml
9933         * Util/Inotify.cs, glue/inotify-glue.c, glue/inotify-syscalls.h,
9934           glue/inotify.h: Port Beagle to the New Inotify.
9936 2005-07-14 13:41  fhedberg
9938         * beagled/: BuildIndex.cs, Makefile.am, ManageIndex.cs,
9939           beagle-build-index.8, beagle-manage-index.8: * Install
9940           beagle-build-index & beagle-manage-index into /sbin instead of
9941           /bin * Use the first argument as index_dir in beagle-build-index
9942           * Manpages for said tools.
9944 2005-07-14 03:59  knvijay
9946         * Util/Conf.cs: Added CheckGlobalAccess option to webservices
9947           section
9949 2005-07-13 21:28  fhedberg
9951         * beagled/LuceneDriver.cs: Merge fix pointed out by Jon.
9953 2005-07-13 12:28  fhedberg
9955         * Util/Conf.cs, Util/PathFinder.cs, Util/Scheduler.cs,
9956           beagled/BeagleDaemon.cs, beagled/IndexSynchronization.cs,
9957           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
9958           beagled/Makefile.am, beagled/NameIndexTool.cs,
9959           beagled/SanityCheckTool.cs,
9960           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
9961           Index Synchronization
9963           * If PathFinder.HomeDir is on NFS, or BEAGLE_SYNCHRONIZE_LOCALLY
9964           is set we synchronize the indexes locally (to /tmp/beagle-$user).
9965            * Needed to move all the indexes to a separate directory, so if
9966           you don't want to re-index everything, move them to
9967           ~/.beagle/Indexes.  * Configuration option to disable
9968           synchronization totally.  * Added support for tasks executed on
9969           shutdown.
9971 2005-07-13 11:03  fhedberg
9973         * Util/PathFinder.cs: Removed a bunch of unused code.
9975 2005-07-13 07:16  llipka
9977         * Tiles/TilePicture.cs: Update the F-spot tags spacing a bit.
9979 2005-07-12 14:46  kelemeng
9981         * po/: ChangeLog, hu.po: 2005-07-12  Gabor Kelemen
9982           <kelemeng@gnome.hu>
9984                   * hu.po: Hungarian translation updated.
9986 2005-07-12 14:29  hebra
9988         * po/: ChangeLog, de.po: 2005-07-12  Hendrik Brandt
9989           <heb@gnome-de.org>
9991                   * de.po: Updated German translation.
9993 2005-07-12 13:39  fhedberg
9995         * Util/SystemInformation.cs: Remove some unused code and add some
9996           new unused code.
9998 2005-07-12 10:02  fhedberg
10000         * beagled/LuceneDriver.cs: Do actually create an index even if
10001           there is no minor_version provided.
10003 2005-07-12 09:31  fhedberg
10005         * Filters/FilterText.cs: Give the right message when the text file
10006           is too large to filter.
10008 2005-07-11 19:55  dsd
10010         * ChangeLog, beagled/LuceneDriver.cs: Allow unspecified index minor
10011           versions (= 'dont care'). Allows beagle-manage-index to work on
10012           versioned indexes.
10014 2005-07-11 15:18  trow
10016         * beagled/beagled-index-helper.in: Removed some debug spew.
10018 2005-07-11 15:18  trow
10020         * NEWS: Updated for Lukas's last patch.
10022 2005-07-11 15:14  llipka
10024         * Filters/FilterMail.cs, Tiles/TileMailMessage.cs,
10025           Tiles/TranslationHack.cs, Tiles/template-mail-message.html:
10026           Render the mail attachments nicely.
10028 2005-07-11 15:08  trow
10030         * NEWS: Updated again for release.
10032 2005-07-11 14:38  joeshaw
10034         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10035           Fix a problem where we were losing mails from the index if an
10036           IMAP summary was updated later.  Also add some additional
10037           debugging spew and sort the deleted list up front, so that
10038           removals are more efficient later (since they're done in UID
10039           order, we should always be removing from near the head of the
10040           list)
10042 2005-07-11 14:17  trow
10044         * NEWS: Updated for release.
10046 2005-07-11 14:14  fhedberg
10048         * beagled/BuildIndex.cs: Dont index dot-dirs & files with
10049           beagle-build-index.
10051 2005-07-11 10:56  hebra
10053         * po/: ChangeLog, de.po: 2005-07-10  Hendrik Brandt
10054           <heb@gnome-de.org>
10056                   * de.po: Corrected mis-translation.
10058 2005-07-10 10:14  hebra
10060         * po/: ChangeLog, de.po: 2005-07-10  Hendrik Brandt
10061           <heb@gnome-de.org>
10063                   * de.po: Updated German translation.
10065 2005-07-09 02:13  adamw
10067         * po/: ChangeLog, en_CA.po:
10068           2005-07-09  Adam Weinberger  <adamw@gnome.org>
10070                   * en_CA.po: Updated Canadian English translation.
10072 2005-07-09 00:31  trow
10074         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Explicitly disable
10075           filtering --- we don't need it, since we are passing in nice
10076           clean text.
10078 2005-07-08 19:54  joeshaw
10080         * Util/camel.cs: time_t is an arch dependent size, so account for
10081           that in our camel summary parser
10083 2005-07-08 17:05  joeshaw
10085         * Filters/FilterDocbook.cs: remove debug writeline
10087 2005-07-08 15:30  fhedberg
10089         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Command line argument
10090           for loading static indexes for Dave.
10092 2005-07-08 15:24  clahey
10094         * ChangeLog, Filters/FilterDocbook.cs: 2005-07-08  Christopher
10095           James Lahey  <clahey@ximian.com>
10097                   * Filters/FilterDocbook.cs: Turn off XmlResolver here so
10098           that it
10099                   doesn't read the DTDs.
10101 2005-07-08 12:47  trow
10103         * libbeagle/: Makefile.am, beagle/Makefile.am: A small "make
10104           distcheck" fix.
10106 2005-07-08 12:39  llipka
10108         * Best/: BestTray.cs, BestWindow.cs: Add a clear history item to
10109           the tray menu.
10111 2005-07-08 11:40  joeshaw
10113         * beagled/IndexHelper/RemoteIndexerExecutor.cs: Store the
10114           child_indexables streams in the helper before sending them back
10115           to the daemon.  Fixes a problem with indexing mail attachments
10116           since I moved the child indexable generation from the evolution
10117           backend to the mail filter.  Many thanks to Lukas for discovering
10118           it, and Fredrik for also looking at it
10120 2005-07-08 08:59  llipka
10122         * ImLogViewer/ImLogViewer.glade: Fix some window glitches.
10124 2005-07-08 08:59  knvijay
10126         * ChangeLog: [no log message]
10128 2005-07-08 08:50  knvijay
10130         * beagled/WebServices/: NetBeagleHandler.cs, NetBeagleQueryable.cs,
10131           WebServiceBackEnd.cs, WebServiceProxy.cs: Added a limit on the
10132           no. of intermediate Beagle nodes a request is cascaded through
10134 2005-07-08 04:51  knvijay
10136         * beagled/WebServices/WebBackEnd.cs: [no log message]
10138 2005-07-08 04:49  knvijay
10140         * beagled/WebServices/: WebBackEnd.cs, WebFrontEnd.cs: Updated
10141           support for Actions in Web interface when dealing with external
10142           queries
10144 2005-07-07 17:22  joeshaw
10146         * Filters/FilterMusic.cs: Print out the reason why we couldn't
10147           filter a music file to the debug log
10149 2005-07-07 16:31  fhedberg
10151         * Filters/FilterDocbook.cs: More Docbook filtering.
10153 2005-07-07 13:26  joeshaw
10155         * Tiles/Tile.cs, Tiles/TileFolder.cs, Util/ArrayFu.cs,
10156           beagled/LuceneDriver.cs, beagled/SnippetFu.cs: Remap directories
10157           a little differently in the Tile code.  Don't snippet stop words
10159 2005-07-07 12:53  trow
10161         * beagled/LuceneQueryable.cs: Get the item count from the indexer,
10162           not the LuceneDriver we use for queries.
10164 2005-07-07 09:30  knvijay
10166         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs,
10167           ExternalAccessFilter.cs, NetBeagleHandler.cs,
10168           NetBeagleQueryable.cs: Updates for cascaded network operation
10170 2005-07-06 19:40  trow
10172         * Tiles/TileContact.cs,
10173           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
10174           Use the beagle: namespace on the photo filename property.
10176 2005-07-06 19:12  trow
10178         *
10179           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
10180           When we cache the contact photo on the filesystem, open the file
10181           with FileShare.ReadWrite, and close the file when we are done
10182           writing to it.
10184 2005-07-06 18:54  trow
10186         * Util/Inotify.cs, beagled/FileSystemQueryable/InotifyBackend.cs:
10187           Added the ability to change an Inotify.Watch's event mask via the
10188           ChangeSubscription method.
10190           Use ChangeSubscription to adjust the event mask in
10191           InotifyBackend.WatchFile.
10193 2005-07-06 17:32  joeshaw
10195         *
10196           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
10197           If the REV field in the vCard is empty, always index the contact.
10198           Fixes a bug where newly added contacts weren't being updated
10199           with older versions of evolution
10201 2005-07-06 16:51  dsd
10203         * ChangeLog, libbeagle/beagle/beagle-client.c: libbeagle: Use
10204           /home/dsd/beagle-testing and check for existance of the relevant
10205           socket.
10207 2005-07-06 14:04  llipka
10209         * Tiles/Makefile.am: Eeek!
10211 2005-07-06 13:55  llipka
10213         * libbeagle/: beagle/.cvsignore, examples/.cvsignore: AVATAR is a
10214           conceptual HOTOL, SSTO spaceplane being developed by India's
10215           Defence Research and Development Organisation.
10217 2005-07-06 13:39  llipka
10219         * libbeagle/.cvsignore: Defining feudalism is difficult because
10220           there is no generally accepted agreement on what it means.
10222 2005-07-06 13:39  serrador
10224         * po/: ChangeLog, es.po: 2005-07-06  Francisco Javier F. Serrador
10225           <serrador@cvs.gnome.org>
10227                   * es.po: Updated Spanish translation.
10229 2005-07-06 13:28  joeshaw
10231         * acinclude.m4: Add gtk-doc.m4 to acinclude.m4 so that users don't
10232           need gtkdoc installed to autogen
10234 2005-07-06 13:14  joeshaw
10236         * Makefile.am: Only descend into the libbeagle directory if it's
10237           enabled
10239 2005-07-06 12:40  fhedberg
10241         * Filters/FilterDirectory.cs: Fix typo.
10243 2005-07-06 12:29  joeshaw
10245         * libbeagle/beagle/: beagle-cancelled-response.c,
10246           beagle-cancelled-response.h, beagle-client.c, beagle-client.h,
10247           beagle-daemon-information-request.c,
10248           beagle-daemon-information-request.h,
10249           beagle-daemon-information-response.c,
10250           beagle-daemon-information-response.h, beagle-empty-response.c,
10251           beagle-empty-response.h, beagle-error-response.c,
10252           beagle-error-response.h, beagle-finished-response.c,
10253           beagle-finished-response.h, beagle-hit.c, beagle-hit.h,
10254           beagle-hits-added-response.c, beagle-hits-added-response.h,
10255           beagle-hits-subtracted-response.c,
10256           beagle-hits-subtracted-response.h, beagle-indexable.c,
10257           beagle-indexable.h, beagle-indexing-service-request.c,
10258           beagle-indexing-service-request.h, beagle-parser.c,
10259           beagle-parser.h, beagle-private.h, beagle-property.c,
10260           beagle-property.h, beagle-query-part.c, beagle-query-part.h,
10261           beagle-query.c, beagle-query.h, beagle-request.c,
10262           beagle-request.h, beagle-response.c, beagle-response.h,
10263           beagle-shutdown-request.c, beagle-shutdown-request.h,
10264           beagle-snippet-request.c, beagle-snippet-request.h,
10265           beagle-snippet-response.c, beagle-snippet-response.h,
10266           beagle-timestamp.c, beagle-timestamp.h, beagle-util.c,
10267           beagle-util.h, beagle.h: add copyright headers to all the source
10268           files
10270 2005-07-06 12:17  joeshaw
10272         * gtk-doc.make: forgot this
10274 2005-07-06 12:05  joeshaw
10276         * Makefile.am, configure.in, libbeagle/.cvsignore,
10277           libbeagle/Makefile.am, libbeagle/libbeagle-0.0.pc.in,
10278           libbeagle/beagle/.cvsignore, libbeagle/beagle/Makefile.am,
10279           libbeagle/beagle/beagle-cancelled-response.c,
10280           libbeagle/beagle/beagle-cancelled-response.h,
10281           libbeagle/beagle/beagle-client.c,
10282           libbeagle/beagle/beagle-client.h,
10283           libbeagle/beagle/beagle-daemon-information-request.c,
10284           libbeagle/beagle/beagle-daemon-information-request.h,
10285           libbeagle/beagle/beagle-daemon-information-response.c,
10286           libbeagle/beagle/beagle-daemon-information-response.h,
10287           libbeagle/beagle/beagle-empty-response.c,
10288           libbeagle/beagle/beagle-empty-response.h,
10289           libbeagle/beagle/beagle-error-response.c,
10290           libbeagle/beagle/beagle-error-response.h,
10291           libbeagle/beagle/beagle-finished-response.c,
10292           libbeagle/beagle/beagle-finished-response.h,
10293           libbeagle/beagle/beagle-hit.c, libbeagle/beagle/beagle-hit.h,
10294           libbeagle/beagle/beagle-hits-added-response.c,
10295           libbeagle/beagle/beagle-hits-added-response.h,
10296           libbeagle/beagle/beagle-hits-subtracted-response.c,
10297           libbeagle/beagle/beagle-hits-subtracted-response.h,
10298           libbeagle/beagle/beagle-indexable.c,
10299           libbeagle/beagle/beagle-indexable.h,
10300           libbeagle/beagle/beagle-indexing-service-request.c,
10301           libbeagle/beagle/beagle-indexing-service-request.h,
10302           libbeagle/beagle/beagle-marshal.list,
10303           libbeagle/beagle/beagle-parser.c,
10304           libbeagle/beagle/beagle-parser.h,
10305           libbeagle/beagle/beagle-private.h,
10306           libbeagle/beagle/beagle-property.c,
10307           libbeagle/beagle/beagle-property.h,
10308           libbeagle/beagle/beagle-query-part.c,
10309           libbeagle/beagle/beagle-query-part.h,
10310           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
10311           libbeagle/beagle/beagle-request.c,
10312           libbeagle/beagle/beagle-request.h,
10313           libbeagle/beagle/beagle-response.c,
10314           libbeagle/beagle/beagle-response.h,
10315           libbeagle/beagle/beagle-shutdown-request.c,
10316           libbeagle/beagle/beagle-shutdown-request.h,
10317           libbeagle/beagle/beagle-snippet-request.c,
10318           libbeagle/beagle/beagle-snippet-request.h,
10319           libbeagle/beagle/beagle-snippet-response.c,
10320           libbeagle/beagle/beagle-snippet-response.h,
10321           libbeagle/beagle/beagle-timestamp.c,
10322           libbeagle/beagle/beagle-timestamp.h,
10323           libbeagle/beagle/beagle-util.c, libbeagle/beagle/beagle-util.h,
10324           libbeagle/beagle/beagle.h, libbeagle/beagle/test-client.c,
10325           libbeagle/docs/.cvsignore, libbeagle/docs/Makefile.am,
10326           libbeagle/docs/reference/.cvsignore,
10327           libbeagle/docs/reference/Makefile.am,
10328           libbeagle/docs/reference/beagle-docs.sgml,
10329           libbeagle/docs/reference/beagle-overrides.txt,
10330           libbeagle/docs/reference/beagle-sections.txt,
10331           libbeagle/docs/reference/beagle-undocumented.txt,
10332           libbeagle/docs/reference/beagle.types,
10333           libbeagle/docs/reference/tmpl/beagle-cancelled-response.sgml,
10334           libbeagle/docs/reference/tmpl/beagle-client.sgml,
10335           libbeagle/docs/reference/tmpl/beagle-daemon-information-request.sgml,
10336           libbeagle/docs/reference/tmpl/beagle-daemon-information-response.sgml,
10337           libbeagle/docs/reference/tmpl/beagle-empty-response.sgml,
10338           libbeagle/docs/reference/tmpl/beagle-error-response.sgml,
10339           libbeagle/docs/reference/tmpl/beagle-finished-response.sgml,
10340           libbeagle/docs/reference/tmpl/beagle-hit.sgml,
10341           libbeagle/docs/reference/tmpl/beagle-hits-added-response.sgml,
10342           libbeagle/docs/reference/tmpl/beagle-hits-subtracted-response.sgml,
10343           libbeagle/docs/reference/tmpl/beagle-indexable.sgml,
10344           libbeagle/docs/reference/tmpl/beagle-indexing-service-request.sgml,
10345           libbeagle/docs/reference/tmpl/beagle-property.sgml,
10346           libbeagle/docs/reference/tmpl/beagle-query-part.sgml,
10347           libbeagle/docs/reference/tmpl/beagle-query.sgml,
10348           libbeagle/docs/reference/tmpl/beagle-request.sgml,
10349           libbeagle/docs/reference/tmpl/beagle-response.sgml,
10350           libbeagle/docs/reference/tmpl/beagle-shutdown-request.sgml,
10351           libbeagle/docs/reference/tmpl/beagle-snippet-request.sgml,
10352           libbeagle/docs/reference/tmpl/beagle-snippet-response.sgml,
10353           libbeagle/docs/reference/tmpl/beagle-timestamp.sgml,
10354           libbeagle/docs/reference/tmpl/beagle-unused.sgml,
10355           libbeagle/examples/.cvsignore, libbeagle/examples/Makefile.am,
10356           libbeagle/examples/beagle-search.c,
10357           libbeagle/examples/beagle-shutdown.c: Add libbeagle, a C API for
10358           searching and indexing against the beagle daemon
10360 2005-07-06 10:36  llipka
10362         * beagled/: GaimLogQueryable/GaimLogQueryable.cs,
10363           TomboyQueryable/TomboyQueryable.cs: Fixup usage of properties for
10364           better search results.
10366 2005-07-06 10:27  llipka
10368         * beagled/: TomboyQueryable/TomboyQueryable.cs,
10369           GaimLogQueryable/GaimLogQueryable.cs,
10370           LauncherQueryable/LauncherQueryable.cs,
10371           LifereaQueryable/LifereaQueryable.cs: Fixup usage of properties
10372           for better search results.
10374 2005-07-05 22:18  fhedberg
10376         * beagled/LifereaQueryable/LifereaQueryable.cs: Don't add the
10377           entire entry text as a keyword.
10379 2005-07-05 17:12  fhedberg
10381         * Util/Conf.cs,
10382           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
10383           beagled/FileSystemQueryable/FileNameFilter.cs,
10384           beagled/FileSystemQueryable/FileSystemModel.cs,
10385           beagled/FileSystemQueryable/FileSystemQueryable.cs,
10386           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
10387           beagled/FileSystemQueryable/IFileEventBackend.cs,
10388           beagled/FileSystemQueryable/InotifyBackend.cs, tools/.cvsignore:
10389           Better handle configuration updates:
10391           * Conf.cs: Moved a lot of code from FSQ/FileNameFilter.cs to here
10392           * FileSystemModel.cs: Implement configuration change logic *
10393           FileNameFilter.cs: Implement configuration change logic *
10394           IFileEventBackend.cs: Ability to forget watches *
10395           FileSystemWatcherBackend.cs: Ability to forget watches *
10396           InotifyBackend.cs: Ability to forget watches
10398 2005-07-05 14:18  kelemeng
10400         * po/: ChangeLog, hu.po: 2005-07-05  Gabor Kelemen
10401           <kelemeng@gnome.hu>
10403                   * hu.po: Hungarian translation updated.
10405 2005-07-05 09:31  knvijay
10407         * ChangeLog: [no log message]
10409 2005-07-05 09:29  knvijay
10411         * beagled/WebServices/: NetBeagleHandler.cs, NetBeagleQueryable.cs,
10412           WebBackEnd.cs, WebServiceBackEnd.cs, WebServiceProxy.cs: Added
10413           support for cascaded networked Beagle searches
10415 2005-07-05 09:26  knvijay
10417         * Tiles/TileNetwork.cs: Updated comments
10419 2005-07-04 08:23  tsola
10421         * po/: ChangeLog, nb.po, no.po: 2005-07-04  Terance Sola
10422           <terance@lyse.net>
10424                   * nb.po: Updated Norwegian bokmål translation.
10425                   * no.po: Same.
10427 2005-07-04 04:01  knvijay
10429         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs:
10430           Simplifying code related to determination of local/global access
10431           for webservices
10433 2005-07-03 18:49  adamw
10435         * po/: ChangeLog, en_CA.po:
10436           2005-07-03  Adam Weinberger  <adamw@gnome.org>
10438                   * en_CA.po: Updated Canadian English translation.
10440 2005-07-01 17:39  fhedberg
10442         * Util/Conf.cs: And dont watch for modify's, just CloseWrite and
10443           Create.
10445 2005-07-01 17:22  fhedberg
10447         * Util/Conf.cs: Don't be a nazi when opening the configuration
10448           files.
10450 2005-07-01 15:37  joeshaw
10452         * beagled/LuceneQueryable.cs: Subtract an added URI from the
10453           QueryResult before adding it back in, so that we get proper
10454           updates, which were broken when we moved from dbus to the new
10455           message passing system
10457 2005-07-01 14:07  fhedberg
10459         * beagled/BuildIndex.cs: beagle-build-index: Be more intelligent.
10461 2005-07-01 11:12  fhedberg
10463         * beagled/BeagleDaemon.cs: Didnt really want to remove this
10464           earlier.
10466 2005-07-01 11:10  knvijay
10468         * ChangeLog: [no log message]
10470 2005-07-01 10:57  knvijay
10472         * beagled/WebServices/: ExternalAccessFilter.cs,
10473           NetBeagleHandler.cs, NetBeagleQueryable.cs, WebBackEnd.cs,
10474           WebFrontEnd.cs, WebServiceBackEnd.cs, WebServiceFrontEnd.cs:
10475           Updates to work with new configuration system
10477 2005-07-01 10:54  knvijay
10479         * Tiles/TileNetwork.cs: Correction in logic to get HostNamePort of
10480           the networked Beagle returning the hit
10482 2005-07-01 10:47  knvijay
10484         * Util/: Conf.cs, Makefile.am: Added config sections for
10485           WebServices and Networking
10487 2005-06-30 18:10  dsd
10489         * ChangeLog, configure.in: Support either sqlite2 or sqlite3
10491 2005-06-30 17:45  dsd
10493         * ChangeLog, beagled/FilterFactory.cs: Small reorganisation so that
10494           we don't try and get the file mime-type twice.
10496 2005-06-30 14:28  joeshaw
10498         * BeagleClient/Query.cs, beagled/QueryDriver.cs: Set the default
10499           querydomain to both Local and System, fix a backwards assignment
10500           when loading static queryables
10502 2005-06-30 12:44  joeshaw
10504         * Util/: ExternalStringsHack.cs.in, Makefile.am, PathFinder.cs:
10505           base the SystemDir on $localstatedir
10507 2005-06-30 12:19  joeshaw
10509         * Util/Scheduler.cs: Remove some debug spew
10511 2005-06-30 12:07  joeshaw
10513         * BeagleClient/Indexable.cs, Filters/FilterMail.cs,
10514           Filters/Makefile.am, Util/Scheduler.cs,
10515           beagled/ExtractContent.cs, beagled/Filter.cs,
10516           beagled/FilterFactory.cs, beagled/HitRegulator.cs,
10517           beagled/LuceneDriver.cs, beagled/NameIndex.cs,
10518           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
10519           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10520           New mail filter, which gives us MailDir support, and port the
10521           Evolution backends over to using it.
10523           If an mbox or summary is updated and the generator is already in
10524           the scheduler, don't readd it and reset it back to the start.  So
10525           we'll actually index everything while Evo is running rather than
10526           recrawling.
10528           Tweak the scheduler to throttle when many immediate priority
10529           tasks come in.  This will help with the situations when you untar
10530           a tarball or rm -r a directory.
10532           Update ExtractContent to follow child indexables
10534           Add a Uri field to the Filter, so that child indexables can set
10535           their Uris based on the parent's.
10537           Don't instantiate a IndexReader when we're just using it for
10538           IndexSearcher.  That way we don't have to manage lifecycle.
10540 2005-06-30 11:52  fhedberg
10542         * BeagleClient/Query.cs, Util/Conf.cs, Util/PathFinder.cs,
10543           beagled/.cvsignore, beagled/BeagleDaemon.cs,
10544           beagled/BuildIndex.cs, beagled/FileAttributesStore_Sqlite.cs,
10545           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
10546           beagled/Makefile.am, beagled/ManageIndex.cs,
10547           beagled/QueryDriver.cs, beagled/StaticQueryable.cs,
10548           beagled/Lucene.Net/upstream-changes.diff,
10549           beagled/Lucene.Net/Store/FSDirectory.cs: System indexing
10551           * Added beagle-build-index for building static indexes.  * Added
10552           beagle-manage-index for low-level Lucene index management.  *
10553           Allow us to disable Lucene locking per-FSDirectory.  * Load
10554           system-wide indexes from /var/cache/beagle/indexes
10556 2005-06-30 10:47  fhedberg
10558         * BeagleClient/Indexable.cs, Filters/FilterDocbook.cs: Titles for
10559           the sections in FilterDocbook.
10561 2005-06-30 08:59  fhedberg
10563         * beagled/IndexHelper/RemoteIndexerExecutor.cs: Don't instantiate
10564           new LuceneDrivers for every remote indexing request.
10566 2005-06-30 08:59  llipka
10568         * Tiles/TileContact.cs, Tiles/TileImLog.cs,
10569           Tiles/TileMailMessage.cs, Tiles/template-contact.html,
10570           Tiles/template-mail-message.html, Tiles/template-picture.html,
10571           Util/Galago.cs: Galago support: * Add support to Contact tile *
10572           Add support to MailMessage tile * Update the templates
10573           accordingly
10575           I18N: * Forgot to commit the template-picture.html previously
10577 2005-06-30 08:38  llipka
10579         * Tiles/TranslationHack.cs: I18N stuff.
10581 2005-06-30 08:18  llipka
10583         * Filters/FilterImage.cs, Filters/FilterJpeg.cs,
10584           Filters/FilterPng.cs, Filters/Makefile.am, Tiles/TilePicture.cs,
10585           Tiles/template-picture.html: F-Spot metadata support.
10587 2005-06-30 05:39  dsd
10589         * ChangeLog, Best/BestWindow.cs: Catch the right exception
10591 2005-06-30 05:38  dsd
10593         * Util/: ImLog.cs, StringFu.cs: Add HexUnescape convenience
10594           function. Use HexUnescape on Gaim directory names when using them
10595           in readable form.
10597 2005-06-27 19:57  orrc
10599         * Filters/FilterChm.cs: Update FilterChm to use AddSupportedFlavor
10601 2005-06-27 19:51  dsd
10603         * ChangeLog, Filters/FilterPPT.cs: Compile fix for FilterPPT
10605 2005-06-27 17:59  hebra
10607         * po/: ChangeLog, de.po: 2005-06-28  Hendrik Brandt
10608           <heb@gnome-de.org>
10610                   * de.po: Updated German translation.
10612 2005-06-27 17:59  fhedberg
10614         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Filtering fix.
10616 2005-06-27 16:18  fhedberg
10618         * beagled/IIndexer.cs: Added a FIXME.
10620 2005-06-27 15:43  fhedberg
10622         * BeagleClient/Indexable.cs, Filters/FilterAbiword.cs,
10623           Filters/FilterApe.cs, Filters/FilterC.cs,
10624           Filters/FilterCSharp.cs, Filters/FilterCpp.cs,
10625           Filters/FilterDOC.cs, Filters/FilterDesktop.cs,
10626           Filters/FilterDirectory.cs, Filters/FilterDocbook.cs,
10627           Filters/FilterFlac.cs, Filters/FilterFortran.cs,
10628           Filters/FilterHtml.cs, Filters/FilterJava.cs,
10629           Filters/FilterJpeg.cs, Filters/FilterJs.cs,
10630           Filters/FilterLisp.cs, Filters/FilterMan.cs,
10631           Filters/FilterMatlab.cs, Filters/FilterMonodoc.cs,
10632           Filters/FilterMp3.cs, Filters/FilterMpc.cs, Filters/FilterOgg.cs,
10633           Filters/FilterOpenOffice.cs, Filters/FilterPascal.cs,
10634           Filters/FilterPdf.cs, Filters/FilterPerl.cs,
10635           Filters/FilterPhp.cs, Filters/FilterPng.cs,
10636           Filters/FilterPython.cs, Filters/FilterRTF.cs,
10637           Filters/FilterScilab.cs, Filters/FilterSpreadsheet.cs,
10638           Filters/FilterText.cs, Filters/Makefile.am, Tiles/TileFile.cs,
10639           Tiles/TileFolder.cs, Tiles/TileLauncher.cs, Tiles/TileMonodoc.cs,
10640           Tiles/template-folder.html, beagled/Filter.cs,
10641           beagled/FilterFactory.cs, beagled/Flavor.cs, beagled/IIndexer.cs,
10642           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
10643           beagled/RemoteIndexer.cs, beagled/RemoteIndexerResponse.cs,
10644           beagled/RenamingLuceneDriver.cs,
10645           beagled/FileSystemQueryable/FileSystemModel.cs,
10646           beagled/FileSystemQueryable/FileSystemQueryable.cs,
10647           beagled/IndexHelper/RemoteIndexerExecutor.cs: Filtering:
10649           * Match multiple filters per indexable, and use the one with the
10650           highest rank.  * Match filters with a combination of Uri,
10651           Extension and/or MimeType.  * Allow FilterFactory to fall through
10652           the filter list if a filter can't process an indexable.  * Added
10653           .desktop/.directory filters * Added Monodoc filter * Added
10654           Docbook filter * Introduced events & callbacks when Indexables
10655           are filtered * Mark files in the FSQ with FilterName &
10656           FilterVersion when they are filtered * Re-index files when a
10657           newer filter is available
10659 2005-06-27 10:44  dsd
10661         * ChangeLog, Util/ImLog.cs: Use PathToFileUri to handle 'odd' file
10662           characters better
10664 2005-06-26 22:23  trow
10666         * po/pl.po: I forgot to add this previously.  Thanks to Chris Orr
10667           for pointing this out.
10669 2005-06-26 09:36  llipka
10671         * ImLogViewer/ImLogWindow.cs: And return the money.
10673 2005-06-26 09:34  llipka
10675         * ImLogViewer/ImLogWindow.cs: BUG #308855: Remember the selected
10676           log in the timeline.
10678 2005-06-25 13:02  dsd
10680         * Util/ArrayFu.cs: Document why IndexOfByte exists
10682 2005-06-25 13:00  dsd
10684         * Util/DirectoryWalker.cs: Don't print whole exception, just the
10685           message will do
10687 2005-06-24 16:24  trow
10689         * configure.in, beagled/beagled-index-helper.in,
10690           beagled/beagled.in: Added Polish translation from Michał
10691           Kastelik.
10693           Number the helper's heap-buddy outfiles, so they don't get
10694           clobbered when the helper gets recycled.
10696 2005-06-24 15:39  joeshaw
10698         * ChangeLog, BeagleClient/IndexingService.cs,
10699           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
10700           2005-06-23  Anders Carlsson  <andersca@imendio.com>
10702                   * BeagleClient/IndexingService.cs:
10703                   Return an empty response after an indexing request.
10705                   *
10706           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
10707                   Make the ToRemove list an xml array.
10709 2005-06-24 14:52  joeshaw
10711         * beagled/Lucene.Net/: upstream-changes.diff, Store/FSDirectory.cs,
10712           Store/RAMDirectory.cs, Store/RAMFile.cs,
10713           Store/RAMOutputStream.cs: Use UTC timestamps in Lucene so that
10714           we're don't box integers unnecessarily
10716 2005-06-24 13:30  trow
10718         * beagled/: Makefile.am, beagled-index-helper.in, beagled.in: Added
10719           --heap-buddy argument to beagled.
10721 2005-06-24 12:23  joeshaw
10723         * Tiles/: TileMailMessage.cs, template-mail-message.html: Add Reply
10724           back as an action to the mail tile
10726 2005-06-24 12:11  vvaradan
10728         * ChangeLog, Tiles/TileMailMessage.cs: * A Crasher fix in Open() of
10729           TileMailMessage.
10731 2005-06-24 12:08  trow
10733         * tools/Makefile.am: Replaced a -o with -out: to silence a warning.
10735 2005-06-24 11:45  joeshaw
10737         * beagled/wrapper.in: add  to the beagled/wrapper.in template
10739 2005-06-24 11:36  joeshaw
10741         * BeagleClient/Client.cs, Util/ArrayFu.cs, beagled/Server.cs: Move
10742           IndexOfByte() into Util.ArrayFu, and use it in the Server
10743           implementation as well
10745 2005-06-24 11:33  fhedberg
10747         * Util/: ArrayFu.cs, Makefile.am: ArrayFu
10749 2005-06-24 11:26  trow
10751         * BeagleClient/Client.cs: Replaced calls to Array.IndexOf with a
10752           small custom function to avoid boxing the second argument ---
10753           this was responsible for 9% of all allocations in beagled
10754           according to heap-buddy.
10756 2005-06-23 19:44  joeshaw
10758         * Util/ExtendedAttribute.cs, beagled/BeagleDaemon.cs,
10759           beagled/ExtractContent.cs, beagled/FileAttributesStore_Sqlite.cs,
10760           beagled/LuceneQueryable.cs, beagled/QueryDriver.cs,
10761           beagled/QueryableFlavor.cs,
10762           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10763           Add support for running without extended attributes
10765 2005-06-23 18:59  kelemeng
10767         * po/: ChangeLog, hu.po: 2005-06-24  Gabor Kelemen
10768           <kelemeng@gnome.hu>
10770                   * hu.po: Hungarian translation updated.
10772 2005-06-23 18:31  trow
10774         * beagled/FileAttributesStore_Sqlite.cs: Use a BitArray for our
10775           path flags instead of (yuck) manually manipulating the individual
10776           bits in an array of bytes.
10778 2005-06-23 15:22  dsd
10780         * ChangeLog,
10781           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10782           Kill fixme:subject as subject is properly stored in dc:title
10784 2005-06-23 13:17  trow
10786         * BeagleClient/Indexable.cs: If NoContent is true, return null for
10787           the Indexable's various streams.
10789 2005-06-23 13:16  trow
10791         * beagled/: ExtractContent.cs, FilterFactory.cs, LuceneDriver.cs:
10792           If we don't know how to filter an Indexable, set NoContent to
10793           true.  Check the NoContent flag when constructing a Lucene
10794           Document from the Indexable.
10796 2005-06-22 18:57  dsd
10798         * glue/inotify-glue.c: Use perror before error report
10800 2005-06-22 18:32  trow
10802         * beagled/LuceneDriver.cs: Don't throw a bunch of exceptions on
10803           empty queries.
10805 2005-06-22 18:21  dsd
10807         * ChangeLog, glue/inotify-glue.c: Introduce some friendly error
10808           messages
10810 2005-06-22 17:36  joeshaw
10812         * BeagleClient/Client.cs, BeagleClient/Query.cs, tools/Query.cs:
10813           Fix some error corner cases when trying to write to sockets with
10814           clients
10816 2005-06-22 17:18  joeshaw
10818         * tools/Shutdown.cs: Be forgiving of communication errors in
10819           Shutdown
10821 2005-06-22 11:22  joeshaw
10823         * beagled/: LuceneDriver.cs, NameIndex.cs, Server.cs: The comment
10824           about the searcher closing the reader is a dirty, dirty lie.  So
10825           remove the comment and fix the code.  Also handle all exceptions
10826           when trying to send a response, since we can get more than just
10827           an IOException (including some weird reflection exception) if we
10828           try to write data to a socket that has already been shut down
10830 2005-06-21 11:27  fhedberg
10832         * beagle-daemon.pc.in: Fix typo
10834 2005-06-21 07:56  chliao
10836         * po/: ChangeLog, zh_TW.po:
10837           2005-06-21  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
10839                   * zh_TW.po: Updated Traditional Chinese translation.
10841 2005-06-21 04:14  knvijay
10843         * ChangeLog, beagled/WebServices/search.aspx.in: [no log message]
10845 2005-06-21 04:09  knvijay
10847         * beagled/: Makefile.am, WebServices/search.aspx: Replacing
10848           search.aspx.in with search.aspx
10850 2005-06-20 20:02  tsola
10852         * po/: ChangeLog, nb.po, no.po: 2005-06-21  Terance Sola
10853           <terance@lyse.net>
10855                   * nb.po: Updated Norwegian Bokmål translation.
10856                   * no.po: Same as above.
10858 2005-06-20 10:56  joeshaw
10860         * ChangeLog, configure.in, po/tr.po: Turkish translation from Enver
10861           Altin
10863 2005-06-20 07:49  knvijay
10865         * beagled/WebServices/search.aspx.in: Moving img tag within web
10866           form
10868 2005-06-20 07:03  knvijay
10870         * beagled/WebServices/search.aspx.in: Using relative url for Beagle
10871           dog image
10873 2005-06-19 10:33  llipka
10875         * Tiles/: TileBlog.cs, template-blog.html: Add an author field to
10876           the blog template.
10878 2005-06-18 14:45  orrc
10880         * Util/Evolution.cs: Check whether imap directory exists before
10881           attempting traversal.
10883 2005-06-17 18:59  joeshaw
10885         * beagled/: BlamQueryable/BlamQueryable.cs,
10886           LifereaQueryable/LifereaQueryable.cs: Make the LifereaQueryable
10887           also an IIndexableGenerator, and fix the BlamQueryable to attach
10888           a timestamp in the generator case
10890 2005-06-17 18:54  adamw
10892         * po/en_CA.po:
10893           2005-06-17  Adam Weinberger  <adamw@gnome.org>
10895                   * en_CA.po: Updated Canadian English translation.
10897 2005-06-17 14:20  joeshaw
10899         * Best/BestWindow.cs: Change the Show() function to be Present() so
10900           that we get consistent placement again
10902 2005-06-17 12:50  llipka
10904         * Tiles/template-mail-message.html: Fix a bug when the tile didnt
10905           show up the subject when 'Who' was null. This is related to the
10906           email attachments.
10908 2005-06-17 11:31  joeshaw
10910         * Filters/FilterC.cs: Add text/x-chdr (header files) as a supported
10911           mime type for the C source filter
10913 2005-06-17 10:04  llipka
10915         * Tiles/TileMailMessage.cs: Random.
10917 2005-06-17 10:04  llipka
10919         * configure.in, Tiles/TileMailMessage.cs: Fix a null reference
10920           exception in TileMailMessage.cs which made Best crash. Change
10921           galago to galago-sharp in configure.in
10923 2005-06-17 07:22  knvijay
10925         * beagled/WebServices/WebServiceBackEnd.cs: Enabling log messages
10927 2005-06-17 05:52  knvijay
10929         * ChangeLog: [no log message]
10931 2005-06-17 05:49  knvijay
10933         * BeagleClient/NetworkHit.cs: Update to support prefetching/caching
10934           of snippets
10936 2005-06-17 05:48  knvijay
10938         * beagled/WebServices/: NetBeagleHandler.cs, NetBeagleQueryable.cs,
10939           WebBackEnd.cs, WebServiceBackEnd.cs: Added support for
10940           Prefetching & caching snippets for Network Hits
10942 2005-06-17 05:44  knvijay
10944         * beagled/WebServices/ExternalAccessFilter.cs: Cleanup of unwanted
10945           code
10947 2005-06-17 00:53  fhedberg
10949         * tools/: Settings.cs, settings.glade: Bug #308023.
10951 2005-06-17 00:44  adamw
10953         * po/: ChangeLog, en_CA.po:
10954           2005-06-17  Adam Weinberger  <adamw@gnome.org>
10956                   * en_CA.po: Updated Canadian English translation.
10958 2005-06-16 15:08  joeshaw
10960         * beagled/Makefile.am: Only create the XSP dirs if web services are
10961           enabled.  Patch from Jeremy Messenger
10963 2005-06-16 12:59  joeshaw
10965         * beagled/BlamQueryable/BlamQueryable.cs: Use an
10966           IIndexableGenerator for the blam backend
10968 2005-06-15 22:15  fhedberg
10970         * Util/Evolution.cs: Belonging to my last commit.
10972 2005-06-15 22:13  fhedberg
10974         * po/POTFILES.in, po/sv.po, tools/Settings.cs: * Minor bugfix for
10975           the configuration UI * Minor fixed for i18n * Updated Swedish
10976           translation
10978 2005-06-15 21:38  fhedberg
10980         * Makefile.am, beagle-daemon.pc.in, configure.in: Expose daemon
10981           plugin development for external development via pkg-config.
10983 2005-06-15 21:21  fhedberg
10985         * beagled/FileSystemQueryable/: FileNameFilter.cs,
10986           FileSystemModel.cs: Properly filter old stuff in FSQ.HitIsValid
10988 2005-06-15 20:16  dsd
10990         * ChangeLog, configure.in: Use single = for equality thanks to
10991           Jeremy Messenger in bug 307847
10993 2005-06-15 16:46  serrador
10995         * po/: ChangeLog, es.po: 2005-06-15  Francisco Javier F. Serrador
10996           <serrador@cvs.gnome.org>
10998                   * es.po: Updated Spanish translation.
11000 2005-06-15 16:40  joeshaw
11002         * configure.in, BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
11003           BeagleClient/Property.cs, Tiles/TileMailMessage.cs,
11004           beagled/ExtractContent.cs, beagled/Filter.cs,
11005           beagled/FilterFactory.cs, beagled/IIndexer.cs,
11006           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
11007           beagled/RemoteIndexer.cs, beagled/RemoteIndexerResponse.cs,
11008           beagled/RenamingLuceneDriver.cs,
11009           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
11010           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
11011           beagled/FileSystemQueryable/FileSystemQueryable.cs,
11012           beagled/IndexHelper/RemoteIndexerExecutor.cs, tools/Query.cs: *
11013           New filtering code.  Adds ParentUri to Hit and Indexable.  Adds
11014           new BinaryStream to Indexable.  Adds new AddChildIndexable()
11015           method and a ChildIndexables ArrayList property to the Filter.
11017           * Multiprop enhancements - allows us to get all of the properties
11018           matching a certain term out as an array on the Hit.
11020           * Mail backend enhancements - indexing of attachments, nicer code
11021           to extract multiple names and addresses in recipients, and tile
11022           support to display attachment hits (needs work)
11024 2005-06-15 13:33  trow
11026         * configure.in, Util/Makefile.am: Put version back to 0.0.12
11027           Re-enable the galago check Include Galago.cs in COND_CS_FILES
11029 2005-06-15 13:31  trow
11031         * configure.in: Turn off the galago check for now.
11033 2005-06-15 13:22  trow
11035         * NEWS, configure.in, Filters/Makefile.am, Util/Makefile.am,
11036           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
11037           beagled/RemoteIndexer.cs, beagled/RemoteIndexerRequest.cs,
11038           beagled/RenamingLuceneDriver.cs,
11039           beagled/IndexHelper/RemoteIndexerExecutor.cs: Fixes for 0.0.11.1:
11040           * Chm filter build fixes * Index versioning fixes to avoid
11041           purging the file system index every time
11043 2005-06-15 11:13  fhedberg
11045         * Best/BestTray.cs, Util/Conf.cs, Util/Evolution.cs,
11046           Util/SystemInformation.cs, beagled/FileAttributesStore_Sqlite.cs,
11047           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
11048           beagled/FileSystemQueryable/FileNameFilter.cs,
11049           beagled/FileSystemQueryable/FileSystemModel.cs,
11050           beagled/FileSystemQueryable/FileSystemQueryable.cs,
11051           po/POTFILES.in, tools/.cvsignore, tools/Makefile.am,
11052           tools/Settings.cs, tools/beagle-settings.desktop,
11053           tools/settings.glade: Basic configuration stuff.
11055 2005-06-15 07:49  llipka
11057         * configure.in, Tiles/TileImLog.cs, Tiles/template-im-log.html,
11058           Util/Galago.cs, Util/Makefile.am: Galago support.
11060 2005-06-15 05:25  knvijay
11062         * beagled/WebServices/WebFrontEnd.cs: Fix to display navigation
11063           icons
11065 2005-06-14 19:51  trow
11067         * configure.in: Incremented version # to 0.0.12.
11069 2005-06-14 17:26  trow
11071         * BeagleClient/Makefile.am, Tiles/Makefile.am, beagled/Makefile.am:
11072           Build fixes.
11074 2005-06-14 17:10  trow
11076         * images/Makefile.am: Images don't need to be conditional on
11077           whether not not web services are turned on.  (And it breaks the
11078           build anyway.)
11080 2005-06-14 16:35  trow
11082         * NEWS: Updated for release.
11084 2005-06-14 13:34  joeshaw
11086         * Util/camel.cs: Decode.FixedInt and Decode.UInt aren't the same
11087           size on disk, so account for that
11089 2005-06-14 06:54  knvijay
11091         * Tiles/TileNetwork.cs: Added Null check for snippet
11093 2005-06-14 04:12  knvijay
11095         * images/dog.png, images/netbeagle.png,
11096           beagled/WebServices/search.aspx.in: Aligning with new Beagle logo
11098 2005-06-13 19:49  dsd
11100         * ChangeLog, Util/Conf.cs, Util/Inotify.cs,
11101           beagled/BlamQueryable/BlamQueryable.cs,
11102           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
11103           beagled/FileSystemQueryable/InotifyBackend.cs,
11104           beagled/GaimLogQueryable/GaimLogQueryable.cs,
11105           beagled/LauncherQueryable/LauncherQueryable.cs,
11106           beagled/LifereaQueryable/LifereaQueryable.cs,
11107           beagled/TomboyQueryable/TomboyQueryable.cs: Implement
11108           subscription system. Update to work with subscription system.
11110 2005-06-13 18:34  trow
11112         * configure.in: A small build fix for Ubuntu.
11114 2005-06-13 18:07  joeshaw
11116         * Util/camel.cs: accept more evolution summary versions
11118 2005-06-13 15:45  joeshaw
11120         * Util/ExternalStringsHack.cs.in: Fix a compiler error about how
11121           XattrLib can't be marked both const and static
11123 2005-06-13 15:23  fhedberg
11125         * Util/: CompatFileChooser.cs, Evolution.cs, HigMessageDialog.cs,
11126           Makefile.am: Some stuff that might be good to have around.
11128 2005-06-13 14:25  dsd
11130         * ChangeLog, configure.in, Util/ExtendedAttribute.cs,
11131           Util/ExternalStringsHack.cs.in, Util/Makefile.am: Add support for
11132           glibc 2.2.x with extended attributes via libattr, by attempting
11133           to discover which libraries are available at configure-time.
11135 2005-06-13 06:48  knvijay
11137         * beagled/WebServices/ExternalAccessFilter.cs: Minor Fix
11139 2005-06-13 06:19  vvaradan
11141         * ChangeLog, Filters/FilterMatlab.cs, Filters/FilterScilab.cs,
11142           Filters/FilterSource.cs, Filters/Makefile.am: * Matlab and Scilab
11143           filters.
11145 2005-06-12 10:30  trow
11147         * po/POTFILES.in: Aded ImLogViewer/imLogWindow.cs to the list of
11148           files to be tanslated.
11150 2005-06-12 10:09  redfox
11152         * ChangeLog, configure.in, po/ChangeLog, po/fr.po: Added French
11153           translation.
11155 2005-06-10 15:29  adrighem
11157         * po/: ChangeLog, nl.po: 2005-06-10  Vincent van Adrighem
11158           <adrighem@gnome.org>
11160                   * nl.po: Translation updated by Wouter Bolsterlee.
11162 2005-06-09 23:43  trow
11164         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Set a minor
11165           version on the FileSystemQueryable to force a re-index.
11167 2005-06-09 23:39  trow
11169         * beagled/NameIndex.cs: Some NameIndex simplifications.
11171 2005-06-09 18:34  dsd
11173         * ChangeLog, configure.in, Util/ExtendedAttribute.cs,
11174           Util/Makefile.am: Add target O/S detection available through
11175           OS_LINUX and OS_FREEBSD defines. Add support for FreeBSD's
11176           extattrs.
11178 2005-06-09 18:31  joeshaw
11180         * Util/Util.dll.config.in: Add a libgnomevfs-2 dllmap.  Pointed out
11181           by tseng
11183 2005-06-09 18:21  joeshaw
11185         * beagled/beagled.in: fix a backwards logic test for when to
11186           default to foreground/background
11188 2005-06-09 14:47  joeshaw
11190         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11191           We're using gmime already for hasAttachments, so don't check the
11192           camel flags
11194 2005-06-09 10:58  rml
11196         * Util/SystemInformation.cs: Use Mono.Posix, not Mono.Unix.
11198 2005-06-09 10:36  rml
11200         * Util/SystemInformation.cs: Disk statistics!  Adds public get
11201           methods: DiskStatsWriteBytes, DiskStatsWriteReqs,
11202           DiskStatsReadBytes, and DiskStatsReadReqs that return the
11203           read/write bytes/requests on the device that contains the Lucene
11204           index.  Currently, automatically updates once per call.
11206           We need somewhere _else_ to call these and build a rate, so we
11207           can measure rate and throttle as needed.
11209 2005-06-09 10:32  joeshaw
11211         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11212           oops, off by one error in the flags
11214 2005-06-09 09:20  knvijay
11216         * beagled/WebServices/WebServiceBackEnd.cs: Fix in doQuery to
11217           return empty string when there are no snippets
11219 2005-06-09 06:19  knvijay
11221         * ChangeLog: [no log message]
11223 2005-06-09 06:07  knvijay
11225         * beagled/WebServices/WebServiceBackEnd.cs: Simplified GetSnippets
11226           implementation
11228 2005-06-09 00:33  trow
11230         * beagled/: LuceneDriver.cs, NameIndex.cs: Make queries on the
11231           NameIndex work properly.  Do the right thing w/ queries
11232           containing stop-words.  Fixed limiting a query to a subset of
11233           Uris in the NameIndex.  Assorted other query fixes.
11235 2005-06-08 17:42  joeshaw
11237         * Util/camel.cs,
11238           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11239           Extract the flags from the X-Evolution header for mboxes, and
11240           don't index messages which are marked as spam
11242 2005-06-08 14:56  trow
11244         * Filters/FilterChm.cs: Oops.
11246 2005-06-08 14:52  trow
11248         * configure.in, Filters/FilterChm.cs, Filters/FilterHtml.cs,
11249           Filters/Makefile.am, Tiles/TileDocs.cs, Util/ChmFile.cs,
11250           Util/Makefile.am: CHM filter (patch from Miguel Cabrera)
11252 2005-06-08 11:10  trow
11254         * tools/Makefile.am: A fix for make distcheck.
11256 2005-06-08 08:19  knvijay
11258         * beagled/WebServices/: WebServiceBackEnd.cs,
11259           WebServiceFrontEnd.cs, WebServiceProxy.cs: Added WebService
11260           method GetSnippets to obtain snippets for specified network hits
11262 2005-06-08 02:39  knvijay
11264         * Tiles/HitFlavor.cs: Fix in Weight property implementation to
11265           support network hits
11267 2005-06-07 22:58  trow
11269         * Util/Scheduler.cs, Util/SystemInformation.cs,
11270           beagled/BeagleDaemon.cs, beagled/FileAttributesStore_Sqlite.cs,
11271           beagled/TextCache.cs: More sqlite locking fixes.
11273           BEAGLE_EXERCISE_THE_DOG_HARDER.  You know you want it.
11275 2005-06-07 22:18  trow
11277         * tools/Query.cs: Added --flood option.
11279 2005-06-07 16:50  trow
11281         * configure.in, beagled/Makefile.am, beagled/TextCache.cs,
11282           beagled/Mono.Data.SqliteClient/Sqlite.cs,
11283           beagled/Mono.Data.SqliteClient/SqliteCommand.cs,
11284           beagled/Mono.Data.SqliteClient/SqliteConnection.cs,
11285           beagled/Mono.Data.SqliteClient/SqliteDataAdapter.cs,
11286           beagled/Mono.Data.SqliteClient/SqliteDataReader.cs,
11287           beagled/Mono.Data.SqliteClient/SqliteException.cs,
11288           beagled/Mono.Data.SqliteClient/SqliteParameter.cs,
11289           beagled/Mono.Data.SqliteClient/SqliteParameterCollection.cs,
11290           beagled/Mono.Data.SqliteClient/SqliteRowUpdatedEventArgs.cs,
11291           beagled/Mono.Data.SqliteClient/SqliteRowUpdatedEventHandler.cs,
11292           beagled/Mono.Data.SqliteClient/SqliteRowUpdatingEventArgs.cs,
11293           beagled/Mono.Data.SqliteClient/SqliteRowUpdatingEventHandler.cs,
11294           beagled/Mono.Data.SqliteClient/SqliteTransaction.cs:
11295           Mono.Data.SqliteClient is broken wrt locking.  The bugs are fixed
11296           in this copy --- once I'm sure the kinks are all worked out we'll
11297           send it all upstream to mono.
11299           This fixes some weird races in the TextCache, mostly seen when
11300           you generate snippets while indexing.
11302 2005-06-07 05:26  knvijay
11304         * Tiles/TileNetwork.cs: Added Source attribute
11306 2005-06-07 05:24  knvijay
11308         * beagled/WebServices/NetBeagleHandler.cs: Set source for network
11309           hits to Network
11311 2005-06-07 03:25  knvijay
11313         * ChangeLog: [no log message]
11315 2005-06-07 03:24  knvijay
11317         * beagled/WebServices/ExternalAccessFilter.cs: Removing Debug
11318           messages
11320 2005-06-07 03:19  knvijay
11322         * beagled/WebServices/: ExternalAccessFilter.cs,
11323           WebServiceBackEnd.cs: Added support for exporting multiple
11324           folders for public webservice access
11326 2005-06-06 17:06  joeshaw
11328         * Util/Util.dll.config.in: Add a specific mapping for libgnomeui-2
11329           so that devel packages aren't often required.  Patch from Brandon
11330           Hale
11332 2005-06-06 15:20  dsd
11334         * ChangeLog, beagled/beagled.in: Various launcher script
11335           fixes/improvements from bug 168329
11337 2005-06-06 14:59  llipka
11339         * tools/.cvsignore: Dark Sith says NOOOooooo.
11341 2005-06-06 14:58  llipka
11343         * ChangeLog, beagled/Makefile.am, beagled/Lucene.Net/Makefile.am,
11344           beagled/Lucene.Net/upstream-changes.diff,
11345           beagled/Lucene.Net/Index/SegmentTermEnum.cs,
11346           beagled/Lucene.Net/Index/TermBuffer.cs,
11347           beagled/Lucene.Net/Index/TermInfosReader.cs: Add a backport from
11348           Lucene SVN. Now we dont do so *many* allocs and are using
11349           TermBuffer
11351 2005-06-06 14:51  llipka
11353         * Util/Timeline.cs: Use DateTime.Add (int) to initialize the date
11354           pools.
11356 2005-06-06 14:18  joeshaw
11358         * beagled/Server.cs: Catch and ignore socket/io exceptions in the
11359           watch.  Boooooooring
11361 2005-06-06 14:04  trow
11363         * beagled/LuceneDriver.cs: Only blow away the index if there is a
11364           dangling write-lock.
11366 2005-06-06 13:38  trow
11368         * BeagleClient/Query.cs, beagled/LuceneDriver.cs, tools/Query.cs:
11369           Support + and - in queries.  Add support for the
11370           BEAGLE_OPTIMIZE_ON_STARTUP environment variable.
11372 2005-06-06 13:36  trow
11374         * Tiles/TileMailMessage.cs: Use dc:title instead of fixme:subject.
11376 2005-06-06 12:32  dsd
11378         * ChangeLog, Util/Conf.cs: Apply forgotten improvements patch
11380 2005-06-06 12:07  trow
11382         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11383           Fixed a cut&paste-o: We were adding the subject property twice
11384           (and once as a keyword, which was stupid).
11386 2005-06-06 12:05  trow
11388         * beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
11389           Indexing service-related tasks should have Immediate priority.
11391 2005-06-06 10:35  trow
11393         * Util/DirectoryWalker.cs: Catch exceptions in file filters.  This
11394           fixes bug 306397.
11396 2005-06-06 09:11  knvijay
11398         * beagled/WebServices/WebBackEnd.cs: Minor Fix
11400 2005-06-06 07:22  knvijay
11402         * beagled/: BeagleDaemon.cs, WebServices/WebServiceBackEnd.cs:
11403           Removed WebServicesArgs dependency
11405 2005-06-06 06:51  knvijay
11407         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs: Wait
11408           time between checks for Query responses in Web*BackEnds increased
11409           to 100 ms
11411 2005-06-06 05:30  knvijay
11413         * beagled/: BeagleDaemon.cs, WebServices/WebServiceBackEnd.cs:
11414           Moving WebServiceArgs instance to WebServiceBackEnd
11416 2005-06-05 20:10  orrc
11418         * po/: ChangeLog, en_GB.po: 2005-06-06  Christopher Orr
11419           <chris@orr.me.uk>
11421                   * en_GB.po: Updated British English translation.
11423 2005-06-05 19:59  orrc
11425         * beagled/beagled.in: Fixed beagled wrapper script
11427 2005-06-04 11:36  dsd
11429         * ChangeLog, Util/Conf.cs: Don't use static classes just yet
11431 2005-06-03 17:14  joeshaw
11433         * beagled/LifereaQueryable/LifereaQueryable.cs: Convert the dates
11434           to local time
11436 2005-06-03 16:30  joeshaw
11438         * beagled/: BeagleDaemon.cs, RemoteControlExecutors.cs,
11439           Shutdown.cs, FileSystemQueryable/FileSystemModel.cs: Fix up the
11440           startup and shutdown procedures a bit.  Start the main loop as
11441           soon as possible, and defer most of the startup to an idle
11442           handler.  This allows us to avoid some warnings related to not
11443           having a main loop if the shutdown handler is called before the
11444           main loop is started.  Spew the live threads after the main loop
11445           has exited, and only if we're in debug mode.  When handling a
11446           remote shutdown request, do it in a thread instead of an idle
11447           handler; this way we can shut down the daemon even if we don't
11448           have a main loop.  In the file system backend, if we get a
11449           shutdown request while scanning all the directories, bail out.
11451 2005-06-03 15:18  joeshaw
11453         * configure.in, Best/Makefile.am, Best/best.in,
11454           beagled/Makefile.am, beagled/beagled.in, beagled/wrapper.in,
11455           tools/Makefile.am, tools/wrapper.in: Check for bash in configure,
11456           and substitute it into all the wrapper scripts
11458 2005-06-03 12:59  joeshaw
11460         * Tiles/HitFlavor.cs: back out network tile flavor hack
11462 2005-06-03 10:16  knvijay
11464         * beagled/WebServices/ExternalAccessFilter.cs: [no log message]
11466 2005-06-03 10:00  knvijay
11468         * beagled/WebServices/: ExternalAccessFilter.cs,
11469           WebServiceBackEnd.cs: Minor Fix
11471 2005-06-03 09:41  llipka
11473         * Best/BestWindow.cs: Dont change hit type unless it has really
11474           changed.
11476 2005-06-03 08:50  knvijay
11478         * beagled/WebServices/NetBeagleHandler.cs: Minor Fix
11480 2005-06-03 08:08  knvijay
11482         * beagled/WebServices/: ExternalAccessFilter.cs,
11483           NetBeagleQueryable.cs: Minor fixes
11485 2005-06-03 07:47  dsd
11487         * ChangeLog, Util/Inotify.cs, beagled/BeagleDaemon.cs: Don't say
11488           that we are starting Inotify threads when we aren't using
11489           inotify.
11491 2005-06-03 07:39  knvijay
11493         * ChangeLog: [no log message]
11495 2005-06-03 07:33  knvijay
11497         * beagled/WebServices/NetBeagleHandler.cs,
11498           beagled/WebServices/NetBeagleQueryable.cs,
11499           beagled/WebServices/WebServiceProxy.cs, Tiles/TileNetwork.cs,
11500           Tiles/template-network.html, BeagleClient/NetworkHit.cs:
11501           Committing changes for Networked Beagle operation
11503 2005-06-03 07:30  knvijay
11505         * BeagleClient/Makefile.am, Tiles/HitFlavor.cs, Tiles/Makefile.am,
11506           beagled/Makefile.am, images/Makefile.am, images/netbeagle.png:
11507           Committing changes for Networked Beagle operation
11509 2005-06-03 06:19  knvijay
11511         * ChangeLog: [no log message]
11513 2005-06-03 06:17  knvijay
11515         * beagled/WebServices/: ExternalAccessFilter.cs,
11516           WebServiceBackEnd.cs: Added default access filter for public
11517           folder
11519 2005-06-02 17:46  joeshaw
11521         * configure.in: require zip for the mozilla-extension
11523 2005-06-02 17:27  joeshaw
11525         * Util/Vfs.cs: The icon_data ref parameter is declared const, so
11526           don't free it.  Fixes the crash in #306155
11528 2005-06-02 14:37  joeshaw
11530         * Best/BestTray.cs: Use Window.Present() instead of Show() when
11531           showing the Best window
11533 2005-06-02 14:14  joeshaw
11535         * beagled/beagled.in: Don't use pidof because not everything has
11536           it.  Use ps instead.  Based on a patch from jylefort@FreeBSD.org
11538 2005-06-02 14:07  joeshaw
11540         * beagled/wrapper.in, tools/wrapper.in: use exec when executing the
11541           wrapper scripts.  Patch from jylefort@FreeBSD.org
11543 2005-06-02 13:28  joeshaw
11545         * beagled/Server.cs: If the client is null in SetupWatch(), close
11546           the connection
11548 2005-06-02 11:30  adamw
11550         * po/: ChangeLog, en_CA.po:
11551           2005-06-02  Adam Weinberger  <adamw@gnome.org>
11553                   * en_CA.po: Updated Canadian English translation.
11555 2005-06-02 09:15  knvijay
11557         * ChangeLog: [no log message]
11559 2005-06-02 09:14  knvijay
11561         * beagled/BeagleDaemon.cs: Added --enable-network startup command
11562           line option for WebServices
11564 2005-06-02 08:08  knvijay
11566         * ChangeLog: [no log message]
11568 2005-06-02 08:03  knvijay
11570         * beagled/WebServices/: ExternalAccessFilter.cs, WebBackEnd.cs,
11571           WebServiceBackEnd.cs, WebServiceFrontEnd.cs: Fixes to
11572           filtering/translating logic for external access to Beagle
11573           web/web-service interface
11575 2005-06-01 18:06  joeshaw
11577         * Util/SystemInformation.cs: Use libc's getloadavg() instead of
11578           parsing /proc/loadavg.  Patch from  jylefort@FreeBSD.org
11580 2005-06-01 17:39  joeshaw
11582         * BeagleClient/Hit.cs: Make a bunch of things XmlAttributes instead
11583           of XmlElements to make my life suck a little less
11585 2005-06-01 11:08  al_shopov
11587         * po/ChangeLog, po/bg.po, ChangeLog, configure.in: 2005-06-01
11588           Alexander Shopov  <ash@contact.bg>
11590                   * Added Bulgarian translation by
11591                   Rostislav Raykov <zbrox@i-space.org>
11593 2005-06-01 10:55  llipka
11595         * ImLogViewer/: ImLogViewer.glade, ImLogWindow.cs: Cleanup, Round
11596           1. FIGHT.
11598 2005-06-01 01:49  knvijay
11600         * beagled/WebServices/WebFrontEnd.cs: Fix to enable images with
11601           shorter version of Beagle Web Search URL
11603 2005-05-31 14:12  joeshaw
11605         *
11606           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11607           Support another date format for the Rev field in vcard, use the
11608           invariant culture instead of the default culture, and wrap the
11609           ParseExact() call in a try-catch and print a nice warning instead
11610           of throwing an exception
11612 2005-05-31 14:09  dsd
11614         * ChangeLog, BeagleClient/RemoteControl.cs, Util/Conf.cs,
11615           Util/Makefile.am, beagled/BeagleDaemon.cs,
11616           beagled/RemoteControlExecutors.cs,
11617           beagled/FileSystemQueryable/FileNameFilter.cs,
11618           beagled/FileSystemQueryable/FileSystemModel.cs,
11619           beagled/FileSystemQueryable/FileSystemQueryable.cs, doc/TODO,
11620           tools/Config.cs, tools/Makefile.am, tools/beagle-config.1:
11621           Configuration system backend and command-line client, with some
11622           basic control over indexing.
11624 2005-05-31 11:19  joeshaw
11626         * configure.in: bump version number to 0.0.11
11628 2005-05-31 06:13  trow
11630         * Util/Logger.cs: In PruneOldLogs, behave better if we encounter
11631           strangely-named files in the log directory.  Fixes bug 306009.
11633 2005-05-30 20:10  trow
11635         * beagled/BeagleDaemon.cs: Give the correct URL for the wiki's
11636           "Enabling extended attributes" page.  Fixes bug #305965.
11638 2005-05-30 11:20  trow
11640         * Util/: Scheduler.cs, SystemInformation.cs: If we are running from
11641           battery power, don't speed up the indexing when the system is
11642           idle.
11644 2005-05-30 09:17  knvijay
11646         * ChangeLog: [no log message]
11648 2005-05-30 09:12  knvijay
11650         * beagled/WebServices/WebServiceBackEnd.cs: BeagleXSP application
11651           list folders checked for existence
11653 2005-05-30 06:18  trow
11655         * NEWS, beagled/BlamQueryable/BlamQueryable.cs: Fixed properties in
11656           the blam backend.
11658 2005-05-30 06:12  trow
11660         * NEWS,
11661           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11662           Fixed properties on addressbook objects... certain things were
11663           keyword properties that shouldn't be.
11665 2005-05-30 05:51  trow
11667         * po/POTFILES.skip: Addded POTFILES.skip.
11669 2005-05-30 05:45  trow
11671         * AUTHORS, NEWS: Updated for 0.0.10 release.
11673 2005-05-29 09:56  rml
11675         * ImLogViewer/: .cvsignore, Makefile.am: "make distcheck" fix
11676           ".cvsignore" addition
11678 2005-05-29 08:49  trow
11680         * BeagleClient/Client.cs, Best/best.in, Util/UnixClient.cs,
11681           beagled/RemoteIndexer.cs, beagled/Server.cs: Flush streams after
11682           we finish writing to them.  Initialize last_item_count to -1, so
11683           that GetItemCount will do the right thing if it is called before
11684           adding items to the index.
11686 2005-05-28 19:00  joeshaw
11688         * Util/: StringFu.cs, camel.cs: Those damned i's and j's look so
11689           similar.  Also update a few flags in the evo summary
11691 2005-05-28 10:10  chpe
11693         * ChangeLog, Makefile.am, configure.in,
11694           epiphany-extension/.cvsignore, epiphany-extension/Makefile.am,
11695           epiphany-extension/beagle.xml.in.in,
11696           epiphany-extension/ephy-beagle-extension.c,
11697           epiphany-extension/ephy-beagle.c: 2005-05-28  Christian Persch
11698           <chpe@cvs.gnome.org>
11700                   * configure.in: Update configure checks to detect
11701           Epiphany >= 1.6.
11702                   * Makefile.am:
11703                   * epiphany-extension/.cvsignore:
11704                   * epiphany-extension/Makefile.am:
11705                   * epiphany-extension/beagle.xml.in.in:
11706                   * epiphany-extension/ephy-beagle-extension.c:
11707           (load_status_cb),
11708                   (impl_attach_tab), (impl_detach_tab),
11709           (impl_attach_window),
11710                   (impl_detach_window), (ephy_beagle_extension_iface_init),
11711                   (ephy_beagle_extension_class_init),
11712                   (ephy_beagle_extension_get_type),
11713                   (ephy_beagle_extension_register_type):
11714                   * epiphany-extension/ephy-beagle.c: (register_module):
11715                   Update Epiphany extension to work with Epiphany >= 1.6.
11716                   Fixes bug #167948 and bug #167949.
11718 2005-05-27 19:29  joeshaw
11720         * BeagleClient/Query.cs: "Part" and "Parts" were switched when
11721           generating XML
11723 2005-05-27 15:45  joeshaw
11725         * Tiles/Template.cs: Assign the actual value to the key in the hash
11726           table, and don't try to look it up.  Revert the GetValue()
11727           change, it wasn't the right fix
11729 2005-05-27 12:37  joeshaw
11731         * Util/Makefile.am: whoops, didn't mean to commit this
11733 2005-05-27 12:36  joeshaw
11735         * Util/: GeckoUtils.cs, Makefile.am: Catch gconf exceptions when
11736           trying to get fonts and try to fall back on something sane
11738 2005-05-27 12:15  joeshaw
11740         * Util/StringFu.cs: Fix a use of the wrong iterator variable
11742 2005-05-27 09:21  knvijay
11744         * beagled/WebServices/WebServiceBackEnd.cs: Removed public folder
11745           application mapping arg for BeagleXsp
11747 2005-05-27 09:13  knvijay
11749         * beagled/WebServices/WebServiceBackEnd.cs: Added FallBackAppString
11750           to retry BeagleXsp initialization in case of ArgumentException
11751           for invalid path
11753 2005-05-26 11:10  knvijay
11755         * ChangeLog: [no log message]
11757 2005-05-26 11:05  knvijay
11759         * beagled/WebServices/WebServiceBackEnd.cs: Updates to WebFrontEnd
11760           and search.aspx.in to serve images from web server, instead of
11761           file:/// uris
11763 2005-05-26 10:59  knvijay
11765         * beagled/WebServices/: WebFrontEnd.cs, search.aspx.in: Updates to
11766           WebFrontEnd and search.aspx.in to serve images from web server,
11767           instead of file:/// uris
11769 2005-05-26 08:42  knvijay
11771         * beagled/WebServices/WebServiceBackEnd.cs: Addl. check for
11772           searchToken validity in GetMoreResults
11774 2005-05-26 08:25  knvijay
11776         * ChangeLog: [no log message]
11778 2005-05-26 08:20  knvijay
11780         * beagled/WebServices/WebServiceBackEnd.cs: Updates to
11781           WebServiceBackEnd following recent changes in Hit & Property
11782           classes
11784 2005-05-26 06:29  knvijay
11786         * beagled/WebServices/WebBackEnd.cs: Added locks to Web interface
11787           backend code
11789 2005-05-26 06:17  knvijay
11791         * Tiles/Template.cs: Fix to remove NPException
11793 2005-05-25 18:24  joeshaw
11795         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11796           Fix Evo IMAP accounts that use different auth methods
11798 2005-05-25 14:47  llipka
11800         * Best/BestWindow.cs: Delayed queries once again.
11802 2005-05-25 14:06  adamw
11804         * po/: ChangeLog, en_CA.po:
11805           2005-05-25  Adam Weinberger  <adamw@gnome.org>
11807                   * en_CA.po: Updated Canadian English translation.
11809 2005-05-25 09:53  llipka
11811         * Best/BestWindow.cs: Fixed delayed queries and proper error
11812           handling when daemon is not started
11814 2005-05-24 17:41  trow
11816         * Tiles/TileImLog.cs: Use Query.QuotedText instead of
11817           Query.TextAsArray.
11819 2005-05-24 17:12  trow
11821         * BeagleClient/Client.cs, BeagleClient/Hit.cs,
11822           BeagleClient/Makefile.am, BeagleClient/Message.cs,
11823           BeagleClient/Property.cs, BeagleClient/Query.cs,
11824           BeagleClient/QueryPart.cs, BeagleClient/Snippet.cs,
11825           BeagleClient/Versioned.cs, Tiles/Template.cs, Tiles/TileNote.cs,
11826           Util/Scheduler.cs, Util/StringFu.cs, beagled/BugzillaDriver.cs,
11827           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
11828           beagled/RemoteIndexer.cs,
11829           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
11830           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
11831           beagled/Lucene.Net/Index/Term.cs, po/POTFILES.in, tools/Query.cs:
11832           Added multi-property support to Hits.  Refactored Queries.  It is
11833           now possible to query against specific fields.  Fixed keywork
11834           properties and keyword queries.  Tweak e-mail relevancy according
11835           to how many e-mails you have sent the sender.  This helps keep
11836           spam out of the top e-mail search results.  Removed some debug
11837           spew.  Misc. clean-up.
11839 2005-05-24 14:46  joeshaw
11841         * Util/KdeUtils.cs: static classes are a c# 2.0 feature, so fake it
11842           with a private constructor instead
11844 2005-05-24 10:07  llipka
11846         * ImLogViewer/ImLogViewer.cs, ImLogViewer/ImLogWindow.cs,
11847           ImLogViewer/Makefile.am, Tiles/TileImLog.cs: Add highlighting
11848           support to IM viewer.
11850 2005-05-24 08:18  dsd
11852         * ChangeLog, Util/inotify-test: Fix parameter escaping
11854 2005-05-24 06:48  fhedberg
11856         * Tiles/TileFolder.cs: Up the rank of TileFolder by adding Type.
11857           Bug #305302.
11859 2005-05-23 16:09  joeshaw
11861         * beagled/Server.cs: If the client connection just hangs up without
11862           sending any data, don't bother throwing an error
11864 2005-05-23 07:41  llipka
11866         * beagled/BeagleDaemon.cs: Add --help option to beagled.
11868 2005-05-22 08:27  dsd
11870         * beagled/RemoteControlImpl.cs: Remove unused RemoteControlImpl.cs
11872 2005-05-21 18:01  dsd
11874         * beagled/PathFinder.cs: Remove unused beagled/PathFinder.cs
11876 2005-05-20 18:35  joeshaw
11878         * beagled/Makefile.am: More warnings we want to ignore
11880 2005-05-20 09:05  knvijay
11882         * beagled/WebServices/WebBackEnd.cs,
11883           beagled/WebServices/WebFrontEnd.cs,
11884           beagled/WebServices/WebServiceBackEnd.cs,
11885           beagled/WebServices/WebServiceFrontEnd.cs,
11886           beagled/WebServices/ExternalAccessFilter.cs, beagled/Makefile.am,
11887           ChangeLog: Support for filtering hit results for external
11888           web/web-service access
11890 2005-05-20 08:48  fhedberg
11892         * Best/BestWindow.cs: Don't bail out if the UnixClient is disposed
11893           (eg. lost connection to the daemon) but try again.
11895 2005-05-20 08:07  farnold
11897         * po/: ChangeLog, de.po: 2005-05-20  Frank Arnold
11898           <farnold@cvs.gnome.org>
11900                   * de.po: Updated German translation.
11902 2005-05-20 03:26  trow
11904         * beagled/: LuceneQueryable.cs,
11905           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11906           Oops.
11908 2005-05-20 03:18  trow
11910         *
11911           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11912           Compare each contact's REV field against a stored timestamp for
11913           when we last crawled the local addressbook.  This allows us to
11914           avoid re-indexing the entire addressbook each time we start the
11915           daemon.
11917 2005-05-19 06:17  knvijay
11919         * ChangeLog: Updates to WebServer and WebBackEnd.cs
11921 2005-05-19 06:16  knvijay
11923         * beagled/WebServices/WebBackEnd.cs: Fixes to work with recent
11924           Beagle code changes
11926 2005-05-19 06:16  knvijay
11928         * beagled/WebServices/WebServer/: ApplicationServer.cs,
11929           AssemblyInfo.cs, AssemblyInfo.cs.in, IWebSource.cs,
11930           InitialWorkerRequest.cs, XSPApplicationHost.cs,
11931           XSPWorkerRequest.cs, server.cs: Changes to upgrade to XSP-1.0.9
11932           version
11934 2005-05-18 23:56  trow
11936         * configure.in, Filters/FilterJpeg.cs, Util/JpegHeader.cs: Copy a
11937           better libexif check from f-spot's configure.in.  In particular,
11938           we now correctly deal with libexif 0.6.12.
11940           Index standard (i.e. non-exif) jpeg comments.  Patch from
11941           Debajyoti Bera.
11943 2005-05-18 17:44  joeshaw
11945         * configure.in: I lied.  But I am pretty sure this is it.
11947 2005-05-18 17:39  joeshaw
11949         * configure.in: I promise this will be my last commit to
11950           configure.in today
11952 2005-05-18 17:31  joeshaw
11954         * configure.in: fix a typo in the KDE detection and add some
11955           comments for why we need certain deps
11957 2005-05-18 17:28  joeshaw
11959         * configure.in: uh, check for it, but don't pass its C compiler
11960           flags to mono
11962 2005-05-18 17:23  joeshaw
11964         * configure.in: require gnome-vfs-2.0 pkgconfig
11966 2005-05-17 18:06  dsd
11968         * ChangeLog, Tiles/template-blog.html, Tiles/template-docs.html,
11969           Tiles/template-file.html, Tiles/template-folder.html,
11970           Tiles/template-launcher.html, Tiles/template-mockup.html,
11971           Tiles/template-music.html, Tiles/template-picture.html,
11972           Tiles/template-presentation.html,
11973           Tiles/template-spreadsheet.html: Added mouseover tooltips to most
11974           templates
11976 2005-05-17 17:32  trow
11978         * beagled/: PostIndexHandler.cs, PreIndexHandler.cs: Removed more
11979           dead code.
11981 2005-05-17 17:30  trow
11983         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: Always
11984           call our unix signal handlers before connecting them, to ensure
11985           that they are pre-JITed.
11987 2005-05-17 17:24  dsd
11989         * ChangeLog, configure.in, Util/ExternalStringsHack.cs.in,
11990           Util/KdeUtils.cs, Util/Makefile.am,
11991           beagled/LauncherQueryable/LauncherQueryable.cs: KDE discovery
11992           rework: Use kde-config at configure-time, and if not present,
11993           guess at runtime.
11995 2005-05-17 16:03  joeshaw
11997         * BeagleClient/Message.cs, BeagleClient/QueryResponses.cs,
11998           beagled/QueryExecutor.cs, beagled/RemoteIndexerRequest.cs,
11999           beagled/RemoteIndexerResponse.cs, beagled/Server.cs: It's not
12000           called JoeBus... but do add copyright/license messages to a bunch
12001           of files
12003 2005-05-17 15:26  fhedberg
12005         * beagled/: NetworkDriver.cs, NetworkHandler.cs, NetworkService.cs:
12006           CVS is my bitch.
12008 2005-05-17 15:23  fhedberg
12010         * configure.in, beagled/BeagleDaemon.cs, beagled/Makefile.am:
12011           Remove old network interface.
12013 2005-05-17 15:18  rml
12015         * BeagleClient/Message.cs, beagled/Server.cs: It is called JoeBus.
12016           Address it as such.
12018 2005-05-17 15:15  rml
12020         * BeagleClient/Factory.cs, BeagleClient/FactoryProxy.cs,
12021           BeagleClient/QueryProxy.cs, BeagleClient/RemoteControlProxy.cs,
12022           beagled/FactoryImpl.cs, beagled/QueryImpl.cs: Remove defunct
12023           files that should of been ditched in the branch merge.
12025 2005-05-17 15:13  rml
12027         * beagled/NetworkHandler.cs, doc/TODO-integration: Remove more
12028           DBUS-isms because that filthy whore is no longer with us.
12030 2005-05-17 14:03  llipka
12032         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Make search work
12033           again in IM viewer.
12035 2005-05-17 12:22  fhedberg
12037         * beagled/: LuceneDriver.cs, LuceneQueryable.cs: Enable per-index
12038           versioning.  If you change something in any of the lucene based
12039           queryables (properties, uri-schemes etc), increment the
12040           index_version parameter in the LuceneQueryable ctor and the
12041           specific index will be rebuilt.
12043 2005-05-17 11:03  dsd
12045         * tools/.cvsignore: Ignore beagle-shutdown
12047 2005-05-16 18:47  joeshaw
12049         * beagled/: BeagleDaemon.cs, RemoteIndexer.cs: Fix a few minor
12050           things in BeagleDaemon.cs which either don't apply or have
12051           changed due to the new branch.  Add support for
12052           BEAGLE_RUN_HELPER_BY_HAND back to the RemoteIndexer.  Add a
12053           little better logging in a couple places, check to see if the
12054           helper socket exists as a shortcut in CheckHelper() so that we
12055           don't try connecting to it if it isn't there.
12057 2005-05-16 16:15  joeshaw
12059         * BeagleClient/Query.cs, Tiles/TileNote.cs: Fix a Best crash when
12060           opening Tomboy notes
12062 2005-05-16 13:26  dsd
12064         * ChangeLog, beagled/Makefile.am,
12065           beagled/LauncherQueryable/LauncherCrawler.cs,
12066           beagled/LauncherQueryable/LauncherQueryable.cs: Reduce duplicated
12067           code and kill LauncherCrawler.
12069 2005-05-16 13:21  dsd
12071         * ChangeLog, Tiles/TileLauncher.cs, Util/KdeUtils.cs,
12072           Util/Makefile.am, beagled/LauncherQueryable/LauncherQueryable.cs:
12073           KDE launcher querying, and KDE launcher icon lookups.
12075 2005-05-16 12:34  dsd
12077         * ChangeLog, BeagleClient/Query.cs, beagled/HitRegulator.cs,
12078           beagled/QueryDriver.cs, tools/Query.cs, tools/beagle-query.1:
12079           Support for lowering the maximum number of hits returned per
12080           backend.
12082 2005-05-16 12:21  rml
12084         * beagle-0.0.pc.in: Remove more DBUSisms.
12086 2005-05-16 12:13  trow
12088         * beagled/RenamingLuceneDriver.cs: Oops... forgot to add this file.
12090           This doesn't happen nearly as often with Subversion, since "svn
12091           st" is actually coherent and readable...
12093 2005-05-16 12:05  trow
12095         * configure.in, BeagleClient/Client.cs, BeagleClient/DBusisms.cs,
12096           BeagleClient/Factory.cs, BeagleClient/Hit.cs,
12097           BeagleClient/IRdf.cs, BeagleClient/Indexable.cs,
12098           BeagleClient/IndexingService.cs, BeagleClient/Makefile.am,
12099           BeagleClient/Message.cs, BeagleClient/Query.cs,
12100           BeagleClient/QueryResponses.cs, BeagleClient/RemoteControl.cs,
12101           BeagleClient/Snippet.cs, BeagleClient/WebHistoryIndexer.cs,
12102           BeagleClient/WebHistoryIndexerProxy.cs, Best/Best.cs,
12103           Best/BestTray.cs, Best/BestWindow.cs, Best/Makefile.am,
12104           Filters/Makefile.am, ImLogViewer/Makefile.am, Tiles/Makefile.am,
12105           Tiles/SimpleRootTile.cs, Tiles/Tile.cs, Tiles/TileCanvas.cs,
12106           Tiles/TileFromHitTemplate.cs, Tiles/TileFromTemplate.cs,
12107           Tiles/TileImLog.cs, Tiles/TileMenuContext.cs, Tiles/TileNote.cs,
12108           Util/ExceptionHandlingThread.cs, Util/FileAdvise.cs,
12109           Util/FlacReader.cs, Util/FrequencyStatistics.cs, Util/Inotify.cs,
12110           Util/Logger.cs, Util/Makefile.am, Util/Mozilla.cs,
12111           Util/Mp3Reader.cs, Util/PathFinder.cs, Util/Scheduler.cs,
12112           Util/Timeline.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12113           Util/UriFu.cs, Util/camel.cs, beagled/BeagleDaemon.cs,
12114           beagled/BugzillaDriver.cs, beagled/DBusisms.cs,
12115           beagled/ExtractContent.cs, beagled/FileAttributesStore_Sqlite.cs,
12116           beagled/Filter.cs, beagled/FilterFactory.cs,
12117           beagled/FilteredIndexable.cs, beagled/GoogleDriver.cs,
12118           beagled/HitRegulator.cs, beagled/IDBusObject.cs,
12119           beagled/IQueryable.cs, beagled/IndexHelperFu.cs,
12120           beagled/IndexWebContent.cs, beagled/LuceneDriver.cs,
12121           beagled/LuceneQueryable.cs, beagled/Makefile.am,
12122           beagled/NameIndex.cs, beagled/NameIndexTool.cs,
12123           beagled/QueryBody.cs, beagled/QueryDriver.cs,
12124           beagled/QueryExecutor.cs, beagled/QueryResult.cs,
12125           beagled/Queryable.cs, beagled/RemoteControlExecutors.cs,
12126           beagled/RemoteIndexer.cs, beagled/RemoteIndexerProxy.cs,
12127           beagled/RemoteIndexerRequest.cs,
12128           beagled/RemoteIndexerResponse.cs, beagled/Server.cs,
12129           beagled/Shutdown.cs, beagled/SnippetExecutor.cs,
12130           beagled/SnippetFu.cs, beagled/SnippetTest.cs,
12131           beagled/TextCache.cs, beagled/BlamQueryable/BlamQueryable.cs,
12132           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
12133           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
12134           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
12135           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
12136           beagled/FileSystemQueryable/FileSystemModel.cs,
12137           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12138           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
12139           beagled/GaimLogQueryable/GaimLogQueryable.cs,
12140           beagled/IndexHelper/IndexHelper.cs,
12141           beagled/IndexHelper/RemoteIndexerExecutor.cs,
12142           beagled/IndexHelper/RemoteIndexerImpl.cs,
12143           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
12144           beagled/LauncherQueryable/LauncherQueryable.cs,
12145           beagled/MozillaQueryable/MozillaQueryable.cs,
12146           beagled/TomboyQueryable/TomboyQueryable.cs,
12147           beagled/WebServices/WebBackEnd.cs,
12148           beagled/WebServices/WebServiceBackEnd.cs, images/Images.cs,
12149           images/Makefile.am, tools/.cvsignore,
12150           tools/ExerciseFileSystem.cs, tools/Info.cs, tools/Makefile.am,
12151           tools/Query.cs, tools/Shutdown.cs, tools/beagle-index-info,
12152           tools/beagle-ping, tools/beagle-shutdown, tools/beagle-status:
12153           This commit merges the beagle-no-dbus-branch back into HEAD.  We
12154           no longer use D-BUS for our IPC.
12156           Also contains a bunch of small clean-ups to get rid of compiler
12157           warnings.
12159 2005-05-14 17:23  kelemeng
12161         * po/: ChangeLog, hu.po: 2005-05-14  Gabor Kelemen
12162           <kelemeng@gnome.hu>
12164                   * hu.po: Hungarian translation updated.
12166 2005-05-13 16:58  joeshaw
12168         * BeagleClient/Makefile.am, BeagleClient/WebHistoryIndexer.cs,
12169           Tiles/Makefile.am, Tiles/TileMenuContext.cs, Util/Makefile.am,
12170           beagled/FilteredIndexable.cs, beagled/IDBusObject.cs,
12171           beagled/IndexHelper/RemoteIndexerImpl.cs: Remove a bunch of dead
12172           code
12174 2005-05-13 16:49  trow
12176         * BeagleClient/Client.cs, BeagleClient/DBusisms.cs,
12177           BeagleClient/WebHistoryIndexerProxy.cs, Util/Logger.cs,
12178           beagled/DBusisms.cs, beagled/IndexHelperFu.cs,
12179           beagled/IndexWebContent.cs, beagled/RemoteIndexerProxy.cs:
12180           Removed some more dead code.
12182 2005-05-13 16:42  joeshaw
12184         * BeagleClient/IRdf.cs: Remove dead file
12186 2005-05-13 16:37  joeshaw
12188         * beagled/Filter.cs: If the filter fails to open, warn about it.
12189           Happened when I tried to filter /dev/zero
12191 2005-05-13 16:17  adamw
12193         * po/: ChangeLog, en_CA.po: 2005-05-13  Adam Weinberger
12194           <adamw@gnome.org>
12196                   * en_CA.po: Updated Canadian English translation.
12198 2005-05-13 13:05  trow
12200         * BeagleClient/IndexingService.cs, BeagleClient/Makefile.am,
12201           beagled/IndexWebContent.cs, beagled/Makefile.am,
12202           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
12203           Added indexing service.  Make IndexWebContent.cs index via the
12204           indexing service.
12206 2005-05-13 03:01  llipka
12208         * Util/Timeline.cs: Take no. 3, smile please.
12210 2005-05-13 02:45  llipka
12212         * Util/Timeline.cs: I love CVS.
12214 2005-05-13 02:44  llipka
12216         * Util/Timeline.cs: Thanks Joe.
12218 2005-05-12 18:55  joeshaw
12220         * Util/PathFinder.cs, beagled/FilterFactory.cs: Fix the logic a bit
12221           in FilterIndexable; don't continue if filter is null, but print
12222           out the 'no filter' message if there's no content
12224 2005-05-12 15:58  llipka
12226         * ImLogViewer/ImLogViewer.cs, Util/Timeline.cs: Fix a horrible
12227           mistake in Timeline.cs caused by cut/pasting.
12229 2005-05-12 15:09  llipka
12231         * Best/BestTray.cs: Small UI changes to the recent searches tray
12232           stuff.
12234 2005-05-11 18:14  joeshaw
12236         * BeagleClient/: Hit.cs, Message.cs: Put a lock around the static
12237           message types, remove a bunch of dead code from Hit
12239 2005-05-11 15:25  rml
12241         * Util/Inotify.cs: This makes my laugh so much more easier it is
12242           not even funny, I mean, dude, seriously.
12244 2005-05-11 14:39  trow
12246         * BeagleClient/Indexable.cs, BeagleClient/Makefile.am,
12247           Util/Logger.cs, beagled/FilterFactory.cs,
12248           beagled/RemoteIndexer.cs, beagled/TextCache.cs,
12249           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
12250           beagled/IndexHelper/IndexHelper.cs,
12251           beagled/TomboyQueryable/TomboyQueryable.cs: Helper recycling
12252           fixes.  Filtering fixes.  TextCache fixes.
12254 2005-05-11 07:42  pkst
12256         * po/: ChangeLog, el.po: Updated Greek Translation.
12258 2005-05-10 13:44  joeshaw
12260         * configure.in: Add a configure-time check for wsdl
12262 2005-05-10 02:25  trow
12264         * beagled/: GaimLogQueryable/GaimLogQueryable.cs,
12265           MozillaQueryable/MozillaQueryable.cs,
12266           TomboyQueryable/TomboyQueryable.cs: If we aren't actually
12267           filtering, don't set mime-types in the backends.
12269 2005-05-10 02:14  trow
12271         * BeagleClient/Client.cs, BeagleClient/Indexable.cs,
12272           BeagleClient/Message.cs, beagled/FilterFactory.cs,
12273           beagled/RemoteIndexer.cs, beagled/Server.cs,
12274           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
12275           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12276           beagled/IndexHelper/IndexHelper.cs,
12277           beagled/IndexHelper/RemoteIndexerExecutor.cs: Better helper
12278           recycling.  Filtering fixes.
12280 2005-05-09 17:52  rml
12282         * Util/Inotify.cs,
12283           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
12284           beagled/FileSystemQueryable/InotifyBackend.cs,
12285           beagled/GaimLogQueryable/GaimLogQueryable.cs,
12286           beagled/LauncherQueryable/LauncherQueryable.cs,
12287           beagled/TomboyQueryable/TomboyQueryable.cs, glue/inotify.h:
12288           Inotify API and ABI update.  Oops, I did it again.
12290           You now need Inotify 0.23-6 or later to use Beagle CVS.
12292           SUSE kernel packages 737.inotify.0 or later provide this version.
12294           http://primates.ximian.com/~rml/kernel-rml/suse-93-i586/
12296           http://www.kernel.org/pub/linux/kernel/people/rml/inotify/v2.6/0.23/
12298           God Save the Pooch.
12300 2005-05-09 16:06  joeshaw
12302         * Util/Inotify.cs: backport a fix that is on HEAD
12304 2005-05-09 16:05  joeshaw
12306         * Util/UnixClient.cs, Util/UnixListener.cs, beagled/Server.cs,
12307           tools/Info.cs: Shut down a little more cleanly
12309 2005-05-06 17:21  joeshaw
12311         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs: Make
12312           the web services stuff build on this branch
12314 2005-05-06 15:02  joeshaw
12316         * beagled/: FilterFactory.cs, LuceneDriver.cs: Filter everything,
12317           but only sniff the mime type from the file if it's a
12318           non-transient file.
12320 2005-05-06 09:09  chliao
12322         * ChangeLog, configure.in, po/ChangeLog, po/zh_TW.po: 2005-05-06
12323           Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
12325                   * zh_TW.po: Added Traditional Chinese translation.
12327 2005-05-05 17:19  trow
12329         * Util/UriFu.cs, beagled/LuceneDriver.cs, beagled/QueryDriver.cs,
12330           beagled/Server.cs, beagled/IndexHelper/IndexHelper.cs: Changes to
12331           how the Server maps request messages to executors.  Only filter
12332           files where the Uri and ContentUri are the same.  Turn on the
12333           signal handlers in the IndexHelper.
12335 2005-05-05 16:35  joeshaw
12337         * BeagleClient/Client.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12338           beagled/RemoteControlExecutors.cs, beagled/Server.cs: A bunch of
12339           bug fixes, made the sync IO case use the sync IO APIs directly
12340           instead of wrapping them around our async APIs
12342 2005-05-05 15:10  trow
12344         * beagled/IndexHelper/IndexHelper.cs: Make the memory threshold
12345           something more reasonable... I'd been using an artificially low
12346           value for testing.
12348 2005-05-05 14:45  dsd
12350         * ChangeLog, beagled/LauncherQueryable/LauncherQueryable.cs: Don't
12351           choke on unreadable desktop files
12353 2005-05-05 10:50  vvaradan
12355         * Filters/FilterLisp.cs: The actual filter file. ;) (OMG!! that was
12356           close enough to break cvs, ugh)
12358 2005-05-05 10:36  vvaradan
12360         * ChangeLog, Filters/FilterRTF.cs, Filters/FilterSource.cs,
12361           Filters/Makefile.am: * Added "header" and "footer" control words
12362           in RTF filter.  * Patch from Wojciech Polak <wojciechpolak at
12363           gmail.com>   Lisp filter.
12365 2005-05-04 23:39  trow
12367         * configure.in, BeagleClient/Client.cs, BeagleClient/Indexable.cs,
12368           BeagleClient/Makefile.am, BeagleClient/Message.cs,
12369           BeagleClient/RemoteControl.cs, Best/BestWindow.cs,
12370           Util/ExceptionHandlingThread.cs, Util/UnixClient.cs,
12371           Util/UnixListener.cs, beagled/BeagleDaemon.cs,
12372           beagled/ExtractContent.cs, beagled/Filter.cs,
12373           beagled/FilterFactory.cs, beagled/FilteredIndexable.cs,
12374           beagled/LuceneDriver.cs, beagled/Makefile.am,
12375           beagled/RemoteIndexer.cs, beagled/RemoteIndexerRequest.cs,
12376           beagled/RemoteIndexerResponse.cs, beagled/Server.cs,
12377           beagled/Shutdown.cs, beagled/BlamQueryable/BlamQueryable.cs,
12378           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12379           beagled/IndexHelper/IndexHelper.cs,
12380           beagled/IndexHelper/RemoteIndexerExecutor.cs, tools/Query.cs: New
12381           daemon/helper communications, based on Joe's new message-passing
12382           stuff.  No more FilteredIndexable.  No more D-BUS.
12384 2005-05-03 14:44  llipka
12386         * beagled/BeagleDaemon.cs: Dammit.
12388 2005-05-03 14:37  llipka
12390         * beagled/BeagleDaemon.cs: Bail out eariler if we run as root, so
12391           we dont write anything to the filesystem and break users
12392           permissions.
12394 2005-05-03 13:02  joeshaw
12396         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Remove some dead
12397           code.  Pointed out by BlurredWe on IRC
12399 2005-05-03 05:34  pkst
12401         * ChangeLog, configure.in, po/ChangeLog, po/el.po: Added Greek
12402           Translation.
12404 2005-05-03 02:39  knvijay
12406         * ChangeLog, beagled/WebServices/WebBackEnd.cs: Fixes in
12407           WebBackEnd.cs to remove duplicate population of queryBody
12409 2005-05-02 18:48  dsd
12411         * Util/.cvsignore: Ignore .config file
12413 2005-05-02 18:47  dsd
12415         * ChangeLog, Tiles/HitFlavor.cs, Util/ImLog.cs,
12416           beagled/GaimLogQueryable/GaimLogQueryable.cs: Use real file://
12417           URI's for GAIM logs. Fixes searching of logs with non-standard
12418           characters in their name. (e.g. # in irc logs)
12420 2005-05-02 15:50  joeshaw
12422         * BeagleClient/Message.cs, beagled/BeagleDaemon.cs,
12423           beagled/Makefile.am, beagled/Server.cs: We can't serialize
12424           Exceptions, so don't bother having an Exception field in
12425           ErrorResponse or setting an InnerException in
12426           ResponseMessageException.  Rewrite ReplaceExisting() to use the
12427           new remote control interface.  Remove the WebHistoryQueryable
12428           since it was unused and it exported an unused dbus interface.
12429           For the server, initialize the UnixListener in the main thread so
12430           that we can catch any exceptions (like that another server is
12431           running on it)
12433 2005-05-02 15:00  joeshaw
12435         * Util/: UnixClient.cs, UnixListener.cs: Sync up the UnixClient and
12436           UnixListener with what is in mono now
12438 2005-05-02 09:33  llipka
12440         * ImLogViewer/ImLogViewer.cs: Add support for highlighting search
12441           terms in the IM viewer.
12443 2005-05-02 08:52  knvijay
12445         * ChangeLog, beagled/Makefile.am: Changes to add Snippet support to
12446           Beagle Web interface
12448 2005-05-02 08:35  knvijay
12450         * ChangeLog, beagled/WebServices/WebBackEnd.cs: Added support for
12451           Snippets in Web Interface
12453 2005-04-30 10:42  mwh
12455         * po/: ChangeLog, da.po:         * da.po: Updated Danish
12456           translation.
12458 2005-04-29 13:56  joeshaw
12460         * glue/tomboykeybinder.c: improve the keybinding code
12462 2005-04-29 13:39  rml
12464         * tools/Makefile.am: Add boot.inotify.init to EXTRA_DIST
12466 2005-04-29 11:50  rml
12468         * tools/boot.inotify.init: Add a boot-time init script for setting
12469           Beagle-friendly inotify defaults.
12471 2005-04-29 06:49  llipka
12473         * Util/Logger.cs: Minor tuning to log pruning.
12475 2005-04-29 05:29  mwh
12477         * po/da.po:         * da.po: Updated Danish translation.
12479 2005-04-29 05:01  mwh
12481         * po/: ChangeLog, da.po:         * da.po: Updated Danish
12482           translation.
12484 2005-04-28 15:45  llipka
12486         * Util/Logger.cs: Remove logs older than 7 days on startup.
12488 2005-04-28 15:44  trow
12490         * Util/Inotify.cs: Actually add the queued event to the right
12491           array.
12493 2005-04-28 14:52  joeshaw
12495         * BeagleClient/Message.cs, Util/Inotify.cs,
12496           beagled/RemoteControlExecutors.cs, tools/.cvsignore,
12497           tools/Info.cs, tools/Makefile.am, tools/Shutdown.cs,
12498           tools/beagle-index-info, tools/beagle-ping,
12499           tools/beagle-shutdown, tools/beagle-status: Port all the little
12500           tools over to the new API.  Also fix a small bug in Inotify.cs.
12502 2005-04-28 05:57  mwh
12504         * po/: ChangeLog, da.po:         * da.po: Added Danish translation.
12506 2005-04-28 05:56  mwh
12508         * ChangeLog, configure.in:         * configure.in: Added Danish da
12509           to ALL_LINGUAS.
12511 2005-04-27 14:43  trow
12513         * AUTHORS: Thanks Jimmy!
12515 2005-04-27 13:08  rml
12517         * Util/Inotify.cs, glue/inotify.h: Add support for Inotify
12518           One-Shot.  Don't actually use it, but it is there as
12519           EventType.OneShot.
12521           Because EventType.All was set to all-ones, Beagle as-of now is
12522           required for inotify 0.23 or the 727 kernels.
12524           Also, update to latest inotify.h.
12526 2005-04-26 02:46  knvijay
12528         * beagled/WebServices/WebServiceBackEnd.cs: Logger fixes in
12529           WebServiceBackEnd
12531 2005-04-25 17:59  joeshaw
12533         * tools/Query.cs: Only connect to ClosedEvent when we're not
12534           connecting to FinishedEvent
12536 2005-04-25 15:59  joeshaw
12538         * BeagleClient/Client.cs, BeagleClient/Message.cs,
12539           BeagleClient/QueryResponses.cs, BeagleClient/Snippet.cs,
12540           Util/PathFinder.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12541           beagled/QueryExecutor.cs, beagled/Server.cs,
12542           beagled/SnippetExecutor.cs: Part Two in our series 'Getting
12543           Screwed With Your Pants On Featuring CVS'
12545 2005-04-25 15:51  joeshaw
12547         * BeagleClient/Client.cs, BeagleClient/Message.cs,
12548           BeagleClient/QueryProxy.cs, BeagleClient/QueryResponses.cs,
12549           BeagleClient/RemoteControlProxy.cs, BeagleClient/Snippet.cs,
12550           Util/PathFinder.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12551           beagled/FactoryImpl.cs, beagled/PathFinder.cs,
12552           beagled/QueryExecutor.cs, beagled/QueryImpl.cs,
12553           beagled/RemoteControlImpl.cs, beagled/Server.cs,
12554           beagled/SnippetExecutor.cs: CVS completely fucked me on that last
12555           commit, with all the additions and removals going on HEAD but the
12556           changes going onto the branch.  What a piece of shit
12558 2005-04-25 15:37  joeshaw
12560         * BeagleClient/QueryProxy.cs, BeagleClient/RemoteControlProxy.cs,
12561           beagled/FactoryImpl.cs, beagled/PathFinder.cs,
12562           beagled/QueryImpl.cs, beagled/RemoteControlImpl.cs: hmm, dunno
12563           why these weren't removed the first time...
12565 2005-04-25 15:35  joeshaw
12567         * beagled/QueryBody.cs: Another file I forgot to remove
12569 2005-04-25 15:34  joeshaw
12571         * BeagleClient/Client.cs, BeagleClient/Factory.cs,
12572           BeagleClient/Hit.cs, BeagleClient/Makefile.am,
12573           BeagleClient/Message.cs, BeagleClient/Query.cs,
12574           BeagleClient/QueryProxy.cs, BeagleClient/QueryResponses.cs,
12575           BeagleClient/RemoteControl.cs,
12576           BeagleClient/RemoteControlProxy.cs, BeagleClient/Snippet.cs,
12577           Best/BestWindow.cs, Tiles/SimpleRootTile.cs, Tiles/Tile.cs,
12578           Tiles/TileFromHitTemplate.cs, Tiles/TileFromTemplate.cs,
12579           Tiles/TileNote.cs, Util/Makefile.am, Util/PathFinder.cs,
12580           Util/UnixClient.cs, Util/UnixListener.cs,
12581           beagled/BeagleDaemon.cs, beagled/BugzillaDriver.cs,
12582           beagled/FactoryImpl.cs, beagled/GoogleDriver.cs,
12583           beagled/HitRegulator.cs, beagled/IQueryable.cs,
12584           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
12585           beagled/Makefile.am, beagled/NameIndex.cs,
12586           beagled/NameIndexTool.cs, beagled/PathFinder.cs,
12587           beagled/QueryDriver.cs, beagled/QueryExecutor.cs,
12588           beagled/QueryImpl.cs, beagled/QueryResult.cs,
12589           beagled/Queryable.cs, beagled/RemoteControlExecutors.cs,
12590           beagled/RemoteControlImpl.cs, beagled/Server.cs,
12591           beagled/SnippetExecutor.cs, beagled/SnippetFu.cs,
12592           beagled/SnippetTest.cs,
12593           beagled/FileSystemQueryable/FileSystemModel.cs,
12594           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12595           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/.cvsignore,
12596           tools/Query.cs: First pass at removing dbus deps for Query,
12597           Snippets, and RemoteControl
12599 2005-04-23 09:18  hebra
12601         * po/: ChangeLog, de.po: 2005-04-23  Hendrik Brandt
12602           <heb@gnome-de.org>
12604                   * de.po: Add some bugfixes in German translation.
12606 2005-04-22 09:58  knvijay
12608         * ChangeLog, beagled/BeagleDaemon.cs, beagled/Makefile.am,
12609           beagled/WebServices/WebBackEnd.cs,
12610           beagled/WebServices/WebServiceBackEnd.cs: Simplifying WebServices
12611           initialization code in BeagleDaemon.cs, by moving this into
12612           WebServicesBackEnd assembly
12614 2005-04-21 17:34  trow
12616         * Util/Inotify.cs: Don't hold the event queue lock when marshalling
12617           the low-level inotify events into QueuedEvent objects.
12619           Added Analyzed and Dispatched flags and HoldUntil time to
12620           QueuedEvent objects.  Events are not dispatched before their
12621           HoldUntil time.
12623           Added clean-up and analysis methods that operate on the queue
12624           before we dispatch an event.  We now pair moves in the analysis
12625           phase.
12627 2005-04-21 16:43  joseppc
12629         * ChangeLog, configure.in, po/ChangeLog, po/ca.po: Added Catalan
12630           translation.
12632 2005-04-21 13:07  trow
12634         * Util/Inotify.cs: A few small tweaks we need for event coalescing:
12635           * Created a nicer QueuedEvent class * Build the filename string
12636           at snarf-time * Use an ArrayList for the event queue instead of a
12637           Queue.  We need to   be able to inspect the queue in order to
12638           know what we can coalesce.
12640           Also, fixed a small bug: in the DispatchWorker, actually wait for
12641           2s instead of 2ms.
12643 2005-04-20 18:35  kelemeng
12645         * po/: ChangeLog, hu.po: 2005-04-21  Gabor Kelemen
12646           <kelemeng@gnome.hu>
12648                   * hu.po: Hungarian translation updated.
12650 2005-04-20 17:40  trow
12652         * beagled/BeagleDaemon.cs: Shut down cleanly on SIGINT, SIGQUIT and
12653           SIGTERM.
12655 2005-04-20 14:14  dsd
12657         * ChangeLog, configure.in, Util/Makefile.am,
12658           Util/Util.dll.config.in: Import dll-mapping from f-spot, fixes
12659           lack of image indexing for some users. Reported by Northsea on
12660           IRC.
12662 2005-04-20 12:07  fhedberg
12664         * beagled/MonodocQueryable/MonodocQueryable.cs: Some minor changes
12665           to the Monodoc backend.  An updated Monodoc patch is available at
12666           http://users.avafan.com/~fredrik/beagle/monodoc-beagle.diff
12668 2005-04-20 10:55  dsd
12670         * Util/ExtendedAttribute.cs: Add a FIXME - we should start using
12671           Mono.Unix.Syscall at some point.
12673 2005-04-19 04:21  kelemeng
12675         * configure.in: 2005-04-19  Gabor Kelemen  <kelemeng@gnome.hu>
12677                   * configure.in: Added hu to ALL_LINGUAS.
12679 2005-04-19 04:21  kelemeng
12681         * po/: ChangeLog, hu.po: 2005-04-19  Gabor Kelemen
12682           <kelemeng@gnome.hu>
12684                   * hu.po: Hungarian translation added.
12686 2005-04-19 00:51  trow
12688         * beagled/: FileAttributesStore_Sqlite.cs, TextCache.cs,
12689           FileSystemQueryable/UniqueIdStore.cs: SQLite clean-ups.
12691 2005-04-18 19:52  trow
12693         * beagled/FileSystemQueryable/FileSystemModel.cs: Catch the correct
12694           exception.
12696 2005-04-18 19:50  trow
12698         * Util/DirectoryWalker.cs, Util/Inotify.cs, Util/Makefile.am,
12699           Util/Scheduler.cs, beagled/LuceneDriver.cs,
12700           beagled/EvolutionMailDriver/MailCrawler.cs,
12701           beagled/FileSystemQueryable/CrawlTask.cs,
12702           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
12703           beagled/FileSystemQueryable/FileSystemModel.cs,
12704           beagled/GaimLogQueryable/GaimLogCrawler.cs: Use DirectoryWalker
12705           (which is implemented using Mono.Posix.opendir and
12706           Mono.Posix.readdir) to traverse directories.  It scales much
12707           better than using System.IO.DirectoryInfo.
12709 2005-04-18 17:08  trow
12711         * configure.in: Bumped version number to 0.0.10.  (I forgot to do
12712           this after the last release.)
12714 2005-04-17 13:16  serrador
12716         * ChangeLog, configure.in, po/ChangeLog, po/es.po: 2005-04-17
12717           Francisco Javier Fernandez  <cyphra@vir.tecknolabs.com>
12719                   * es.po: Added Spanish translation by Antonio Ognio.
12721 2005-04-17 08:26  llipka
12723         * beagled/BlamQueryable/BlamQueryable.cs: #300132: Fix Blam
12724           real-time indexing with inotify.
12726 2005-04-16 15:59  llipka
12728         * Util/Note.cs, beagled/TomboyQueryable/TomboyQueryable.cs:
12729           Real-time indexing for Tomboy notes works again.
12731 2005-04-16 05:24  llipka
12733         * beagled/TomboyQueryable/TomboyQueryable.cs: HitIsValid for
12734           TomboyQueryable
12736 2005-04-15 07:29  vvaradan
12738         * ChangeLog, Filters/FilterJs.cs, Filters/Makefile.am: * Javascript
12739           filter.  * With extension support being enabled, Ape and Mpc
12740           filters started working. ;-)
12742 2005-04-15 07:15  vvaradan
12744         * ChangeLog, beagled/Filter.cs, beagled/FilterFactory.cs,
12745           beagled/FilteredIndexable.cs: Not all files are correctly
12746           identified through Mime-types.  Example, a ".js" file.
12747           Rennovating the Extension support for filters.
12749 2005-04-14 15:55  kmaraas
12751         * po/: ChangeLog, nb.po, no.po: 2005-04-14  Kjartan Maraas
12752           <kmaraas@gnome.org>
12754                   * nb.po: Update from Terance. Now complete.
12755                   * no.po: Same.
12757 2005-04-14 15:17  joeshaw
12759         * beagled/RemoteIndexer.cs: Remove a #if
12760           DBUS_IS_BROKEN_BROKEN_BROKEN block from some code
12762 2005-04-14 08:45  vvaradan
12764         * ChangeLog, Filters/FilterC.cs, Tiles/TileSpreadsheet.cs: * A typo
12765           in FilterC * Removed unused variable from TileSpreadsheet
12767 2005-04-13 10:48  llipka
12769         * Tiles/TileHitCollection.cs: Fix a typo.
12771 2005-04-12 19:04  farnold
12773         * po/: ChangeLog, de.po: 2005-04-13  Frank Arnold
12774           <farnold@cvs.gnome.org>
12776                   * de.po: Updated German translation.
12778 2005-04-11 08:10  aihana
12780         * po/: ChangeLog, ja.po: 2005-04-11  Takeshi AIHANA
12781           <aihana@gnome.gr.jp>        * ja.po: Updated Japanese translation
12782           for v0.0.9.
12784 2005-04-07 19:16  orrc
12786         * po/: ChangeLog, en_GB.po: 2005-04-08  Christopher Orr
12787           <chris@protactin.co.uk>
12789                   * en_GB.po: Updated British English translation.
12791 2005-04-07 18:01  vvaradan
12793         * ChangeLog, Filters/FilterAbiword.cs, Filters/Makefile.am: *
12794           Missing Filters/Makefile.am changes and a warning fix for
12795           FilterAbiword.cs
12797 2005-04-07 17:58  vvaradan
12799         * ChangeLog, Filters/FilterSpreadsheet.cs, Tiles/Makefile.am,
12800           Tiles/TileSpreadsheet.cs, Tiles/template-spreadsheet.html: *
12801           Spreadsheet filter. Requires "ssindex" tool from gnumeric.  *
12802           ssindex is more of a data-extraction tool now.
12804 2005-04-07 17:57  joeshaw
12806         * Best/BestWindow.cs, Tiles/TileCanvas.cs, Tiles/template-page.css:
12807           Pull font settings from gconf and apply them to the style.
12808           Should fix the GIANT FONT PROBLEM people were seeing in
12809           non-english locales
12811 2005-04-07 14:40  vvaradan
12813         * ChangeLog, Filters/FilterOpenOffice.cs: * Oops.. a
12814           Logger.Log.Error() call with a "{0}" but no argument in
12815           FilterOpenoffice.cs.
12817 2005-04-07 13:09  adamw
12819         * po/: ChangeLog, en_CA.po: 2005-04-07  Adam Weinberger
12820           <adamw@gnome.org>
12822                   * en_CA.po: Updated Canadian English translation.
12824 2005-04-07 11:53  trow
12826         * configure.in: Added nb and no to ALL_LINGUAS.
12828 2005-04-07 11:31  trow
12830         * NEWS: A few more items for 0.0.9.
12832 2005-04-07 07:04  kmaraas
12834         * po/: ChangeLog, nb.po, no.po: 2005-04-07  Kjartan Maraas
12835           <kmaraas@gnome.org>
12837                   * nb.po: Norwegian bokmal translation from Terance
12838                   Edward Sola <terance at lyse net>.
12840 2005-04-07 05:35  fhedberg
12842         * ImLogViewer/ImLogViewer.cs, ImLogViewer/Makefile.am,
12843           Tiles/TileImLog.cs, po/POTFILES.in, po/sv.po: * More I18N stuff *
12844           Update the swedish translation
12846 2005-04-07 05:34  fhedberg
12848         * Tiles/: TileFolder.cs, template-folder.html: Update the folder
12849           tile, allow open the parent folder and display # of child objects
12851 2005-04-07 03:58  knvijay
12853         * beagled/BeagleDaemon.cs: Updates to fix WebServices
12854           install/uninstall after recent reorganizations
12856 2005-04-07 03:50  knvijay
12858         * ChangeLog, beagled/BeagleDaemon.cs, beagled/Makefile.am: Updates
12859           to fix WebServices install/uninstall after recent reorganizations
12861 2005-04-07 01:20  trow
12863         * NEWS: Updated for 0.0.9 release.
12865 2005-04-07 00:19  trow
12867         * beagled/LuceneDriver.cs: Noise filter fixes.  This fixes bug
12868           172592.
12870 2005-04-06 23:30  trow
12872         * beagled/: BeagleDaemon.cs, Makefile.am: Web services fixes.
12874 2005-04-06 11:41  raphaelh
12876         * po/: ChangeLog, pt_BR.po: Updated pt_BR translation
12878 2005-04-06 11:30  adamw
12880         * po/: ChangeLog, en_CA.po: 2005-04-06  Adam Weinberger
12881           <adamw@gnome.org>
12883                   * en_CA.po: Updated Canadian English translation.
12885 2005-04-06 09:10  aihana
12887         * ChangeLog, configure.in: 2005-04-06  Takeshi AIHANA
12888           <aihana@gnome.gr.jp>      * configure.in: Added 'ja' (Japanese)
12889           to ALL_LINGUAS.
12891 2005-04-06 09:08  aihana
12893         * po/: ChangeLog, ja.po: 2005-04-06  Takeshi AIHANA
12894           <aihana@gnome.gr.jp>        * ja.po: Added Japanese translation.
12896 2005-04-06 05:49  knvijay
12898         * ChangeLog, beagled/WebServices/WebServiceBackEnd.cs: Updated
12899           WebServicesBackEnd.cs to use System.Guid in TokenGenerator
12901 2005-04-06 05:14  vvaradan
12903         * ChangeLog, Filters/FilterHtml.cs: Patch from Saravana
12904           <saravana_psgtech@yahoo.co.in>   * Process <meta>, <img> and <a>
12905           and extract required information.    * Add <i> and <th> to the
12906           list of *Hot tags*
12908 2005-04-06 05:00  farnold
12910         * po/: ChangeLog, de.po: 2005-04-06  Frank Arnold
12911           <farnold@cvs.gnome.org>
12913                   * de.po: Updated German translation.
12915 2005-04-05 19:17  orrc
12917         * ChangeLog, configure.in, Util/StringFu.cs, po/ChangeLog,
12918           po/POTFILES.in, po/en_GB.po: 2005-04-05  Christopher Orr
12919           <chris@protactin.co.uk>
12921                   * configure.in: Added en_GB to ALL_LINGUAS.
12922                   * po/en_GB.po: Added British English translation.
12923                   * Util/StringFu.cs: Added l10n support for date/time
12924           strings.
12926 2005-04-05 18:32  trow
12928         * Util/ExternalStringsHack.cs.in, Util/Makefile.am,
12929           beagled/BeagleDaemon.cs: Get rid of a hard-wired path in
12930           BeagleDaemon.cs.
12932 2005-04-05 17:38  trow
12934         * configure.in, beagled/Makefile.am,
12935           beagled/WebServices/search.aspx.in, images/Makefile.am: Lots of
12936           web services build fixes.  We now make distcheck when web
12937           services are enabled.
12939 2005-04-05 17:25  fhedberg
12941         * po/sv.po: Updated the swedish translation
12943 2005-04-05 16:20  adrighem
12945         * po/: ChangeLog, nl.po: 2005-04-05  Vincent van Adrighem
12946           <adrighem@gnome.org>
12948                   * nl.po: Translation updated by Wouter Bolsterlee.
12950 2005-04-05 16:08  fhedberg
12952         * Tiles/Makefile.am, po/sv.po: Updated the swedish translation
12954 2005-04-05 15:54  fhedberg
12956         * Tiles/TranslationHack.cs, Tiles/extract-translations.pl,
12957           po/POTFILES.in: Hack to make the template system intltool
12958           compatible. When you add strings to the templates be sure to run
12959           Tiles/extract-translations.pl afterwards.
12961 2005-04-05 15:49  joeshaw
12963         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Commit dsd's
12964           --list-backends patch.  Closes bug #171117
12966 2005-04-05 15:46  adrighem
12968         * po/: ChangeLog, nl.po: 2005-04-05  Vincent van Adrighem
12969           <adrighem@gnome.org>
12971                   * nl.po: Translation updated by Wouter Bolsterlee.
12973 2005-04-05 15:19  joeshaw
12975         * Filters/FilterHtml.cs, Tiles/template-blog.html,
12976           beagled/BlamQueryable/BlamQueryable.cs: Set up a
12977           FilteredIndexable in the BlamQueryable backend.  Add a snippet to
12978           the blog template.  Tweak the HTML filter to allow fragments
12979           instead requiring a complete document (ie, <body> tag).  Fix for
12980           bug #171469
12982 2005-04-05 15:01  raphaelh
12984         * ChangeLog, configure.in, po/ChangeLog, po/pt_BR.po: Added pt_BR
12985           translation
12987 2005-04-05 14:01  adamw
12989         * ChangeLog, configure.in, po/ChangeLog, po/en_CA.po: 2005-04-05
12990           Adam Weinberger  <adamw@gnome.org>
12992                   * configure.in: Added en_CA to ALL_LINGUAS.
12993                   * po/en_CA.po: Added Canadian English translation.
12995 2005-04-05 12:37  joeshaw
12997         * beagled/Makefile.am: Install beagle-index-url from beagled.
12998           Patch from Christopher Orr
13000 2005-04-05 09:56  fhedberg
13002         * po/de.po: Small typo fix.
13004 2005-04-05 09:27  knvijay
13006         * beagled/Makefile.am: Updating beagled/Makefile.am to ensure
13007           search.aspx gets built everytime
13009 2005-04-05 07:27  vvaradan
13011         * ChangeLog, Filters/FilterDOC.cs, beagled/ExtractContent.cs,
13012           beagled/Filter.cs, glue/wv1-glue.c: * Third round of
13013           little-easy-optimization.  This is more of a Fixme fix in
13014           Filter.cs.  http://bugzilla.gnome.org/show_bug.cgi?id=169758 can
13015           be really closed now, (though working on a
13016           little-more-optimization but not related to timing).
13018 2005-04-05 07:13  knvijay
13020         * ChangeLog, images/dog.png: WebServices: Moved dog.png to images
13021           and replaced search.aspx with search.aspx.in
13023 2005-04-05 07:09  knvijay
13025         * beagled/: Makefile.am, WebServices/dog.png,
13026           WebServices/search.aspx, WebServices/search.aspx.in: WebServices:
13027           Moved dog.png to images and replaced search.aspx with
13028           search.aspx.in
13030 2005-04-05 06:22  farnold
13032         * ChangeLog, configure.in: 2005-04-05  Frank Arnold
13033           <farnold@cvs.gnome.org>
13035                   * configure.in: Added "de" to ALL_LINGUAS.
13037 2005-04-05 06:16  farnold
13039         * po/: ChangeLog, de.po: 2005-04-05  Frank Arnold
13040           <farnold@cvs.gnome.org>
13042                   * de.po: Added German translation.
13044 2005-04-05 05:33  fhedberg
13046         * Best/BestWindow.cs, Tiles/TileFolder.cs,
13047           Tiles/TileMailMessage.cs, Util/StringFu.cs, po/sv.po: More I18N
13048           stuff
13050           * bug #172641 - plural forms * bug #172643 - no markup * bug
13051           #172646 - explanations
13053 2005-04-05 02:15  trow
13055         * Tiles/Tile.cs: Open Hits w/ mime-type inode/directory in
13056           nautilus.  This fixes bug 171181.
13058 2005-04-05 01:46  trow
13060         * beagled/: LuceneQueryable.cs,
13061           FileSystemQueryable/DirectoryIndexableGenerator.cs,
13062           FileSystemQueryable/FileSystemModel.cs,
13063           FileSystemQueryable/FileSystemQueryable.cs: Fixed a few bugs in
13064           the file system backend related to copying and moving files.
13066           To work around a mono bug, ignore files whose name's contain '\'.
13067            This fixes bug 170437, and is based on a patch by Varadhan.
13069           Work around a mono bug which causes dates in the stat structure
13070           to not reflect daylight savings time.  This fixes bug 172009.
13072 2005-04-05 00:46  fwang
13074         * configure.in, po/ChangeLog, po/zh_CN.po: Added Simplified Chinese
13075           translation.
13077 2005-04-04 18:47  joeshaw
13079         * Tiles/TileMailMessage.cs: If the query we get back after passing
13080           the string to Evolution.BookQuery.FromString is null, don't call
13081           into the book's GetContacts() method.  Fixes a problem with the
13082           default mail in SUSE 9.3, which doesn't contain an email address
13083           but does have extraneous quotation marks
13085 2005-04-04 18:02  rml
13087         * glue/inotify.h: glue/inotify.h: inotify header from latest
13088           inotify code drop.
13090           No API/ABI changes.  Promise.
13092 2005-04-04 17:33  joeshaw
13094         * beagled/LuceneDriver.cs: remove a redundant search against
13095           PropertiesText
13097 2005-04-04 17:09  joeshaw
13099         * beagled/SnippetFu.cs: Alter the character checks in the snippet
13100           code so that we can legitimately get snippets for certain symbols
13101           like the caret
13103 2005-04-04 17:06  adrighem
13105         * configure.in: 2005-04-04  Vincent van Adrighem
13106           <adrighem@gnome.org>
13108                   * configure.in: Added nl to ALL_LINGUAS.
13110 2005-04-04 17:06  adrighem
13112         * po/: ChangeLog, nl.po: 2005-04-04  Vincent van Adrighem
13113           <adrighem@gnome.org>
13115                   * nl.po: Translation added by Wouter Bolsterlee.
13117 2005-04-04 15:22  joeshaw
13119         * Tiles/template-mail-message.html: remove the line that disables
13120           the 'stock' snippet... we don't want it
13122 2005-04-04 15:03  joeshaw
13124         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13125           Remove some debug spew
13127 2005-04-04 14:56  joeshaw
13129         * Util/camel.cs,
13130           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
13131           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
13132           beagled/EvolutionMailDriver/MailCrawler.cs: Add support for evo
13133           2.2's imap4rev1 backend
13135 2005-04-04 13:22  fhedberg
13137         * beagled/ExternalStringsHack.cs.in: Remove unused files
13139 2005-04-04 12:47  fhedberg
13141         * .cvsignore, Makefile.am, autogen.sh, configure.in, Best/Best.cs,
13142           Best/BestTray.cs, Best/BestWindow.cs, Best/Makefile.am,
13143           Tiles/Makefile.am, Tiles/Template.cs, Tiles/TileDocs.cs,
13144           Tiles/TileFolder.cs, Tiles/TileLauncher.cs,
13145           Tiles/TileMailMessage.cs, Tiles/template-blog.html,
13146           Tiles/template-docs.html, Tiles/template-file.html,
13147           Tiles/template-folder.html, Tiles/template-im-log.html,
13148           Tiles/template-launcher.html, Tiles/template-mail-message.html,
13149           Tiles/template-music.html, Tiles/template-note.html,
13150           Tiles/template-picture.html, Tiles/template-presentation.html,
13151           Tiles/template-web-history.html, Util/.cvsignore,
13152           Util/ExternalStringsHack.cs.in, Util/Makefile.am,
13153           Util/StringFu.cs, beagled/.cvsignore, beagled/Makefile.am,
13154           beagled/PathFinder.cs,
13155           beagled/LauncherQueryable/LauncherQueryable.cs, doc/I18N,
13156           po/.cvsignore, po/ChangeLog, po/POTFILES.in, po/sv.po: Basic I18N
13157           support
13159 2005-04-04 09:21  knvijay
13161         * ChangeLog, beagled/WebServices/WebServiceBackEnd.cs: Fix in
13162           WebServiceBackEnd.cs to return searchToken whenever there is at
13163           least one result returned
13165 2005-04-01 18:24  joeshaw
13167         * Tiles/: Tile.cs, TileFolder.cs: Open nautilus with the
13168           --no-desktop argument for those who don't want it doing that.
13169           Patch originally from Joshua Nichols and extended a bit by me
13171 2005-04-01 18:03  joeshaw
13173         * Tiles/template-launcher.html: Add an 'Open' action to the
13174           launcher tile.  Based on a patch from Chris Schneider
13176 2005-04-01 17:24  joeshaw
13178         * beagled/FileSystemQueryable/FileSystemModel.cs: When scanning
13179           directories, handle unreadable directories
13181 2005-04-01 16:52  joeshaw
13183         * Util/Inotify.cs: Throw IOException rather than a System.Exception
13184           when we're unable to watch or ignore a directory since that's
13185           what most code is looking for in their try-catch blocks (and
13186           really it is an IOException)
13188 2005-04-01 16:32  joeshaw
13190         * configure.in: Require mono 1.0.6 or newer, for the 'Lock timed
13191           out' bug
13193 2005-04-01 13:46  dsd
13195         * ChangeLog, Tiles/TilePicture.cs: Properly handle URI's when
13196           finding thumbnail paths. Fixes bug 171153.
13198 2005-04-01 13:05  dsd
13200         * ChangeLog, configure.in, Filters/FilterJpeg.cs, Util/ExifData.cs,
13201           Util/JpegHeader.cs: Merge from F-spot in order to be compatible
13202           with Mono 1.1.5
13204 2005-04-01 12:54  dsd
13206         * ChangeLog, configure.in: Option parsing improvements and cleanups
13208 2005-03-31 17:08  dsd
13210         * beagled/.cvsignore: Add beagle-index-url to .cvsignore
13212 2005-03-31 17:06  dsd
13214         * beagled/WebServices/.cvsignore: Add cvsignore file
13216 2005-03-31 16:33  joeshaw
13218         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13219           Add a trailing slash when comparing imap URIs.  Fixes a subtle
13220           bug with certain accounts
13222 2005-03-31 16:24  dsd
13224         * ChangeLog, tools/Query.cs: Minor improvements to command line
13225           parsing
13227 2005-03-31 15:58  dsd
13229         * ChangeLog, beagled/PathFinder.cs: Handle directories ending with
13230           '/'
13232 2005-03-31 15:24  vvaradan
13234         * ChangeLog, Filters/FilterRTF.cs: * Filters/FilterRTF.cs:
13235           Before/After rewinding the file-stream, ignore the already
13236           buffered-data in the stream reader.  Fixes part of
13237           http://bugzilla.gnome.org/show_bug.cgi?id=172294. (now
13238           font-details and other unwanted-strings are not extracted.)
13240 2005-03-31 14:42  joeshaw
13242         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13243           back out some debug spew in the mail backend.  i hate cvs so much
13245 2005-03-31 14:41  joeshaw
13247         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13248           Updated beagle-index-url and firefox extension.  Fixes various
13249           issues with filtering of HTML, saving and displaying page titles,
13250           displaying snippets, cleaning up after itself, and the location
13251           of where temp files are stored.  As seen in the world famous Nat
13252           Friedman brainshare keynote beagle demo.  Also make a few fields
13253           in the launcher queryable be stored as non-searched fields
13255 2005-03-31 14:16  joeshaw
13257         * Tiles/template-web-history.html, beagled/IndexWebContent.cs,
13258           beagled/Makefile.am,
13259           beagled/LauncherQueryable/LauncherQueryable.cs,
13260           mozilla-extension/Makefile.am,
13261           mozilla-extension/content/beagleOverlay.js,
13262           mozilla-extension/content/beagleOverlay.xul,
13263           mozilla-extension/content/md5.js, tools/IndexWebContent.cs,
13264           tools/Makefile.am: Updated beagle-index-url and firefox
13265           extension.  Fixes various issues with filtering of HTML, saving
13266           and displaying page titles, displaying snippets, cleaning up
13267           after itself, and the location of where temp files are stored.
13268           As seen in the world famous Nat Friedman brainshare keynote
13269           beagle demo.  Also make a few fields in the launcher queryable be
13270           stored as non-searched fields
13272 2005-03-31 11:50  dsd
13274         * ChangeLog, Util/ImLog.cs: Ignore GAIM logs which don't have the
13275           standard filename format
13277 2005-03-31 08:06  knvijay
13279         * beagled/WebServices/: Makefile.in, WebServer/.cvsignore,
13280           WebServer/ApplicationServer.cs, WebServer/AssemblyInfo.cs,
13281           WebServer/AssemblyInfo.cs.in, WebServer/BaseApplicationHost.cs,
13282           WebServer/BaseRequestBroker.cs, WebServer/IApplicationHost.cs,
13283           WebServer/IWebSource.cs, WebServer/InitialWorkerRequest.cs,
13284           WebServer/LingeringNetworkStream.cs, WebServer/Makefile.am,
13285           WebServer/MonoWorkerRequest.cs, WebServer/Tracing.cs,
13286           WebServer/XSPApplicationHost.cs, WebServer/XSPWorkerRequest.cs,
13287           WebServer/server.cs: Added subfolder WebServer under the new
13288           WebServices folder within beagled
13290 2005-03-31 07:47  knvijay
13292         * beagled/WebServices/Makefile.in: Changes to move WebServices code
13293           into a subfolder within beagled
13295 2005-03-31 07:41  knvijay
13297         * ChangeLog, configure.in, beagled/Makefile.am,
13298           beagled/WebBackEnd.cs, beagled/WebFrontEnd.cs,
13299           beagled/WebServiceBackEnd.cs, beagled/WebServiceFrontEnd.cs,
13300           beagled/dog.png, beagled/search.asmx, beagled/search.aspx,
13301           beagled/web.config, beagled/WebServices/Makefile.am,
13302           beagled/WebServices/WebBackEnd.cs,
13303           beagled/WebServices/WebFrontEnd.cs,
13304           beagled/WebServices/WebServiceBackEnd.cs,
13305           beagled/WebServices/WebServiceFrontEnd.cs,
13306           beagled/WebServices/dog.png, beagled/WebServices/search.asmx,
13307           beagled/WebServices/search.aspx, beagled/WebServices/web.config:
13308           Changes to move WebServices code into a subfolder within beagled
13310 2005-03-31 06:27  vvaradan
13312         * ChangeLog, Filters/FilterDOC.cs, beagled/Filter.cs: * Defined a
13313           new AppendText() with two-arguments to give more flexibility for
13314           filters to add contents to normal and hot-text pools.
13316 2005-03-31 03:26  knvijay
13318         * ChangeLog, beagled/Makefile.am: Fixes to include missing
13319           web-services resources as part of Beagle distribution
13321 2005-03-30 17:03  vvaradan
13323         * ChangeLog, Filters/FilterDOC.cs, beagled/Filter.cs,
13324           glue/wv1-glue.c: * More optimization of MS-Word document
13325           indexing.  Fixes http://bugzilla.gnome.org/show_bug.cgi?id=169758
13327 2005-03-30 13:16  trow
13329         * configure.in: Require dbus-sharp >= 0.23.4 and gmime-sharp >=
13330           2.1.13.
13332 2005-03-30 10:07  vvaradan
13334         * ChangeLog, Filters/FilterAbiword.cs, Filters/Makefile.am: * More
13335           validations. Fixes
13336           http://bugzilla.gnome.org/show_bug.cgi?id=170082
13338 2005-03-29 14:12  rml
13340         * glue/inotify.h: update glue/inotify.h from latest inotify.  no
13341           API/ABI changes.
13343 2005-03-29 13:42  vvaradan
13345         * ChangeLog, Tiles/template-mail-message.html: * Do not show
13346           markups in the "subject" of deleted mails in Best.
13348 2005-03-29 13:35  trow
13350         * beagled/IndexHelper/RemoteIndexerImpl.cs: Be more paranoid about
13351           catching and logging exceptions.
13353 2005-03-29 12:37  joeshaw
13355         * beagled/: Filter.cs, FilteredIndexable.cs: Pass DeleteContent
13356           onto the Filters from the FilteredIndexable, and actually delete
13357           the content when appropriate
13359 2005-03-29 09:35  vvaradan
13361         * ChangeLog, Filters/FilterPerl.cs: Patch from Chris Schneider
13362           <cschneid@colostate.edu>   * Filters/FilterPerl.cs: Bad "elseif"
13363           keyword in perl keyword list.  Fixes
13364           http://bugzilla.gnome.org/show_bug.cgi?id=171175.
13366 2005-03-29 09:14  trow
13368         * beagled/LuceneDriver.cs: Reverted Varadhan's fix for bug 171944.
13370 2005-03-29 09:01  vvaradan
13372         * ChangeLog, beagled/beagled.in: * Be informative to users when
13373           beagled exits on errors when run in --bg mode.  Fixes
13374           http://bugzilla.gnome.org/show_bug.cgi?id=171975
13376 2005-03-29 08:09  knvijay
13378         * beagled/: BeagleWebCb.cs, BeagleWebSvcCb.cs, WebBackEnd.cs,
13379           WebFrontEnd.cs, WebServiceBackEnd.cs, WebServiceFrontEnd.cs,
13380           beagledWeb.cs, beagledWebSvc.cs: Renamed WebServices code files,
13381           changed configure option to --enable-webservices & added Firefox
13382           search bar support and other changes in Web Services code
13384 2005-03-29 08:06  knvijay
13386         * ChangeLog, configure.in, beagled/BeagleDaemon.cs,
13387           beagled/Makefile.am, beagled/search.asmx, beagled/search.aspx:
13388           Renamed WebServices code files, changed configure option to
13389           --enable-webservices & added Firefox search bar support and other
13390           changes in Web Services code
13392 2005-03-29 03:02  vvaradan
13394         * ChangeLog, beagled/LuceneDriver.cs: * Fix for
13395           http://bugzilla.gnome.org/show_bug.cgi?id=171944. Delete
13396           indexable URI when indexable.DeleteContent is set to true.  *
13397           Corrected ChangeLog dates. (pointed out by Daniel :) )
13399 2005-03-28 08:16  vvaradan
13401         * ChangeLog, Tiles/TileDocs.cs, Tiles/TilePresentation.cs: * Fix
13402           for http://bugzilla.gnome.org/show_bug.cgi?id=171864.  Show more
13403           information about OO 2.0 documents in Best.
13405 2005-03-25 16:55  joeshaw
13407         * Tiles/SimpleRootTile.cs: When starting the daemon from best, wrap
13408           it in a try-catch in case it fails
13410 2005-03-24 10:40  trow
13412         * configure.in: 0.0.9, again.
13414 2005-03-24 10:31  trow
13416         * NEWS, configure.in: Updated NEWS and version number for the
13417           (sigh) 0.0.8.1 release.
13419 2005-03-24 09:47  trow
13421         * beagled/Makefile.am: A tiny, strictly cosmetic fix.
13423 2005-03-24 09:28  trow
13425         * beagled/: Makefile.am, beagled.in: Build fixes for the web
13426           services.  Fixed beagled.in to allow us to run in-place with web
13427           services enabled.
13429 2005-03-23 15:22  rml
13431         * ChangeLog: 0.0.9
13433 2005-03-23 15:22  rml
13435         * configure.in: configure.in: Bump version to 0.0.9
13437 2005-03-23 15:21  rml
13439         * glue/: inotify-glue.c, inotify.h: Update inotify glue layer for
13440           the new, fresh, supercool new inotify, 0.21.
13442           THIS BREAKS ABI AND API.
13444           Inotify support now requires inotify-0.21.  Users of the SUSE
13445           kernel packages, see http://primates.ximian.com/~rml/kernel-rml
13447 2005-03-23 13:21  trow
13449         * configure.in: Bumped version to 0.0.8.
13451 2005-03-23 13:20  trow
13453         * NEWS: Added a few more items.  We sure did a lot since 0.0.7.
13455 2005-03-23 13:08  trow
13457         * NEWS: A few more NEWS items.
13459 2005-03-23 13:07  trow
13461         * NEWS: Updated for 0.0.8 release.
13463 2005-03-21 18:58  dsd
13465         * ChangeLog, beagled/BeagleDaemon.cs: beagled shouldn't be run as
13466           root
13468 2005-03-21 15:21  vvaradan
13470         * ChangeLog, Filters/FilterOpenOffice.cs: * Fix
13471           http://bugzilla.gnome.org/show_bug.cgi?id=171102
13473 2005-03-21 14:54  joeshaw
13475         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13476           Wrap calls to GMimeInitialize() in try-catch in case gmime isn't
13477           installed or something else goes wrong
13479 2005-03-21 14:41  dsd
13481         * HACKING: Fix bugzilla URL
13483 2005-03-21 14:32  joeshaw
13485         * mozilla-extension/install.rdf: bump supported firefox version
13486           from 1.0 to 1.0.1
13488 2005-03-20 10:46  dsd
13490         * Filters/FilterDOC.cs: Lone Console.WriteLine --> Logger.Log.Info
13492 2005-03-18 23:22  dsd
13494         * ChangeLog, Util/UriFu.cs: Fix for filenames with odd characters,
13495           bug #170862
13497 2005-03-18 20:01  joeshaw
13499         * glue/tomboykeybinder.c: Fix the infamous F12 bug, where it would
13500           work if numlock is off, but wouldn't if it were on
13502 2005-03-18 18:51  fhedberg
13504         * Tiles/TileFile.cs, Tiles/TileLauncher.cs, images/Images.cs:
13505           Another fix for bug #165629 from Drake. Make GetHtmlSource safer.
13507 2005-03-18 15:05  trow
13509         * beagled/RemoteIndexer.cs: Make the current debug spew more
13510           explicit about which remote indexer we are dealing with.
13512 2005-03-18 15:01  trow
13514         * beagled/FileSystemQueryable/FileSystemModel.cs: Oops --- this
13515           should also have been in the last commit.
13517 2005-03-18 15:01  trow
13519         * beagled/FileSystemQueryable/FileSystemWatcherBackend.cs: If we
13520           get a change notification for a directory, mark it as dirty so
13521           that it will be crawled again sooner.
13523 2005-03-18 13:14  trow
13525         * BeagleClient/Indexable.cs, BeagleClient/Property.cs,
13526           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
13527           Added a new propery type: properties that are stored but not
13528           searched by standard queries.  Tweaked the addressbook queryable
13529           to use unsearched properties for photos: since the photos are
13530           cached under ~/.beagle, searching for "beagle" would match every
13531           contact with a photo.
13533 2005-03-18 07:02  fhedberg
13535         * Filters/FilterOpenOffice.cs: Update for last commit.
13537 2005-03-18 06:56  fhedberg
13539         * Filters/FilterOpenOffice.cs, ChangeLog: Fix for bug #170783 from
13540           Varadhan - More MIME stuff for the OpenOffice filter.
13542 2005-03-17 23:34  trow
13544         * beagled/: NameIndex.cs, FileSystemQueryable/UniqueIdStore.cs,
13545           Lucene.Net/Store/FSDirectory.cs: Turn off some of the
13546           less-helpful debugging spew.
13548 2005-03-17 23:26  trow
13550         * beagled/EvolutionMailDriver/MailCrawler.cs: Actually index local
13551           mboxes.
13553 2005-03-17 22:04  trow
13555         * beagled/: RemoteIndexer.cs, RemoteIndexerProxy.cs,
13556           IndexHelper/RemoteIndexerImpl.cs: Attempt to work around dropped
13557           FlushComplete signals by polling the flush status in a timeout.
13559 2005-03-17 19:44  trow
13561         * beagled/: LuceneDriver.cs, NameIndex.cs,
13562           Lucene.Net/Store/FSDirectory.cs: Put lucene locks in the right
13563           place.  Use Mono.Posix.Syscall to create the lucene lock files.
13564           This might help with the locking errors people have been seeing.
13566 2005-03-17 19:00  joeshaw
13568         * Filters/FilterOpenOffice.cs: Add all the 1.0 template types, as
13569           well as all the new opendocument 2.0 types to the OpenOffice
13570           filter
13572 2005-03-17 13:58  trow
13574         * beagled/HitRegulator.cs: Varadhan's fix for bug 170637: check for
13575           null Uris in HitRegulator.Subtract.
13577 2005-03-17 09:26  fhedberg
13579         * ChangeLog, Tiles/TileFile.cs, beagled/GConfThreadHelper.cs,
13580           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
13581           glue/wv1-glue.c: Fixes for
13583           * bug 169059 - Drake & Varadhan - Don't crash on
13584           GConf.NoSuchKeyException in GConfThreadHelper * bug 165629 -
13585           Drake & Hedberg - Default to a blank document icon if we can't
13586           find one for the mimetype * bug 170124 - Varadhan - Don't skip
13587           non-iso chars in the Word filter
13589 2005-03-16 21:04  rml
13591         * beagled/FileSystemQueryable/InotifyBackend.cs: bug #170540: Catch
13592           the IOException from Inotify.Watch () and handle the case of a
13593           directory vanishing out from under us.
13595           We already catch it for WatchFiles, just not WatchDirectories.
13597           I love lamp.
13599 2005-03-16 18:40  trow
13601         * beagled/LuceneDriver.cs: A tiny bit less debug spew.
13603 2005-03-16 18:17  trow
13605         * beagled/QueryImpl.cs: Fixes a race condition where you could
13606           crash the daemon if a d-bus signal emission that had been hoisted
13607           into the main loop got executed after the object had been
13608           unregistered.  To fix it, each QueryImpl tracks its own
13609           registration state, and firing the events (which the idle handler
13610           does by calling public methods) only if registered.
13612 2005-03-16 17:49  trow
13614         * beagled/: DBusisms.cs, QueryImpl.cs: If an object we've
13615           registered w/ D-BUS implements IDisposable, call Dispose after we
13616           unregister it.
13618           A few hacks to work around leaks.
13620 2005-03-16 17:07  joeshaw
13622         * beagled/EvolutionMailDriver/MailCrawler.cs: whoops, remove debug
13623           spew
13625 2005-03-16 17:04  joeshaw
13627         * beagled/EvolutionMailDriver/: EvolutionMailDriver.cs,
13628           MailCrawler.cs: When we're crawling for mail, the only thing we
13629           care about are summaries, so call DirectoryInfo.GetFiles() with a
13630           search pattern of '*summary'
13632 2005-03-16 16:00  fhedberg
13634         * Tiles/TileImLog.cs, images/gnome-gaim.png: Fix for bug #170534 -
13635           Use gaim icon from Images.dll
13637 2005-03-16 15:34  trow
13639         * beagled/: LuceneQueryable.cs,
13640           FileSystemQueryable/FileSystemModel.cs,
13641           FileSystemQueryable/FileSystemQueryable.cs,
13642           FileSystemQueryable/FileSystemWatcherBackend.cs: Catch and log a
13643           bunch of exceptions, leaving the file system indexes in an
13644           unknown state.  Life isn't always easy.  Try to deal with a few
13645           weird cases.  More debugging spew, because we didn't have enough
13646           to begin with.
13648 2005-03-16 02:33  trow
13650         * beagled/FileSystemQueryable/FileSystemWatcherBackend.cs: Paranoia
13651           and debugging spew: two of the things that make beagle great!
13653 2005-03-16 01:39  joeshaw
13655         * Tiles/template-launcher.html: Add 'Application' in front of the
13656           app name for launchers so that it's more clear what they are
13658 2005-03-16 01:35  joeshaw
13660         * configure.in: and fix the dbus check so that it actually works
13662 2005-03-16 01:27  joeshaw
13664         * configure.in: check for the dbus headers.  we need them to
13665           determine whether we're using an older dbus API
13667 2005-03-15 22:08  trow
13669         * beagled/FileSystemQueryable/: CrawlTask.cs, FileSystemModel.cs,
13670           UniqueIdStore.cs: More file system backend fixes.
13672 2005-03-15 21:40  joeshaw
13674         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13675           Make liberal use of the using clause and Dispose() on various
13676           GMime objects so that we use much, much less memory when indexing
13677           mail
13679 2005-03-15 20:38  trow
13681         * beagled/NameIndex.cs: Don't throw an exception if Guid.Empty is
13682           passed it -- just log it and return.
13684 2005-03-15 19:46  fhedberg
13686         * Best/BestTray.cs: Minor clean-up. Unused variables.
13688 2005-03-15 19:30  trow
13690         * beagled/Makefile.am: Tiny clean-up.
13692 2005-03-15 19:27  fhedberg
13694         * Best/: BestTray.cs, BestWindow.cs: Hack for bug #170511 - fix the
13695           positioning issue.
13697 2005-03-15 18:58  trow
13699         * beagled/: .cvsignore, FileAttributesStore.cs,
13700           FileAttributesStore_ExtendedAttribute.cs,
13701           FileAttributesStore_Sqlite.cs, LuceneQueryable.cs, Makefile.am,
13702           NameIndex.cs, SanityCheckTool.cs,
13703           FileSystemQueryable/FileSystemModel.cs,
13704           FileSystemQueryable/FileSystemQueryable.cs,
13705           FileSystemQueryable/SanityCheck.cs,
13706           FileSystemQueryable/UniqueIdStore.cs: Allows stores to be opened
13707           with without requiring a specific fingerprint.  Assorted bug
13708           fixes.  Initial sanity-checking code.
13710 2005-03-15 18:53  trow
13712         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13713           Check to make sure that this.mbox_parser is not null
13715 2005-03-15 18:19  fhedberg
13717         * ImLogViewer/ImLogViewer.cs, Tiles/TileMailMessage.cs,
13718           Tiles/TileMusic.cs, Tiles/template-music.html: Some fixes
13720           * Patch from Varadhan for bug #166375 regarding the MusicTile *
13721           Make the ImLogViewer compatible with older gtk-sharp * Revert to
13722           using stock icons for mail, they were actually shipping in Gnome
13723           2.10, my mistake.
13725 2005-03-15 12:00  trow
13727         * Best/: Best.cs, BestWindow.cs: Truth in advertising.
13729 2005-03-15 09:40  trow
13731         * beagled/FileSystemQueryable/FileSystemQueryable.cs: If we are
13732           ignoring a file, ignore requests to remove that file from the
13733           index.
13735 2005-03-15 09:11  trow
13737         * beagled/FileSystemQueryable/FileSystemQueryable.cs: When renaming
13738           things, do the right thing if either the old or new names
13739           indicate they should be ignored.  If both are being ignored, do
13740           nothing.  If the old name was being ignored, treat the rename as
13741           an add.  If the new name is being ignored, treat the rename as a
13742           removal.
13744 2005-03-14 14:43  rml
13746         * Best/: Best.cs, BestTray.cs: Best/Best.cs :: Main(): The tray
13747           icon was falling out of scope.
13749 2005-03-14 08:27  fhedberg
13751         * ChangeLog, ImLogViewer/ImLogViewer.cs,
13752           ImLogViewer/ImLogViewer.glade, Tiles/TileDocs.cs,
13753           Tiles/TileMusic.cs, Tiles/TilePresentation.cs, Util/ImBuddy.cs,
13754           Util/ImLog.cs, Util/Timeline.cs, Util/UriFu.cs,
13755           beagled/GaimLogQueryable/GaimLogQueryable.cs: Patches for
13757           * bug #170297 - ImLogViewer return args * bug #170269 - ImBuddy
13758           checks if blist exists * bug #170300 - Show music filename if no
13759           tags exists * bug #170307 - HitIsValid for GaimLogQueryable
13761 2005-03-14 00:26  trow
13763         * beagled/Makefile.am: make distcheck fixes
13765 2005-03-14 00:20  trow
13767         * beagled/: .cvsignore, LuceneDriver.cs, LuceneQueryable.cs,
13768           Makefile.am, NameIndex.cs, NameIndexTool.cs,
13769           FileSystemQueryable/FileSystemModel.cs,
13770           FileSystemQueryable/FileSystemQueryable.cs,
13771           FileSystemQueryable/UniqueIdStore.cs,
13772           IndexHelper/RemoteIndexerImpl.cs: Make live queries work properly
13773           with mv when matching against filenames.  Misc. mv fixes.
13774           Rationalized query construction in LuceneDriver: we will now
13775           never generate queries w/ too many clauses, etc.  Added
13776           beagle-name-index, a small tool to help debug the NameIndex.
13777           More and better debug spew.
13779 2005-03-13 23:04  fhedberg
13781         * Tiles/TileImLog.cs: s/Chat in/Conversation in
13783 2005-03-13 23:00  fhedberg
13785         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Fix for bug
13786           #170136. Hide the search entry and cleaned up the viewer a bit.
13788 2005-03-13 22:42  fhedberg
13790         * Best/: BestTray.cs, BestWindow.cs: Fix for bug #170262. How Best
13791           handles F12 events.
13793 2005-03-13 19:02  fhedberg
13795         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Include who says
13796           what in the im-log snippet.
13798 2005-03-13 15:19  fhedberg
13800         * images/Makefile.am: Forgot the Makefile.am.
13802 2005-03-13 15:18  fhedberg
13804         * Tiles/TileMailMessage.cs, images/mail-large-new.png,
13805           images/mail-large-read-replied.png, images/mail-large-read.png:
13806           Better sized mail icons. Bug #170024.
13808 2005-03-13 13:45  fhedberg
13810         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix for bug
13811           #160150. Use SnippetFu in the Gaim backend. Hacky
13813 2005-03-13 12:04  fhedberg
13815         * Tiles/TileFile.cs: Fix bug #170208. Reveal action not functioning
13816           after removing the fixme:directory keyword.
13818 2005-03-13 07:05  trow
13820         * Util/Inotify.cs, Util/UriFu.cs, beagled/FileAttributesStore.cs,
13821           beagled/FileAttributesStore_ExtendedAttribute.cs,
13822           beagled/IIndexer.cs, beagled/LuceneDriver.cs,
13823           beagled/LuceneQueryable.cs, beagled/RemoteIndexer.cs,
13824           beagled/RemoteIndexerProxy.cs,
13825           beagled/FileSystemQueryable/CrawlTask.cs,
13826           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
13827           beagled/FileSystemQueryable/FileSystemModel.cs,
13828           beagled/FileSystemQueryable/FileSystemQueryable.cs,
13829           beagled/FileSystemQueryable/InotifyBackend.cs,
13830           beagled/FileSystemQueryable/UniqueIdStore.cs,
13831           beagled/IndexHelper/RemoteIndexerImpl.cs: Added mv support to the
13832           file system backend Fixed a ton of file system backend bugs Fixed
13833           uri serialization issues Removed dead code Added a bunch of new
13834           debug spew
13836           "It's a very literary high.  A Kafka high.  It makes you feel
13837           like a bug."
13839 2005-03-13 06:35  fhedberg
13841         * Tiles/template-mail-message.html: Workaround for bug #170021.
13842           Dont display the "Forward" and "Reply" actions.
13844 2005-03-12 23:37  trow
13846         * ChangeLog, BeagleClient/Hit.cs, Tiles/Template.cs, Tiles/Tile.cs,
13847           Tiles/TileBlog.cs, Tiles/TileCalendar.cs, Tiles/TileContact.cs,
13848           Tiles/TileDocs.cs, Tiles/TileFile.cs, Tiles/TileFolder.cs,
13849           Tiles/TileFromTemplate.cs, Tiles/TileImLog.cs,
13850           Tiles/TileLauncher.cs, Tiles/TileMailMessage.cs,
13851           Tiles/TileMonodoc.cs, Tiles/TileMusic.cs, Tiles/TilePicture.cs,
13852           Tiles/TilePresentation.cs, Tiles/template-music.html,
13853           Util/StringFu.cs, Util/UriFu.cs, beagled/BugzillaDriver.cs,
13854           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
13855           beagled/LuceneQueryable.cs,
13856           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/Query.cs: I
13857           am reverting the following four commits:
13859           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
13861           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
13863           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
13865           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
13867 2005-03-12 23:16  rps
13869         * beagled/IndexHelper/IndexHelper.cs: Fix for newer D-BUS.
13870           GetOwner -> GetNameOwner
13872 2005-03-12 21:55  fhedberg
13874         * beagled/SnippetFu.cs: Patch for bug #166775. I should be shot for
13875           writing this.
13877 2005-03-12 19:24  vvaradan
13879         * ChangeLog, Tiles/Template.cs, Tiles/TileFile.cs: * Now, there
13880           won't be any "fixme:directory" stuff in Hit.  Manipulate them
13881           when a hit is added to the template and use
13882           Template["fixme:directory"] in the "Reveal" action.
13884 2005-03-12 19:19  rml
13886         * Util/Inotify.cs: Expire MovedFrom events in two seconds instead
13887           of five.
13889 2005-03-12 19:11  rml
13891         * Util/Inotify.cs, beagled/BlamQueryable/BlamQueryable.cs,
13892           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
13893           beagled/FileSystemQueryable/InotifyBackend.cs,
13894           beagled/GaimLogQueryable/GaimLogQueryable.cs,
13895           beagled/LauncherQueryable/LauncherQueryable.cs,
13896           beagled/LifereaQueryable/LifereaQueryable.cs,
13897           beagled/MonodocQueryable/MonodocQueryable.cs,
13898           beagled/TomboyQueryable/TomboyQueryable.cs: Oh boy, this is a
13899           pretty one. Change the prototype of Inotify.Event to not include
13900           the cookie.  Who needs a cookie, anyhow?  Then add support for
13901           unmatched events. We only have to worry about MovedFrom events,
13902           because MovedTo's always proceed a MovedFrom.  For MovedTo
13903           events, we store each pending event in PendingMove and expire
13904           them every 5 seconds.  After 5 seconds without a corresponding
13905           MovedFrom, we sent out the event.  Otherwise, if there is a
13906           corresponding MovedTo, we send out just the MovedTo with a
13907           srcpath argument equal to the MovedFrom's argument.  For
13908           unmatched events, we send out the singleton MovedTo or MovedFrom
13909           with srcpath=null.
13911           One tricky race is when we get another move event on the file
13912           while waiting to expire a given MovedFrom.  Say one does  "mv foo
13913           /not/watching;mv /not/watching/foo ." Then the MovedFrom, queued
13914           and waiting to expire, is delivered _after_ the MovedTo.  We
13915           handle this case by checking for pending MovedFrom events, during
13916           a MovedTo event, with matching directory (watches) and filenames.
13917            If we find such an event, we dispatch it immediately and remove
13918           it from the expiration list.
13920           Sigh.  Not pretty.  But I think it all works.
13922 2005-03-12 19:08  joeshaw
13924         * beagled/IndexHelper/IndexHelper.cs: Conditionalize dbus API
13925           differences
13927 2005-03-12 18:46  vvaradan
13929         * ChangeLog, Tiles/TileDocs.cs, Tiles/TileMusic.cs,
13930           Tiles/TilePresentation.cs, Util/UriFu.cs: * Show "Title" for
13931           SXW/ABW/DOC/SXI/PPT/PDF/PS/RTF iff "fixme.title" exist.  * Show
13932           "Filename" as title for Music files iff "fixme.title" doesn't
13933           exist.
13935 2005-03-12 17:39  vvaradan
13937         * Tiles/Template.cs: Extraneous Console.WriteLine message.
13939 2005-03-12 17:11  vvaradan
13941         * ChangeLog, Filters/FilterPPT.cs: * Catch exceptions from Gsf and
13942           log them nicely.
13944 2005-03-12 16:41  vvaradan
13946         * ChangeLog, BeagleClient/Hit.cs, Tiles/Template.cs, Tiles/Tile.cs,
13947           Tiles/TileBlog.cs, Tiles/TileCalendar.cs, Tiles/TileContact.cs,
13948           Tiles/TileDocs.cs, Tiles/TileFile.cs, Tiles/TileFolder.cs,
13949           Tiles/TileFromTemplate.cs, Tiles/TileImLog.cs,
13950           Tiles/TileLauncher.cs, Tiles/TileMailMessage.cs,
13951           Tiles/TileMonodoc.cs, Tiles/TileMusic.cs, Tiles/TilePicture.cs,
13952           Tiles/TilePresentation.cs, Tiles/template-music.html,
13953           Util/StringFu.cs, beagled/BugzillaDriver.cs,
13954           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
13955           beagled/LuceneQueryable.cs,
13956           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/Query.cs: *
13957           Beagle now can support indexing Multiple-properties with same
13958           name.  For example, there can be more than one "fixme:title" for
13959           a hit.  All the properties are stored in arraylists and are
13960           retrieved as ICollection.  Also, easy to use StringFu methods are
13961           provided in Util/StringFu.cs.  * Shout loud if this breaks
13962           anything. :-)
13964 2005-03-12 16:17  trow
13966         * beagled/FileSystemQueryable/UniqueIdStore.cs: To speed things up,
13967           disable synchronous writes to the sqlite db.
13969 2005-03-12 15:27  rml
13971         * Util/Inotify.cs: Missing brace.
13973 2005-03-12 15:11  rml
13975         * Util/Inotify.cs: s/dstpath/srcpath/ confusion
13977 2005-03-12 14:47  rml
13979         * Util/Inotify.cs, beagled/BlamQueryable/BlamQueryable.cs,
13980           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
13981           beagled/FileSystemQueryable/InotifyBackend.cs,
13982           beagled/GaimLogQueryable/GaimLogQueryable.cs,
13983           beagled/LauncherQueryable/LauncherQueryable.cs,
13984           beagled/LifereaQueryable/LifereaQueryable.cs,
13985           beagled/MonodocQueryable/MonodocQueryable.cs,
13986           beagled/TomboyQueryable/TomboyQueryable.cs: Util/Inotify.cs: Add
13987           new "srcpath" argument to Inotify.Event and send the srcpath of
13988           moves along with MovedTo and MovedFrom events.
13990           beagled/*: update Inotify.Event prototype
13992 2005-03-12 13:35  trow
13994         * Filters/Makefile.am: automake is so picky
13996 2005-03-12 11:58  trow
13998         * Filters/Makefile.am: Disable the Abiword filter pending the
13999           resolution of bug 170082.
14001 2005-03-12 11:12  rml
14003         * Util/Inotify.cs: Comment typo.
14005 2005-03-12 08:03  trow
14007         * beagled/RemoteIndexer.cs: Changed to allow extra-verbose
14008           debugging spew to be turned on and off by setting
14009           RemoteIndexer.Debug.
14011 2005-03-12 00:33  trow
14013         * Util/GConfThreadHelper.cs, Util/Makefile.am, Util/Scheduler.cs,
14014           beagled/BeagleDaemon.cs, beagled/GConfThreadHelper.cs,
14015           beagled/Makefile.am,
14016           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14017           Moved GConfThreadHelper into beagled, added a timeout to the
14018           Monitor.Wait and changed it to occasionally poll the shutdown
14019           status while it waits.  This fixes a deadlock on shutdown.
14021           Minor spew fixes.
14023           (If we have a real version control system, I could have moved
14024           that file instead of doing a remove and an add.)
14026 2005-03-12 00:17  trow
14028         * beagled/: RemoteIndexer.cs, Shutdown.cs: Several changes to more
14029           avoid getting deadlocked on shutdown.  Better safe than sorry.
14031 2005-03-11 23:36  trow
14033         * glue/inotify-glue.c: Removed an evil increment from inside a
14034           macro.  If the select on /dev/inotify returns an error, just bail
14035           out without snarfing any events.  This fixes a deadlock on
14036           shutdown.
14038 2005-03-11 23:06  trow
14040         * glue/inotify-glue.c: In inotify_snarf_events, we need to
14041           increment pending_count in the while loop that we use to help
14042           group events.
14044 2005-03-11 21:30  fhedberg
14046         * Tiles/TileDocs.cs: Don't display blank titles in the document
14047           tile.
14049 2005-03-11 20:55  fhedberg
14051         * Tiles/TileCanvas.cs: Fix some crazy rendering bugs in Best.
14052           Render the entire page at once.
14054 2005-03-11 19:08  joeshaw
14056         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14057           Iterate cross the subparts in a multipart message by hand instead
14058           of using Multipart.ForeachPart() so that we don't leak delegates
14060 2005-03-11 18:48  trow
14062         * beagled/IndexHelperFu.cs: Reuse the same GLib.IdleHandler rather
14063           than allocating a new one every time.
14065 2005-03-11 17:51  fhedberg
14067         * Tiles/TileImLog.cs, Tiles/template-im-log.html, Util/ImLog.cs,
14068           beagled/GaimLogQueryable/GaimLogQueryable.cs: Added the
14069           fixme:protocol property to IM-logs and only allow "Send IM" for
14070           conversations and contacts on AIM.  Minor IM-tile change; Chat
14071           in/Conversation with.  Hack for #158094 until Gaim gets fixed.
14073 2005-03-11 16:25  joeshaw
14075         * beagled/LauncherQueryable/LauncherQueryable.cs: Only index
14076           desktop files if they have a Name property
14078 2005-03-11 16:14  rml
14080         * Util/Inotify.cs: Default Verbose to false.  Previous checkin
14081           flipped it to true.
14083 2005-03-11 15:15  joeshaw
14085         * Util/Inotify.cs, beagled/BugzillaDriver.cs, beagled/Makefile.am,
14086           beagled/QueryDriver.cs,
14087           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
14088           beagled/LauncherQueryable/LauncherCrawler.cs,
14089           beagled/LauncherQueryable/LauncherQueryable.cs: Warn when we
14090           can't open /dev/inotify, don't debug log it.  Add
14091           RequireInotify=false to the BugzillaDriver and the EDS queryable
14092           When we can't start backends because of a lack of inotify, warn
14093           instead of debug.  Add a non-inotify implementation for the
14094           Launcher backend
14096 2005-03-11 14:18  rml
14098         * Util/Inotify.cs, beagled/FileSystemQueryable/InotifyBackend.cs:
14099           If we move a directory that is being watched, the watch is
14100           preserved, as are the watches on any subdirectories, and their
14101           subdirectories, and so on.  This means that our cached value from
14102           WatchedInfo.Path will no longer be accurate.  We need to trap
14103           MovedFrom and MovedTo, check if the thing being moved is a
14104           directory, and then and update our internal data structures
14105           accordingly.
14107 2005-03-11 13:43  rml
14109         * Util/FileAdvise.cs: Clarify my comment.  Misc. cleanup.
14111           Honestly, We've Had Enough.
14113 2005-03-11 13:42  rml
14115         * beagled/FileSystemQueryable/InotifyBackend.cs: Fix bug #169262
14117 2005-03-11 13:26  joeshaw
14119         * Best/: Best.cs, best.desktop: Add a --show-window option to best
14120           and switch the .desktop file to it
14122 2005-03-11 03:50  llipka
14124         * Best/best.desktop, Tiles/TileImLog.cs: Open Best with the
14125           --no-tray option in the desktop entry. Enable opening Gaim IRC
14126           logs with the IM viewer.
14128 2005-03-11 01:17  trow
14130         * beagled/IndexHelper/IndexHelper.cs: If we are deferring our
14131           shutdown because no RemoteIndexerImpl has been closed yet, wait a
14132           bit between checks.
14134 2005-03-10 23:58  trow
14136         * beagled/: FilteredIndexable.cs,
14137           FileSystemQueryable/FileNameFilter.cs,
14138           FileSystemQueryable/FileSystemModel.cs: Don't index nautilus
14139           emblems or notes.  It is inefficient, and it doesn't even really
14140           work properly.
14142           Don't cache the ignore state of files: it doesn't scale well.
14144           Removed an unused variable in FileSystemModel.cs
14146 2005-03-10 20:52  fhedberg
14148         * beagle.spec.in, beagled/Makefile.am, beagled/beagled.1,
14149           Best/Makefile.am, tools/Makefile.am, tools/beagle-query.1:
14150           Man-pages. Bug #160329
14152 2005-03-10 19:12  trow
14154         * configure.in: Restored some fixes that got clobbered when merging
14155           in the web services stuff.
14157 2005-03-10 19:01  trow
14159         * beagled/BeagleDaemon.cs: Reapplied two bug fixes that got
14160           clobbered when landing the web services stuff.
14162 2005-03-10 19:00  trow
14164         * beagled/FileSystemQueryable/FileSystemModel.cs: Avoid creating an
14165           ArrayList when we don't need to.
14167 2005-03-10 17:48  rml
14169         * glue/inotify-glue.c: glue/inotify-glue.c: misc. rabble:
14170           max_queued_events is unsigned, match types to inotify.h, fix
14171           signed/unsigned comparisons, retval from FIONREAD is unsigned,
14172           misc. cleanup.
14174 2005-03-10 16:13  joeshaw
14176         * configure.in: Add a sqlite check because I am sick of this
14177           problem dammit
14179 2005-03-10 15:16  trow
14181         * configure.in: Removed some noise.
14183 2005-03-10 15:07  trow
14185         * BeagleClient/Indexable.cs, Filters/FilterText.cs, Util/GuidFu.cs,
14186           Util/Makefile.am, beagled/BeagleDaemon.cs,
14187           beagled/FileAttributes.cs, beagled/FileAttributesStore.cs,
14188           beagled/FileAttributesStore_ExtendedAttribute.cs,
14189           beagled/FileAttributesStore_Mixed.cs,
14190           beagled/FileAttributesStore_Sqlite.cs,
14191           beagled/FilteredIndexable.cs, beagled/IndexHelperFu.cs,
14192           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
14193           beagled/Makefile.am, beagled/NameIndex.cs,
14194           beagled/RemoteIndexer.cs, beagled/Shutdown.cs,
14195           beagled/TextCache.cs, beagled/beagled.in,
14196           beagled/FileSystemQueryable/CrawlTask.cs,
14197           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
14198           beagled/FileSystemQueryable/FileSystemModel.cs,
14199           beagled/FileSystemQueryable/FileSystemQueryable.cs,
14200           beagled/FileSystemQueryable/UniqueIdStore.cs,
14201           beagled/IndexHelper/IndexHelper.cs,
14202           beagled/IndexHelper/RemoteIndexerImpl.cs: Infrastructure changes
14203           to support efficient file moves and renames.  Removed some debug
14204           spew.
14206 2005-03-10 14:37  llipka
14208         * tools/beagle-status: Use proper argument for line count in 'head'
14210 2005-03-10 14:02  llipka
14212         * Best/: Best.cs, BestWindow.cs: Fix error handling for commandline
14213           searches. Fix check for D-BUS down exception. Code optimizations.
14215 2005-03-10 13:28  joeshaw
14217         * Tiles/TileBlog.cs: wrap the call to Gnome.Url.Show() in a
14218           try-catch
14220 2005-03-10 13:23  joeshaw
14222         * Tiles/TileFromTemplate.cs: Wrap the call to get the snippet in a
14223           try-catch so that best doesn't die when we're going through the
14224           pages and we can't contact the daemon
14226 2005-03-10 11:25  joeshaw
14228         * Best/Best.cs: skip over session management args, these are
14229           handled by Gnome.Program
14231 2005-03-10 07:43  vvaradan
14233         * ChangeLog, Filters/FilterDOC.cs, glue/wv1-glue.c: *  Fix for
14234           http://bugzilla.gnome.org/show_bug.cgi?id=169758.  Reduce the
14235           number of round-trips between managed and unmanaged code.
14237 2005-03-10 05:32  fhedberg
14239         * Makefile.am, configure.in, beagled/BeagleDaemon.cs,
14240           beagled/BeagleWebCb.cs, beagled/BeagleWebSvcCb.cs,
14241           beagled/Makefile.am, beagled/beagledWeb.cs,
14242           beagled/beagledWebSvc.cs, beagled/dog.png, beagled/search.asmx,
14243           beagled/search.aspx, beagled/web.config: Landed Vijay's web
14244           interface.
14246 2005-03-10 01:39  vvaradan
14248         * ChangeLog, Filters/FilterPPT.cs: Oops.. forgot to commit support
14249           for PPT4.0 files.  Beagle will not extract content from those
14250           files. :)
14252 2005-03-09 21:06  dsd
14254         * ChangeLog, tools/Query.cs: beagle-query no longer requires an X
14255           server to run.
14257 2005-03-09 21:05  dsd
14259         * ChangeLog, beagled/BeagleDaemon.cs,
14260           beagled/IndexHelper/IndexHelper.cs, glue/screensaver-glue.c:
14261           beagled no longer requires an X server to run.
14263 2005-03-09 21:02  dsd
14265         * ChangeLog, Util/NautilusTools.cs, Util/StringFu.cs: Fix for
14266           filenames containing '"'
14268 2005-03-09 13:27  joeshaw
14270         * Best/Best.cs: We need to explicitly instantiate delegates for
14271           maximum compatibility
14273 2005-03-09 12:42  dsd
14275         * ChangeLog, BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
14276           Util/UriFu.cs, beagled/LuceneDriver.cs: Round 3 of dsd vs Uri
14277           escaping: Fix for filenames containing '#'
14279 2005-03-09 12:20  trow
14281         * Best/BestWindow.cs: Make PageUp and PageDown work in Best, fixing
14282           bug 169700.  Patch from Wouter Bolsterlee.
14284 2005-03-09 05:59  llipka
14286         * beagled/.cvsignore: Oh, the beauty of silence.
14288 2005-03-09 05:57  llipka
14290         * Best/Best.cs: Best tuning (show parameter usage, exit on non-tray
14291           mode)
14293 2005-03-08 21:53  trow
14295         * beagled/: BeagleDaemon.cs, IndexHelperFu.cs, RemoteIndexer.cs: A
14296           fix for one of our d-bus work-arounds: if we are already in the
14297           main loop's thread, don't create an idle to fetch the proxy and
14298           then wait for it to finish --- since we will block the main
14299           thread while waiting, our idle will never get run.  Hilarity
14300           ensues.
14302 2005-03-08 15:53  nat
14304         * Best/: BestTray.cs, BestWindow.cs: Change from "Bleeding-Edge
14305           Search Tool" to "Beagle Search".
14307 2005-03-08 14:37  trow
14309         * beagled/RemoteIndexer.cs: Oops.
14311 2005-03-08 14:17  trow
14313         * beagled/RemoteIndexer.cs: If the remote indexer has disappeared
14314           and we are shutting down, Proxy could return null.  Check for it
14315           to avoid a exception.
14317 2005-03-07 17:17  rml
14319         * glue/inotify.h:
14320           glue/inotify.h: update to latest inotify.h from inotify tree
14322 2005-03-06 20:21  dsd
14324         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs: Use
14325           PathFinder.HomeDir
14327 2005-03-06 17:28  dsd
14329         * ChangeLog, beagled/IndexHelper/IndexHelper.cs,
14330           beagled/IndexHelper/RemoteIndexerImpl.cs: Verify that
14331           NewRemoteIndexerPath requests are coming from beagled
14333 2005-03-06 17:24  dsd
14335         * ChangeLog, Util/StringFu.cs, Util/gnome.cs: Handle filenames
14336           containing '%'. Fixes bug #169422
14338 2005-03-05 14:53  trow
14340         * BeagleClient/Query.cs: Removed some superfluous code.
14342 2005-03-04 13:51  rml
14344         * glue/inotify.h: Update glue/inotify.h from my current inotify
14345           tree.
14347           This does not break ABI/API.  Just keeping the world in sync.
14349           <b>test</b>
14351 2005-03-03 19:03  fhedberg
14353         * Best/: BestTray.cs, BestWindow.cs: Minor fix. dog.png->best.png
14355 2005-03-03 18:29  joeshaw
14357         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14358           If the gconf key for the evolution accounts doesn't exist, fail
14359           gracefully
14361 2005-03-03 18:14  joeshaw
14363         * Best/best.desktop: Add Application as a category to the best
14364           desktop file
14366 2005-03-03 18:07  joeshaw
14368         * Best/best.desktop: forgot to add this
14370 2005-03-03 18:07  joeshaw
14372         * Best/Makefile.am, images/Makefile.am, images/best.png,
14373           images/dog.png: Add a .desktop file and install an icon
14375 2005-03-03 11:25  trow
14377         * Util/ImBuddy.cs: Don't use Inotify to watch the .gaim/blist.xml,
14378           just poll the file once per minute and reload it if necessary.
14380 2005-03-02 19:22  vvaradan
14382         * ChangeLog, Filters/FilterOpenOffice.cs, Filters/FilterRTF.cs: *
14383           Continuation of handling exception-stack-trace spews...
14385 2005-03-02 18:23  vvaradan
14387         * ChangeLog, Filters/FilterPPT.cs: *  Fix for
14388           http://bugzilla.gnome.org/show_bug.cgi?id=169038.  Do not spew
14389           out the entire stack trace in case of an exception.
14391 2005-03-01 14:54  trow
14393         * configure.in: We now default to setting
14394           DBUS_IS_BROKEN_BROKEN_BROKEN to work around the remaining locking
14395           bugs in D-BUS.  The workarounds can be turned off by using the
14396           --disable-dbus-workarounds option to configure.
14398 2005-03-01 08:47  trow
14400         * images/Images.cs: In GetHtmlSource, check to make sure that the
14401           name that is passed in is not null.
14403 2005-03-01 08:29  llipka
14405         * ImLogViewer/ImLogViewer.cs: Small updates to IM viewer.
14407 2005-02-28 23:58  trow
14409         * Util/ExtendedAttribute.cs: If we can't get or set EAs on a file,
14410           throw an IOException instead of a generic exception.
14412 2005-02-28 23:20  trow
14414         * NEWS: Final updates for 0.0.7.
14416 2005-02-28 16:18  vvaradan
14418         * ChangeLog, configure.in, Filters/FilterOpenOffice.cs,
14419           Filters/FilterPPT.cs, Filters/FilterRTF.cs,
14420           Filters/FilterSource.cs: *  Disable gst# support for the
14421           time-being *  Shut-up some warnings in some filters.
14423 2005-02-28 15:18  trow
14425         * beagled/: NetworkDriver.cs, NetworkHandler.cs: Updated the
14426           network backend to reflect the latest Queryable changes.  At
14427           least it now compiles properly...
14429 2005-02-28 15:03  trow
14431         * NEWS: Updated for 0.0.7 release.
14433 2005-02-28 01:42  trow
14435         * beagled/: LuceneQueryable.cs, IndexHelper/RemoteIndexerImpl.cs:
14436           If we filter out a hit from a set of query result because
14437           HitIsValid returned false, schedule that index record for
14438           removal.
14440           Use UriFu.UriStringToUri to convert the string back to a Uri in
14441           RemoteIndexerImpl.Remove.
14443 2005-02-28 01:23  trow
14445         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14446           Don't index the mail headers as text along with the message
14447           bodies.
14449 2005-02-27 17:53  trow
14451         * Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
14452           Tiles/template-presentation.html,
14453           beagled/FileAttributesStore_ExtendedAttribute.cs,
14454           beagled/Filter.cs, beagled/LuceneDriver.cs, beagled/TextCache.cs,
14455           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14456           beagled/IndexHelper/RemoteIndexerImpl.cs: Changed
14457           FilterOpenOffice to be more careful about popping or peeking the
14458           hot_nodes stack.
14460           Reduced the no-index threshold for text/plain files to 5mb.
14462           Show a snippet in the presentation tile.
14464           Don't show any debug spew if we can't store a file's attributes
14465           in EAs.
14467           In LuceneDriver, dump the term stats in a slightly more
14468           convenient order.
14470           Make Filters more robust against exceptions thrown while pulling
14471           text.
14473           When indexing mail, skip any part whose content type is not text.
14474            This vastly decreases the size of the mail index.
14476           Fixed a stupid bug in the TextCache: of course there can be more
14477           than one self-cached file.
14479           In RemoteIndexerImpl, don't mark the indexer as unsafe to close
14480           until the beginning of a flush.  This will allow the helper
14481           process to shut down gracefully if the beagled crashes somewhere
14482           between adding items to index and calling flush.
14484 2005-02-27 09:07  fhedberg
14486         * beagled/: Makefile.am, GaimLogQueryable/GaimLogCrawler.cs,
14487           GaimLogQueryable/GaimLogQueryable.cs: De-inotified the Gaim
14488           backend.
14490 2005-02-26 19:38  trow
14492         * beagled/: LuceneDriver.cs, Makefile.am, TermStatsTool.cs: Added
14493           beagle-term-stats, a tool for spewing information about the terms
14494           in an index.
14496           Added code to LuceneDriver to make it possible for
14497           beagle-term-stats to spew information about terms in an index.
14499           Change our BeagleAnalyzer to filter out stuff that is obviously
14500           garbage from the text part of our index.  This should help mail
14501           indexes be less bloated.
14503 2005-02-25 18:52  joeshaw
14505         * beagled/LauncherQueryable/LauncherQueryable.cs: Patch from Daniel
14506           Drake to use Path.Combine for the launcher paths
14508 2005-02-25 18:47  joeshaw
14510         * Tiles/TileCanvas.cs, Tiles/TileImLog.cs, Tiles/TileLauncher.cs,
14511           Tiles/TileMailMessage.cs, Util/camel.cs,
14512           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14513           Don't kill Best if evolution isn't in the path when we try to
14514           open a mail message.  Also detect what evolution imap summary
14515           versions we support.
14517 2005-02-25 13:19  orrc
14519         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix from Daniel
14520           Drake for bug 168519: Simplify logdir watching in
14521           GaimLogQueryable.
14523 2005-02-25 09:55  vvaradan
14525         * ChangeLog, Filters/FilterOpenOffice.cs: *  Add support for the
14526           new OO.o 2.0 format (.odt).  This fixes
14527           http://bugzilla.gnome.org/show_bug.cgi?id=157100
14529 2005-02-24 17:47  joeshaw
14531         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix a straggling
14532           usage of /home/joe and fix a corner case in the gaim backend in
14533           which logs wouldn't be loaded correctly if one directory existed
14534           but the other didn't.  Path from Daniel Drake
14536 2005-02-24 17:39  joeshaw
14538         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Watch for the
14539           creation of the local and imap directories in .evolution.  Based
14540           on a patch from Daniel Drake
14542 2005-02-24 11:37  joeshaw
14544         * configure.in, Util/ExifData.cs: Oops, forgot to commit this:
14545           Handle both libexif 0.5 and 0.6.  Patch from Daniel Drake
14547 2005-02-24 10:26  llipka
14549         * beagled/BlamQueryable/BlamQueryable.cs,
14550           beagled/EvolutionMailDriver/MailCrawler.cs, tools/.cvsignore:
14551           Somewhat quiet patches.
14553 2005-02-24 10:00  llipka
14555         * Util/ExtendedAttribute.cs: Remove the Syscall.access check in EAs
14556           for now since it was causing trouble.
14558 2005-02-24 08:09  trow
14560         * beagled/: LuceneQueryable.cs, TextCache.cs: In the TextCache,
14561           open files with FileShare.ReadWrite.  Close the TextReader we get
14562           from the TextCache after generating our snippet.  This fixes bug
14563           168368.
14565 2005-02-23 21:25  trow
14567         * Util/ExtendedAttribute.cs, Util/Logger.cs, Util/Makefile.am,
14568           Util/SystemInformation.cs, beagled/BeagleDaemon.cs,
14569           beagled/beagled.in,
14570           beagled/FileSystemQueryable/FileSystemModel.cs,
14571           beagled/FileSystemQueryable/InotifyBackend.cs,
14572           beagled/IndexHelper/IndexHelper.cs,
14573           beagled/IndexHelper/RemoteIndexerImpl.cs, glue/vmsize-glue.c:
14574           Handle inotify queue overflow events in the file system
14575           queryable.
14577           A bunch of logging fixes.  The IndexHelper now logs to a separate
14578           file.  (Fixes bug 168098)
14580           Proper handling of --fg and --bg in the beagled script.  (Fixes
14581           bug 168282)
14583           Watch VmRSS to decide when to restart the IndexHelper, not
14584           VmSize.
14586           Set the shutdown memory threshold relative to the initial memory
14587           size, not a fixed size.
14589           Never shutdown the helper process if it hasn't actually done
14590           anything yet.
14592 2005-02-23 18:29  fhedberg
14594         * beagled/: BlamQueryable/BlamQueryable.cs,
14595           LifereaQueryable/LifereaQueryable.cs,
14596           TomboyQueryable/TomboyQueryable.cs: Cleanup of the
14597           "checkforexistence" code by Daniel Drake.
14599 2005-02-23 16:54  rml
14601         * glue/inotify.h: Update glue/inotify.h from latest inotify tree.
14602           Does not break anything.
14604           "Why?" asked Fly.  "Indeed," said Pig.
14606 2005-02-23 15:47  rml
14608         * glue/wv1-glue.c: Fix compile warning.
14610           The teeth of most bear specifies is of similar composition to
14611           paper.
14613 2005-02-23 12:11  vvaradan
14615         * ChangeLog, glue/wv1-glue.c: *  Fix for
14616           http://bugzilla.gnome.org/show_bug.cgi?id=166155.  Do not
14617           consider non-printing characters for indexing (in UTF8 charset).
14618           Also, process word-specific-special-characters properly.
14620 2005-02-23 07:50  vvaradan
14622         * ChangeLog, Filters/FilterOpenOffice.cs, Filters/FilterPPT.cs: *
14623           Fix part of http://bugzilla.gnome.org/show_bug.cgi?id=157100,
14624           index hyperlinks.  *  Continuation of fix for
14625           http://bugzilla.gnome.org/show_bug.cgi?id=168028, decide the Ole
14626           Storage system to parse in DoOpen() itself.  *  Enable Snippet
14627           mode for PPT documents.
14629 2005-02-23 06:16  vvaradan
14631         * ChangeLog, Filters/FilterPPT.cs: *  Fix for
14632           http://bugzilla.gnome.org/show_bug.cgi?id=168028.  The
14633           observation so far says that a PPT can have three different
14634           formats (God knows the reality), a
14635           Straightforward-documented-format, 95 and DUAL STORAGE.  DUAL
14636           STORAGE stores both 95 (on the top level) and the
14637           Straightforward-documented-format under PP97_DUALSTORAGE
14638           directory in the Ole2 file system.  Beagle will be able to index
14639           PP97_DUALSTORAGE and when it finds a 95 format, just silently
14640           skips. ;-)
14642           Patches are welcome to add support for 95 formats ;-)
14644 2005-02-23 05:13  fhedberg
14646         * beagled/MonodocQueryable/MonodocQueryable.cs: De-inotified and
14647           cleaned up the Monodoc backend
14649 2005-02-23 04:39  vvaradan
14651         * ChangeLog, Filters/FilterPPT.cs: *  Fix for
14652           http://bugzilla.gnome.org/show_bug.cgi?id=168238.  Do not compare
14653           the stream names for equality until and otherwise the encoding is
14654           taken care of. ;-)
14656 2005-02-23 03:00  trow
14658         * Filters/FilterText.cs: Don't try to index extremely large files
14659           of type text/plain, since they probably don't contain much
14660           interesting human-readable info.
14662 2005-02-23 02:39  trow
14664         * beagled/: Crawler.cs, FileSystemEventMonitor.cs,
14665           IndexOptimizer.cs, Relevancy.cs,
14666           FileSystemQueryable/LastCrawlTime.cs,
14667           FileSystemQueryable/WatchedDirectory.cs: Removed some obsolete
14668           code.
14670 2005-02-23 02:26  trow
14672         * Util/ExceptionHandlingThread.cs, Util/UriFu.cs,
14673           beagled/FileAttributesStore.cs, beagled/QueryResult.cs: In
14674           UriFu.StringToUris, use UriStringToUri to convert each piece of
14675           the split string into a Uri.  This fixes another bug with
14676           filenames containing @.
14678           In FileAttributesStore.AttachTimestamp, explicitly set the path
14679           on the object we get out of ReadOrCreate.  Otherwise an
14680           already-indexed file that is copied to another name will never
14681           appear to be up-to-date.
14683           In QueryResult: (1) Be more paranoid about catching exceptions
14684           (2) Added a comment explaining why we can get away w/ not using
14685           an ExceptionHandlingThread.
14687 2005-02-23 00:50  trow
14689         * beagled/FileAttributesStore_Sqlite.cs: If our fallback attribute
14690           db appears to be in a strange state due to multiple entries for
14691           the same directory and filename, don't just freak out and throw
14692           an exception: instead, delete the duplicate records and just
14693           return null.
14695           Don't clear the associated path flag if a read fails: there could
14696           be another path in the db that hashes to the same value.
14698 2005-02-23 00:30  trow
14700         * beagled/FilteredIndexable.cs: Another patch from the redoubtable
14701           Daniel Drake: Use an XmlTextReader instead of hacky string
14702           operations to inspect some XML.  This fixes bug 167896.
14704 2005-02-23 00:18  trow
14706         * Util/ExtendedAttribute.cs,
14707           beagled/FileAttributesStore_ExtendedAttribute.cs: Another patch
14708           from Daniel Drake: don't spew out exceptions when we can't set
14709           EAs on a file.  This fixes bug 168195.
14711 2005-02-23 00:06  trow
14713         * beagled/BeagleDaemon.cs: Another patch from Daniel Drake: Don't
14714           print the full backtrace if we can't connect to the session bus.
14715           This fixes bug 167760.
14717 2005-02-23 00:01  trow
14719         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
14720           BeagleClient/Makefile.am, Util/UriFu.cs, beagled/LuceneDriver.cs,
14721           beagled/QueryImpl.cs: Applied a patch from Daniel Drake to
14722           properly quote file:// Uris containing @.  This fixes bug 167664.
14724 2005-02-22 23:45  trow
14726         * beagled/: IIndexer.cs, IndexHelperFu.cs, LuceneDriver.cs,
14727           LuceneQueryable.cs, RemoteIndexer.cs, RemoteIndexerProxy.cs,
14728           IndexHelper/RemoteIndexerImpl.cs: In IndexHelperFu, only hoist
14729           the d-bus calls for creating a new proxy into the mainloop if
14730           DBUS_IS_BROKEN_BROKEN_BROKEN is set.
14732           When calling GetItemCount, get the count from the LuceneDriver in
14733           the helper process --- it is the one that is up-to-date.
14735           Added an extra paranoid check to try to avoid re-indexing the
14736           same document multiple times.
14738 2005-02-21 07:40  fhedberg
14740         * beagled/LifereaQueryable/LifereaQueryable.cs: De-inotified the
14741           LifereaQueryable
14743 2005-02-21 01:29  trow
14745         * Util/CommandLineFu.cs, Util/FlacReader.cs, Util/ImBuddy.cs,
14746           Util/Inotify.cs, Util/Mozilla.cs, beagled/Shutdown.cs,
14747           tools/ExerciseFileSystem.cs: Fixed compile-time warnings.  Turned
14748           on extra debugging in the shutdown code.  More work on
14749           beagle-exercise-file-system.
14751 2005-02-20 19:14  trow
14753         * tools/Makefile.am: a build fix
14755 2005-02-20 19:10  trow
14757         * Util/Makefile.am, tools/ExerciseFileSystem.cs, tools/Makefile.am:
14758           The beginnings of a test program.
14760 2005-02-20 18:21  fhedberg
14762         * beagled/: BlamQueryable/BlamQueryable.cs,
14763           TomboyQueryable/TomboyQueryable.cs:
14764           De-inotified BlamQueryable and TomboyQueryable.  Cleaned up the
14765           TomboyQueryable since it doesnt use the Backup directory anymore.
14766           Changed the Uri pattern for blogs into something like
14767           feed:http://blah.com/index.rss
14769 2005-02-20 16:37  trow
14771         * beagled/FilteredIndexable.cs: Attach the filename (with and w/o
14772           the extension) as a keyword property.  This allows you to search
14773           for files by their exact filenames, which never worked before.
14775 2005-02-20 15:29  trow
14777         * beagled/GoogleDriver.cs: Set RequireInotify=false on the google
14778           and web history backends.
14780 2005-02-20 15:24  trow
14782         * beagled/: LuceneDriver.cs, Makefile.am, QueryDriver.cs,
14783           QueryableFlavor.cs, EvolutionMailDriver/EvolutionMailDriver.cs,
14784           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14785           EvolutionMailDriver/MailCrawler.cs,
14786           FileSystemQueryable/CrawlTask.cs,
14787           FileSystemQueryable/FileSystemModel.cs,
14788           FileSystemQueryable/FileSystemQueryable.cs: If we don't have
14789           inotify, walk the filesystem more slowly the second time around.
14791           Fixed the mail backend to work w/o inotify.
14793           Added a RequireInotify field to the QueryableFlavor.  We now
14794           automatically turn off backends that require inotify if it isn't
14795           present.
14797 2005-02-20 04:47  trow
14799         * Util/Inotify.cs, beagled/FileAttributesStore.cs,
14800           beagled/FileAttributesStore_ExtendedAttribute.cs,
14801           beagled/LuceneQueryable.cs, beagled/Makefile.am,
14802           beagled/QueryImpl.cs, beagled/RemoteIndexer.cs,
14803           beagled/FileSystemQueryable/CrawlTask.cs,
14804           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
14805           beagled/FileSystemQueryable/FileNameFilter.cs,
14806           beagled/FileSystemQueryable/FileSystemModel.cs,
14807           beagled/FileSystemQueryable/FileSystemQueryable.cs,
14808           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
14809           beagled/FileSystemQueryable/IFileEventBackend.cs,
14810           beagled/FileSystemQueryable/InotifyBackend.cs: Hacked the
14811           FileSystemQueryable to sort of work without inotify.
14813 2005-02-18 17:00  joeshaw
14815         * BeagleClient/Indexable.cs, BeagleClient/Property.cs,
14816           Util/StringFu.cs, beagled/FilteredIndexable.cs: Ok, the old XML
14817           invalid char approach didn't work, so filter them out now
14818           whenever a property is set.  This sucks.
14820 2005-02-18 15:03  joeshaw
14822         * configure.in, BeagleClient/Indexable.cs, Util/StringFu.cs,
14823           beagled/FilteredIndexable.cs, beagled/QueryImpl.cs,
14824           beagled/RemoteIndexer.cs,
14825           beagled/IndexHelper/RemoteIndexerImpl.cs: conditionally define
14826           DBUS_IS_BROKEN_BROKEN_BROKEN depending on whether we're using
14827           0.23.2.  Before we serialize any XML, walk over it and make sure
14828           we're not going to put in any invalid XML characters.
14830 2005-02-18 14:42  trow
14832         * beagled/: BeagleDaemon.cs, Filter.cs, LuceneDriver.cs,
14833           QueryResult.cs,
14834           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14835           FileSystemQueryable/FileSystemQueryable.cs,
14836           Lucene.Net/Index/FieldInfos.cs,
14837           Lucene.Net/QueryParser/QueryParser.cs,
14838           Lucene.Net/QueryParser/QueryParserTokenManager.cs,
14839           Lucene.Net/Store/FSDirectory.cs: Lots of little clean-ups to get
14840           rid of compiler warnings.  (Removed unused variables, etc.)
14842 2005-02-18 13:25  trow
14844         * beagled/: BeagleDaemon.cs, LuceneDriver.cs, NetworkDriver.cs,
14845           PathFinder.cs, TextCache.cs, BlamQueryable/BlamQueryable.cs,
14846           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
14847           EvolutionMailDriver/EvolutionMailDriver.cs,
14848           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14849           GaimLogQueryable/GaimLogQueryable.cs,
14850           LauncherQueryable/LauncherQueryable.cs,
14851           LifereaQueryable/LifereaQueryable.cs,
14852           TomboyQueryable/TomboyQueryable.cs: Added PathFinder.HomeDir,
14853           which is now used to locate the user's homedir.  This replaces a
14854           bunch calls to Environment.GetEnviromentVariable ("HOME"), and
14855           can be overriden by setting BEAGLE_HOME.
14857           Renamed PathFinder.RootDir as PathFinder.StorageDir, and made the
14858           necessary changes throughout.  It defaults to
14859           PathFind.HomeDir/.beagle, but can be overriden by setting
14860           BEAGLE_STORAGE.
14862 2005-02-17 18:32  joeshaw
14864         * tools/Query.cs: Print out a nice error message on dbus exceptions
14865           in beagle-query.  Patch from Daniel Drake
14867 2005-02-17 18:05  joeshaw
14869         * Filters/FilterJpeg.cs: handle an invalid exif date gracefully.
14870           Patch from Daniel Drake
14872 2005-02-16 16:49  trow
14874         * configure.in: Changed version number to 0.0.7.
14876 2005-02-16 13:49  trow
14878         * NEWS, beagled/QueryImpl.cs,
14879           beagled/IndexHelper/RemoteIndexerImpl.cs: Work around D-BUS bugs
14880           by hoisting some more calls out of threads and up into the main
14881           loop.
14883 2005-02-16 12:36  trow
14885         * NEWS, configure.in, glue/inotify-glue.c: Fixed a potential buglet
14886           in inotify_snarf_events --- initialize the number of records read
14887           to zero, so we can't return garbage in the event of a timeout.
14889           Incremented version to 0.0.6.1 for our brown-paper-bag release.
14891           Updated NEWS for 0.0.6.1.
14893 2005-02-16 11:34  llipka
14895         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14896           Fix a bug with opening sub-subdirectories.
14898 2005-02-16 09:18  llipka
14900         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14901           Fix bug 167535: Extention error in Evolution Mail Index
14903 2005-02-16 08:35  vvaradan
14905         * ChangeLog, Filters/FilterGst.cs:
14906           *  Fix for a compile time error in FilterGst.cs
14908 2005-02-15 15:43  trow
14910         * NEWS: Updated for impending 0.0.6 release.
14912 2005-02-15 13:32  trow
14914         * Util/PullingReader.cs: If our text source throws an exception,
14915           catch it and set the 'done' flag.
14917 2005-02-15 12:50  vvaradan
14919         * ChangeLog, Filters/FilterCSharp.cs, Filters/FilterSource.cs:
14920           *  C# language doesn't follow "spanning" of single-line comments
14921           to multiple-lines.
14923           *  Fixes a bug when parsing C# files.  Pointed out by Raf
14924           (kikidonk). Thanks Raf!!
14926 2005-02-15 00:34  trow
14928         * beagled/: RemoteIndexer.cs, IndexHelper/IndexHelper.cs,
14929           IndexHelper/RemoteIndexerImpl.cs: Better handling of shutdowns of
14930           the helper process.
14932 2005-02-14 23:35  trow
14934         * beagled/: Shutdown.cs, IndexHelper/IndexHelper.cs,
14935           IndexHelper/RemoteIndexerImpl.cs: Added more-verbose debugging to
14936           the Shutdown process.
14938           Added RemoteIndexerImpl.UnconditionallyCloseAll method, which we
14939           call before shutting down in the helper in the event of abnormal
14940           termination of the beagled.
14942           Poll the com.novell.Beagle service's status in a timeout in the
14943           helper, and shut down if it disappears.
14945           Replaced various Console.WriteLines with Logger.Log.Debugs.
14947 2005-02-14 19:39  trow
14949         * BeagleClient/Indexable.cs: Removed some forgotten debug spew.
14951 2005-02-14 19:32  trow
14953         * BeagleClient/Indexable.cs,
14954           beagled/LauncherQueryable/LauncherQueryable.cs: When StoreStream
14955           is called, only set the DeleteContent flag if we actually stored
14956           anything.
14958           Tiny clean-ups to the launcher and web history backends.
14960 2005-02-14 19:18  trow
14962         * BeagleClient/Indexable.cs: Comment out transient file clean-up
14963           for now.
14965 2005-02-14 18:59  trow
14967         * BeagleClient/Indexable.cs, Filters/Makefile.am,
14968           Util/CommandLineFu.cs, beagled/IndexHelperFu.cs,
14969           beagled/RemoteIndexer.cs, beagled/IndexHelper/IndexHelper.cs:
14970           Fixed indexing of Indexables after a StoreStream.  Added
14971           BEAGLE_RUN_HELPER_BY_HAND environment variable.  Fixed a build
14972           bug in Filters/Makefile.am.  Feel the power of my CommandLineFu!
14974 2005-02-14 16:23  joeshaw
14976         * beagled/: BlamQueryable/BlamQueryable.cs,
14977           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
14978           LauncherQueryable/LauncherQueryable.cs,
14979           LifereaQueryable/LifereaQueryable.cs,
14980           MonodocQueryable/MonodocQueryable.cs,
14981           TomboyQueryable/TomboyQueryable.cs: Don't pass in a path as the
14982           backend name
14984 2005-02-14 15:45  joeshaw
14986         * beagled/IndexHelperFu.cs: Fix a dbus cut-and-paste error
14988 2005-02-11 15:58  trow
14990         * configure.in, BeagleClient/Indexable.cs, BeagleClient/Query.cs,
14991           Util/Scheduler.cs, Util/StringFu.cs, Util/UriFu.cs,
14992           beagled/BeagleDaemon.cs, beagled/FilteredIndexable.cs,
14993           beagled/IndexHelperFu.cs, beagled/LuceneDriver.cs,
14994           beagled/LuceneQueryable.cs, beagled/Makefile.am,
14995           beagled/QueryImpl.cs, beagled/RemoteIndexer.cs,
14996           beagled/RemoteIndexerProxy.cs, beagled/wrapper.in,
14997           beagled/IndexHelper/IndexHelper.cs,
14998           beagled/IndexHelper/RemoteIndexerImpl.cs: Behold, out-of-process
14999           indexing!
15001 2005-02-11 14:36  trow
15003         * beagled/BeagleDaemon.cs: Wrap the code that logs
15004           Environment.CommandLine in a try/catch block, to work around a
15005           weird bug in mono 1.1.3.
15007 2005-02-11 14:30  joeshaw
15009         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Watch for ~/.gaim
15010           and ~/.gaim/logs if they don't exist.  Patch from Robert Van
15011           Gorkom <vangorra@plu.edu>
15013 2005-02-10 18:32  rml
15015         * beagled/beagled.1: Add beagled/beagled.1, a man page for
15016           beagled(1).
15018           This completes bug #160329.
15020           Raw chicken is an imporant link in nature's chain.
15022 2005-02-10 18:21  rml
15024         * Best/best.1: Add Best/best.1, a man page for best(1).  This
15025           partially fixes bug #160329.
15027           Every non-empty finite inner product space has an orthonormal
15028           basis.
15030 2005-02-10 18:09  rml
15032         * tools/beagle-query.1: Update tools/beagle-query.1, the
15033           beagle-query(1) man page.  I work in an office.
15035 2005-02-10 18:09  rml
15037         * tools/beagle-status.1: Add beagle-status(1) man page as
15038           tools/beagle-status.1.  I do not own a car.
15040 2005-02-10 17:56  rml
15042         * tools/: beagle-query.1, beagle-query.man: Improve, add to, and
15043           clean up the beagle-query(1) man page.  Rename it to
15044           beagle-query.1.  This partially fixes bug #160329. I bruise
15045           easily.
15047 2005-02-10 17:52  vvaradan
15049         * ChangeLog, Filters/FilterDOC.cs, glue/wv1-glue.c:
15050           glue/wv1-glue.c: Separate out the wvInit() call, should be called
15051           only one through-out the scope of an application.
15053           Filters/FilterDOC.cs: Track wvInit() call through a static
15054           member.  This also fixes Bug -
15055           http://bugzilla.gnome.org/show_bug.cgi?id=166150
15057 2005-02-10 17:47  rml
15059         * tools/beagle-shutdown.1: Add tools/beagle-shutdown.1: The man
15060           page for beagle-shutdown(1), baby.  This partially solves bug
15061           #160329.  The uniformed poll worker found soothsaying hard on the
15062           hips.
15064 2005-02-09 16:57  rml
15066         * glue/: inotify-glue.c, inotify.h: Inotify bits.
15068                   glue/inotify.h: Update with header from latest inotify
15069           kernel.
15070                   glue/inotify-glue.c: Update to use the aforementioned
15071           updated header.
15073           The walrus with a bad foot was unsuccessful in securing a post
15074           office box (bad credit).
15076 2005-02-09 11:06  trow
15078         * beagled/SnippetFu.cs: Committed a small fix for Varadhan.
15080 2005-02-09 07:31  vvaradan
15082         * ChangeLog, Filters/FilterRTF.cs, beagled/SnippetFu.cs: *
15083           beagled/SnippetFu.cs: Fix for
15084           http://bugzilla.gnome.org/show_bug.cgi?id=166648. Trim the final
15085           snippet to the allowed-length.
15087           * Filters/FilterRTF.cs: Fix for
15088           http://bugzilla.gnome.org/show_bug.cgi?id=166768.
15090 2005-02-08 11:54  vvaradan
15092         * ChangeLog, Filters/FilterAbiword.cs, Filters/FilterDOC.cs,
15093           Filters/FilterPdf.cs, Filters/FilterRTF.cs, glue/wv1-glue.c: DOC,
15094           ABW, RTF and PDF filters: Added support for "Structural Break"s,
15095           which is needed for proper snippet support.
15097           glue/wv1-glue.c:  Handle partially formatted strings and
15098           structural breaks.
15100 2005-02-07 07:11  llipka
15102         * ImLogViewer/ImLogViewer.cs, Tiles/TileMusic.cs,
15103           Tiles/template-music.html: Fixed indenting in IM viewer again.
15104           Fixed the ID tag bug #166206.
15106 2005-02-07 06:17  llipka
15108         * ImLogViewer/: ImLogViewer.cs, Makefile.am: Removed the obsolete
15109           Gecko stuff. Fixed indentation in the buffer.
15111 2005-02-05 14:53  vvaradan
15113         * ChangeLog, Best/Best.cs, Filters/FilterOpenOffice.cs,
15114           Filters/FilterRTF.cs, beagled/Filter.cs: beagled/Filter.cs: Few
15115           tweaks on Hot pool manipulations.  Filter/FilterOpenOffice.cs:
15116           More elegant(?) logic to handle wierd combination of
15117           text-formatting, fixes Bug#157100.  Filter/FilterRTF.cs: Metadata
15118           info can be anywhere in the document.  Commented out the
15119           "file-offset" positioning code after reading the meta-data.
15120           Best/Best.cs: Added a console message to guide users to look at
15121           their Systray for Best icon. (Based on FAQs in #dashboard,
15122           suggested by ikke)
15124 2005-02-05 13:40  joejg
15126         * mozilla-extension/content/beagleAddDomainDialog.xul: this time
15127           remember to add xul file
15129 2005-02-05 11:13  joejg
15131         * mozilla-extension/: Makefile.am, content/beaglePrefs.js,
15132           content/beaglePrefs.xul: Added James Vipond's mozilla extension
15133           patch
15135 2005-02-04 20:55  orrc
15137         * Best/Best.cs, mozilla-extension/content/beagleOverlay.js: Minor
15138           fix to mozilla plugin from bug #166318.  Small related update to
15139           Best cmd line behaviour.
15141 2005-02-04 10:06  vvaradan
15143         * ChangeLog, Filters/FilterOle.cs, Filters/FilterOpenOffice.cs,
15144           Filters/FilterPPT.cs, Filters/Makefile.am: FilterPPT.cs: Validate
15145           the ole stream before using it for content-extraction.  This
15146           fixes Bug#:166265.  FilterOle.cs is removed as no-other class is
15147           there to derive from it except FilterPPT.cs Similar changes to
15148           FilterOpenOffice.cs.
15150 2005-02-03 16:33  orrc
15152         * Filters/FilterPhp.cs: Corrected typos in PHP source filter with
15153           patch by Rich Midwinter.  Closes bug #166163.
15155 2005-02-03 06:56  vvaradan
15157         * ChangeLog, Filters/FilterPdf.cs:  Filter/FilterPdf.cs: Fix for
15158           Bug#:166040. Filename parameter for pdfinfo command should be
15159           tagged between a pair "".
15161 2005-02-02 09:44  trow
15163         * beagled/.cvsignore, Best/TrayIcon/.cvsignore,
15164           Best/TrayIcon/libtrayicon/.cvsignore: Be quiet!
15166 2005-02-01 17:32  joeshaw
15168         * configure.in, Filters/FilterPdf.cs,
15169           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
15170           Handle some exceptions in the PDF filter, fix some MIME encoding
15171           issues in various mail headers, and now require gmime 2.1.11
15173 2005-02-01 17:07  trow
15175         * BeagleClient/DBusisms.cs, beagled/BeagleDaemon.cs,
15176           beagled/DBusisms.cs, beagled/FileAttributesStore.cs,
15177           beagled/IIndexer.cs, beagled/IndexHelperFu.cs,
15178           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
15179           beagled/Makefile.am, beagled/RemoteIndexer.cs,
15180           beagled/RemoteIndexerProxy.cs, beagled/beagled.in,
15181           beagled/BlamQueryable/BlamQueryable.cs,
15182           beagled/FileSystemQueryable/FileSystemQueryable.cs,
15183           beagled/FileSystemQueryable/WatchedDirectory.cs,
15184           beagled/GaimLogQueryable/GaimLogQueryable.cs,
15185           beagled/IndexHelper/IndexHelper.cs,
15186           beagled/IndexHelper/RemoteIndexerImpl.cs,
15187           beagled/LauncherQueryable/LauncherQueryable.cs,
15188           beagled/LifereaQueryable/LifereaQueryable.cs,
15189           beagled/TomboyQueryable/TomboyQueryable.cs: First stage of
15190           refactoring beagled to push indexing operations into another
15191           process.
15193 2005-02-01 14:12  rml
15195         * glue/inotify.h: Update glue/inotify.h from latest inotify patch.
15196           Do not worry, please do not fret, this will not break ABI.  Just
15197           keeping the wheel's of synchronization in check.
15199 2005-02-01 14:10  rml
15201         * glue/inotify-glue.c: There are currently 5,381 coding styles in
15202           glue/inotify-glue.c.  Unify them down to only one with my amazing
15203           cool gindent script and make Chris Rivera shut the hell up.
15204           Seriously.  Does this kid have nothing better to do than complain
15205           about coding style in stuff I work on?  And--one other thing--why
15206           does he smell like cabbage?
15208 2005-01-31 15:52  joeshaw
15210         * configure.in, Filters/FilterHtml.cs,
15211           beagled/TomboyQueryable/TomboyQueryable.cs: Update configure.in
15212           to be more clear what mozilla files we're looking for and where
15213           to find them.  If HtmlAgilityPack can't find out what encoding an
15214           HTML file is in, assume ASCII.  If .tomboy doesn't exist, have
15215           the tomboy backend watch for it rather than give up.  (Patch from
15216           Larry Reaves)
15218 2005-01-30 08:44  llipka
15220         * Tiles/: Tile.cs, TileFile.cs, TileImLog.cs: Patch from Ikke to
15221           fix Evolution launching and the send mail action in ImTile.
15223 2005-01-30 07:37  llipka
15225         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Show buddy icon
15226           in IM viewer if it exists. Dont open IM viewer for IRC logs.
15228 2005-01-29 11:41  llipka
15230         * Tiles/: Tile.cs, TileContact.cs: Fix the gaim-remote stuff to
15231           actually work.
15233 2005-01-29 04:52  fhedberg
15235         * configure.in, beagled/Makefile.am: Really disable the Thunderbird
15236           backend.
15238 2005-01-28 15:59  rml
15240         * ChangeLog, Util/Inotify.cs, glue/inotify-glue.c, glue/inotify.h:
15241           2005-01-28  Robert Love  <rml@novell.com>
15243                   * Util/Inotify.cs: update for inotify ABI changes
15244           (dynamic filenames)
15245                   * glue/inotify-glue.c: ditto
15246                   * glue/inotify.h: header from inotify 0.18
15248           Balloonish Baffoon-Snake!
15250 2005-01-28 15:18  joeshaw
15252         * configure.in, BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
15253           beagled/BeagleDaemon.cs, beagled/DBusisms.cs,
15254           beagled/FactoryImpl.cs, beagled/Makefile.am: Add configure checks
15255           and preprocessor conditions for which dbus API to use
15257 2005-01-28 14:28  trow
15259         * Tiles/template-google.html: Properly handle the HTML in the title
15260           and snippet that we get from Google.
15262 2005-01-28 08:57  vvaradan
15264         * ChangeLog, Filters/FilterOpenOffice.cs: Fix for Bug#:162910.
15265           consider table-count as spreadsheet count iff it is a OOo calc
15266           document.
15268 2005-01-28 03:54  vvaradan
15270         * ChangeLog, Tiles/template-docs.html: Fix for Bug#:165480.
15271           Instead of @Snippet@ use @%Snippet@ to process the
15272           markups present in @Snippet@.
15274 2005-01-27 22:30  trow
15276         * beagled/: LuceneDriver.cs, SnippetFu.cs: Allow -foo in a query to
15277           exclude matches containing foo.
15279 2005-01-27 17:05  trow
15281         * mozilla-extension/: install.rdf, content/beagleOverlay.js,
15282           content/beaglePrefs.js, content/beaglePrefs.xul,
15283           locale/en-US/beagle.dtd: A patch from Tom von Schwerdtner: * Adds
15284           preferences and functionality to filter based on host (eg,
15285           'www.google.com' or 'localhost').  This checks page.location.host
15286           only, so it can not distinguish between ports.  * Removed what
15287           looked like old and obsolete preferences (placement of   menu
15288           separator stuff that was commented out anyways).  * Changed the
15289           UI to what seems like more appropriate XUL.
15291 2005-01-27 16:01  trow
15293         * configure.in: Increment the version number.
15295 2005-01-27 15:48  llipka
15297         * Tiles/TileCanvas.cs: Fix rendering bug.
15299 2005-01-27 15:24  joeshaw
15301         * Tiles/TileCanvas.cs, Util/ExceptionHandlingThread.cs,
15302           Util/Inotify.cs, Util/Makefile.am,
15303           beagled/BlamQueryable/BlamQueryable.cs,
15304           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
15305           beagled/FileSystemQueryable/FileSystemQueryable.cs,
15306           beagled/GaimLogQueryable/GaimLogQueryable.cs,
15307           beagled/LifereaQueryable/LifereaQueryable.cs,
15308           beagled/MonodocQueryable/MonodocQueryable.cs,
15309           beagled/MozillaQueryable/MozillaQueryable.cs,
15310           beagled/TomboyQueryable/TomboyQueryable.cs: - Set the UTF-8
15311           charset using a Content-Type http-equiv meta tag at the top of
15312           all our tile rendering.  Based on a patch from Jonas Klingstedt.
15314           - Apply a patch from Larry Reaves that makes the Tomboy backend
15315           work when the Backup directory doesn't exist
15317           - Set our filename encoding to UTF-8 in the Inotify code, so that
15318           we properly index non-ASCII files.
15320           - Add an ExceptionHandlingThread class and port all the backends
15321           to use it.  This makes tracking down unhandled exceptions in the
15322           backends much, much easier.
15324           - Fix a problem in the Evo mail backend where a non-existent
15325           directory (because of mono's transparent translation of
15326           backslashes to forward slashes) was killing the backend.
15328 2005-01-26 11:06  llipka
15330         * Best/BestTray.cs: Fixed the tray menu to contain Quit rather than
15331           Close
15333 2005-01-26 01:49  trow
15335         * beagled/Filter.cs, beagled/Makefile.am, tools/Makefile.am: Set
15336           permissions properly on the external optimizing script.  Removed
15337           some debug spew.  Install beagle-index-info.
15339 2005-01-26 00:53  trow
15341         * AUTHORS, README: Added note thanking George Aroush
15343 2005-01-26 00:49  trow
15345         * NEWS: NEWS tweaks.
15347 2005-01-26 00:42  trow
15349         * NEWS, beagled/FileAttributesStore_Sqlite.cs: Locking for sqlite
15350           file attributes store.  Draft version of 0.0.5 NEWS.
15352 2005-01-25 17:14  trow
15354         * configure.in: Fix a cut&paste-o in the configure arg docstring.
15356 2005-01-25 16:58  trow
15358         * Filters/FilterSource.cs, Filters/FilterText.cs, Util/UriFu.cs,
15359           beagled/Filter.cs, beagled/FilteredIndexable.cs,
15360           beagled/HitRegulator.cs, beagled/LuceneDriver.cs,
15361           beagled/QueryImpl.cs, beagled/QueryResult.cs,
15362           beagled/TextCache.cs, beagled/beagled.in: Added code to keep us
15363           from copying text files into the text cache.  We generate the
15364           snippets directly from the original files instead.
15366           Applied a modified version of Adam Lofts' Uri Hashtable patch.
15367           This fixes bug 164361.
15369 2005-01-25 16:02  joeshaw
15371         * beagled/beagled.in: Don't enable MONO_DISABLE_SHM; it causes too
15372           many problems on mono 1.1
15374 2005-01-25 15:13  llipka
15376         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade,
15377           beagle-imlogviewer.in: IM Viewer - Use Gtk.TextView instead of
15378           Gecko to render the conversation (R. Slinckx). Type ahead
15379           searching has landed (still a little buggy and slow).
15381 2005-01-25 11:14  nat
15383         * searchomatic/searchomatic.c: Launch Best with the --no-tray
15384           option.
15386 2005-01-25 11:13  nat
15388         *
15389           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
15391           Index the GroupWise IM field.
15393 2005-01-25 11:13  nat
15395         * Tiles/: TileImLog.cs, template-contact.html: Add IM fields to the
15396           contact tile.
15398 2005-01-25 11:13  nat
15400         * Best/Best.cs: Make the --no-tray option actually work.
15402 2005-01-25 10:45  trow
15404         * ImLogViewer/Makefile.am, Util/Scheduler.cs, beagled/Makefile.am:
15405           A few 'make distcheck' fixes.
15407           Changed EXERCISE_THE_DOG to BEAGLE_EXERCISE_THE_DOG.  The old one
15408           still works, but causes beagled to print a warning message.
15410 2005-01-24 15:40  llipka
15412         * beagled/.cvsignore: DND
15414 2005-01-24 06:34  vvaradan
15416         * ChangeLog, Filters/FilterPascal.cs, Filters/FilterSource.cs,
15417           Filters/Makefile.am: Added pascal support.  [ Demo'ed on stage
15418           hacking of beagle in Hacker Crackdown, 2005 @ NIT, Trichy
15419           (http://www.nitt.edu/hackercrackdown/index.php?section=speakers),
15420           by writing this Filter ;)]
15422 2005-01-23 23:38  trow
15424         * ImLogViewer/ImLogViewer.cs, Tiles/TileCanvas.cs,
15425           Tiles/TileContact.cs, Tiles/TileFile.cs, Tiles/TileImLog.cs,
15426           Util/Archive.cs, beagled/FilteredIndexable.cs, images/Images.cs:
15427           Replace a bunch of "file://"+path type constructions by calls to
15428           StringFu.PathToQuotedFileUri (path) or UriFu.PathToFileUri
15429           (path).  This ensures that special characters in the path are
15430           quoted correctly.
15432 2005-01-23 17:32  trow
15434         * Util/PullingReader.cs: Allow an identifier to be attached to a
15435           pulling reader.
15437 2005-01-23 17:30  trow
15439         * beagled/: .cvsignore, BeagleDaemon.cs, Filter.cs,
15440           FilteredIndexable.cs, IndexOptimizer.cs, LuceneDriver.cs,
15441           Makefile.am, MasterDelete.cs, beagled.in,
15442           FileSystemQueryable/WatchedDirectory.cs: Try to optimize our
15443           lucene indices in an external process.  Added a tool to manually
15444           delete Uris from a lucene index.  Avoid a bunch of boxing allocs
15445           in WatchedDirectory.CompareTo.
15447 2005-01-22 21:56  trow
15449         * beagled/TextCache.cs: Applied a patch from Chris Orr to fix
15450           another apostrophe-related sqlite problem.
15452 2005-01-22 21:33  nat
15454         * Tiles/template-note.html,
15455           beagled/TomboyQueryable/TomboyQueryable.cs: Snippet support for
15456           Tomboy tiles.
15458 2005-01-22 21:14  trow
15460         * beagled/TomboyQueryable/TomboyQueryable.cs: Simple snippet
15461           support for Tomboy notes.
15463 2005-01-22 20:22  trow
15465         * Tiles/: Template.cs, template-web-history.html: Ellipsize long
15466           Uris.
15468 2005-01-22 18:43  trow
15470         * Filters/FilterGst.cs, Filters/FilterMusic.cs,
15471           Filters/FilterSource.cs, Filters/FilterText.cs,
15472           Tiles/TileMusic.cs, Tiles/template-music.html: Applied Adam
15473           Lofts' patches from bug #160694 to get music tiles working again.
15474           Small tweaks to FilterSource to avoid unnecessary allocations.
15476 2005-01-22 17:23  fhedberg
15478         * AUTHORS, beagled/Makefile.am,
15479           beagled/LifereaQueryable/LifereaQueryable.cs: Added a Liferea
15480           Backend from Carl-Emil Lagerstedt. Closes bug #164556.
15482 2005-01-22 12:56  llipka
15484         * Tiles/: Makefile.am, TileCalendar.cs, template-calendar.html: The
15485           calendar tile is in for all you meeting lovers.
15487 2005-01-22 12:55  llipka
15489         * images/: Makefile.am, emblem-calendar.png: Added calendar emblem.
15491 2005-01-22 12:53  llipka
15493         * beagled/.cvsignore: Quiet.
15495 2005-01-22 00:35  trow
15497         * Util/ImLog.cs: Re-wrote GaimLog.StripTags to avoid a whole bunch
15498           of unnecessary allocations.
15500 2005-01-21 23:44  trow
15502         * AUTHORS: Updated my e-mail address.
15504 2005-01-21 04:12  vvaradan
15506         * ChangeLog, Filters/FilterFortran.cs, Filters/FilterPerl.cs,
15507           Filters/FilterPhp.cs, Filters/FilterSource.cs,
15508           Filters/Makefile.am: patch received from vish for Fortran and PHP
15509           filter support.
15511 2005-01-20 21:08  trow
15513         * beagled/: LuceneDriver.cs, FileSystemQueryable/FileNameFilter.cs:
15514           Time our optimize operations and write the info out into the log.
15515           Avoid a bunch of unnecessary allocations in the FileNameFilter.
15517 2005-01-20 17:53  joeshaw
15519         * beagled/FileAttributesStore_Sqlite.cs: compile before checking in
15521 2005-01-20 17:53  joeshaw
15523         * beagled/FileAttributesStore_Sqlite.cs: More apostrophe fixes.
15524           From Edward Cho
15526 2005-01-20 16:50  joeshaw
15528         * configure.in, beagled/LuceneDriver.cs: Add a configure check to
15529           make sure we have mono.pc.  Add a try-catch for reading things
15530           out of the sqlite file attribute db
15532 2005-01-20 14:29  joeshaw
15534         * Best/BestWindow.cs: make sure the GtkEntry part of the GnomeEntry
15535           gets the focus.  Patch from Stephen Solka
15537 2005-01-20 14:04  joeshaw
15539         * Tiles/TileCanvas.cs: use a slightly different URI
15541 2005-01-20 13:44  joeshaw
15543         * Tiles/TileCanvas.cs: Change the OpenStream base uri from http to
15544           file so that images show up on tiles in Mozilla 1.7
15546 2005-01-20 07:40  vvaradan
15548         * ChangeLog, Filters/FilterC.cs, Filters/FilterCSharp.cs,
15549           Filters/FilterCpp.cs, Filters/FilterJava.cs,
15550           Filters/FilterPerl.cs, Filters/FilterPython.cs,
15551           Filters/FilterSource.cs, Filters/Makefile.am: Now,
15552           FilterSource.cs is an abstract class and other
15553           "programming-language" specific classes derive from it.  All the
15554           language specific code is moved into individual derived classes.
15555           Support for new language have to derive from this abstract parent
15556           and implement their own-specific-handlers.
15558 2005-01-20 02:32  vvaradan
15560         * ChangeLog, Filters/FilterPPT.cs: Title, Sub-titles and other
15561           special sections in PPT files are identified and marked HOT.
15563 2005-01-20 01:49  vvaradan
15565         * ChangeLog, beagled/SnippetFu.cs: A small correction on Length
15566           ("<b></b>") from 6 to 7.
15568 2005-01-19 17:04  trow
15570         * Util/Scheduler.cs, beagled/HitRegulator.cs, beagled/QueryImpl.cs,
15571           beagled/QueryResult.cs, beagled/TextCache.cs,
15572           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
15573           beagled/FileSystemQueryable/FileSystemQueryable.cs: Fixed a bug
15574           in live queries.  Added some locking to the TextCache, since
15575           multiple threads might need to operate on it simulatenously.
15576           Added check for BEAGLE_IMMEDIATE_PRIORITY_ONLY env variable to
15577           disable non-immediate scheduler tasks.  This effectively turns
15578           off crawling.  Fixed a bogus relevancy multiplier in the file
15579           system backend.
15581 2005-01-19 14:47  joejg
15583         * AUTHORS: changing email address in AUTHORS
15585 2005-01-19 14:01  trow
15587         * beagled/SnippetTest.cs: Forgot to add this before... a small
15588           program to compute snippets from text files.
15590 2005-01-19 14:00  trow
15592         * Filters/FilterHtml.cs, Tiles/TileFromTemplate.cs,
15593           Tiles/template-docs.html, Util/ImLog.cs, Util/Scheduler.cs,
15594           Util/StringFu.cs, beagled/ExtractContent.cs,
15595           beagled/LuceneQueryable.cs, beagled/Makefile.am,
15596           beagled/QueryImpl.cs, beagled/QueryResult.cs,
15597           beagled/SnippetFu.cs, images/Images.cs: More snippet hacking.
15598           Moved CountWords from ImLog to StringFu.  Removed some debug
15599           spew.  Misc small tweaks and fixes.
15601 2005-01-19 12:46  joeshaw
15603         * configure.in: Check for various mono dlls
15605 2005-01-19 08:45  vvaradan
15607         * ChangeLog, Filters/FilterPPT.cs: Special character validations
15608           and more elegant parsing of PPT.  Now, PPTs generated by OO.o are
15609           completely parsed.
15611 2005-01-18 13:05  joeshaw
15613         * beagled/LuceneDriver.cs: Don't optimize all the indexes at
15614           startup anymore... since we're now using the compound file format
15615           we're not really in danger of running out of file descriptors,
15616           and this makes the daemon start up much faster
15618 2005-01-18 12:14  trow
15620         * beagled/Filter.cs, beagled/LuceneDriver.cs,
15621           Filters/FilterOpenOffice.cs, Filters/FilterText.cs: Incremented
15622           LuceneDriver.VERSION to force a re-index.  Small filter changes
15623           to help with snippets.
15625 2005-01-17 20:14  joeshaw
15627         * Util/Inotify.cs,
15628           beagled/FileSystemQueryable/FileSystemQueryable.cs: Reduce about
15629           a meg from the heap by removing some allocation-heavy code from
15630           critical paths
15632 2005-01-17 16:26  joeshaw
15634         * beagled/LuceneDriver.cs: Only optimize after 19 open/close cycles
15635           of an IndexWriter
15637 2005-01-17 16:25  nat
15639         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Hilight multiple
15640           search terms in snippets.
15642 2005-01-17 16:02  llipka
15644         * ImLogViewer/ImLogViewer.cs, Util/GtkUtils.cs: Added accelerators
15645           to the IM viewer window.\nChanged namespace of Util/GtkUtils.cs
15646           to Beagle.Util rather than just Beagle.
15648 2005-01-17 15:59  llipka
15650         * Best/BestWindow.cs: Added accelerators to the IM viewer
15651           window.\nChanged namespace of Util/GtkUtils.cs to Beagle.Util
15652           rather than just Beagle.
15654 2005-01-17 15:36  joeshaw
15656         * beagled/Lucene.Net/Search/PhraseQuery.cs: Fix another null
15657           Clone()
15659 2005-01-17 14:54  joeshaw
15661         * beagled/: Makefile.am, Lucene.Net/AssemblyInfo.cs,
15662           Lucene.Net/SupportClass.cs, Lucene.Net/upstream-changes.diff,
15663           Lucene.Net/Analysis/Analyzer.cs,
15664           Lucene.Net/Analysis/CharTokenizer.cs,
15665           Lucene.Net/Analysis/LetterTokenizer.cs,
15666           Lucene.Net/Analysis/LowerCaseFilter.cs,
15667           Lucene.Net/Analysis/LowerCaseTokenizer.cs,
15668           Lucene.Net/Analysis/PerFieldAnalyzerWrapper.cs,
15669           Lucene.Net/Analysis/PorterStemFilter.cs,
15670           Lucene.Net/Analysis/PorterStemmer.cs,
15671           Lucene.Net/Analysis/SimpleAnalyzer.cs,
15672           Lucene.Net/Analysis/StopAnalyzer.cs,
15673           Lucene.Net/Analysis/StopFilter.cs, Lucene.Net/Analysis/Token.cs,
15674           Lucene.Net/Analysis/TokenFilter.cs,
15675           Lucene.Net/Analysis/TokenStream.cs,
15676           Lucene.Net/Analysis/Tokenizer.cs,
15677           Lucene.Net/Analysis/WhitespaceAnalyzer.cs,
15678           Lucene.Net/Analysis/WhitespaceTokenizer.cs,
15679           Lucene.Net/Analysis/Standard/CharStream.cs,
15680           Lucene.Net/Analysis/Standard/FastCharStream.cs,
15681           Lucene.Net/Analysis/Standard/ParseException.cs,
15682           Lucene.Net/Analysis/Standard/StandardAnalyzer.cs,
15683           Lucene.Net/Analysis/Standard/StandardFilter.cs,
15684           Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
15685           Lucene.Net/Analysis/Standard/StandardTokenizer.jj,
15686           Lucene.Net/Analysis/Standard/StandardTokenizerConstants.cs,
15687           Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
15688           Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.zip,
15689           Lucene.Net/Analysis/Standard/Token.cs,
15690           Lucene.Net/Analysis/Standard/TokenMgrError.cs,
15691           Lucene.Net/Document/DateField.cs,
15692           Lucene.Net/Document/Document.cs, Lucene.Net/Document/Field.cs,
15693           Lucene.Net/Index/CompoundFileReader.cs,
15694           Lucene.Net/Index/CompoundFileWriter.cs,
15695           Lucene.Net/Index/DocumentWriter.cs,
15696           Lucene.Net/Index/FieldInfo.cs, Lucene.Net/Index/FieldInfos.cs,
15697           Lucene.Net/Index/FieldsReader.cs,
15698           Lucene.Net/Index/FieldsWriter.cs,
15699           Lucene.Net/Index/FilterIndexReader.cs,
15700           Lucene.Net/Index/IndexReader.cs, Lucene.Net/Index/IndexWriter.cs,
15701           Lucene.Net/Index/MultiReader.cs,
15702           Lucene.Net/Index/MultipleTermPositions.cs,
15703           Lucene.Net/Index/SegmentInfo.cs,
15704           Lucene.Net/Index/SegmentInfos.cs,
15705           Lucene.Net/Index/SegmentMergeInfo.cs,
15706           Lucene.Net/Index/SegmentMergeQueue.cs,
15707           Lucene.Net/Index/SegmentMerger.cs,
15708           Lucene.Net/Index/SegmentReader.cs,
15709           Lucene.Net/Index/SegmentTermDocs.cs,
15710           Lucene.Net/Index/SegmentTermEnum.cs,
15711           Lucene.Net/Index/SegmentTermPositions.cs,
15712           Lucene.Net/Index/SegmentTermVector.cs, Lucene.Net/Index/Term.cs,
15713           Lucene.Net/Index/TermDocs.cs, Lucene.Net/Index/TermEnum.cs,
15714           Lucene.Net/Index/TermFreqVector.cs, Lucene.Net/Index/TermInfo.cs,
15715           Lucene.Net/Index/TermInfosReader.cs,
15716           Lucene.Net/Index/TermInfosWriter.cs,
15717           Lucene.Net/Index/TermPositionVector.cs,
15718           Lucene.Net/Index/TermPositions.cs,
15719           Lucene.Net/Index/TermVectorsReader.cs,
15720           Lucene.Net/Index/TermVectorsWriter.cs,
15721           Lucene.Net/QueryParser/CharStream.cs,
15722           Lucene.Net/QueryParser/FastCharStream.cs,
15723           Lucene.Net/QueryParser/MultiFieldQueryParser.cs,
15724           Lucene.Net/QueryParser/ParseException.cs,
15725           Lucene.Net/QueryParser/QueryParser.cs,
15726           Lucene.Net/QueryParser/QueryParser.jj,
15727           Lucene.Net/QueryParser/QueryParser.zip,
15728           Lucene.Net/QueryParser/QueryParserConstants.cs,
15729           Lucene.Net/QueryParser/QueryParserTokenManager.cs,
15730           Lucene.Net/QueryParser/TermPositions.cs,
15731           Lucene.Net/QueryParser/Token.cs,
15732           Lucene.Net/QueryParser/TokenMgrError.cs,
15733           Lucene.Net/Search/BooleanClause.cs,
15734           Lucene.Net/Search/BooleanQuery.cs,
15735           Lucene.Net/Search/BooleanScorer.cs,
15736           Lucene.Net/Search/CachingWrapperFilter.cs,
15737           Lucene.Net/Search/ConjunctionScorer.cs,
15738           Lucene.Net/Search/DateFilter.cs,
15739           Lucene.Net/Search/DefaultSimilarity.cs,
15740           Lucene.Net/Search/ExactPhraseScorer.cs,
15741           Lucene.Net/Search/Explanation.cs,
15742           Lucene.Net/Search/FieldCache.cs,
15743           Lucene.Net/Search/FieldCacheImpl.cs,
15744           Lucene.Net/Search/FieldDoc.cs,
15745           Lucene.Net/Search/FieldDocSortedHitQueue.cs,
15746           Lucene.Net/Search/FieldSortedHitQueue.cs,
15747           Lucene.Net/Search/Filter.cs, Lucene.Net/Search/FilteredQuery.cs,
15748           Lucene.Net/Search/FilteredTermEnum.cs,
15749           Lucene.Net/Search/FuzzyQuery.cs,
15750           Lucene.Net/Search/FuzzyTermEnum.cs,
15751           Lucene.Net/Search/HitCollector.cs, Lucene.Net/Search/HitQueue.cs,
15752           Lucene.Net/Search/Hits.cs, Lucene.Net/Search/IndexSearcher.cs,
15753           Lucene.Net/Search/MultiSearcher.cs,
15754           Lucene.Net/Search/MultiTermQuery.cs,
15755           Lucene.Net/Search/ParallelMultiSearcher.cs,
15756           Lucene.Net/Search/PhrasePositions.cs,
15757           Lucene.Net/Search/PhrasePrefixQuery.cs,
15758           Lucene.Net/Search/PhraseQuery.cs,
15759           Lucene.Net/Search/PhraseQueue.cs,
15760           Lucene.Net/Search/PhraseScorer.cs,
15761           Lucene.Net/Search/PrefixQuery.cs, Lucene.Net/Search/Query.cs,
15762           Lucene.Net/Search/QueryFilter.cs,
15763           Lucene.Net/Search/QueryTermVector.cs,
15764           Lucene.Net/Search/RangeQuery.cs,
15765           Lucene.Net/Search/RemoteSearchable.cs,
15766           Lucene.Net/Search/ScoreDoc.cs,
15767           Lucene.Net/Search/ScoreDocComparator.cs,
15768           Lucene.Net/Search/Scorer.cs, Lucene.Net/Search/Searchable.cs,
15769           Lucene.Net/Search/Searcher.cs, Lucene.Net/Search/Similarity.cs,
15770           Lucene.Net/Search/SloppyPhraseScorer.cs,
15771           Lucene.Net/Search/Sort.cs, Lucene.Net/Search/SortComparator.cs,
15772           Lucene.Net/Search/SortComparatorSource.cs,
15773           Lucene.Net/Search/SortField.cs, Lucene.Net/Search/TermQuery.cs,
15774           Lucene.Net/Search/TermScorer.cs, Lucene.Net/Search/TopDocs.cs,
15775           Lucene.Net/Search/TopFieldDocs.cs, Lucene.Net/Search/Weight.cs,
15776           Lucene.Net/Search/WildcardQuery.cs,
15777           Lucene.Net/Search/WildcardTermEnum.cs,
15778           Lucene.Net/Search/Spans/NearSpans.cs,
15779           Lucene.Net/Search/Spans/SpanFirstQuery.cs,
15780           Lucene.Net/Search/Spans/SpanNearQuery.cs,
15781           Lucene.Net/Search/Spans/SpanNotQuery.cs,
15782           Lucene.Net/Search/Spans/SpanOrQuery.cs,
15783           Lucene.Net/Search/Spans/SpanQuery.cs,
15784           Lucene.Net/Search/Spans/SpanScorer.cs,
15785           Lucene.Net/Search/Spans/SpanTermQuery.cs,
15786           Lucene.Net/Search/Spans/SpanWeight.cs,
15787           Lucene.Net/Search/Spans/Spans.cs, Lucene.Net/Store/Directory.cs,
15788           Lucene.Net/Store/FSDirectory.cs, Lucene.Net/Store/InputStream.cs,
15789           Lucene.Net/Store/Lock.cs, Lucene.Net/Store/OutputStream.cs,
15790           Lucene.Net/Store/RAMDirectory.cs, Lucene.Net/Store/RAMFile.cs,
15791           Lucene.Net/Store/RAMInputStream.cs,
15792           Lucene.Net/Store/RAMOutputStream.cs, Lucene.Net/Util/Arrays.cs,
15793           Lucene.Net/Util/BitVector.cs, Lucene.Net/Util/Constants.cs,
15794           Lucene.Net/Util/Number.cs, Lucene.Net/Util/PriorityQueue.cs,
15795           Lucene.Net/Util/StringHelper.cs: Land DotLucene 1.4.3
15797 2005-01-17 14:53  nat
15799         * Tiles/: TileImLog.cs, TileMailMessage.cs: Query the Evolution
15800           addressbook for full names, not IM names, since they are cached
15801           in the in-memory addressbook summary and this is therefore 10x
15802           faster.
15804           In reality we should not be querying Evolution at all for this
15805           information since it's already stored in the Beagle index.
15807 2005-01-17 09:57  nat
15809         * ImLogViewer/ImLogViewer.cs: Added a space to the usage.
15811 2005-01-15 12:16  llipka
15813         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Small UI touches
15814           and bugfixes.
15816 2005-01-15 00:35  trow
15818         * BeagleClient/Hit.cs, BeagleClient/Query.cs, Best/best.in,
15819           ImLogViewer/ImLogViewer.cs, Tiles/SimpleRootTile.cs,
15820           Tiles/Tile.cs, Tiles/TileFromTemplate.cs, Tiles/TileImLog.cs,
15821           Tiles/template-file.html, Tiles/template-im-log.html,
15822           Tiles/template-mail-message.html, Util/ImLog.cs,
15823           Util/StringMatcher.cs, beagled/FactoryImpl.cs,
15824           beagled/LuceneQueryable.cs, beagled/QueryImpl.cs,
15825           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/Query.cs:
15826           More work on snippet support.  Added snippets to tile
15827           infrastructure.  Added code to compute snippets for gaim logs.
15829 2005-01-14 22:12  trow
15831         * Util/ImLog.cs, ImLogViewer/ImLogViewer.cs: Some more code
15832           clean-up.
15834           In the log view, don't fully parse all of the logs before
15835           displaying the window... just parse enough to construct a
15836           reasonable snippet.  This makes the log viewer start up much
15837           faster.
15839 2005-01-14 16:35  trow
15841         * ImLogViewer/ImLogViewer.cs: More clean-up.  If we pass in a
15842           specific log-file on the command line, open w/ that log selected.
15843           Otherwise open displaying the most recent conversation.
15845 2005-01-14 16:08  trow
15847         * ImLogViewer/ImLogViewer.cs: Code clean-up, misc. tweaks, small
15848           fixes.
15850 2005-01-14 15:10  trow
15852         * ImLogViewer/ImLogViewer.cs: Sort conversations in
15853           reverse-chronological order.  Correctly set the speaker's name in
15854           the "Conversation with..." label.
15856 2005-01-14 14:49  trow
15858         * ImLogViewer/ImLogViewer.cs: Fixed a small bug and added some
15859           gratuitous debug spew.
15861 2005-01-14 14:42  trow
15863         * ImLogViewer/beagle-imlogviewer.in: Use the in-tree copies of the
15864           glue libraries when running uninstalled.
15866 2005-01-14 14:14  llipka
15868         * Makefile.am, configure.in, ImLogViewer/.cvsignore,
15869           ImLogViewer/ImLogViewer.cs, ImLogViewer/Makefile.am,
15870           Util/Timeline.cs: IM viewer once again and united we stand.
15872 2005-01-14 11:58  trow
15874         * Makefile.am, configure.in: Disable the IM log viewer for now.
15876 2005-01-14 11:44  llipka
15878         * ImLogViewer/: ImLogViewer.cs, Makefile.in: New makefile
15880 2005-01-14 10:38  llipka
15882         * Makefile.am, configure.in, ImLogViewer/ImLogViewer.cs,
15883           ImLogViewer/ImLogViewer.glade, ImLogViewer/Makefile.in,
15884           ImLogViewer/beagle-imlogviewer.in, Tiles/TileImLog.cs: Boom!
15885           ImLogViewer has entered the building.
15887 2005-01-14 10:35  llipka
15889         * Util/: Makefile.am, Timeline.cs: Added a Timeline class for
15890           sorting chronological events
15892 2005-01-13 19:05  joeshaw
15894         * Tiles/TileLauncher.cs, Util/gnome.cs, images/Images.cs: Remove a
15895           bunch of redundant icon code from Util/gnome.cs since it's all
15896           now in gnome-sharp.  Update TileLauncher and images/Images.cs to
15897           use it
15899 2005-01-13 04:56  nat
15901         * Tiles/TileImLog.cs: Added a FIXME.
15903 2005-01-12 22:11  joeshaw
15905         * configure.in: Require dbus-sharp 0.23
15907 2005-01-12 21:06  trow
15909         * BeagleClient/Hit.cs, BeagleClient/Query.cs,
15910           BeagleClient/QueryProxy.cs, beagled/BugzillaDriver.cs,
15911           beagled/GoogleDriver.cs, beagled/HitRegulator.cs,
15912           beagled/IQueryable.cs, beagled/LuceneQueryable.cs,
15913           beagled/QueryImpl.cs, beagled/QueryResult.cs,
15914           beagled/Queryable.cs: Some infrastructure we need for snippets: *
15915           Attach the source Queryable to server-side Hits.  * Cache Hits in
15916           the QueryResult.  * Added a mechanism to map Uris back to cached
15917           Hits.  * Added stub GetSnippet functions.  * Added a
15918           snippet-fetching D-BUS method to Query.
15920 2005-01-12 20:09  trow
15922         * beagled/TextCache.cs: Zero-pad cache subdirectories.  Fixes bug
15923           163853.
15925 2005-01-12 17:23  joejg
15927         * Tiles/: TileLauncher.cs, template-launcher.html: add
15928           launcherqueryable tiles
15930 2005-01-12 17:22  joejg
15932         * beagled/LauncherQueryable/LauncherQueryable.cs: Add
15933           LauncherQueryable code
15935 2005-01-12 17:17  joejg
15937         * configure.in, Tiles/Makefile.am,
15938           beagled/ExternalStringsHack.cs.in, beagled/Makefile.am: add
15939           launcherQueryable code
15941 2005-01-12 15:30  joeshaw
15943         * Best/BestTray.cs, Best/BestWindow.cs,
15944           beagled/FileAttributesStore_Sqlite.cs: Going through bugzilla,
15945           committing patches.  Fix for SQL queries with apostrophes from
15946           Edward Cho, add a right-click menu to Best from Shobith Alva, and
15947           clean up the text when searching by category so that it doesn't
15948           widen the window when you first go to a category
15950 2005-01-12 10:49  vvaradan
15952         * ChangeLog, configure.in, beagled/Makefile.am: Mozilla-backend is
15953           now optional.
15955 2005-01-12 02:58  trow
15957         * Util/: Makefile.am, StringMatcher.cs: An implementation of the
15958           Knuth-Morris-Pratt string matching algorithm.
15960 2005-01-12 01:10  trow
15962         * Filters/FilterDOC.cs, Filters/FilterPdf.cs, Filters/FilterRTF.cs,
15963           beagled/FilteredIndexable.cs, beagled/TextCache.cs: Re-enable
15964           snippet mode handling in FilteredIndexable, and turn it on in
15965           more filters.  Small TextCache fixes.
15967 2005-01-11 23:54  trow
15969         * beagled/: HitRegulator.cs, IQueryResult.cs, LuceneDriver.cs: File
15970           a bug in HitRegulator that caused spurious add events to be
15971           generated.  Change IQueryResult.Add to return a bool indicating
15972           whether or not the Hit was actually added, and updated
15973           HitRegulator.Add accordingly.
15975 2005-01-11 16:14  joeshaw
15977         * configure.in: Require gecko-sharp 0.6 explicitly in the configure
15978           check
15980 2005-01-11 15:49  trow
15982         * configure.in: Fixed a typo in the scrensaver.h check.
15984 2005-01-11 05:05  vvaradan
15986         * ChangeLog: ChangeLog... ;)
15988 2005-01-11 05:04  vvaradan
15990         * Filters/FilterSource.cs, Tiles/TileDocs.cs,
15991           Tiles/template-docs.html: More perl keywords and some
15992           beautification of Tiles for doc/rtf/sxw/pdf.
15994 2005-01-10 00:09  trow
15996         * BeagleClient/Hit.cs, Tiles/TileHitCollection.cs,
15997           beagled/BugzillaDriver.cs, beagled/GoogleDriver.cs,
15998           beagled/HitRegulator.cs, beagled/IQueryResult.cs,
15999           beagled/IQueryWorker.cs, beagled/IQueryable.cs,
16000           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
16001           beagled/Makefile.am, beagled/NetworkDriver.cs,
16002           beagled/QueryDriver.cs, beagled/QueryImpl.cs,
16003           beagled/QueryResult.cs, beagled/Queryable.cs,
16004           beagled/Relevancy.cs, beagled/Shutdown.cs, beagled/beagled.in,
16005           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16006           beagled/FileSystemQueryable/FileSystemQueryable.cs,
16007           beagled/GaimLogQueryable/GaimLogQueryable.cs: Extensive
16008           refactoring of our Query architecture.  Queries are now much
16009           faster.  Moved relevancy calculations into the backends.  Removed
16010           dead, unused and obsolete code.
16012 2005-01-07 15:59  joeshaw
16014         * ChangeLog, configure.in: 2005-01-07  Joe Shaw
16015           <joeshaw@novell.com>
16017                   * configure.in: Add a check for
16018           X11/extensions/scrnsaver.h, to fix
16019                   #162831.
16021 2005-01-07 08:46  vvaradan
16023         * ChangeLog, Filters/FilterRTF.cs: Header, Footer and Footnote
16024           contents are marked *HOT* and some more validations on partially
16025           formatted texts in RTF files.
16027 2005-01-06 14:41  trow
16029         * Util/: Makefile.am, inotify-test: Added an inotify-test wrapper
16030           script and Makefile rules to build Inotify.exe.
16032 2005-01-05 14:30  trow
16034         * configure.in: Increment the version number to 0.0.5.  Added the
16035           gmime-sharp prefix to the gac path.  Remove duplicate entries
16036           from the gac path.
16038 2005-01-04 03:46  vvaradan
16040         * ChangeLog, Filters/FilterSource.cs: Index perl files.
16042 2005-01-04 01:39  vvaradan
16044         * ChangeLog, Tiles/template-docs.html,
16045           Tiles/template-presentation.html: Display author information in
16046           tiles for documents of type SXI/PPT/SXW/ABW/DOC/RTF/PDF.
16048 2005-01-03 09:22  vvaradan
16050         * ChangeLog: Oops... changelog changes :-)
16052 2005-01-03 09:19  vvaradan
16054         * Filters/FilterAbiword.cs, Filters/FilterOpenOffice.cs,
16055           Filters/FilterPdf.cs, Tiles/Makefile.am, Tiles/TileDocs.cs,
16056           Tiles/TilePresentation.cs, Tiles/template-docs.html,
16057           Tiles/template-presentation.html: Fix for Bug 160338. Count of
16058           slides shown for presentation files.  Also, count of pages, words
16059           and title are shown for Doc types like MS DOC, SXW, PDF, ABW and
16060           RTF.
16062 2005-01-01 15:09  campd
16064         * Tiles/TileHitCollection.cs: Subtract() was returning if the hit
16065           was successfully removed from all_hits, so the hit was not being
16066           removed from hits.  Fixed that.
16068 2004-12-30 11:53  fhedberg
16070         * Util/Mozilla.cs, beagled/MozillaQueryable/MozillaQueryable.cs:
16071           MozillaQueryable enhancement
16073 2004-12-28 06:23  llipka
16075         * images/Makefile.am: Removed dead files
16077 2004-12-25 13:18  llipka
16079         * images/action-reveal.png: Tidy up after yourself
16081 2004-12-25 11:49  llipka
16083         * Best/BestWindow.cs, Tiles/TileHitCollection.cs: More work on
16084           sources - fixed bugs, added Contact source to Best
16086 2004-12-24 09:22  llipka
16088         * Best/BestWindow.cs: Corrected some string to look nicer. May I be
16089           doomed.
16091 2004-12-24 09:11  llipka
16093         * Best/BestWindow.cs, Tiles/TileHitCollection.cs: Bug 161408:
16094           Display correct result numbers with categories. Merry XMAS
16095           everybody\!
16097 2004-12-23 15:48  vvaradan
16099         * ChangeLog, Filters/FilterAbiword.cs: Improved validations.
16101 2004-12-23 08:06  vvaradan
16103         * ChangeLog, glue/wv1-glue.c: Headers, Footers, [Foot,End]notes,
16104           comments and other HOT styles are categorized and marked HOT.
16106 2004-12-19 15:13  fhedberg
16108         * Tiles/TilePicture.cs: Fix previous commit.
16110 2004-12-18 16:53  fhedberg
16112         * Tiles/TilePicture.cs: Use thumbnails as per the Freedesktop
16113           specification. Fixes bug #157393.
16115 2004-12-18 10:13  fhedberg
16117         * beagled/: EvolutionMailDriver/MozillaQueryable.cs,
16118           MozillaQueryable/MozillaQueryable.cs: Oops. Seems like it was me
16119           who was on crack.
16121 2004-12-18 10:02  fhedberg
16123         * Util/Mozilla.cs, beagled/EvolutionMailDriver/MozillaQueryable.cs:
16124           Adding a Mozilla backend indexing local mail, cached imap mail
16125           and rss feeds.  Supports both Linux and Win32 but need some work
16126           to support all the features the Evolution backend provides,
16127           mostly parsing the summary files correctly.
16129           WHOEVER DESIGNED THE MOZILLA MORK DATABASE MUST HAVE BEEN ON
16130           CRACK!
16132 2004-12-18 09:51  fhedberg
16134         * Tiles/TileBlog.cs, Util/Makefile.am, beagled/Makefile.am,
16135           beagled/BlamQueryable/BlamQueryable.cs,
16136           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16137           Changed type "Blog" to more generic "FeedItem"
16139 2004-12-17 13:47  fhedberg
16141         * beagled/: PathFinder.cs, QueryDriver.cs: Support dynamic backend
16142           loading from $PkgLibDir/Backends.
16144 2004-12-16 17:14  joeshaw
16146         * Util/SystemInformation.cs: Pass in NumberFormatInfo.InvariantInfo
16147           to Double.Parse() so that we can successfully parse the load
16148           averages regardless of current locale
16150 2004-12-16 08:00  vvaradan
16152         * ChangeLog, Filters/FilterAbiword.cs, Filters/FilterOpenOffice.cs:
16153           Fix for Bug#:157106
16155 2004-12-15 17:17  trow
16157         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Added
16158           --disable-scheduler flag.  Fixed bug in
16159           --allow-backend/--deny-backend handling.
16161 2004-12-15 15:35  joeshaw
16163         * Best/: HitContainer.cs, HitView.cs: Remove dead files
16165 2004-12-14 18:55  fhedberg
16167         * beagled/BlamQueryable/BlamQueryable.cs: Fixed bug #159848.
16169 2004-12-14 16:00  joejg
16171         * Best/BestTray.cs: Remember Best's Position
16173 2004-12-13 20:44  trow
16175         * tools/Query.cs: Added --stats-only flag.
16177 2004-12-13 18:35  fhedberg
16179         * beagled/NetworkService.cs: Oops.
16181 2004-12-13 18:28  fhedberg
16183         * beagled/: NetworkHandler.cs, NetworkService.cs: Fixes after doing
16184           QueryDriver static
16186 2004-12-13 18:18  fhedberg
16188         * beagled/NetworkDriver.cs: Fixed broken build due to changes in
16189           IQueryable.
16191 2004-12-13 16:42  joeshaw
16193         * tools/Query.cs: Set the queryStartTime before running
16194           query.Start() for more accurate timing results
16196 2004-12-13 13:38  nat
16198         * Best/BestWindow.cs, Tiles/SimpleRootTile.cs,
16199           Tiles/TileHitCollection.cs:
16200           Filter hits on the client side.
16202 2004-12-13 11:56  vvaradan
16204         * ChangeLog, Filters/FilterAbiword.cs, Filters/FilterDOC.cs,
16205           Filters/Makefile.am: Abiword filter.
16207 2004-12-10 18:07  trow
16209         * AUTHORS, NEWS: Updated AUTHORS and NEWS for the 0.0.4 release.
16211 2004-12-10 16:13  trow
16213         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16214           Removed some Console.WriteLine debug spew.
16216 2004-12-10 14:53  trow
16218         * configure.in: Incremented version # to 0.0.4.
16220 2004-12-10 14:14  joeshaw
16222         * beagled/Makefile.am: disable the calendar backend for the release
16224 2004-12-10 13:20  vvaradan
16226         * ChangeLog, Filters/FilterApe.cs, Filters/FilterFlac.cs,
16227           Filters/FilterMp3.cs, Filters/FilterMpc.cs,
16228           Filters/FilterMusic.cs, Filters/FilterOgg.cs,
16229           Filters/Makefile.am, Util/ApeReader.cs, Util/FlacReader.cs,
16230           Util/Id3.cs, Util/Makefile.am, Util/Mp3Reader.cs,
16231           Util/OggReader.cs, Util/Tag.cs, beagled/Makefile.am: EXTRA_DIST
16232           changes and Patch from Raphael for Audio files.
16234 2004-12-10 11:16  campd
16236         * Best/BestWindow.cs, Tiles/Tile.cs, Tiles/TileCanvas.cs,
16237           Tiles/TileFile.cs: Add accels for "Show Source" (patch from
16238           fredrik.hedberg@hedbergs.com) Bind ctrl+L to the focus the search
16239           bar (patch from james.vipond@ntlworld.com) Use nautilus-sendto if
16240           it's available
16242 2004-12-09 17:47  trow
16244         * Util/Makefile.am: Oops.
16246 2004-12-09 17:38  trow
16248         * tools/beagle-index-info: Forgot to add this: a command-line tool
16249           for dumping the index info to the console.
16251 2004-12-09 17:38  trow
16253         * BeagleClient/DBusisms.cs, BeagleClient/RemoteControl.cs,
16254           BeagleClient/RemoteControlProxy.cs, Filters/FilterSource.cs,
16255           Util/Id3.cs, Util/Makefile.am, Util/Scheduler.cs,
16256           beagled/BeagleDaemon.cs, beagled/BugzillaDriver.cs,
16257           beagled/DBusisms.cs, beagled/ExtractContent.cs,
16258           beagled/FactoryImpl.cs, beagled/Filter.cs,
16259           beagled/FilterFactory.cs, beagled/FilteredIndexable.cs,
16260           beagled/Flavor.cs, beagled/GoogleDriver.cs,
16261           beagled/IDBusObject.cs, beagled/IQueryable.cs,
16262           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
16263           beagled/Makefile.am, beagled/QueryDriver.cs,
16264           beagled/QueryImpl.cs, beagled/Queryable.cs,
16265           beagled/RemoteControlImpl.cs: First phase of filter
16266           refactoring/clean-up.
16268           Lots of D-BUS clean-ups.  Object clean-up/deregistration code
16269           removed from BeagleDaemon.cs and FactoryImpl.cs, replaced by
16270           cleaner code in DBusisms.cs.
16272           Added a D-BUS method for getting info on each backend's current
16273           state; in particular, we now return the number of items in each
16274           index.
16276           Sanity-check numbers we read out of Id3 headers before using them
16277           to allocate memory.
16279 2004-12-09 16:55  joeshaw
16281         * beagled/Makefile.am: Add a calendar queryable backend.  Doesn't
16282           handle non-local, non-UTC timezones quite yet
16284 2004-12-08 12:21  joejg
16286         * Tiles/Tile.cs: fix gaim-remote args
16288 2004-12-07 15:31  joeshaw
16290         * Util/GConfThreadHelper.cs, Util/Makefile.am,
16291           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16292           Shift some gconf code into a util class since it seems useful
16293           outside the mail stuff
16295 2004-12-07 14:14  joeshaw
16297         * configure.in, BeagleClient/QueryProxy.cs, Best/BestWindow.cs,
16298           Tiles/TileMailMessage.cs, Tiles/template-mail-message.html,
16299           beagled/LuceneDriver.cs, beagled/QueryBody.cs,
16300           beagled/QueryImpl.cs, tools/Query.cs: Add methods to limit the
16301           queries to only types of hits you care about.  Add an option menu
16302           to Best to limit search results to only a certain type.  Change
16303           the mail tile to show the account name, and change it so that it
16304           shows at maximum 3 recipients
16306 2004-12-07 09:50  vvaradan
16308         * ChangeLog, Filters/FilterDOC.cs, Filters/FilterOpenOffice.cs:
16309           Count slides in sxi files.  Fix for Bug# 157100.
16311 2004-12-07 05:37  tigert
16313         * ChangeLog, Tiles/template-web-history.html: changed the globe to
16314           the nicer one..
16316 2004-12-07 04:31  tigert
16318         * ChangeLog, Tiles/template-mail-message.html: added folder info..
16320 2004-12-07 03:47  tigert
16322         * ChangeLog, Tiles/TileMailMessage.cs: fixed some icons to use
16323           stock pixels
16325 2004-12-07 01:38  trow
16327         * beagled/: FileAttributesStore_ExtendedAttribute.cs,
16328           FileAttributesStore_Mixed.cs, LuceneDriver.cs: Set the unique id
16329           on FileAttributes.  Don't spew EA-related exceptions to the
16330           console.  Fixed sqlite fallback logic in
16331           FileAttributesStore_Mixed.
16333 2004-12-06 16:03  joeshaw
16335         * Best/BestWindow.cs: Use the craptacular Gnome.Entry instead of
16336           Gtk.Entry so that we get some search history.  Hopefully soon we
16337           can switch to gtk-sharp 2.0 and get a nice autocompleting entry
16338           widget
16340 2004-12-06 15:30  joeshaw
16342         * Tiles/template-picture.html: Use the pretty date formatter for
16343           LastWriteTime
16345 2004-12-03 23:35  trow
16347         * beagled/: QueryDriver.cs,
16348           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: Minor
16349           clean-up.
16351 2004-12-03 18:20  joeshaw
16353         * beagled/: LuceneDriver.cs, LuceneQueryable.cs: Change the
16354           arbitrary 47 to a higher arbitrary 259, and check to see if we
16355           need to optimize after flushing in DoTaskReal
16357 2004-12-03 15:27  joeshaw
16359         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16360           Don't add 1 to the offset when saving it, it seems to confuse the
16361           gmime parser sometimes
16363 2004-12-03 15:26  trow
16365         * beagled/LuceneDriver.cs: Do the start-up optimization of existing
16366           lucene indices in a thread.
16368 2004-12-03 15:12  joeshaw
16370         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16371           Use the IMAP name (joe@ximian.com) rather than the scary actual
16372           account name (19382892.3822.0@foo)
16374 2004-12-03 14:59  joeshaw
16376         * Tiles/TileMailMessage.cs: Add Folder and Account properties to
16377           the mail message tile for use in the template
16379 2004-12-03 14:52  joeshaw
16381         * beagled/: Relevancy.cs,
16382           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: Add in
16383           the sent/received date for mails from gmime, change the default
16384           half-life decay to be 6 months, since at 3 months my 7 year old
16385           mails were decaying out of relevance
16387 2004-12-03 14:03  joeshaw
16389         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16390           Save the mail account name as metadata
16392 2004-12-03 13:46  joeshaw
16394         * Best/BestWindow.cs, images/Makefile.am, images/dog.png: Use a
16395           higher resolution image for the window icon so it doesn't look
16396           bad scaled up
16398 2004-12-03 12:47  vvaradan
16400         * ChangeLog, configure.in, Filters/FilterPPT.cs: Added meta-data
16401           support for PPT using gsf-sharp.0.2
16403 2004-12-03 09:42  trow
16405         * beagled/LuceneDriver.cs: Lower the optimization threshold.  This
16406           should help us to avoid running out of file descriptors.
16408 2004-12-02 22:21  trow
16410         * Util/ExtendedAttribute.cs, beagled/BeagleDaemon.cs,
16411           beagled/Crawler.cs, beagled/LuceneDriver.cs,
16412           beagled/LuceneQueryable.cs,
16413           beagled/FileSystemQueryable/WatchedDirectory.cs: Extended
16414           Attributes clean-up.  At start-up, try setting an EA on
16415           ~/.beagle.  If it fails, bail out with a fatal error.  Don't do
16416           any up-to-date checking in Crawler.
16418 2004-12-02 21:09  trow
16420         * configure.in, glue/Makefile.am: Fixed the libsysteminfoglue build
16421           to pull in gdk.
16423 2004-12-02 18:23  joeshaw
16425         * glue/Makefile.am: Add screensaver-glue.c to libsysteminfoglue or
16426           else we get an exception
16428 2004-12-02 17:48  trow
16430         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs,
16431           glue/Makefile.am, glue/screensaver-glue.c, glue/vmsize-glue.c:
16432           Added a small C function to read the VmSize from
16433           /proc/$PID/status.  This allows us to check our memory usage
16434           without doing a whole lot of managed allocations, which removes
16435           some of the noise from the values reported by
16436           System.GC.GetTotalMemory.
16438 2004-12-02 17:27  joeshaw
16440         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16441           Save the offset + 1 so that we move past the last message and
16442           don't keep reindexing it
16444 2004-12-02 17:24  joeshaw
16446         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Stop the mail
16447           crawler when it's empty.  We don't want that smelly thread
16448           hanging around.  Inotify will keep us top to day
16450 2004-12-02 15:57  joeshaw
16452         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16453           oops. guard against this.mbox_parser being null.
16455 2004-12-02 15:50  joeshaw
16457         * beagled/: LuceneQueryable.cs,
16458           EvolutionMailDriver/EvolutionMailDriver.cs,
16459           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: Add a
16460           hook so that IIndexableGenerators can get notification when a
16461           batch of Indexables is flushed to the cache, and make the mail
16462           ones take advantage of it by always checkpointing status to disk.
16464 2004-12-02 14:18  joeshaw
16466         * Util/MultiReader.cs: Override the Close () method on the
16467           MultiReader to close all its children
16469 2004-12-02 13:37  joeshaw
16471         * configure.in, Best/BestWindow.cs, beagled/Makefile.am,
16472           beagled/EvolutionMailDriver/CamelIndexDriver.cs,
16473           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16474           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16475           Land new gmime-powered mail backend
16477 2004-12-01 17:13  vvaradan
16479         * ChangeLog, Filters/FilterRTF.cs: RTF filter complies to MS RTF
16480           1.5  specification. (works well with 1.8 as well).  Extracts
16481           meta-data and style information.
16483 2004-12-01 04:13  fhedberg
16485         * Tiles/: Tile.cs, template-page.css, template-web-history.html:
16486           Committed patch from Christopher Orr, bug #159231.
16488 2004-11-30 16:14  campd
16490         * Tiles/Tile.cs: Use gaim to start conversations in other protocols
16491           (gaim patch not yet upstream)
16493 2004-11-29 16:21  campd
16495         * Tiles/TileContact.cs, Tiles/template-contact.html,
16496           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
16497           beagled/Makefile.am,
16498           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
16499           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
16500           Sync the contact list to lucene
16502 2004-11-29 13:26  trow
16504         * AUTHORS, NEWS, BeagleClient/Indexable.cs,
16505           beagled/FileAttributes.cs,
16506           beagled/FileAttributesStore_ExtendedAttribute.cs,
16507           beagled/FileAttributesStore_Mixed.cs,
16508           beagled/FileAttributesStore_Sqlite.cs,
16509           beagled/IFileAttributesStore.cs, beagled/LuceneDriver.cs,
16510           beagled/LuceneQueryable.cs, beagled/Makefile.am,
16511           beagled/TextCache.cs,
16512           beagled/FileSystemQueryable/FileSystemQueryable.cs: Abstracted
16513           our up-to-date checking code to not be hardwired to use EAs, and
16514           added a fallback sqlite db for storing info about files that we
16515           can't attach EAs to.
16517           A bit of TextCache hacking.
16519 2004-11-28 18:17  fhedberg
16521         * beagled/BlamQueryable/BlamQueryable.cs: Fixed second part of bug
16522           #156289.
16524 2004-11-28 17:46  fhedberg
16526         * beagled/BlamQueryable/BlamQueryable.cs: Fixed bug #156289.
16528 2004-11-22 18:23  trow
16530         * AUTHORS: Added Adam Lofts to AUTHORS.
16532 2004-11-22 18:02  rml
16534         * glue/inotify-glue.c: Fixo my commit in inotify-glue.c ::
16535           inotify_glue_watch ()
16537 2004-11-22 17:57  trow
16539         * beagled/FilteredIndexable.cs, beagled/Makefile.am,
16540           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16541           tools/IndexWebContent.cs: Re-enable the web history indexer and
16542           make it actually work.
16544 2004-11-22 17:56  rml
16546         * glue/inotify-glue.c:  -  strdup () can fail.
16547            -  malloc () can fail.
16548            -  misc. inotify-glue.c whitespace analnesses
16550 2004-11-22 17:48  rml
16552         * glue/inotify-glue.c: inotify_watch_request::mask is a __u32 not
16553           an unsigned long.  This matters on 64-bit architectures.
16555           Also, fix declaration-after-statement in inotify_glue_watch().
16557 2004-11-22 17:44  rml
16559         * glue/inotify.h: update inotify header, inotify.h, from latest
16560           inotify kernel.
16562 2004-11-22 17:43  rml
16564         * glue/inotify-glue.c: s/%ld/%d: iwr.mask is a __u32 not a long
16565           which is an int on all architectures.
16567 2004-11-22 17:08  trow
16569         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Serialize the
16570           mail driver's mapping Hashtable to disk once every 200 messages,
16571           not every 500.  Also, serialize into ~/.beagle/MailIndex so that
16572           we won't end up with a stale data structure if the mail index
16573           gets corrupted and blown away by the LuceneDriver.
16575           Use the summary filename as the task Tag, to avoid duplicate
16576           indexing tasks.
16578 2004-11-22 11:03  trow
16580         * Tiles/TileContact.cs, Util/Scheduler.cs: Catch and log exceptions
16581           in task group pre- and post- hooks.  Properly compute the delay
16582           time for Priority.Generator tasks.  Added a forgotten FIXME to
16583           the contact tile.
16585 2004-11-19 20:49  trow
16587         * beagled/LuceneQueryable.cs: Flush the driver after generating
16588           indexables.  This fixes a bug where mail was not actually getting
16589           indexed.
16591 2004-11-19 19:56  trow
16593         * Tiles/TileContact.cs, Tiles/template-contact.html,
16594           images/Images.cs: Passing a data: string longer than 64k bytes
16595           causes gecko to freeze up.  This bug was triggered by large
16596           contact photos in my addressbook.  To work around it, I've
16597           tweaked the contact tile to fall back to the default contact icon
16598           if the associated contact photo is too big.
16600 2004-11-19 17:57  campd
16602         * beagled/QueryImpl.cs: Cancel the QueryResult when disconnecting
16603           from it
16605 2004-11-19 16:03  trow
16607         * BeagleClient/Hit.cs, Tiles/TileContact.cs,
16608           beagled/BeagleDaemon.cs: Start our memory monitoring thread
16609           earlier.
16611           Fixed a little buglet in Hit.ReadAsBinary: data chunks that we
16612           read from the streams were not getting attached to the hit.  This
16613           caused contact photos to not show up in the contact tiles.
16615 2004-11-19 15:30  trow
16617         * beagled/: BeagleDaemon.cs, FactoryImpl.cs, QueryDriver.cs: Added
16618           some debug spew.  Removed some other debug spew.
16620           Added a --debug-memory option to control memory logging.
16622           Moved memory logging out of the scheduler and into a separate
16623           thread.  This helps ensure that the memory status is sampled at a
16624           regular rate.
16626 2004-11-19 14:10  nat
16628         * Best/BestWindow.cs: Made the window a little taller for now.
16630 2004-11-19 13:05  nat
16632         * Tiles/template-mail-message.html: Disabled sample snippet for
16633           release.
16635 2004-11-19 13:02  joeshaw
16637         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Always do the
16638           GConf call in the glib main loop thread
16640 2004-11-19 12:28  campd
16642         * Filters/FilterOpenOffice.cs, beagled/Filter.cs: Use XmlReader in
16643           the OpenOffice filter, and fixed a buglet in
16644           Filter::NeedsWhitespace.
16646 2004-11-18 20:46  orph
16648         * ChangeLog, configure.in, Best/BestTray.cs, Best/Makefile.am,
16649           Best/best.in, glue/Makefile.am, glue/eggtrayicon.c,
16650           glue/eggtrayicon.h, Best/TrayIcon/.cvsignore,
16651           Best/TrayIcon/Egg.metadata, Best/TrayIcon/Makefile.am,
16652           Best/TrayIcon/libtrayicon-sources.xml,
16653           Best/TrayIcon/libtrayicon/.cvsignore,
16654           Best/TrayIcon/libtrayicon/Makefile.am,
16655           Best/TrayIcon/libtrayicon/eggtrayicon.c,
16656           Best/TrayIcon/libtrayicon/eggtrayicon.h: 2004-11-18  Alex
16657           Graveley  <alex@beatniksoftware.com>
16659                   * Best/BestTray.cs: Make BestTray extend Gtk.Plug, and in
16660           the
16661                   constructor set the Raw pointer to the return of
16662                   egg_tray_icon_new, which we call directly.
16664 2004-11-18 18:57  fhedberg
16666         * images/: Makefile.am, icon-monodoc.png: Doh! Forgot an icon.
16668 2004-11-18 18:55  fhedberg
16670         * Tiles/: Makefile.am, TileBlog.cs, TileMonodoc.cs,
16671           template-monodoc.html: Removed image size hack from TileBlog.cs
16672           Added a basic Monodoc tile
16674 2004-11-18 17:24  trow
16676         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs: Write memory
16677           usage information to our log.
16679 2004-11-18 16:07  trow
16681         * Util/Logger.cs, beagled/BeagleDaemon.cs: Always save our logs,
16682           even if we are also echoing to the screen.
16684 2004-11-18 15:32  trow
16686         * BeagleClient/Makefile.am, Best/Makefile.am, Filters/Makefile.am,
16687           Tiles/Makefile.am, Util/Makefile.am, Util/Scheduler.cs,
16688           Util/SystemInformation.cs, beagled/DBusisms.cs,
16689           beagled/LuceneQueryable.cs, beagled/Makefile.am,
16690           beagled/RemoteControlImpl.cs,
16691           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16692           beagled/FileSystemQueryable/FileSystemQueryable.cs,
16693           images/Makefile.am, tools/Makefile.am, tools/beagle-status: Make
16694           distcheck fixes.
16696           Scheduler tweaks and improvements, including better
16697           human-readable status and atomic operation for adding a task only
16698           if another task w/ the same Tag doesn't already exist.
16700           Added a new priority level, "Generator", between "Delayed" and
16701           "Idle".  This makes it easier for us to round-robin long-running
16702           tasks that generate other tasks.  The mail IndexableGenerators
16703           and the the file system crawling generator are now set to this
16704           priority.
16706           beagle-status now polls the status, top-style.
16708 2004-11-17 20:05  trow
16710         * Util/Scheduler.cs, beagled/FilteredIndexable.cs: Scheduler.cs:
16711           Catch exceptions in collection pre- and post-hooks.
16713           FilteredIndexable.cs: Explicitly turned off snippet mode (for
16714           now, at least).
16716 2004-11-17 17:40  trow
16718         * tools/beagle-shutdown: Doh! s/Ping/RemoteControl/
16720 2004-11-17 15:39  trow
16722         * Util/Inotify.cs, beagled/BeagleDaemon.cs,
16723           beagled/FileSystemQueryable/FileSystemQueryable.cs: Added a
16724           --debug-inotify option to enable extra inotify logging.
16726 2004-11-17 13:49  trow
16728         * Util/NautilusTools.cs: NautilusTools.cs: If the nautilus metadata
16729           filename we produce is longer than 255 characters (which is the
16730           ext3 limit), ignore it.
16732 2004-11-17 02:24  trow
16734         * AUTHORS, HACKING, README: HACKING: Updated the 'patches' section
16735           to describe our new patch policy, which is that bugs should be
16736           opened for patches.  Doing patch review on bugzilla should lead
16737           to fewer dropped patches.  I also changed the sample code
16738           fragments to actually follow our capitalization conventions.
16740           README: This was all wildly out-of-date, so I took out all of the
16741           content and replaced it with pointers to the web page and the
16742           wiki.
16744           AUTHORS: The 'thanks' section from the README is now included at
16745           the end of this file.
16747 2004-11-17 01:50  trow
16749         * beagled/RemoteControlImpl.cs: Doh!
16751 2004-11-17 01:50  trow
16753         * screenshots/2004-11-16-rml-desktop.jpg: A nice screenshot from
16754           rml's blog.
16756 2004-11-17 01:41  trow
16758         * ChangeLog, configure.in, Filters/FilterDOC.cs,
16759           Filters/FilterSource.cs, Filters/Makefile.am, glue/Makefile.am,
16760           glue/wv1-glue.c: FilterDOC.cs now uses wv1 for parsing Microsoft
16761           WORD documents.  Added glue/wv1-glue.c: wrapper for wv1 and used
16762           by FilterDOC.cs
16764 2004-11-17 01:14  trow
16766         * configure.in, BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
16767           BeagleClient/RemoteControl.cs,
16768           BeagleClient/RemoteControlProxy.cs, Util/Inotify.cs,
16769           Util/Makefile.am, Util/SystemInformation.cs,
16770           Util/ThreadedPriorityQueue.cs, beagled/BeagleDaemon.cs,
16771           beagled/ExternalStringsHack.cs.in, beagled/Makefile.am,
16772           beagled/Ping.cs, beagled/Shutdown.cs, beagled/beagled.in,
16773           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
16774           beagled/FileSystemQueryable/FileSystemQueryable.cs,
16775           tools/beagle-ping, tools/beagle-status: Export the version number
16776           via ExternalStringsHack.
16778           Replaced our "Ping" object with a more D-BUSically correct
16779           RemoteControl class that is split into Proxy and Impl parts.  In
16780           particular, this fixes a crash related to our --replace option.
16781           It seems that the mono D-BUS proxies and implementations can't
16782           happily co-exist in the same program.
16784           Removed some obsolete code.
16786           Minor code clean-up.
16788           Cosmetic logging changes.
16790 2004-11-16 19:20  trow
16792         * Util/Logger.cs, beagled/BeagleDaemon.cs, beagled/beagled.in:
16793           Retooled our start-up process.  Because forking has an
16794           unfortunate effect on the mono run-time, beagled can't be a
16795           well-behaved daemon in the classic Stevens sense.  We work around
16796           this by having the wrapper script control whether or not we run
16797           in the background.
16799           I removed the --out argument and replaced it with --fg and --bg.
16800           --fg forces us to run in the foreground, and sends all log
16801           messages to the console.
16803           --bg forces us into the background, and causes us to log to
16804           ~/.beagle/Log/Beagle.  stdout and stderr are redirected to the
16805           log file.  stdin is redirected to /dev/null.
16807           If no argument is specified, we default to --fg when running
16808           uninstalled; otherwise --bg is the default.  This is enforced by
16809           the wrapper script.
16811 2004-11-16 15:40  campd
16813         * beagled/FileSystemQueryable/FileSystemQueryable.cs: took out
16814           debugging writeline
16816 2004-11-16 15:04  trow
16818         * beagled/: EvolutionDataServerQueryable/BookViewDriver.cs,
16819           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
16820           Lucene.Net/Analysis/PorterStemmer.cs: Replaced some
16821           Console.WriteLines with calls to the Logger.  Commented out the
16822           unreachable code in Lucene's Porter stemmer.  I'm sick and tired
16823           of seeing that warning every time I compile.
16825 2004-11-16 12:52  campd
16827         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Use an
16828           IndexableGenerator for directories
16830 2004-11-15 22:09  trow
16832         * BeagleClient/: DBusisms.cs, Query.cs: Commented out more debug
16833           spew.
16835 2004-11-15 22:08  trow
16837         * Util/XKeybinder.cs: Missed a Console.WriteLine.
16839 2004-11-15 22:07  trow
16841         * Best/BestTray.cs, Util/Logger.cs, Util/PullingReader.cs,
16842           Util/XKeybinder.cs, beagled/Makefile.am: The logger should only
16843           write to the Console if no other destination is set.  Changed the
16844           XKeybinder to use the Logger instead of Console.WriteLine.  Moved
16845           the XKeybinder into the Beagle.Util namespace.  Fully qualified
16846           XKeybinder in Best/BestTray.cs.
16848 2004-11-15 21:52  trow
16850         * Util/Scheduler.cs: Doh!  I forgot a bit of debug spew.
16852 2004-11-15 21:52  trow
16854         * BeagleClient/.cvsignore, Best/.cvsignore, beagled/.cvsignore,
16855           Filters/.cvsignore, Renderers/.cvsignore, Tiles/.cvsignore,
16856           Util/.cvsignore, images/.cvsignore, indexer/.cvsignore,
16857           tools/.cvsignore: Ignore .mdb files.
16859 2004-11-15 21:49  trow
16861         * Util/Scheduler.cs: #if-ed out some excessive debug spew.
16863 2004-11-15 21:47  trow
16865         * Util/Scheduler.cs, Util/SystemInformation.cs,
16866           beagled/LuceneQueryable.cs,
16867           beagled/FileSystemQueryable/FileSystemQueryable.cs: Scheduler
16868           improvements: * Allow tasks to be automatically rescheduled by
16869           setting the Reschedule   flag to true.  * Change the
16870           Scheduler.TaskFromHook hook to take a Scheduler.Task as an
16871           argument (before it was just a thunk) so that it can be
16872           rescheduled.
16874           Modified LuceneQueryable and FileSystemQueryable to reflect the
16875           API changes.
16877           #if-ed out the testing entry point in SystemInformation.cs.
16879 2004-11-15 21:41  trow
16881         * Util/Inotify.cs, glue/inotify-glue.c: Some inotify enhancements:
16882           * Read the queue size from sysfs.  * Use FIONREAD ioctl to
16883           efficiently group reads.  * Removed the RawEvent stuff, since we
16884           aren't using any of the   extra information in that struct.  This
16885           allows to avoid a bunch   of allocations.  * Assorted clean-ups.
16887 2004-11-15 16:18  campd
16889         * Util/Inotify.cs, glue/inotify-glue.c: Manually demarshal the
16890           inotify buffer to avoid rampant overallocation
16892 2004-11-14 03:06  tigert
16894         * Tiles/template-page.css: oops, fixed aspect ratio of photo
16895           thumbnails somehow.. :)
16897 2004-11-14 02:53  tigert
16899         * ChangeLog, Tiles/template-page.css: max icon size: 64, lowered
16900           the transparency of links on non-focused action links.
16902 2004-11-12 18:08  joejg
16904         * Tiles/Tile.cs: put filenames in quotes
16906 2004-11-12 16:07  clahey
16908         * ChangeLog, Filters/FilterPPT.cs: 2004-11-12  Chris Lahey
16909           <clahey@ximian.com>
16911                   * Filters/FilterPPT.cs: Count slides.
16913 2004-11-12 10:03  clahey
16915         * ChangeLog, configure.in, Filters/FilterGst.cs,
16916           Filters/Makefile.am: 2004-11-12  Chris Lahey  <clahey@ximian.com>
16918                   * From a patch by Adam Lofts <adam@negligible.co.uk>.
16920                   * configure.in, Filters/Makefile.am: Added FilterGst.cs.
16922                   * Filters/FilterGst.cs: Filter to get song data using
16923           gst.
16925 2004-11-12 02:24  tigert
16927         * mozilla-extension/skin/classic/beagle-disabled.png: this was
16928           still to be done..
16930 2004-11-12 01:57  tigert
16932         * ChangeLog, mozilla-extension/skin/classic/beagle-big.png,
16933           mozilla-extension/skin/classic/beagle-error.png,
16934           mozilla-extension/skin/classic/beagle.png: updated some artwork
16935           to be more like beagle - like, made the extension have the beagle
16936           logo in the mozilla extension dialog.
16938 2004-11-12 01:35  tigert
16940         * ChangeLog, Tiles/template-file.html, Tiles/template-picture.html:
16941           made the folder name be a link as well, using the "reveal" url
16943 2004-11-12 01:10  tigert
16945         * Tiles/template-blog.html: removed the image's size def - those
16946           are restricted from being huge in the stylesheet now.
16948 2004-11-11 20:55  fhedberg
16950         * beagled/MonodocQueryable/MonodocQueryable.cs: Can't sleep. Added
16951           keywords to make it actually useful.
16953 2004-11-11 13:01  joeshaw
16955         * beagled/Relevancy.cs: Apply a half-life relevancy to imlogs as
16956           well
16958 2004-11-11 12:35  tigert
16960         * Tiles/template-page.css: made images smaller
16962 2004-11-11 11:57  joeshaw
16964         * Tiles/TileMailMessage.cs: Get this to build w/o evo-sharp.  Use
16965           the right IM name for the protocol and not always the aim_name
16967 2004-11-11 09:15  fhedberg
16969         * beagled/MonodocQueryable/MonodocQueryable.cs: Added support for
16970           indexing of Monodoc source documentation files. Not enabled in
16971           Makefile.am.
16973 2004-11-11 05:35  tigert
16975         * ChangeLog, Tiles/template-picture.html: added exif stuff..
16977 2004-11-11 03:03  tigert
16979         * Tiles/template-page.css: minor tweak for looks
16981 2004-11-11 02:00  tigert
16983         * Tiles/template-picture.html: oops, forgot to commit the pic
16984           tile..
16986 2004-11-10 17:20  joeshaw
16988         * Tiles/TileMailMessage.cs, Tiles/template-file.html,
16989           Tiles/template-mail-message.html, beagled/Relevancy.cs,
16990           beagled/EvolutionMailDriver/CamelIndexDriver.cs,
16991           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Fix up some
16992           tiles, add a couple of conditionals to make the mail tile show
16993           dates correctly.  Remove some dead code,  Add a relevancy rule
16994           for email.  Fix up the indexing of mail dates, so we don't have
16995           received dates of 0 on all sent mail (requires a reindex).
16997 2004-11-10 16:46  campd
16999         * Tiles/: TileContact.cs, template-contact.html: make send-im work
17000           in the contact tiles even if there's no presence data
17002 2004-11-10 16:07  campd
17004         * Best/BestWindow.cs, Tiles/Tile.cs, Tiles/TileMailMessage.cs,
17005           Tiles/template-mail-message.html: Use the dog a the window icon
17007           Hook up "send im" in email tiles
17009 2004-11-10 14:54  joeshaw
17011         * Filters/FilterOle.cs: FilterOle:GetInt32() and GetInt16() should
17012           be static
17014 2004-11-10 09:50  tigert
17016         * ChangeLog, Tiles/template-page.css, Tiles/template-picture.html:
17017           niftyification for pictures, made the width restriction to the
17018           stylesheet, so the img tag doesnt need the width="80" - this
17019           makes it not stretch smaller images big which looked bad.
17021 2004-11-10 06:03  tigert
17023         * Tiles/template-mockup.html: oops, rather hardcode
17024           /opt/gnome/share/icons than /home/tigert/cvs - at least it has a
17025           bit more chances to actually show the image for others as well..
17026           even though it is a mockup..
17028 2004-11-10 06:01  tigert
17030         * ChangeLog, Tiles/template-mockup.css, Tiles/template-mockup.html,
17031           Tiles/template-page.css: added a mockup template/css to have
17032           examples of all tile types shortly also tweaked the real
17033           stylesheet a bit.
17035 2004-11-10 05:42  fhedberg
17037         * beagled/: BeagleDaemon.cs, NetworkService.cs: Minor fix, adding
17038           --port to beagled for networking.
17040 2004-11-09 17:36  tigert
17042         * ChangeLog, Tiles/template-mail-message.html: added date & snippet
17043           dummy
17045 2004-11-09 17:18  tigert
17047         * Tiles/template-page.css: fixed the "open folder" icon to use
17048           stock..
17050 2004-11-09 17:06  tigert
17052         * Tiles/template-page.css: added min-height to fix the icon
17053           clipping.. hopefully I got the stock notation right from the
17054           bullet definition.. -tig-
17056 2004-11-09 15:53  campd
17058         * Tiles/template-folder.html: use the theme's folder icon for
17059           directory tiles
17061 2004-11-09 15:49  campd
17063         * Tiles/: SimpleRootTile.cs, Template.cs, TileFromTemplate.cs,
17064           TileMailMessage.cs, template-mail-message.html,
17065           template-page.css: Let templates specify a stock image size
17067           fixed mail image sizes
17069 2004-11-09 15:22  joeshaw
17071         * beagled/: LuceneDriver.cs, LuceneQueryable.cs: Have the
17072           LuceneDriver add the hits directly to the IQueryResult rather
17073           than returning them to the LuceneQueryable, and fire them off in
17074           batches of 200 hits at a time.  Makes very large queries from a
17075           single LuceneDriver source much more interactive.  (Use 200 since
17076           that's the value Lucene uses to cache hits in memory)
17078 2004-11-09 15:11  joeshaw
17080         * BeagleClient/Hit.cs, beagled/LuceneQueryable.cs,
17081           beagled/Makefile.am,
17082           beagled/EvolutionMailDriver/CamelIndexDriver.cs,
17083           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Get mail
17084           working again
17086 2004-11-09 14:38  tigert
17088         * ChangeLog, Tiles/template-page.css: prettyification
17090 2004-11-09 13:39  trow
17092         * Filters/FilterHtml.cs, Filters/FilterOpenOffice.cs,
17093           Filters/FilterText.cs, beagled/Filter.cs,
17094           beagled/FilteredIndexable.cs, beagled/LuceneDriver.cs,
17095           beagled/Makefile.am, beagled/PathFinder.cs, beagled/TextCache.cs,
17096           beagled/BlamQueryable/BlamQueryable.cs: Added some very, very
17097           preliminary support for the plaintext cache.  Only re-index
17098           Blam's collection.xml if it has actually changed.  Don't die if
17099           we can't set an EA on a file.
17101 2004-11-09 11:11  trow
17103         * Best/BestWindow.cs: Disable non-local backends (i.e. google)
17105 2004-11-08 23:35  trow
17107         * Util/Inotify.cs, beagled/Makefile.am,
17108           beagled/TomboyQueryable/TomboyQueryable.cs: Fix the Tomboy
17109           backend to work w/ the new scheduling & inotify stuff.  (It is
17110           still disabled due to some inotify weirdness, though.)
17112 2004-11-08 21:13  trow
17114         * AUTHORS: Added some people to AUTHORS.
17116 2004-11-08 20:41  trow
17118         * Util/FrequencyStatistics.cs, Util/ImBuddy.cs, Util/Inotify.cs,
17119           beagled/BeagleDaemon.cs, beagled/BlamQueryable/BlamQueryable.cs,
17120           beagled/FileSystemQueryable/FileSystemQueryable.cs,
17121           beagled/FileSystemQueryable/WatchedDirectory.cs,
17122           beagled/GaimLogQueryable/GaimLogQueryable.cs,
17123           glue/inotify-glue.c: Inotify enhancements.  We now have one
17124           thread pulling events off of the kernel queue, reading them in
17125           chunks and putting them into a local queue.  A second thread
17126           pulls the events out of that queue and fires Inotify.Event.
17128 2004-11-08 06:08  fhedberg
17130         * configure.in, beagled/BeagleDaemon.cs, beagled/Makefile.am,
17131           beagled/NetworkDriver.cs, beagled/NetworkHandler.cs,
17132           beagled/NetworkService.cs: Added experimental networking support
17134 2004-11-08 03:24  fhedberg
17136         * beagled/QueryBody.cs: Added binary binary serialization.
17138 2004-11-06 20:02  fhedberg
17140         * Tiles/TileBlog.cs, Tiles/template-blog.html,
17141           images/icon-blog.png: New blog icon. Changed tile to use actions,
17142           opens item in browser as default.
17144 2004-11-06 17:25  fhedberg
17146         * beagled/BlamQueryable/BlamQueryable.cs: Adapted BlamQueryable to
17147           trow's "Big Merge" changes. Added the item and weblog uri
17148           properties.
17150 2004-11-05 12:24  campd
17152         * Tiles/: Tile.cs, TileFromTemplate.cs: Repopulate when the tile
17153           changes
17155 2004-11-04 18:31  trow
17157         * beagled/: FilteredIndexable.cs,
17158           FileSystemQueryable/FileSystemQueryable.cs: Set "crawl mode" on
17159           filters when crawling.  (This influences how we FileAdvise after
17160           processing a file.)
17162 2004-11-04 16:46  trow
17164         * configure.in: Add -lXss to X_LIBS.
17166 2004-11-04 16:42  trow
17168         * glue/screensaver-glue.c: Make sure we hold the X lock before
17169           calling XScreenSaverQueryInfo.
17171 2004-11-04 16:39  trow
17173         * beagled/Makefile.am: Fix a build glitch.
17175 2004-11-04 16:37  trow
17177         * beagled/: Crawler.cs, IQueryable.cs, LuceneDriver.cs,
17178           LuceneQueryable.cs, Makefile.am, Ping.cs, Queryable.cs,
17179           wrapper.in, EvolutionMailDriver/EvolutionMailDriver.cs,
17180           FileSystemQueryable/CrawlQueue.cs,
17181           FileSystemQueryable/EventStatistics.cs,
17182           FileSystemQueryable/FileSystemQueryable.cs,
17183           FileSystemQueryable/LastCrawlTime.cs,
17184           FileSystemQueryable/WatchedDirectory.cs,
17185           GaimLogQueryable/GaimLogQueryable.cs: The big merge.
17187 2004-11-04 16:31  trow
17189         * tools/beagle-status: Don't require a very recent version of
17190           'tail'.
17192 2004-11-04 15:57  trow
17194         * Util/: ExtendedAttribute.cs, Scheduler.cs: A bunch of Scheduler
17195           fixes.  Use string-paths instead of FileSystemInfos in the
17196           ExtendedAttribute API.  FileSystemInfo is the devil's candy.
17198 2004-11-04 15:54  llipka
17200         * Tiles/: template-file.html, template-music.html,
17201           template-page.css, template-picture.html: Fixed the "Reveal in
17202           file manager" icon.
17204 2004-11-04 15:53  llipka
17206         * images/: Makefile.am, action-reveal.png: Added the "Reveal in
17207           file manager" icon.
17209 2004-11-04 15:50  llipka
17211         * beagled/BlamQueryable/BlamQueryable.cs: Rather check for
17212           .gnome2/blam/collections.xml than just .gnome2/blam/
17214 2004-11-04 14:55  campd
17216         * Best/BestWindow.cs, Tiles/Template.cs,
17217           Tiles/TileHitCollection.cs: show five tiles at a time to reduce
17218           paging
17220 2004-11-04 14:29  campd
17222         * Tiles/: TileCanvas.cs, TileHitCollection.cs, TileImLog.cs,
17223           template-foot.html, template-head.html: Save email addresses for
17224           buddies to avoid too much querying
17226           Handle file:/// uris with gnome-open (although for some reason
17227           mozilla doesn't seem to want to give me file:/// uri links)
17229           Fixed some html validness problems
17231 2004-11-04 13:55  tigert
17233         * ChangeLog, Tiles/template-blog.html, Tiles/template-file.html,
17234           Tiles/template-im-log.html, Tiles/template-page.css: updated the
17235           stylesheet: added <div class="date"> for the "last modified 2
17236           days ago.." -stuff, and made a bunch of tiles to use it. Also
17237           fixed a cosmetic flaw on the actions line, now it doenst have
17238           such a huge indent.
17240 2004-11-04 11:54  trow
17242         * beagled/Filter.cs: Don't try to instantiate abstract classes.
17243           (Fix from Raphaël Slinckx)
17245 2004-11-04 11:40  nat
17247         * Tiles/TileImLog.cs: Don't keep querying the addressbook if it
17248           doesn't work.
17250 2004-11-04 11:34  nat
17252         * Filters/FilterFlac.cs, Filters/Makefile.am, Util/FlacReader.cs,
17253           Util/Makefile.am: FLAC filter from Rafael Slinckx
17255 2004-11-04 09:56  nat
17257         * beagled/BlamQueryable/BlamQueryable.cs: Return if we can't get a
17258           collection of feeds.
17260 2004-11-04 07:26  nat
17262         * beagled/EvolutionMailDriver/CamelIndexDriver.cs: Don't cast the
17263           Uri to a string, since that makes ArrayList.Remove stop working.
17264           Also, BinarySearch doesn't work for Uri objects, since they don't
17265           support IComparer.
17267 2004-11-03 17:50  joeshaw
17269         * BeagleClient/Query.cs, Best/BestWindow.cs,
17270           Tiles/SimpleRootTile.cs, tools/Query.cs: On the client side use
17271           collections of Hits and Uris to help speed things up
17273 2004-11-03 17:36  joeshaw
17275         * BeagleClient/Hit.cs, BeagleClient/Query.cs,
17276           BeagleClient/QueryProxy.cs, beagled/QueryImpl.cs: Use a binary
17277           format instead of an XML format for sending the hits across the
17278           wire.  Even base64 encoded it will reduce the amount of data
17279           going over the wire and speed up both serialization and
17280           deserialization of the hits
17282 2004-11-03 17:27  campd
17284         * Tiles/Template.cs, Tiles/TileBlog.cs, Tiles/TileCanvas.cs,
17285           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs, Util/Vfs.cs,
17286           images/Images.cs: Various Best speedups
17288 2004-11-02 15:34  joeshaw
17290         * Best/best.in: Add TrayIcon to MONO_PATH and
17291           TrayIcon/libtrayicon/.libs to LD_LIBRARY_PATH when running an
17292           uninstalled copy
17294 2004-11-02 15:26  joeshaw
17296         * Tiles/: Makefile.am, TileImLog.cs: Comment out the bulk of
17297           GetEmailForIm if you don't have evo-sharp
17299 2004-11-02 15:22  campd
17301         * Best/BestTray.cs, Util/Makefile.am, Util/XKeybinder.cs,
17302           glue/Makefile.am, glue/eggaccelerators.c, glue/eggaccelerators.h,
17303           glue/tomboykeybinder.c, glue/tomboykeybinder.h: show the best
17304           window on F12
17306 2004-11-02 14:54  campd
17308         * Best/: BestTray.cs, BestWindow.cs: handle DeleteEvent on the
17309           window, focus the entry and select all the text when the dog
17310           button is pressed.
17312 2004-11-02 14:37  joeshaw
17314         * configure.in: we need evo-sharp 0.6 now
17316 2004-11-02 14:19  nat
17318         * Tiles/: TileImLog.cs, template-im-log.html: Don't show the "Send
17319           Mail" action unless we actually know the dude's email adress.
17321 2004-11-02 13:58  nat
17323         * Makefile.am, configure.in, Best/Best.cs, Best/BestTray.cs,
17324           Best/BestWindow.cs, Best/Makefile.am, Best/TrayIcon/.cvsignore,
17325           Best/TrayIcon/Egg.metadata, Best/TrayIcon/Makefile.am,
17326           Best/TrayIcon/libtrayicon-sources.xml,
17327           Best/TrayIcon/libtrayicon/.cvsignore,
17328           Best/TrayIcon/libtrayicon/Makefile.am,
17329           Best/TrayIcon/libtrayicon/eggtrayicon.c,
17330           Best/TrayIcon/libtrayicon/eggtrayicon.h, images/Makefile.am,
17331           images/smalldog.png, images/smalldogalert.png: Add a tray icon to
17332           Best.
17334 2004-11-02 12:32  campd
17336         * Tiles/: TileFile.cs, TileMusic.cs, TilePicture.cs,
17337           template-mail-message.html, template-music.html,
17338           template-picture.html: Derive the Music and Picture tiles from
17339           TileFile, and fix the mail icons (although they're still too
17340           small)
17342 2004-11-02 07:47  nat
17344         * Tiles/: TileImLog.cs, template-im-log.html: Small visual bug.
17346 2004-11-02 06:43  nat
17348         * Tiles/: Tile.cs, TileFile.cs, TileMailMessage.cs, TileMusic.cs,
17349           template-file.html, template-mail-message.html,
17350           template-music.html: Added "Reveal in file manager."
17352           The music tile falls back on the filename if we don't have the
17353           Song information.
17355 2004-11-02 06:17  nat
17357         * beagled/Makefile.am: Disabling the Google backend for now.  It
17358           works, but it keeps popping up while I'm trying to test other
17359           things.  Same report from Tuomas, ergo this is disabled until we
17360           can get it to sort right.
17362 2004-11-02 05:45  nat
17364         * Tiles/Tile.cs, Tiles/TileImLog.cs, beagled/Makefile.am:
17365           Clicking on "Send Im" works now for AIM, if you have Gaim's
17366           remote-control plugin enabled.
17368 2004-11-02 05:25  nat
17370         * Tiles/Tile.cs, Tiles/TileContact.cs, Tiles/TileFile.cs,
17371           Tiles/TileImLog.cs, Tiles/template-contact.html,
17372           Tiles/template-file.html, Tiles/template-im-log.html,
17373           beagled/Makefile.am, beagled/BlamQueryable/BlamQueryable.cs: Make
17374           "Send Mail" work on contacts and IM logs.
17376           Make "Send to" work on files.
17378           Some robustness here and there.
17380 2004-11-02 01:41  llipka
17382         * Makefile.am, configure.in: Fix build bug
17384 2004-11-01 18:27  campd
17386         * Tiles/TileImLog.cs: removed spew
17388 2004-11-01 18:24  campd
17390         * BeagleClient/Hit.cs, Best/BestWindow.cs, Tiles/SimpleRootTile.cs,
17391           Tiles/Template.cs, Tiles/Tile.cs, Tiles/TileBlog.cs,
17392           Tiles/TileFile.cs, Tiles/TileFolder.cs,
17393           Tiles/TileFromHitTemplate.cs, Tiles/TileImLog.cs,
17394           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs, Tiles/TileNote.cs,
17395           Tiles/TilePicture.cs, Tiles/template-blog.html,
17396           Tiles/template-contact.html, Tiles/template-file.html,
17397           Tiles/template-folder.html, Tiles/template-im-log.html,
17398           Tiles/template-mail-message.html, Tiles/template-music.html,
17399           Tiles/template-note.html, Tiles/template-picture.html,
17400           Tiles/template-web-history.html, images/Images.cs,
17401           images/Makefile.am: Fixed up some actions, moved actions into the
17402           Tiles rather than hard-coding everything into the hit, and use
17403           buddy icons for im tiles.
17405 2004-11-01 17:46  clahey
17407         * ChangeLog: 2004-11-01  Chris Lahey  <clahey@ximian.com>
17409                   * tray/TrayIcon/Makefile.am (install-exec-local,
17410           uninstall-local):
17411                   Use pkglibdir instead of libdir to avoid collisions.
17413 2004-11-01 15:04  campd
17415         * configure.in, Best/Best.cs, Util/GeckoUtils.cs: Use system fonts
17416           for gecko
17418 2004-10-29 18:13  rml
17420         * Best/BestWindow.cs: Best/BestWindow.cs: s/Enter search
17421           terms:/Search terms:/
17423 2004-10-29 16:43  rml
17425         * beagled/: Filter.cs, LuceneDriver.cs: beagled/Filter.cs: Turn on
17426           the increased readahead before we initiate the preload, so that
17427           the preload can benefit from the increased readahead.
17429           beagled/LucenseDriver.cs: whitespace cleanup.
17431 2004-10-29 15:55  campd
17433         * Best/BestWindow.cs, Tiles/SimpleRootTile.cs,
17434           Tiles/TileHitCollection.cs, Tiles/template-foot.html,
17435           Tiles/template-note.html: put the pager in the gtk dialog rather
17436           than the html
17438 2004-10-29 09:39  llipka
17440         * Tiles/: template-im-log.html, template-page.css: Let everyone
17441           feel the love with our beautiful UI
17443 2004-10-29 06:09  llipka
17445         * Tiles/: TileContact.cs, template-blog.html,
17446           template-bugzilla.html, template-contact.html,
17447           template-file.html, template-folder.html, template-foot.html,
17448           template-google.html, template-im-log.html,
17449           template-mail-message.html, template-music.html,
17450           template-note.html, template-page.css, template-picture.html,
17451           template-web-history.html: Dave is the man! And also updated the
17452           renderers.
17454 2004-10-29 03:23  nat
17456         * Tiles/Template.cs: Patch from Lukas to fix a crash
17458 2004-10-29 02:45  nat
17460         * configure.in, glue/Makefile.am: Don't hard code the path to
17461           libX11
17463 2004-10-28 21:11  trow
17465         * configure.in: Applied Alex Graveley's patch to generally Do The
17466           Right Thing with respect to the TrayIcon stuff.  This fixes bug
17467           #156738 (which was actually a dup of #155630)
17469 2004-10-28 20:46  trow
17471         * BeagleClient/Indexable.cs, beagled/FilteredIndexable.cs: Add a
17472           do-nothing virtual Build() method to Indexable, which
17473           FilteredIndexable overrides.  Small FilteredIndexable clean-ups,
17474           mostly Uri-related.
17476 2004-10-28 20:43  trow
17478         * beagled/FileSystemQueryable/FileNameFilter.cs: Added more
17479           autotools-related temp files to the default exclusion list.
17481           This is the correct file.  Honest.
17483 2004-10-28 20:43  trow
17485         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Reverting
17486           last commit: I committed the wrong file.
17488 2004-10-28 20:39  trow
17490         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Added more
17491           autotools-related temp files to the default exclusion list.
17493 2004-10-28 20:37  trow
17495         * beagled/BeagleDaemon.cs: Add a --debug option to set the default
17496           log level to Debug.  Start the global scheduler on start-up, stop
17497           it on shutdown.
17499 2004-10-28 20:35  trow
17501         * beagled/ExtractContent.cs: Minor clean-up.
17503 2004-10-28 19:52  trow
17505         * Util/Inotify.cs: When we ignore a directory, return the
17506           associated watch descriptor.  Added some code to recursively
17507           watch directories in the inotify test code.
17509 2004-10-28 19:26  trow
17511         * Util/: FrequencyStatistics.cs, Makefile.am, Scheduler.cs,
17512           SystemInformation.cs, TaskManager.cs: The sort of code that comes
17513           in handy from time to time.
17515 2004-10-28 19:23  trow
17517         * glue/: Makefile.am, screensaver-glue.c: Some glue around
17518           XScreenSaverQueryInfo.
17520 2004-10-28 18:14  campd
17522         * configure.in, BeagleClient/Query.cs, Best/Best.cs,
17523           Best/BestWindow.cs, Best/Makefile.am, Best/best.in,
17524           Filters/FilterMusic.cs, Tiles/Makefile.am,
17525           Tiles/SimpleRootTile.cs, Tiles/Template.cs, Tiles/Tile.cs,
17526           Tiles/TileActionAttribute.cs, Tiles/TileBlog.cs,
17527           Tiles/TileBugzilla.cs, Tiles/TileCanvas.cs, Tiles/TileContact.cs,
17528           Tiles/TileFile.cs, Tiles/TileFolder.cs,
17529           Tiles/TileFromHitTemplate.cs, Tiles/TileFromTemplate.cs,
17530           Tiles/TileGoogle.cs, Tiles/TileHitCollection.cs,
17531           Tiles/TileImLog.cs, Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
17532           Tiles/TileNote.cs, Tiles/TilePicture.cs,
17533           Tiles/TileRenderContext.cs, Tiles/TileStyleAttribute.cs,
17534           Tiles/TileWebHistory.cs, Tiles/template-blog.html,
17535           Tiles/template-bugzilla.html, Tiles/template-contact.html,
17536           Tiles/template-file.html, Tiles/template-folder.html,
17537           Tiles/template-foot.html, Tiles/template-google.html,
17538           Tiles/template-head.html, Tiles/template-hit-collection.html,
17539           Tiles/template-im-log.html, Tiles/template-mail-message.html,
17540           Tiles/template-music.html, Tiles/template-note.html,
17541           Tiles/template-page.css, Tiles/template-picture.html,
17542           Tiles/template-web-history.html, Util/GeckoUtils.cs,
17543           Util/Makefile.am, Util/StringFu.cs, Util/Vfs.cs, Util/gnome.cs,
17544           glue/Makefile.am, glue/gecko-utils.cpp, glue/gecko-utils.h,
17545           images/Images.cs: Converted from GtkHtml to gecko
17547           Reworked the templating and layout system to be a lot cleaner
17549           Implement tigert's new tile layout
17551           Fixed string memory handling issues in the various gnome bindings
17553 2004-10-27 18:36  rml
17555         * README, Util/Inotify.cs, doc/TODO-integration: Misc. and trivial
17556           documentation changes.
17558 2004-10-26 17:08  joeshaw
17560         * beagled/LuceneDriver.cs: Nuke the filtering code from
17561           FilterHits(), since we filter out potential hits with the same
17562           URI at indexing-time, so we'll really never get any good results
17563           from this.  Also avoid using Lucene's Document.Get function,
17564           since it iterates over a list of properties, and just iterate
17565           over them ourselves once and set properties as we come upon them.
17567 2004-10-26 12:22  rml
17569         * Util/Inotify.cs,
17570           beagled/FileSystemQueryable/FileSystemQueryable.cs: Print a
17571           warning when we detect a queue overflow on the inotift device.
17573           We really don't want queue overflows to happen.
17575 2004-10-25 17:30  rml
17577         * beagled/Filter.cs: Whitespace cleanups to silence the critics.
17579 2004-10-25 16:53  clahey
17581         * ChangeLog, tools/Makefile.am: 2004-10-25  Chris Lahey
17582           <clahey@ximian.com>
17584                   * tools/Makefile.am (EXTRA_DIST): Added beagle-shutdown
17585           and
17586                   beagle-status.
17588 2004-10-25 16:32  clahey
17590         * ChangeLog, tools/Makefile.am: 2004-10-25  Chris Lahey
17591           <clahey@ximian.com>
17593                   * tools/Makefile.am: Remove UPDATE_SCRIPT
17595 2004-10-21 11:52  trow
17597         * configure.in: Require evo-sharp 0.5.
17599 2004-10-19 19:43  joeshaw
17601         * BeagleClient/IIndexableGenerator.cs,
17602           Util/ThreadedPriorityQueue.cs, beagled/LuceneDriver.cs,
17603           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Add a
17604           StatusName property to IIndexableGenerator so that we have some
17605           useful info to print out when we run beagle-status.  Add
17606           Contains() methods to IIndexableGenerator and LuceneDriver, and
17607           don't queue up generators for addition if they're already
17608           scheduled.  Implement a value-based Equals() for the QueueItem
17609           and EvolutionMailIndexableGenerator.  Get scheduled deletes
17610           working again in the mail driver, and add an inotify watcher on
17611           the IMAP folders as well.
17613 2004-10-19 17:38  rml
17615         * Util/FileAdvise.cs, beagled/BeagleDaemon.cs: Add a TestAdvise
17616           method to FileAdvise to do a NormalAdvise on a known file and log
17617           any failures.  Now that the other advice calls fail silently,
17618           this let's users see on beagle startup that their Gentoo is
17619           broken.
17621           I put the call in beagled/BeagleDaemon.cs::Main().  It could
17622           probably go somewhere better.
17624 2004-10-19 16:35  rml
17626         * Util/FileAdvise.cs, beagled/Filter.cs: Don't generate an
17627           exception when a FileAdvise fails--they are just hints, and we do
17628           not care.
17630           We may want to log the failure via log.Debug() but we definitely
17631           don't want to throw exceptions everywhere and run amock for
17632           broken Gentoo users.
17634 2004-10-19 13:52  trow
17636         * configure.in: In the post-configure spew, say whether or not
17637           gsf-sharp was found.
17639 2004-10-19 13:27  joeshaw
17641         * BeagleClient/IIndexableGenerator.cs, beagled/LuceneDriver.cs,
17642           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Add a
17643           HasNextIndexable() method to IIndexableGenerator and allow
17644           GetNextIndexable() to return null.  This gives the LuceneDriver
17645           more control over the throttling of the generators, when it might
17646           need to process large amounts of data but return few indexables.
17647           (Ie, mail when you only have, say 50 new messages in an inbox of
17648           70,000)
17650 2004-10-19 12:23  trow
17652         * beagled/Filter.cs: Some fixes from last week that I forgot to
17653           commit, merged with Robert's recent fixes.
17655 2004-10-19 12:13  rml
17657         * ChangeLog, beagled/Filter.cs: 2004-10-19  Robert Love
17658           <rml@novell.com>
17660                   * beagled/Filter.cs: move the FlushCache inside of the
17661           NULL check,
17662                     along with the Close. A bigger question, though, is why
17663           can the
17664                     FileStream ever be NULL here?
17666 2004-10-18 17:30  rml
17668         * AUTHORS, ChangeLog, glue/inotify-glue.c: 2004-10-18  Robert Love
17669           <rml@novell.com>
17671                   * glue/inotify-glue.c: clean this up; remove some cruft;
17672           do error
17673                     checking on the read (removes a FIXME)
17675           Note: Dave Camp is an assassin.
17677 2004-10-18 16:29  joeshaw
17679         * beagled/LuceneDriver.cs: LNS.BooleanQuery has a limit of 1024
17680           terms, so chunk the URIs in QueryByUri () and do multiple queries
17681           if necessary.
17683 2004-10-18 15:41  campd
17685         * beagled/: BeagleDaemon.cs, BlamQueryable/BlamQueryable.cs,
17686           EvolutionMailDriver/CamelIndexDriver.cs,
17687           EvolutionMailDriver/EvolutionMailDriver.cs,
17688           GaimLogQueryable/GaimLogQueryable.cs: Move a few Start() methods
17689           out to threads and register the dbus objects after instantiating
17690           queryables to reduce the amount of time between registering dbus
17691           services and being ready to serve them
17693 2004-10-17 16:17  tberman
17695         * AUTHORS, ChangeLog, Filters/HtmlAgilityPack/tools.cs: 2004-10-17
17696           Todd Berman  <tberman@off.net>
17698                   * AUTHORS: Changing my email to reflect something that
17699           might reach me.
17700                   * Filters/HtmlAgilityPack/tools.cs: Compilation fix for
17701           1.1.1
17703 2004-10-17 15:42  tberman
17705         * ChangeLog, Best/best.in: 2004-10-17  Todd Berman
17706           <tberman@off.net>
17708                   * Best/best.in: Add directory containing
17709           libinofityglue.so to
17710                     LD_LIBRARY_PATH.
17712 2004-10-17 02:29  nat
17714         * tools/: Query.cs, beagle-query.man: Fix up the usage.
17716 2004-10-16 17:36  rml
17718         * ChangeLog, chooser-fu/beaglequery.c: 2004-10-16  Robert Love
17719           <rml@novell.com>
17721                   * chooser-fu/beaglequeru.c: fix compile warning; remove
17722           unused
17723                     variable; strptime() does not init fields it does not
17724           touch, so
17725                     zero them all out.
17727 2004-10-16 16:15  trow
17729         * screenshots/2004-10-16-first-pretty-beagle-web-page.png: Our
17730           family album.
17732 2004-10-16 05:20  nat
17734         * tools/Query.cs: Usage.
17736 2004-10-15 14:55  joeshaw
17738         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: we also want
17739           to reindex when people blow away their caches
17741 2004-10-15 14:40  joeshaw
17743         * beagled/: LuceneDriver.cs, LuceneQueryable.cs,
17744           EvolutionMailDriver/CamelIndexDriver.cs,
17745           EvolutionMailDriver/EvolutionMailDriver.cs: Add a QueryByUri()
17746           method to the LuceneDriver.  Make the CamelIndexDriver query the
17747           LuceneDriver to get summary info from the index rather than
17748           walking the summary by hand... should speed up camel index
17749           queries a lot.  Also use xattrs on the summaries to know if we
17750           should bother crawling them at startup.
17752 2004-10-15 09:38  trow
17754         * configure.in, Filters/FilterDOC.cs, Filters/Makefile.am,
17755           beagled/FileSystemQueryable/FileNameFilter.cs: Only build the MS
17756           Office filters if gsf-sharp is present.  Ignore a few temporary
17757           files generated by configure.
17759 2004-10-15 09:27  trow
17761         * ChangeLog, Filters/FilterPPT.cs: Filter for MS power point
17762           presentation docs.
17764 2004-10-15 09:20  trow
17766         * ChangeLog, configure.in, Filters/FilterDOC.cs,
17767           Filters/FilterOle.cs, Filters/Makefile.am: Added filter for
17768           MSWord documents.
17770 2004-10-15 09:13  trow
17772         * Filters/FilterHtml.cs, Filters/FilterJpeg.cs,
17773           Filters/FilterMusic.cs, Filters/FilterPdf.cs,
17774           Filters/FilterPng.cs, Filters/FilterRTF.cs,
17775           Filters/FilterSource.cs, Filters/FilterTexi.cs,
17776           Filters/FilterText.cs, Util/ImBuddy.cs, Util/JpegHeader.cs,
17777           Util/Makefile.am, Util/PageCache.cs, Util/PullingReader.cs,
17778           beagled/Filter.cs, tools/Query.cs: Some filter api changes to
17779           allow us to use FileAdvise.  Misc. filter clean-up.  Changed the
17780           ImBuddy code to use inotify for file change notifications.  Added
17781           timing information to beagle-query.
17783 2004-10-15 01:46  trow
17785         * beagled/Queryable.cs: Removed some debug spew that I left in by
17786           mistake.
17788 2004-10-15 00:17  trow
17790         * beagled/FileSystemQueryable/: CrawlQueue.cs,
17791           FileSystemQueryable.cs: Even more verbosity in the status output.
17793 2004-10-14 23:39  trow
17795         * tools/Makefile.am: Add beagle-status to bin_SCRIPTS.
17797 2004-10-14 23:38  trow
17799         * Util/ThreadedPriorityQueue.cs, beagled/BeagleDaemon.cs,
17800           beagled/BugzillaDriver.cs, beagled/GoogleDriver.cs,
17801           beagled/IQueryable.cs, beagled/LuceneDriver.cs,
17802           beagled/LuceneQueryable.cs, beagled/Ping.cs,
17803           beagled/QueryDriver.cs, beagled/Queryable.cs,
17804           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
17805           beagled/FileSystemQueryable/FileSystemQueryable.cs,
17806           tools/beagle-status: Added a mechanism for queryables to return
17807           human-readable status strings, along with a way to access those
17808           status strings via D-BUS.
17810 2004-10-14 18:17  nat
17812         * BeagleClient/Factory.cs, Tiles/TileHitCollection.cs,
17813           Tiles/TileImLog.cs, Tiles/template-im-log.html,
17814           Tiles/template-mail-message.html, Util/ImBuddy.cs,
17815           Util/Makefile.am, Util/StringFu.cs, tools/Query.cs: Patch from
17816           Matt Jones to display IM aliases instead of IM names.
17818           Initial, crappy snippet code for IM logs.
17820           Valign all tiles to the top of their row.
17822           Pretty-print duration and start time of conversations.
17824           Some other various crap.
17826 2004-10-14 15:12  rml
17828         * ChangeLog, Util/FileAdvise.cs, Util/Makefile.am,
17829           beagled/Crawler.cs: 2004-10-14  Robert Love  <rml@novell.com>
17831                   * Util/FileAdvise.cs: new file, implementing the advice
17832           stuff
17833                   * Util/Makefile.am: build FileAdvise.cs
17835 2004-10-14 14:02  joeshaw
17837         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Check the
17838           dirName in addition to the folderName when checking for spam/junk
17839           folders, so that we don't end up indexing spam on IMAP
17841 2004-10-14 13:08  nat
17843         * Tiles/TileImLog.cs: Pretty printing of dates/durations
17845 2004-10-14 11:19  tigert
17847         * ChangeLog, Tiles/template-im-log.html, images/Makefile.am,
17848           images/im-aim.png: stylized the im tile a bit..
17850 2004-10-13 23:12  trow
17852         * Util/Inotify.cs, beagled/BeagleDaemon.cs,
17853           beagled/FilteredIndexable.cs, beagled/QueryDriver.cs,
17854           beagled/FileSystemQueryable/CrawlQueue.cs,
17855           beagled/FileSystemQueryable/EventStatistics.cs: Catch exceptions
17856           thrown while firing the InotifyEvent event.  Cleaned up beagled's
17857           argument processing.  Added a mechanism to allow or deny backends
17858           by name on the command line.  Tweaked the timing in CrawlQueue.
17859           Retooled EventStatistics.  Commented out the crappy f-spot hack
17860           in FilteredIndexable.
17862 2004-10-13 21:50  trow
17864         * Util/: Makefile.am, TaskManager.cs, ThreadedPriorityQueue.cs: The
17865           task manager manages tasks.
17867 2004-10-13 18:18  joeshaw
17869         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Don't index
17870           spam/junk folders.  Pick up where we left off when indexing.
17872 2004-10-13 17:25  joeshaw
17874         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Save our
17875           indexing state to disk every 500 mails, not just when we're
17876           finished
17878 2004-10-13 16:55  joeshaw
17880         * beagled/: Makefile.am, EvolutionMailDriver/CamelIndexDriver.cs,
17881           EvolutionMailDriver/EvolutionMailDriver.cs: The best evolution
17882           mail backend ever!
17884 2004-10-13 14:36  trow
17886         * logo/: beagle_logo-print.svg, beagle_logo-web.svg: Beagle logo
17887           SVGs.
17889 2004-10-13 14:20  joeshaw
17891         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Queue up
17892           added URIs so that we don't hose the machine when querying while
17893           indexing
17895 2004-10-12 17:14  campd
17897         * beagled/: QueryImpl.cs, QueryResult.cs: Clean up QueryImpl
17898           disposing
17900 2004-10-12 16:53  campd
17902         * beagled/IQueryWorker.cs: forgot this
17904 2004-10-12 16:47  campd
17906         * beagled/BeagleDaemon.cs: Added a --replace option to beagled
17907           which shuts down an existing beagled and replaces it
17909 2004-10-12 16:18  campd
17911         * Util/ThreadedPriorityQueue.cs, beagled/BeagleDaemon.cs,
17912           beagled/BugzillaDriver.cs, beagled/Crawler.cs,
17913           beagled/FactoryImpl.cs, beagled/Makefile.am,
17914           beagled/QueryDriver.cs, beagled/QueryImpl.cs,
17915           beagled/QueryResult.cs, beagled/Queryable.cs,
17916           beagled/Shutdown.cs,
17917           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
17918           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
17919           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Some shutdown
17920           fixes:
17922           Fixed a race in EvolutionDataServerQuerable that would cause it
17923           to miss shutdown requests and wait around indefinitely
17925           WorkerStart now returns false if shutdown has been requested,
17926           workers should exit if WorkerStart returns false
17928           Changed the QueryWorker delegate to an IQueryWorker interface, so
17929           that we can ToString the worker to get more information
17931           Added some debugging spew
17933 2004-10-12 12:25  campd
17935         * beagled/: BeagleDaemon.cs, BugzillaDriver.cs, GoogleDriver.cs,
17936           IQueryable.cs, LuceneDriver.cs, LuceneQueryable.cs,
17937           QueryDriver.cs, Queryable.cs, BlamQueryable/BlamQueryable.cs,
17938           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
17939           EvolutionMailDriver/EvolutionMailDriver.cs,
17940           FileSystemQueryable/FileSystemQueryable.cs,
17941           GaimLogQueryable/GaimLogQueryable.cs,
17942           TomboyQueryable/TomboyQueryable.cs: Added a Start() method to
17943           querables.  Queryables should intialize in the constructor and
17944           start threads/work in the Start method.
17946           Call Start() after the process daemonizes.
17948 2004-10-11 21:19  trow
17950         * Util/FileSystem.cs, beagled/Crawler.cs, beagled/LuceneDriver.cs,
17951           beagled/Makefile.am,
17952           beagled/FileSystemQueryable/EventStatistics.cs,
17953           beagled/FileSystemQueryable/FileSystemQueryable.cs: Be smarter
17954           about dealing with symlinks.  The beginnings of some code for
17955           tracking event timing statistics.
17957 2004-10-11 19:41  trow
17959         * Util/Inotify.cs: Hold a reference to our InotifyEventCallback to
17960           try to avoid magic trampoline errors.
17962 2004-10-11 17:19  joeshaw
17964         * beagled/: LuceneDriver.cs,
17965           EvolutionMailDriver/EvolutionMailDriver.cs: Reimplement Evo mail
17966           driver as a new spiffy IIndexableGenerator for memory happiness
17968 2004-10-11 11:46  trow
17970         * Filters/FilterJpeg.cs, Util/ExifData.cs, Util/JpegHeader.cs,
17971           Util/Makefile.am: A new jpeg filter using the real exif/jpeg
17972           processing code from f-spot.
17974 2004-10-10 18:28  nat
17976         * Tiles/TileNote.cs: Don't bomb out if Tomboy doesn't exist.
17978 2004-10-10 18:08  trow
17980         * BeagleClient/IIndexableGenerator.cs, BeagleClient/Makefile.am,
17981           beagled/LuceneDriver.cs: Support for indexable generators.
17983 2004-10-10 17:58  joeshaw
17985         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: More fixes
17986           for subfolders
17988 2004-10-10 17:43  trow
17990         * Tiles/TileFromTemplate.cs: Throw a sane exception if a tile asks
17991           for a non-existent resource.
17993 2004-10-10 17:32  trow
17995         * Util/ThreadedPriorityQueue.cs, beagled/LuceneDriver.cs,
17996           beagled/FileSystemQueryable/CrawlQueue.cs: Some changes to the
17997           priority queue to let us support Indexable generators.
17999 2004-10-10 17:23  campd
18001         * BeagleClient/Indexable.cs, BeagleClient/Property.cs,
18002           BeagleClient/Versioned.cs, BeagleClient/WebHistoryIndexer.cs,
18003           beagled/FilteredIndexable.cs, beagled/LuceneDriver.cs: Use xml
18004           serialization for the Indexables instead of hand-writing all the
18005           xml
18007 2004-10-10 17:20  joeshaw
18009         * beagled/: LuceneQueryable.cs,
18010           EvolutionMailDriver/EvolutionMailDriver.cs: I am a bug finding
18011           machine.  Fix the flicking email hits, and get subfolder URIs
18012           right.
18014 2004-10-10 14:31  joeshaw
18016         * Util/Inotify.cs: include the watch descriptor in the inotify
18017           verbose output
18019 2004-10-10 13:40  campd
18021         * BeagleClient/Factory.cs, BeagleClient/FileSystemIndexer.cs,
18022           BeagleClient/FileSystemIndexerProxy.cs, BeagleClient/Makefile.am,
18023           tools/CrawlerRSS20.cs, tools/IndexGaimLogs.cs,
18024           tools/IndexMail.cs, tools/Makefile.am,
18025           tools/beagle-update-index.in: Got rid of the obsolete
18026           crawlers/indexing tools
18028           Don't null out the factory object if beagle goes down
18030 2004-10-10 11:37  trow
18032         * BeagleClient/Query.cs, BeagleClient/QueryProxy.cs,
18033           Best/BestWindow.cs, Tiles/SimpleRootTile.cs, Tiles/Tile.cs,
18034           Tiles/TileNote.cs, beagled/QueryImpl.cs,
18035           beagled/FileSystemQueryable/FileNameFilter.cs: ]Added a means of
18036           getting the search text out of a query.  Added stuff to the file
18037           name filter to help the daemon avoid trying to index autotool
18038           temp files during compiles.  When clicking on a note tile, have
18039           tomboy open it with the search text highlighted.
18041 2004-10-10 11:20  andersca
18043         * ChangeLog, Util/ExtendedAttribute.cs: 2004-10-10  Anders Carlsson
18044            <andersca@gnome.org>
18046                   * Util/ExtendedAttribute.cs:
18047                   Check errno and add it to the exceptions on failure.
18049 2004-10-09 15:59  joeshaw
18051         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Avoid
18052           exceptions on every query when .evolution doesn't exist
18054 2004-10-09 15:44  joeshaw
18056         * beagled/: LuceneDriver.cs,
18057           EvolutionMailDriver/EvolutionMailDriver.cs: Don't log deletions
18058           if we're going to add them right back.  Make the EvoMailDriver
18059           queue persistent, and when removing, make sure we have the right
18060           account name
18062 2004-10-09 15:39  campd
18064         * beagled/Shutdown.cs: Warn if there are more WorkerFinished than
18065           WorkerStart
18067 2004-10-09 14:13  campd
18069         * Util/ThreadedPriorityQueue.cs: fixed typo
18071 2004-10-09 14:12  campd
18073         * Util/ThreadedPriorityQueue.cs, beagled/Crawler.cs,
18074           beagled/QueryDriver.cs: Put some WorkerFinished calls into
18075           finally blocks
18077 2004-10-09 11:48  joeshaw
18079         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: oops, we're
18080           indexing some folder, not necessarily IMAP
18082 2004-10-09 08:55  trow
18084         * Tiles/: HitFlavor.cs, SimpleRootTile.cs, TileBlog.cs,
18085           TileBugzilla.cs, TileContact.cs, TileFile.cs, TileFolder.cs,
18086           TileGoogle.cs, TileHitCollection.cs, TileImLog.cs,
18087           TileMailMessage.cs, TileMusic.cs, TileNote.cs, TilePicture.cs,
18088           TileWebHistory.cs: Fixed tile ordering hack.
18090 2004-10-08 19:40  trow
18092         * Tiles/TileBlog.cs, Tiles/template-blog.html, beagled/beagled.in,
18093           beagled/BlamQueryable/BlamQueryable.cs,
18094           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: More hacking
18095           on the blog backend and tile.  Set the LD_LIBRARY_PATH in the
18096           beagled wrapper so that we can find libcamel.  Explicitly specify
18097           that we are DllImporting libcamel.so.0.
18099 2004-10-08 19:39  joeshaw
18101         * configure.in, beagled/EvolutionMailDriver/EvolutionMailDriver.cs:
18102           get the right IMAP account name by using gconf
18104 2004-10-08 17:05  trow
18106         * beagled/BlamQueryable/BlamQueryable.cs: Oops.
18108 2004-10-08 17:05  trow
18110         * beagled/: BlamQueryable/BlamQueryable.cs,
18111           FileSystemQueryable/FileSystemQueryable.cs: Ch
18113 2004-10-08 16:45  trow
18115         * Util/Inotify.cs, glue/inotify.h: Switch to the latest & greatest
18116           inotify.  We now require rml's 757 kernel (or equivalent).
18118 2004-10-08 16:24  campd
18120         * doc/TODO-integration: Add "c bindings for the dbus interface"
18122 2004-10-08 16:13  trow
18124         * beagled/: Queryable.cs, QueryableFlavor.cs: Remove the Source
18125           from the QueryableFlavor.  Use the Name instead of the Source
18126           when calling QueryBody.AcceptSource in Queryable.AcceptSource.
18128 2004-10-08 16:08  joeshaw
18130         * beagled/: FilteredIndexable.cs, LuceneQueryable.cs, Makefile.am,
18131           EvolutionMailDriver/EvolutionMailDriver.cs: Replace MailQueryable
18132           with EvolutionMailDriver, which uses the Evolution local mail
18133           indexes directly, and which indexes in lucene summary data and
18134           cached imap messages
18136 2004-10-08 15:18  campd
18138         * BeagleClient/Hit.cs, Tiles/Tile.cs, Tiles/TileFile.cs,
18139           Tiles/TileFolder.cs, Tiles/TileMailMessage.cs,
18140           Tiles/TileMusic.cs, Tiles/TilePicture.cs,
18141           beagled/EvolutionDataServerQueryable/BookViewDriver.cs: Open
18142           mails with "evolution" rather than "evolution-1.5"
18144           Show an error dialog when opening a hit fails
18146           Fixed disconnecting from a view in the bookviewdriver
18148 2004-10-08 15:16  trow
18150         * images/: Makefile.am, emblem-blog.png, icon-blog.png: Images for
18151           the blog tile.
18153 2004-10-08 15:16  trow
18155         * Tiles/Makefile.am, Tiles/TileBlog.cs, Tiles/template-blog.html,
18156           beagled/BlamQueryable/BlamQueryable.cs,
18157           beagled/FileSystemQueryable/CrawlQueue.cs: Tweaks to the blam
18158           backend.  Added a tile for blog entries.  Changed the file system
18159           backend to crawl more often.
18161 2004-10-08 14:28  campd
18163         * tools/: Makefile.am, beagle-shutdown: added beagle-shutdown
18164           script
18166 2004-10-08 13:31  trow
18168         * beagled/: Indexable.cs, IndexableFile.cs, IndexableHttp.cs,
18169           Makefile.am, Property.cs, TestClient.cs: Removed dead/obsolete
18170           code.
18172 2004-10-08 13:31  trow
18174         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Have the
18175           CrawlQueue forget deleted paths.
18177 2004-10-08 13:12  trow
18179         * beagled/: LuceneDriver.cs, LuceneQueryable.cs,
18180           FileSystemQueryable/FileSystemQueryable.cs: Removed the
18181           file-is-missing check out of the LuceneDriver, abstracted it, and
18182           moved it into a virtual method in the LuceneQueryable.
18184           The actual file-is-missing check is now performed in the
18185           FileSystemQueryable, and other backends can perform their own
18186           sanity checks.
18188 2004-10-08 11:45  clahey
18190         * ChangeLog, images/Makefile.am, tools/Makefile.am: 2004-10-08
18191           Christopher James Lahey  <clahey@ximian.com>
18193                   * images/Makefile.am, tools/Makefile.am: Fixed make
18194           distcheck.
18196 2004-10-07 19:52  nat
18198         * mozilla-extension/content/beagleOverlay.js: Dave's fix to make
18199           this work.
18201 2004-10-07 19:20  clahey
18203         * ChangeLog, Util/Archive.cs: 2004-10-07  Chris Lahey
18204           <clahey@ximian.com>
18206                   * Util/Archive.cs: Unified interface for pulling data
18207           from an
18208                   archive file (gz, tar, bz2, zip).
18210 2004-10-07 19:14  trow
18212         * beagled/TomboyQueryable/TomboyQueryable.cs: Check for both
18213           ~/.tomboy and ~/.tomboy/Backup.
18215 2004-10-07 16:57  trow
18217         * AUTHORS: Added Fredrik Hedberg to AUTHORS.
18219 2004-10-07 16:33  campd
18221         * BeagleClient/Indexable.cs, beagled/LuceneDriver.cs,
18222           beagled/LuceneQueryable.cs: Let lucene queryables tell the driver
18223           to save its state on disk to survive daemon restarts.  Turn this
18224           on for the webhistory queryable
18226 2004-10-07 16:16  trow
18228         * beagled/: Makefile.am, BlamQueryable/BlamQueryable.cs: Added
18229           Fredrik Hedberg's Blam backend.
18231 2004-10-07 15:17  trow
18233         * Util/StringFu.cs, beagled/FileSystemQueryable/CrawlQueue.cs,
18234           beagled/FileSystemQueryable/FileNameFilter.cs,
18235           beagled/FileSystemQueryable/FileSystemQueryable.cs: Incrementally
18236           crawl the user's file system in a prioritized order.
18238 2004-10-06 17:01  campd
18240         * Util/Inotify.cs, Util/ThreadedPriorityQueue.cs,
18241           beagled/BeagleDaemon.cs, beagled/Crawler.cs, beagled/DBusisms.cs,
18242           beagled/FactoryImpl.cs, beagled/FileSystemEventMonitor.cs,
18243           beagled/LuceneDriver.cs, beagled/Ping.cs, beagled/QueryDriver.cs,
18244           beagled/QueryResult.cs, beagled/Shutdown.cs,
18245           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
18246           beagled/FileSystemQueryable/FileSystemQueryable.cs: Clean daemon
18247           shutdown stuff
18249 2004-10-06 16:37  trow
18251         * Util/StringFu.cs: Quote #s in filenames when constructing Uris.
18253 2004-10-06 16:20  trow
18255         * beagled/: IQueryable.cs, LuceneDriver.cs, LuceneQueryable.cs,
18256           Makefile.am, QueryDriver.cs, QueryImpl.cs, Queryable.cs,
18257           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
18258           FileSystemQueryable/FileNameFilter.cs,
18259           FileSystemQueryable/FileSystemQueryable.cs,
18260           GaimLogQueryable/GaimLogQueryable.cs,
18261           TomboyQueryable/TomboyQueryable.cs: Big
18262           IQueryable/QueryDriver/QueryImpl clean-up.
18264 2004-10-06 10:58  trow
18266         * BeagleClient/Query.cs, beagled/QueryImpl.cs: Do the right thing
18267           if the list of Uris to add/subtract is empty.
18269 2004-10-06 10:43  trow
18271         * Util/Inotify.cs, beagled/LuceneDriver.cs,
18272           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18273           beagled/GaimLogQueryable/GaimLogQueryable.cs,
18274           beagled/TomboyQueryable/TomboyQueryable.cs: Small change to
18275           Inotify.cs: expose the watch handle.  Small LuceneDriver
18276           hacks/optimizations.  Inotifized the GaimLog and Tomboy backends.
18278 2004-10-06 10:31  trow
18280         * beagled/QueryImpl.cs: Fixes a few small glitches: * Uris have
18281           type Uri, not string * On a subtract, remove the Uri from
18282           allHits.
18284 2004-10-06 10:03  trow
18286         * Filters/: FilterHtml.cs, FilterJpeg.cs, FilterPng.cs: Fix more
18287           filters to open files w/ sharing enabled.
18289 2004-10-05 18:28  campd
18291         * beagled/: BeagleDaemon.cs, LuceneDriver.cs: [no log message]
18293 2004-10-05 18:09  campd
18295         * BeagleClient/Query.cs, beagled/QueryImpl.cs: Fixed up the query
18296           updates
18298 2004-10-05 16:50  campd
18300         * BeagleClient/Query.cs, beagled/QueryImpl.cs: Move query state
18301           into the daemon
18303 2004-10-05 15:50  nat
18305         * Best/best.in, beagled/beagled.in, doc/TODO-integration: Now I can
18306           use killall to kill beagle.
18308 2004-10-04 17:12  campd
18310         * Util/camel.cs,
18311           beagled/EvolutionDataServerQueryable/BookViewDriver.cs: Index the
18312           mail as it is read rather than reading in the whole file at once
18314 2004-10-04 16:15  trow
18316         * AUTHORS, Util/ImLog.cs, Util/camel.cs: Applied patches from
18317           Michael Bayne <mdb@samskivert.com>
18319 2004-10-04 16:09  trow
18321         * Filters/: FilterMan.cs, FilterPdf.cs, FilterRTF.cs,
18322           FilterSource.cs, FilterTexi.cs, FilterText.cs: Replace a bunch of
18323           uses of FileInfo.OpenText with code that constructs a
18324           StreamReader that explicitly allows sharing.
18326 2004-10-04 16:06  trow
18328         * beagled/: LuceneDriver.cs, Makefile.am, Shutdown.cs, beagled.in,
18329           FileSystemQueryable/CrawlQueue.cs,
18330           FileSystemQueryable/FileNameFilter.cs,
18331           FileSystemQueryable/FileSystemQueryable.cs,
18332           GaimLogQueryable/GaimLogQueryable.cs,
18333           TomboyQueryable/TomboyQueryable.cs: More hacking.  The
18334           FileSystemQueryable is now inotify-only.
18336 2004-10-04 16:03  trow
18338         * Util/: ExtendedAttribute.cs, FileSystem.cs, Inotify.cs,
18339           Makefile.am, Stopwatch.cs, ThreadedPriorityQueue.cs: Hacking.
18341 2004-10-04 14:45  campd
18343         * BeagleClient/DBusisms.cs: Let dbus exceptions be thrown, so that
18344           Best can handle them intelligently
18346 2004-10-04 12:23  campd
18348         * Best/BestWindow.cs: Added an error message for a missing session
18349           bus
18351 2004-10-04 12:13  campd
18353         * Util/Logger.cs, beagled/BeagleDaemon.cs: fixed some
18354           startup/logging stuff
18356 2004-10-04 12:00  campd
18358         * Util/Logger.cs, beagled/BeagleDaemon.cs: [no log message]
18360 2004-10-01 17:04  campd
18362         * doc/TODO: updated
18364 2004-10-01 17:03  campd
18366         * Util/Logger.cs, beagled/BeagleDaemon.cs,
18367           beagled/BugzillaDriver.cs, beagled/Crawler.cs,
18368           beagled/FactoryImpl.cs, beagled/Filter.cs,
18369           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
18370           beagled/QueryDriver.cs, beagled/QueryResult.cs,
18371           beagled/beagled.in, beagled/Lucene.Net/Store/FSDirectory.cs: new
18372           logging stuff
18374 2004-10-01 13:31  joeshaw
18376         * beagle-0.0.pc.in: Add Tiles.dll to the link line in pkgconfig
18377           file
18379 2004-10-01 11:21  trow
18381         * Util/Inotify.cs, glue/inotify-glue.c, glue/inotify.h: Fixes for
18382           the new inotify.
18384           Made the Inotify wrapper work for watching both files and
18385           directories.  (Which was mostly an issue of renaming.)
18387 2004-10-01 10:59  nat
18389         * doc/fixme.sh: La la la
18391 2004-10-01 10:54  trow
18393         * BeagleClient/Hit.cs: Including the hit's timestamp in the XML.
18395 2004-10-01 10:48  nat
18397         * BeagleClient/Hit.cs, Filters/FilterRTF.cs: Start of a list view
18398           of matches.
18400 2004-10-01 09:20  trow
18402         * AUTHORS: Added Varadhan to AUTHORS.
18404 2004-10-01 09:18  trow
18406         * Filters/FilterSource.cs: Varadhan's improvements to the source
18407           code filter.
18409 2004-09-30 11:37  trow
18411         * beagled/Flavor.cs: Fixed a stupid typo.
18413 2004-09-29 09:34  trow
18415         * doc/TODO: Updated.
18417 2004-09-29 09:33  trow
18419         * beagled/ExtractContent.cs: Added --tokenize argument.
18421 2004-09-28 22:36  trow
18423         * beagled/ExtractContent.cs: A fix from Varadhan.
18425 2004-09-28 22:09  trow
18427         * BeagleClient/DBusisms.cs, beagled/FactoryImpl.cs: Replace calls
18428           to ServiceCreated and ServiceDeleted with calls to
18429           ServiceOwnerChanged.
18431 2004-09-28 22:07  trow
18433         * beagled/EvolutionDataServerQueryable/BookViewDriver.cs: Work
18434           around a glitch in the evo-sharp bindings that keeps us from
18435           being able to pass null as the second arg of
18436           Evolution.Book.GetBookView.
18438 2004-09-28 18:49  trow
18440         * doc/TODO: Added a TODO item about making beagled better-behaved.
18442 2004-09-28 15:46  campd
18444         * tools/Query.cs: Use OnFinished in beagle-query
18446 2004-09-28 15:44  campd
18448         * BeagleClient/QueryProxy.cs, Best/BestWindow.cs,
18449           beagled/QueryImpl.cs, beagled/QueryResult.cs,
18450           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
18451           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
18452           Added a FinishedEvent to the query to allow for UI feedback.
18454           Added a busy cursor to the Best window while the query is
18455           running.
18457           Only show status ever 1500 mails in the mail indexer
18459 2004-09-24 17:07  campd
18461         * configure.in, chooser-fu/Makefile.am, chooser-fu/beaglequery.c,
18462           chooser-fu/gtkfilesystembeagle.c, tools/Query.cs: Start getting
18463           the chooser back in to shape
18465 2004-09-24 08:26  nat
18467         * Makefile.am:
18468           Build the tray applet.
18470 2004-09-23 21:35  trow
18472         * Util/Inotify.cs: Some more improvements to our inotify bindings.
18473           We now listen for events from /dev/inotify in a thread.
18475 2004-09-23 15:28  joeshaw
18477         * tools/Query.cs: Bump timeout up from 150ms to 1s.  I couldn't
18478           successfully query anything in 150ms.
18480 2004-09-23 14:14  joeshaw
18482         * doc/TODO, beagled/Makefile.am: Get indexing of mail going again.
18484 2004-09-23 00:42  trow
18486         * AUTHORS: Added Dave to AUTHORS.
18488 2004-09-23 00:07  nat
18490         * tools/Query.cs: Some new command-line args
18492 2004-09-22 23:04  nat
18494         * Best/BestRootTile.cs, Best/BestWindow.cs, Best/Makefile.am,
18495           Tiles/Makefile.am: Share the root tile between the applet and
18496           Best.
18498 2004-09-22 21:59  nat
18500         * .cvsignore: Reduce noise pollution
18502 2004-09-22 21:52  nat
18504         * Tiles/SimpleRootTile.cs: Beginning to consolidate this.
18506 2004-09-22 12:51  campd
18508         * beagled/: EvolutionDataServerDriver.cs, Makefile.am,
18509           QueryImpl.cs, EvolutionDataServerQueryable/BookViewDriver.cs,
18510           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
18511           Added live updating to EvolutionDataServerQueryable
18513           Disconnect the resultset when the query is disposed.
18515 2004-09-22 11:45  trow
18517         * Filters/FilterRTF.cs: Filtering mechanism is changed. Now,
18518           parsing/filtering is based on "\pard\plain" keyword.
18520 2004-09-22 10:57  trow
18522         * Util/ExtendedAttribute.cs: Fixed a little bug.
18524 2004-09-22 10:55  nat
18526         * Best/BestRootTile.cs, Best/BestWindow.cs, Tiles/TileCanvas.cs:
18527           Ask the user if he wants to start the daemon...
18529 2004-09-22 09:41  trow
18531         * Filters/: FilterTexi.cs, Makefile.am: Added Filter for texi
18532           documents
18534 2004-09-22 09:07  trow
18536         * Filters/: FilterRTF.cs, Makefile.am: Added Filter for RTF files.
18538 2004-09-22 09:05  kharish
18540         * Tiles/Makefile.am, Tiles/TileBugzilla.cs,
18541           Tiles/template-bugzilla.html, beagled/BugzillaDriver.cs,
18542           beagled/Makefile.am: Added support for querying bugzilla using
18543           the bug id - a primitive hack from Bangalore Beagle hackfest
18545 2004-09-22 09:04  trow
18547         * images/: Makefile.am, emblem-bugzilla.png: Added a cool-looking
18548           bug.
18550 2004-09-22 09:03  nat
18552         * beagled/FileSystemQueryable/FileNameFilter.cs: We now index C#
18553           files
18555 2004-09-22 08:58  nat
18557         * .cvsignore, Best/BestWindow.cs, tools/Query.cs: Fix up the tray
18558           build.
18560 2004-09-22 08:53  siva
18562         * Filters/Makefile.am: Added New Source file FilterSource.cs
18564 2004-09-22 08:52  siva
18566         * Filters/FilterSource.cs: Added a Filter to index c, java, c sharp
18567           language files
18569 2004-09-22 08:35  harinath
18571         * BeagleClient/DBusisms.cs, BeagleClient/Factory.cs,
18572           BeagleClient/Query.cs, Best/BestWindow.cs: make more robust to
18573           server going down
18575 2004-09-22 08:34  sragavan
18577         * ChangeLog: 2004-09-24  Srinivasa Ragavan <sragavan@novell.com>
18578           * Added Beagle Tray applet code to show beagle results
18580 2004-09-22 08:12  trow
18582         * beagled/FileSystemQueryable/FileNameFilter.cs: Fix a small crash,
18583           maybe.
18585 2004-09-22 08:01  nat
18587         * BeagleClient/QueryProxy.cs, Util/GtkUtils.cs, Util/Makefile.am,
18588           beagled/EvolutionDataServerDriver.cs, beagled/GoogleDriver.cs,
18589           beagled/QueryBody.cs, beagled/QueryDriver.cs,
18590           beagled/QueryImpl.cs, beagled/QueryableFlavor.cs,
18591           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18592           beagled/GaimLogQueryable/GaimLogQueryable.cs,
18593           beagled/TomboyQueryable/TomboyQueryable.cs, tools/Query.cs: Allow
18594           the user to disable backends at search time in beagle-query.
18596           Simply do:
18598                   beagle-query source:imlogs "nat friedman"
18600           to search only your IM logs.
18602 2004-09-22 06:37  nat
18604         * tools/Query.cs: Let the user know if the daemon isn't running...
18606 2004-09-22 06:31  trow
18608         * beagled/TomboyQueryable/TomboyQueryable.cs: Don't index the
18609           tomboy backup files.
18611 2004-09-22 06:31  nat
18613         * Best/BestWindow.cs: Close the window on C-w/ESC
18615 2004-09-22 05:58  harinath
18617         * Best/BestWindow.cs: Don't crash if deamon isn't running.
18619 2004-09-22 05:57  harinath
18621         * Best/BestRootTile.cs: Add Error () function.
18623 2004-09-22 05:05  nat
18625         * Best/HitView.cs: Use gnome-open, don't hardcode epiphany to
18626           launch URLs.
18628 2004-09-22 04:46  harinath
18630         * beagled/Crawler.cs: (WorkQueue): Don't fail if directory doesn't
18631           exist.
18633 2004-09-22 04:41  nat
18635         * Util/ImLog.cs: Fix from Arun Raghavan.
18637 2004-09-22 04:37  nat
18639         * .cvsignore, Tiles/TileNote.cs, Tiles/template-note.html,
18640           Util/Note.cs, beagled/TomboyQueryable/TomboyQueryable.cs,
18641           images/trayicon.png: Okay, that should be that.
18643 2004-09-22 04:34  trow
18645         * glue/.cvsignore: Be quiet!
18647 2004-09-22 04:30  nat
18649         * images/note.png: More...
18651 2004-09-22 04:28  nat
18653         * images/emblem-note.png: Forgot this.  And probably others.
18655 2004-09-22 03:46  harinath
18657         * ChangeLog, beagled/Makefile.am, tools/Makefile.am: Fix srcdir !=
18658           builddir problems.
18660 2004-09-22 03:44  nat
18662         * AUTHORS, beagle.spec.in, configure.in, Tiles/Makefile.am,
18663           Util/ExtendedAttribute.cs, Util/Makefile.am,
18664           beagled/BeagleDaemon.cs, beagled/EvolutionDataServerDriver.cs,
18665           beagled/Makefile.am, images/Makefile.am,
18666           mozilla-extension/Makefile.am: A sublime patch from Christopher
18667           Orr to enable Tomboy indexing in Beagle.  That man deserves 1,000
18668           virgins when he goes to heaven.
18670           A fix so the daemon doesn't die if the ebook library isn't
18671           present/found...
18673           Some other crap
18675 2004-09-21 21:33  trow
18677         * Util/Inotify.cs, glue/inotify-glue.c: Improvements to the inotify
18678           bindings.
18680 2004-09-21 20:11  trow
18682         * beagled/LuceneDriver.cs: Purge the index if we find dangling
18683           locks.
18685 2004-09-21 16:38  joeshaw
18687         * beagled/QueryDriver.cs: Wrap the activation of the query drivers
18688           in a try-catch so that we can still query even if a backend isn't
18689           working.
18691 2004-09-21 12:37  trow
18693         * Makefile.am, configure.in, Util/ImLog.cs, Util/Inotify.cs,
18694           Util/Makefile.am, glue/Makefile.am, glue/inotify-glue.c,
18695           glue/inotify.h: Some inotify bindings for mono.
18697 2004-09-21 04:27  nat
18699         * doc/TODO: Somewhat clenaed up.
18701 2004-09-20 14:46  trow
18703         * beagled/: Crawler.cs, LuceneDriver.cs,
18704           FileSystemQueryable/FileNameFilter.cs,
18705           FileSystemQueryable/FileSystemQueryable.cs,
18706           GaimLogQueryable/GaimLogQueryable.cs: Adjusted post-indexing
18707           sleeps to keep beagled from rendering the system unusable during
18708           big jobs.
18710           Preliminary work towards a simple basic priority queue-type
18711           structure, so that we can make certain operations happen skip to
18712           the head of the queue.  Priority items still have to wait for a
18713           flush, which isn't optimal (but which is fixable).
18715 2004-09-20 08:13  trow
18717         * BeagleClient/Hit.cs, beagled/LuceneDriver.cs,
18718           beagled/FileSystemQueryable/FileSystemQueryable.cs: In the Hit
18719           class: * changed data items from objects to byte arrays.  * small
18720           XML format changes * in the XML, read/write base64-encoded
18721           versions of the data items
18723           This change resurrects the contact photos in the eds backend.
18725 2004-09-20 04:19  trow
18727         * beagled/BeagleDaemon.cs, beagled/Makefile.am, beagled/Ping.cs,
18728           tools/Makefile.am, tools/beagle-ping: Added a way to ping the
18729           daemon.
18731 2004-09-20 04:15  nat
18733         * tools/Crawler.cs: Typo fix.
18735 2004-09-20 03:52  trow
18737         * beagled/: EvolutionDataServerDriver.cs, LuceneDriver.cs: Slow
18738           down indexing if multiple threads are indexing at the same time.
18739           Re-enable the eds backend.
18741 2004-09-19 17:21  trow
18743         * Util/FileMatcher.cs, Util/Makefile.am,
18744           beagled/NoIndexFileHandler.cs,
18745           beagled/FileSystemQueryable/Crawler.cs: Removed some obsolete
18746           code.
18748 2004-09-19 17:08  trow
18750         * BeagleClient/FileSystemIndexer.cs,
18751           BeagleClient/FileSystemIndexerProxy.cs,
18752           BeagleClient/Indexable.cs, Best/BestRootTile.cs,
18753           Tiles/TileHitCollection.cs, Util/ExtendedAttribute.cs,
18754           Util/FileMatcher.cs, beagled/Crawler.cs,
18755           beagled/FileSystemEventMonitor.cs, beagled/LuceneDriver.cs,
18756           beagled/Makefile.am,
18757           beagled/FileSystemQueryable/FileNameFilter.cs,
18758           beagled/FileSystemQueryable/FileSystemEventMonitor.cs,
18759           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18760           beagled/FileSystemQueryable/IndexerImpl.cs, tools/Crawler.cs,
18761           tools/Makefile.am: More hacking.  * File indexing and crawling
18762           now work.  * Fixed a bunch of small bugs and a few race
18763           conditions.
18765 2004-09-17 16:32  campd
18767         * BeagleClient/Indexable.cs: Changed the buffer size from 1892 to
18768           8192.
18770 2004-09-17 13:21  campd
18772         * Util/Logger.cs: Unlock the same range that was locked
18774 2004-09-17 12:34  trow
18776         * configure.in, BeagleClient/DBusisms.cs,
18777           BeagleClient/FileSystemIndexer.cs,
18778           BeagleClient/FileSystemIndexerProxy.cs,
18779           BeagleClient/Indexable.cs, BeagleClient/Indexer.cs,
18780           BeagleClient/IndexerProxy.cs, BeagleClient/Makefile.am,
18781           BeagleClient/WebHistoryIndexer.cs,
18782           BeagleClient/WebHistoryIndexerProxy.cs, Best/BestRootTile.cs,
18783           Best/BestWindow.cs, Util/ExtendedAttribute.cs, Util/ImLog.cs,
18784           Util/Makefile.am, Util/UriFu.cs, beagled/Crawler.cs,
18785           beagled/DBusisms.cs, beagled/EvolutionDataServerDriver.cs,
18786           beagled/FileSystemEventMonitor.cs, beagled/LuceneDriver.cs,
18787           beagled/Makefile.am, beagled/QueryImpl.cs,
18788           beagled/QueryResult.cs, beagled/beagled.in,
18789           beagled/FileSystemQueryable/Crawler.cs,
18790           beagled/GaimLogQueryable/GaimLogQueryable.cs,
18791           mozilla-extension/install.rdf, tools/IndexGaimLogs.cs,
18792           tools/IndexWebContent.cs, tools/Makefile.am: Lots of work on live
18793           queries, etc.
18795 2004-09-15 11:04  trow
18797         * beagle.spec: Removed generated file.
18799 2004-09-15 11:02  trow
18801         * Tiles/: TileImLog.cs, template-im-log.html: Improved date
18802           formatting in the IM tile.
18804 2004-09-14 01:43  trow
18806         * BeagleClient/Indexer.cs, BeagleClient/IndexerProxy.cs,
18807           BeagleClient/Query.cs, beagled/LuceneDriver.cs,
18808           beagled/QueryImpl.cs, beagled/FileSystemQueryable/Crawler.cs,
18809           beagled/FileSystemQueryable/IndexerImpl.cs, tools/Crawler.cs:
18810           More work on crawling.
18812 2004-09-13 23:55  trow
18814         * BeagleClient/QueryManager.cs, BeagleClient/QueryManagerProxy.cs,
18815           BeagleClient/RdfSink.cs, BeagleClient/RdfSinkProxy.cs,
18816           BeagleClient/RdfSource.cs, BeagleClient/RdfSourceProxy.cs,
18817           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
18818           beagled/RdfSourceImpl.cs: Removed more dead code.
18820 2004-09-13 23:53  trow
18822         * beagled/: LuceneDriver.cs, Makefile.am,
18823           FileSystemQueryable/Crawler.cs,
18824           FileSystemQueryable/IndexerImpl.cs,
18825           FileSystemQueryable/IndexerQueue.cs: Added some crawler-related
18826           logic.  Added post-indexing hooks in the LuceneDriver.  Removed
18827           some more dead code.
18829 2004-09-13 22:29  trow
18831         * beagled/: LuceneDriver.cs, Makefile.am,
18832           FileSystemQueryable/FileSystemQueryable.cs,
18833           FileSystemQueryable/IndexDriver.cs,
18834           FileSystemQueryable/Indexer.cs,
18835           FileSystemQueryable/IndexerImpl.cs,
18836           FileSystemQueryable/MainIndexDriver.cs: Added fingerprint for
18837           lucene indices.  Renamed Indexer to IndexerImpl in order to be
18838           consistent with our D-BUS naming conventions.  Removed some old
18839           code.
18841 2004-09-13 22:11  trow
18843         * Util/: ExtendedAttribute.cs, Makefile.am, PageCache.cs: Wrapped
18844           from useful functions.
18846 2004-09-13 11:37  trow
18848         * beagled/EvolutionDataServerDriver.cs: Fixed Uri problem pointed
18849           out by Cory Watson.
18851 2004-09-12 23:12  trow
18853         * BeagleClient/DBusisms.cs: If a client loses the connection to the
18854           com.novell.Beagle service (i.e. if the daemon crashes), exit
18855           immediately.
18857 2004-09-12 23:02  trow
18859         * BeagleClient/Query.cs, beagled/FactoryImpl.cs,
18860           beagled/LuceneDriver.cs: Assorted clean-up.  Fixed a race
18861           condition: Beagle.Query now tracks an internal "reference count"
18862           for each hit so that we can better deal with out-of-order
18863           Add/Delete notifications.
18865 2004-09-12 21:33  trow
18867         * BeagleClient/Indexer.cs, BeagleClient/IndexerProxy.cs,
18868           BeagleClient/Makefile.am, beagled/Filter.cs,
18869           beagled/Indexable.cs, beagled/LuceneDriver.cs,
18870           beagled/LuceneQueryable.cs, beagled/Makefile.am,
18871           beagled/QueryDriver.cs,
18872           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18873           beagled/FileSystemQueryable/IndexDriver.cs,
18874           beagled/FileSystemQueryable/Indexer.cs,
18875           beagled/FileSystemQueryable/MainIndexDriver.cs,
18876           beagled/Lucene.Net/Store/FSDirectory.cs, tools/Crawler.cs,
18877           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
18878           tools/IndexWebContent.cs: A big boatload of refactoring to make
18879           live queries work better.  Probably buggy as hell, but I'll worry
18880           about that later.
18882           LuceneDriver now encapsulates all of our information on how to
18883           stick things into and pull things out of a Lucene index.  There
18884           is an integrated threaded indexing queue.
18886           LuceneQueryable implementats a basic IQueryable interface using a
18887           LuceneDriver for the queries.
18889           Moved D-BUS proxy info into BeagleClient/IndexerProxy.cs.
18890           BeagleClient/Indexer.cs is now a static wrapper around a
18891           singleton IndexerProxy, using the same pattern as Factory.
18893 2004-09-10 20:35  trow
18895         * Best/BestRootTile.cs, beagled/FactoryImpl.cs, beagled/Filter.cs,
18896           beagled/QueryImpl.cs,
18897           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18898           beagled/FileSystemQueryable/IndexDriver.cs: Fixed some live query
18899           bugs, others are still lurking...
18901 2004-09-10 19:33  trow
18903         * BeagleClient/Query.cs, Best/BestRootTile.cs,
18904           Tiles/TileHitCollection.cs, beagled/FactoryImpl.cs,
18905           beagled/QueryImpl.cs, beagled/QueryResult.cs,
18906           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18907           beagled/FileSystemQueryable/IndexDriver.cs: Basic, buggy version
18908           of live queries.
18910 2004-09-10 18:42  trow
18912         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
18913           BeagleClient/Query.cs, Tiles/HitFlavor.cs, Tiles/TileGoogle.cs,
18914           Tiles/TileImLog.cs, Tiles/TileWebHistory.cs,
18915           beagled/EvolutionDataServerDriver.cs, beagled/ExtractContent.cs,
18916           beagled/FilteredIndexable.cs, beagled/GoogleDriver.cs,
18917           beagled/IQueryable.cs, beagled/NoIndexFileHandler.cs,
18918           beagled/QueryDriver.cs, beagled/QueryImpl.cs,
18919           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18920           beagled/FileSystemQueryable/IndexDriver.cs,
18921           beagled/FileSystemQueryable/Indexer.cs,
18922           beagled/FileSystemQueryable/IndexerQueue.cs, tools/Crawler.cs,
18923           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
18924           tools/IndexWebContent.cs: More work towards live queries.  A
18925           whole bunch of changes replacing uri strings with System.Uri
18926           objects.
18928 2004-09-10 17:26  trow
18930         * BeagleClient/Query.cs, BeagleClient/QueryProxy.cs,
18931           Best/BestRootTile.cs, Best/BestWindow.cs,
18932           beagled/IQueryResult.cs, beagled/QueryDriver.cs,
18933           beagled/QueryImpl.cs, beagled/QueryResult.cs, tools/Query.cs:
18934           Checkpoint: lots of refactoring towards live queries.
18936 2004-09-10 16:29  campd
18938         * Util/Logger.cs, beagled/FileSystemQueryable/IndexDriver.cs: Fixed
18939           up the logger
18941 2004-09-10 15:19  campd
18943         * beagled/FileSystemQueryable/Indexer.cs: Don't monitor paths if
18944           they don't exist
18946 2004-09-10 15:06  campd
18948         * beagled/: FilteredIndexable.cs,
18949           FileSystemQueryable/IndexDriver.cs,
18950           FileSystemQueryable/Indexer.cs,
18951           FileSystemQueryable/IndexerQueue.cs: Consolidated dup removal in
18952           IndexDriver
18954 2004-09-06 22:38  trow
18956         * beagled/FileSystemEventMonitor.cs: Missed this one before.
18958 2004-09-06 22:38  trow
18960         * beagled/: BeagleDaemon.cs, DBusisms.cs, FactoryImpl.cs,
18961           IQueryable.cs, IndexDriver.cs, Indexer.cs, IndexerQueue.cs,
18962           MainIndexDriver.cs, Makefile.am, QueryDriver.cs, QueryImpl.cs,
18963           FileSystemQueryable/FileSystemEventMonitor.cs,
18964           FileSystemQueryable/FileSystemQueryable.cs,
18965           FileSystemQueryable/IndexDriver.cs,
18966           FileSystemQueryable/Indexer.cs,
18967           FileSystemQueryable/IndexerQueue.cs,
18968           FileSystemQueryable/MainIndexDriver.cs: Assorted clean-up and
18969           refactoring.  I've moved the file system indexing code into its
18970           own directory and its own namespace, in order to untangle the
18971           code and to make sure that it is all totally hidden behind the
18972           IQueryable interface.
18974 2004-09-06 19:48  trow
18976         * Util/FileMatcher.cs, beagled/Indexer.cs, tools/Crawler.cs: Define
18977           stock FileMatcher patterns in a static constructor.  Removed list
18978           of stock FileMatcher patterns from the crawler.  If we get
18979           notification of a change to a file that we should ignore, ignore
18980           it.
18982 2004-09-06 19:37  trow
18984         * beagle.spec, configure.in, beagled/FileSystemEventMonitor.cs,
18985           beagled/IndexDriver.cs, beagled/Indexer.cs,
18986           beagled/IndexerQueue.cs, beagled/Makefile.am: Added code to watch
18987           for and respond to file system events in certain directories.
18989           Moved optimization logic out of the IndexerQueue and into the
18990           IndexDriver.
18992           Fixed the build to properly set the GAC_PREFIX in the helper
18993           scripts if evolution-sharp is not available.
18995 2004-09-01 22:27  trow
18997         * Filters/FilterText.cs, beagled/FilteredIndexable.cs: Fixed a
18998           small glitch in the file timestamp code.
19000 2004-09-01 22:25  trow
19002         * configure.in: Fixed version number, which seems to have been
19003           incremented twice.
19005 2004-09-01 01:56  trow
19007         * BeagleClient/Factory.cs, BeagleClient/FactoryProxy.cs,
19008           beagled/QueryImpl.cs: A few files I forgot to add.
19010 2004-09-01 01:56  trow
19012         * BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
19013           BeagleClient/Query.cs, Best/BestWindow.cs,
19014           beagled/BeagleDaemon.cs, beagled/DBusisms.cs,
19015           beagled/EvolutionDataServerDriver.cs, beagled/FactoryImpl.cs,
19016           beagled/GoogleDriver.cs, beagled/IQueryable.cs,
19017           beagled/IndexDriver.cs, beagled/LiveQuery.cs,
19018           beagled/Makefile.am, beagled/Query.cs, beagled/QueryBody.cs,
19019           beagled/QueryDriver.cs, tools/Query.cs: Assorted reorganization,
19020           refactoring, renaming, clean-up, etc. etc. etc.
19022 2004-08-30 16:51  campd
19024         * beagle.spec, BeagleClient/Indexable.cs,
19025           beagled/FilteredIndexable.cs, beagled/IndexDriver.cs,
19026           beagled/Indexer.cs, beagled/IndexerQueue.cs,
19027           beagled/MainIndexDriver.cs, beagled/Makefile.am,
19028           beagled/PostIndexHandler.cs, beagled/QueryManager.cs: Separated
19029           out IndexDriver into a base class that operates on a lucene
19030           store, and a subclass that handles the main index.
19032           Changed the PostIndexHandler to work on a collection of hits
19033           instead of one hit at a time
19035           Fixed some of the dup-checking logic in the indexer
19037 2004-08-28 16:49  nat
19039         * beagle.spec.in: Forgot this last night.
19041 2004-08-27 22:54  nat
19043         * Makefile.am, beagle.spec, configure.in, beagled/Makefile.am:
19044           Added a spec file, made it distcheck
19046 2004-08-22 16:28  campd
19048         * BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
19049           BeagleClient/QueryManager.cs, BeagleClient/QueryManagerProxy.cs,
19050           BeagleClient/RdfSink.cs, BeagleClient/RdfSinkProxy.cs,
19051           BeagleClient/RdfSource.cs, BeagleClient/RdfSourceProxy.cs,
19052           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
19053           beagled/RdfSourceImpl.cs: Separated client-side objects from dbus
19054           interface definitions
19056 2004-08-21 17:26  trow
19058         * BeagleClient/Query.cs, BeagleClient/QueryManager.cs,
19059           BeagleClient/QueryProxy.cs, BeagleClient/RdfSink.cs,
19060           beagled/BeagleDaemon.cs: Totally cosmetic changes to the license
19061           at the top of the code.  (Apparently one got a bit screwed up,
19062           and then it was cut&pasted into several other files.)
19064 2004-08-21 15:49  campd
19066         * BeagleClient/Makefile.am, BeagleClient/Query.cs,
19067           BeagleClient/QueryProxy.cs, Best/BestWindow.cs,
19068           beagled/.cvsignore, beagled/BeagleDaemon.cs,
19069           beagled/LiveQuery.cs, beagled/QueryManager.cs, tools/Query.cs:
19070           Separate client-side Query code from the proxy object, implement
19071           query destruction.
19073 2004-08-20 19:31  trow
19075         * beagled/: IndexerQueue.cs, Makefile.am, beagled.in: Decreased
19076           frequency of index optimizations.  Adjusted daemon wrapper script
19077           to set filter path and not fork when running in place.
19079 2004-08-20 18:24  trow
19081         * tools/IndexMail.cs: After indexing, clear the list of things to
19082           be indexed.
19084 2004-08-20 17:36  campd
19086         * Tiles/: TileMailMessage.cs, template-mail-message.html: Fixed the
19087           mail message tile
19089 2004-08-20 17:27  campd
19091         * BeagleClient/Indexable.cs, tools/IndexWebContent.cs,
19092           tools/Makefile.am: Fixed the web content indexer
19094 2004-08-20 17:07  campd
19096         * BeagleClient/Indexable.cs, beagled/IndexerQueue.cs,
19097           tools/IndexMail.cs, tools/Makefile.am: Removed debugging spew
19098           from the Indexable object, made the mail indexer work again.
19100 2004-08-20 16:52  trow
19102         * Util/MultiReader.cs: Tweaked to work with the fixed Queue.Peek
19103           semantics.
19105 2004-08-20 16:26  campd
19107         * BeagleClient/Indexable.cs, BeagleClient/Indexer.cs, Best/best.in,
19108           Filters/FilterHtml.cs, Filters/FilterJpeg.cs,
19109           Filters/FilterMan.cs, Filters/FilterMusic.cs,
19110           Filters/FilterOpenOffice.cs, Filters/FilterPng.cs,
19111           beagled/FilteredIndexable.cs, beagled/IndexerQueue.cs,
19112           tools/IndexGaimLogs.cs, tools/Makefile.am: Add the ability to
19113           provide a stream to the Indexable, fixed the Filters build.
19115 2004-08-20 16:12  trow
19117         * BeagleClient/IRdf.cs, BeagleClient/Makefile.am,
19118           BeagleClient/RdfSink.cs, BeagleClient/RdfSource.cs,
19119           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
19120           beagled/RdfSourceImpl.cs: Added source/sink interfaces, which
19121           will make a few things a bit cleaner.
19123 2004-08-20 15:05  campd
19125         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
19126           BeagleClient/Indexer.cs, BeagleClient/Makefile.am,
19127           BeagleClient/Property.cs, beagled/ExtractContent.cs,
19128           beagled/FilteredIndexable.cs, beagled/IndexDriver.cs,
19129           beagled/Indexer.cs, beagled/Makefile.am,
19130           beagled/NoIndexFileHandler.cs, tools/Crawler.cs,
19131           tools/wrapper.in: Expose an "Indexable" object to the clients
19132           that allow them to provide a property bag to index.
19134 2004-08-20 14:31  trow
19136         * beagled/DBusisms.cs: Doh!
19138 2004-08-20 14:30  trow
19140         * BeagleClient/DBusisms.cs, BeagleClient/Indexer.cs,
19141           BeagleClient/Makefile.am, BeagleClient/QueryManager.cs,
19142           BeagleClient/RdfSink.cs, BeagleClient/RdfSource.cs,
19143           Best/BestWindow.cs, beagled/BeagleDaemon.cs, beagled/Indexer.cs,
19144           beagled/LiveQuery.cs, beagled/Makefile.am,
19145           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
19146           beagled/RdfSourceImpl.cs: Assorted dbus-related tweaks and
19147           clean-up.  The beginnings of rdf transport between clients and
19148           the daemon.
19150 2004-08-19 23:36  trow
19152         * Filters/: FilterHtml.cs, FilterJpeg.cs, FilterMan.cs,
19153           FilterMusic.cs, FilterOpenOffice.cs, FilterPdf.cs, FilterPng.cs,
19154           FilterText.cs: More namespacing fixes.
19156 2004-08-19 21:43  trow
19158         * beagled/: EvolutionDataServerDriver.cs,
19159           ExternalStringsHack.cs.in, ExtractContent.cs, Filter.cs,
19160           Flavor.cs, GoogleDriver.cs, IQueryResult.cs, IQueryable.cs,
19161           IndexDriver.cs, Indexable.cs, IndexableFile.cs, IndexableHttp.cs,
19162           Indexer.cs, IndexerQueue.cs, LiveQuery.cs, NoIndexFileHandler.cs,
19163           PathFinder.cs, PostIndexHandler.cs, PreIndexHandler.cs,
19164           Property.cs, Query.cs, QueryDriver.cs, QueryManager.cs,
19165           QueryResult.cs, QueryableFlavor.cs, Relevancy.cs: Merged
19166           Beagle.Core namespace into Beagle.Daemon.  (This division was an
19167           artifact from before the Indexer.dll code was merged into the
19168           daemon.)
19170 2004-08-19 14:44  trow
19172         * indexer/: EvolutionDataServerDriver.cs,
19173           ExternalStringsHack.cs.in, Filter.cs, Flavor.cs, GoogleDriver.cs,
19174           IQueryResult.cs, IQueryable.cs, IndexDriver.cs, Indexable.cs,
19175           IndexableFile.cs, IndexableHttp.cs, Makefile.am, PathFinder.cs,
19176           Property.cs, Query.cs, QueryDriver.cs, QueryResult.cs,
19177           QueryableFlavor.cs, Relevancy.cs: Tree clean-up.
19179 2004-08-19 14:36  trow
19181         * autogen.sh, configure.in, Best/Makefile.am, beagled/Makefile.am,
19182           mozilla-extension/Makefile.am: A few small changes for 'make
19183           distcheck'
19185 2004-08-17 20:49  joeshaw
19187         * beagle-0.0.pc.in: need to add Util.dll to the pkgconfig libs
19189 2004-08-17 20:18  trow
19191         * BeagleClient/DBusisms.cs, BeagleClient/Indexer.cs,
19192           BeagleClient/Query.cs, Best/BestWindow.cs, beagled/Indexer.cs,
19193           beagled/IndexerQueue.cs, beagled/LiveQuery.cs,
19194           beagled/NoIndexFileHandler.cs, beagled/PostIndexHandler.cs,
19195           beagled/PreIndexHandler.cs, beagled/QueryManager.cs,
19196           tools/Query.cs: Cache the query manager in dbusisms.
19197           Transparently map between xml and hits in BeagleClient/Query.cs.
19198           Cosmetic license tweaks.
19200 2004-08-17 20:02  joeshaw
19202         * beagled/BeagleDaemon.cs: Daemonize unless --nofork is passed in
19204 2004-08-17 19:56  campd
19206         * Filters/FilterMan.cs: Call Finished() when done in the man
19207           parser.
19209 2004-08-17 19:46  campd
19211         * beagled/ExtractContent.cs, beagled/Makefile.am,
19212           beagled/beagled.in, beagled/wrapper.in, tools/ExtractContent.cs,
19213           tools/Makefile.am: Moved beagle-extract-content into the daemon
19214           dir, build it against the daemon lib.
19216 2004-08-17 19:28  campd
19218         * beagled/: BeagleDaemon.cs, Indexer.cs, IndexerQueue.cs,
19219           LiveQuery.cs, NoIndexFileHandler.cs, PostIndexHandler.cs,
19220           PreIndexHandler.cs, QueryManager.cs: Changed BeagleDaemon to
19221           Beagle.Daemon
19223 2004-08-17 18:24  trow
19225         * BeagleClient/.cvsignore, beagled/Lucene.Net/.cvsignore,
19226           tools/.cvsignore: Be quiet!
19228 2004-08-17 18:24  trow
19230         * beagled/: .cvsignore, Lucene.Net/Analysis/PACKAGE.HTML,
19231           Lucene.Net/Analysis/Standard/PACKAGE.HTML,
19232           Lucene.Net/Analysis/Standard/StandardTokenizer.jj,
19233           Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.zip,
19234           Lucene.Net/QueryParser/PACKAGE.HTML,
19235           Lucene.Net/QueryParser/QueryParser.jj,
19236           Lucene.Net/QueryParser/QueryParser.zip,
19237           Lucene.Net/Search/PACKAGE.HTML, Lucene.Net/Store/PACKAGE.HTML:
19238           Randomness.
19240 2004-08-17 18:15  trow
19242         * beagled/BeagleDaemon.cs: Cosmetic tweaks.
19244 2004-08-17 14:25  joeshaw
19246         * beagle-0.0.pc.in, configure.in, beagled/Makefile.am,
19247           tools/Makefile.am, tools/wrapper.in: various build fixes
19249 2004-08-17 14:10  trow
19251         * beagled/: BeagleDaemon.cs, Makefile.am, beagled.in: Build tweaks.
19253 2004-08-17 12:40  joeshaw
19255         * beagled/Makefile.am: reenable the beagled wrapper
19257 2004-08-17 12:36  joeshaw
19259         * Best/Makefile.am, beagled/Makefile.am, beagled/beagled.in: fix a
19260           typo, do the GAC_PREFIX magic for beagled too
19262 2004-08-17 11:31  joeshaw
19264         * configure.in, Best/Makefile.am, Best/best.in: Fix the best
19265           wrapper script to use MONO_GAC_PREFIX
19267 2004-08-16 19:36  campd
19269         * BeagleClient/Indexer.cs, beagled/BeagleDaemon.cs,
19270           beagled/IndexDriver.cs, beagled/Indexer.cs,
19271           beagled/IndexerQueue.cs, beagled/Makefile.am, tools/Crawler.cs,
19272           tools/Makefile.am, tools/Query.cs: Work on the daemon indexer,
19273           moved the crawler to the indexer
19275 2004-08-16 19:06  joeshaw
19277         * beagled/Makefile.am: Fix some linking
19279 2004-08-16 18:52  trow
19281         * Filters/Makefile.am, beagled/Indexer.cs, beagled/Makefile.am,
19282           beagled/PostIndexHandler.cs, beagled/PreIndexHandler.cs: Assorted
19283           fixes.
19285 2004-08-16 18:04  trow
19287         * BeagleClient/DBusisms.cs: Doh!
19289 2004-08-16 18:01  trow
19291         * Makefile.am, configure.in, BeagleClient/Makefile.am,
19292           BeagleClient/Query.cs, BeagleClient/QueryManager.cs,
19293           Best/BestWindow.cs, beagled/EvolutionDataServerDriver.cs,
19294           beagled/ExternalStringsHack.cs.in, beagled/Filter.cs,
19295           beagled/Flavor.cs, beagled/GoogleDriver.cs,
19296           beagled/IQueryResult.cs, beagled/IQueryable.cs,
19297           beagled/IndexDriver.cs, beagled/Indexable.cs,
19298           beagled/IndexableFile.cs, beagled/IndexableHttp.cs,
19299           beagled/Makefile.am, beagled/PathFinder.cs, beagled/Property.cs,
19300           beagled/Query.cs, beagled/QueryDriver.cs, beagled/QueryResult.cs,
19301           beagled/QueryableFlavor.cs, beagled/Relevancy.cs,
19302           beagled/beagled.in, beagled/testclient.in,
19303           beagled/Lucene.Net/AssemblyInfo.cs,
19304           beagled/Lucene.Net/Makefile.am,
19305           beagled/Lucene.Net/Analysis/Analyzer.cs,
19306           beagled/Lucene.Net/Analysis/CharTokenizer.cs,
19307           beagled/Lucene.Net/Analysis/LetterTokenizer.cs,
19308           beagled/Lucene.Net/Analysis/LowerCaseFilter.cs,
19309           beagled/Lucene.Net/Analysis/LowerCaseTokenizer.cs,
19310           beagled/Lucene.Net/Analysis/PerFieldAnalyzerWrapper.cs,
19311           beagled/Lucene.Net/Analysis/PorterStemFilter.cs,
19312           beagled/Lucene.Net/Analysis/PorterStemmer.cs,
19313           beagled/Lucene.Net/Analysis/SimpleAnalyzer.cs,
19314           beagled/Lucene.Net/Analysis/StopAnalyzer.cs,
19315           beagled/Lucene.Net/Analysis/StopFilter.cs,
19316           beagled/Lucene.Net/Analysis/Token.cs,
19317           beagled/Lucene.Net/Analysis/TokenFilter.cs,
19318           beagled/Lucene.Net/Analysis/TokenStream.cs,
19319           beagled/Lucene.Net/Analysis/Tokenizer.cs,
19320           beagled/Lucene.Net/Analysis/WhitespaceAnalyzer.cs,
19321           beagled/Lucene.Net/Analysis/WhitespaceTokenizer.cs,
19322           beagled/Lucene.Net/Analysis/Standard/CharStream.cs,
19323           beagled/Lucene.Net/Analysis/Standard/FastCharStream.cs,
19324           beagled/Lucene.Net/Analysis/Standard/ParseException.cs,
19325           beagled/Lucene.Net/Analysis/Standard/StandardAnalyzer.cs,
19326           beagled/Lucene.Net/Analysis/Standard/StandardFilter.cs,
19327           beagled/Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
19328           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerConstants.cs,
19329           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
19330           beagled/Lucene.Net/Analysis/Standard/Token.cs,
19331           beagled/Lucene.Net/Analysis/Standard/TokenMgrError.cs,
19332           beagled/Lucene.Net/Document/DateField.cs,
19333           beagled/Lucene.Net/Document/Document.cs,
19334           beagled/Lucene.Net/Document/Field.cs,
19335           beagled/Lucene.Net/Index/CompoundFileReader.cs,
19336           beagled/Lucene.Net/Index/CompoundFileWriter.cs,
19337           beagled/Lucene.Net/Index/DocumentWriter.cs,
19338           beagled/Lucene.Net/Index/FieldInfo.cs,
19339           beagled/Lucene.Net/Index/FieldInfos.cs,
19340           beagled/Lucene.Net/Index/FieldsReader.cs,
19341           beagled/Lucene.Net/Index/FieldsWriter.cs,
19342           beagled/Lucene.Net/Index/FilterIndexReader.cs,
19343           beagled/Lucene.Net/Index/IndexReader.cs,
19344           beagled/Lucene.Net/Index/IndexWriter.cs,
19345           beagled/Lucene.Net/Index/MultipleTermPositions.cs,
19346           beagled/Lucene.Net/Index/SegmentInfo.cs,
19347           beagled/Lucene.Net/Index/SegmentInfos.cs,
19348           beagled/Lucene.Net/Index/SegmentMergeInfo.cs,
19349           beagled/Lucene.Net/Index/SegmentMergeQueue.cs,
19350           beagled/Lucene.Net/Index/SegmentMerger.cs,
19351           beagled/Lucene.Net/Index/SegmentReader.cs,
19352           beagled/Lucene.Net/Index/SegmentTermDocs.cs,
19353           beagled/Lucene.Net/Index/SegmentTermEnum.cs,
19354           beagled/Lucene.Net/Index/SegmentTermPositions.cs,
19355           beagled/Lucene.Net/Index/SegmentsReader.cs,
19356           beagled/Lucene.Net/Index/Term.cs,
19357           beagled/Lucene.Net/Index/TermDocs.cs,
19358           beagled/Lucene.Net/Index/TermEnum.cs,
19359           beagled/Lucene.Net/Index/TermInfo.cs,
19360           beagled/Lucene.Net/Index/TermInfosReader.cs,
19361           beagled/Lucene.Net/Index/TermInfosWriter.cs,
19362           beagled/Lucene.Net/QueryParser/CharStream.cs,
19363           beagled/Lucene.Net/QueryParser/FastCharStream.cs,
19364           beagled/Lucene.Net/QueryParser/MultiFieldQueryParser.cs,
19365           beagled/Lucene.Net/QueryParser/ParseException.cs,
19366           beagled/Lucene.Net/QueryParser/QueryParser.cs,
19367           beagled/Lucene.Net/QueryParser/QueryParserConstants.cs,
19368           beagled/Lucene.Net/QueryParser/QueryParserTokenManager.cs,
19369           beagled/Lucene.Net/QueryParser/TermPositions.cs,
19370           beagled/Lucene.Net/QueryParser/Token.cs,
19371           beagled/Lucene.Net/QueryParser/TokenMgrError.cs,
19372           beagled/Lucene.Net/Search/BooleanClause.cs,
19373           beagled/Lucene.Net/Search/BooleanQuery.cs,
19374           beagled/Lucene.Net/Search/BooleanScorer.cs,
19375           beagled/Lucene.Net/Search/CachingWrapperFilter.cs,
19376           beagled/Lucene.Net/Search/DateFilter.cs,
19377           beagled/Lucene.Net/Search/DefaultSimilarity.cs,
19378           beagled/Lucene.Net/Search/ExactPhraseScorer.cs,
19379           beagled/Lucene.Net/Search/Explanation.cs,
19380           beagled/Lucene.Net/Search/Filter.cs,
19381           beagled/Lucene.Net/Search/FilteredTermEnum.cs,
19382           beagled/Lucene.Net/Search/FuzzyQuery.cs,
19383           beagled/Lucene.Net/Search/FuzzyTermEnum.cs,
19384           beagled/Lucene.Net/Search/HitCollector.cs,
19385           beagled/Lucene.Net/Search/HitQueue.cs,
19386           beagled/Lucene.Net/Search/Hits.cs,
19387           beagled/Lucene.Net/Search/IndexSearcher.cs,
19388           beagled/Lucene.Net/Search/MultiSearcher.cs,
19389           beagled/Lucene.Net/Search/MultiTermQuery.cs,
19390           beagled/Lucene.Net/Search/PhrasePositions.cs,
19391           beagled/Lucene.Net/Search/PhrasePrefixQuery.cs,
19392           beagled/Lucene.Net/Search/PhraseQuery.cs,
19393           beagled/Lucene.Net/Search/PhraseQueue.cs,
19394           beagled/Lucene.Net/Search/PhraseScorer.cs,
19395           beagled/Lucene.Net/Search/PrefixQuery.cs,
19396           beagled/Lucene.Net/Search/Query.cs,
19397           beagled/Lucene.Net/Search/QueryFilter.cs,
19398           beagled/Lucene.Net/Search/RangeQuery.cs,
19399           beagled/Lucene.Net/Search/RemoteSearchable.cs,
19400           beagled/Lucene.Net/Search/ScoreDoc.cs,
19401           beagled/Lucene.Net/Search/Scorer.cs,
19402           beagled/Lucene.Net/Search/Searchable.cs,
19403           beagled/Lucene.Net/Search/Searcher.cs,
19404           beagled/Lucene.Net/Search/Similarity.cs,
19405           beagled/Lucene.Net/Search/SloppyPhraseScorer.cs,
19406           beagled/Lucene.Net/Search/TermQuery.cs,
19407           beagled/Lucene.Net/Search/TermScorer.cs,
19408           beagled/Lucene.Net/Search/TopDocs.cs,
19409           beagled/Lucene.Net/Search/Weight.cs,
19410           beagled/Lucene.Net/Search/WildcardQuery.cs,
19411           beagled/Lucene.Net/Search/WildcardTermEnum.cs,
19412           beagled/Lucene.Net/Store/Directory.cs,
19413           beagled/Lucene.Net/Store/FSDirectory.cs,
19414           beagled/Lucene.Net/Store/InputStream.cs,
19415           beagled/Lucene.Net/Store/Lock.cs,
19416           beagled/Lucene.Net/Store/OutputStream.cs,
19417           beagled/Lucene.Net/Store/RAMDirectory.cs,
19418           beagled/Lucene.Net/Util/Arrays.cs,
19419           beagled/Lucene.Net/Util/BitVector.cs,
19420           beagled/Lucene.Net/Util/Number.cs,
19421           beagled/Lucene.Net/Util/PriorityQueue.cs, tools/Makefile.am,
19422           tools/Query.cs, tools/wrapper.in: Incoming!
19424 2004-08-13 16:15  campd
19426         * beagle-0.0.pc.in: pkgconfig file update from Arun Raghavan
19427           <arunissatan@yahoo.com>
19429 2004-07-31 22:02  campd
19431         * beagled/: BeagleDaemon.cs, Indexer.cs, Makefile.am,
19432           NoIndexFileHandler.cs, PostIndexHandler.cs, PreIndexHandler.cs:
19433           Added preindexing and postindexing handlers, moved the .noindex
19434           handling out to a postindexing handler.
19436 2004-07-31 20:21  campd
19438         * Util/FileMatcher.cs: forgot this
19440 2004-07-31 20:21  campd
19442         * BeagleClient/Indexer.cs, BeagleClient/Makefile.am,
19443           Util/Makefile.am, beagled/BeagleDaemon.cs, beagled/Indexer.cs,
19444           beagled/Makefile.am, beagled/beagled.in, tools/Crawler.cs: Added
19445           an Indexer service to the daemon, which currently indexes either
19446           individual files or lists of files.
19448           Moved the FileWatcher out of the crawler into Util.
19450 2004-07-31 20:00  trow
19452         * Util/: Logger.cs, StringFu.cs: Disable logging.  Add unique id
19453           generating function.
19455 2004-07-31 17:57  campd
19457         * beagled/Makefile.am: install BeagleDaemon.exe into pkglibdir
19459 2004-07-31 17:51  campd
19461         * Makefile.am, configure.in, BeagleClient/Hit.cs,
19462           BeagleClient/Makefile.am, BeagleClient/Query.cs,
19463           BeagleClient/QueryManager.cs, BeagleClient/Versioned.cs,
19464           Best/BestRootTile.cs, Best/BestWindow.cs, Best/Makefile.am,
19465           Best/best.in, Filters/FilterHtml.cs, Filters/FilterJpeg.cs,
19466           Filters/FilterMan.cs, Filters/FilterMusic.cs,
19467           Filters/FilterOpenOffice.cs, Filters/FilterPdf.cs,
19468           Filters/FilterPng.cs, Filters/FilterText.cs, Filters/Makefile.am,
19469           Tiles/HitFlavor.cs, Tiles/HitToHitFlavor.cs, Tiles/Makefile.am,
19470           Tiles/Tile.cs, Tiles/TileCanvas.cs, Tiles/TileContact.cs,
19471           Tiles/TileFile.cs, Tiles/TileFolder.cs,
19472           Tiles/TileFromTemplate.cs, Tiles/TileGoogle.cs,
19473           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19474           Tiles/TileMailMessage.cs, Tiles/TileMenuContext.cs,
19475           Tiles/TileMusic.cs, Tiles/TilePicture.cs,
19476           Tiles/TileRenderContext.cs, Tiles/TileWebHistory.cs,
19477           beagled/BeagleDaemon.cs, beagled/LiveQuery.cs,
19478           beagled/Makefile.am, beagled/QueryManager.cs,
19479           beagled/TestClient.cs, beagled/beagled.in, beagled/testclient.in,
19480           indexer/EvolutionDataServerDriver.cs,
19481           indexer/ExternalStringsHack.cs.in, indexer/Filter.cs,
19482           indexer/Flavor.cs, indexer/GoogleDriver.cs, indexer/Hit.cs,
19483           indexer/IQueryResult.cs, indexer/IQueryable.cs,
19484           indexer/IndexDriver.cs, indexer/Indexable.cs,
19485           indexer/IndexableFile.cs, indexer/IndexableHttp.cs,
19486           indexer/Makefile.am, indexer/PathFinder.cs, indexer/Property.cs,
19487           indexer/Query.cs, indexer/QueryDriver.cs, indexer/QueryResult.cs,
19488           indexer/QueryableFlavor.cs, indexer/Relevancy.cs,
19489           indexer/Versioned.cs, tools/Crawler.cs, tools/ExtractContent.cs,
19490           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
19491           tools/IndexWebContent.cs, tools/Makefile.am, tools/Query.cs:
19492           Added a daemon
19494           Added a client library to the daemon
19496           Made Best use the client library
19498           Did some namespace shuffling:   * The classes in indexer/ are now
19499           in the Beagle.Core namespace  * The Filters are now in the
19500           Beagle.Filters namespace   * Tiles are now in Beagle.Tiles
19501           (there's a pattern emerging)    * The client library took the
19502           Beagle namespace
19504 2004-07-28 14:52  orph
19506         * ChangeLog, mozilla-extension/.cvsignore,
19507           tools/IndexWebContent.cs: 2004-07-28  Alex Graveley
19508           <alex@ximian.com>
19510                   * tools/IndexWebContent.cs: Rename --uri to --url, to
19511           match
19512                   implementation.
19513                   Return an exitcode of 1 on error.
19514                   Catch indexing error to ensure we always delete
19515           sourcefile.
19517 2004-07-28 06:25  orph
19519         * ChangeLog, mozilla-extension/README,
19520           mozilla-extension/install.rdf,
19521           mozilla-extension/content/beagleOverlay.js,
19522           mozilla-extension/content/beagleOverlay.xul,
19523           mozilla-extension/content/beaglePrefs.js,
19524           mozilla-extension/content/beaglePrefs.xul,
19525           mozilla-extension/content/contents.rdf,
19526           mozilla-extension/locale/en-US/beagle.dtd: 2004-07-28  Alex
19527           Graveley  <alex@ximian.com>
19529                   * mozilla-extension/content/beaglePrefs.xul: Add
19530           <checkbox> for
19531                   beagle.security.active pref.
19533                   * mozilla-extension/content/beaglePrefs.js: Support
19534                   beagle.security.active pref to enable https indexing.
19536                   * mozilla-extension/content/beagleOverlay.js: Index https
19537           pages if
19538                   pref is chosen.  Fix bug in https detection since
19539                   location.protocol includes the trailing ':'. Cleanup
19540                   beagleProcessClick.
19542                   * mozilla-extension/install.rdf: Add <optionsURL> so
19543           options can
19544                   be opened from Extension Manager window.
19546 2004-07-27 10:25  trow
19548         * AUTHORS, Filters/FilterPdf.cs, Filters/Makefile.am: Christopher
19549           Orr's pdftotext-based PDF Filter.
19551 2004-07-27 07:49  orph
19553         * mozilla-extension/README:
19554           Add README
19556 2004-07-27 07:27  orph
19558         * ChangeLog, Makefile.am, configure.in,
19559           mozilla-extension/Makefile.am, mozilla-extension/install.rdf,
19560           mozilla-extension/content/about.xul,
19561           mozilla-extension/content/beagleOverlay.css,
19562           mozilla-extension/content/beagleOverlay.js,
19563           mozilla-extension/content/beagleOverlay.xul,
19564           mozilla-extension/content/beaglePrefs.js,
19565           mozilla-extension/content/beaglePrefs.xul,
19566           mozilla-extension/content/contents.rdf,
19567           mozilla-extension/content/jslib/jslib.js,
19568           mozilla-extension/content/jslib/modules.js,
19569           mozilla-extension/content/jslib/debug/debug.js,
19570           mozilla-extension/content/jslib/install/uninstall.css,
19571           mozilla-extension/content/jslib/install/uninstall.js,
19572           mozilla-extension/content/jslib/install/uninstall.xul,
19573           mozilla-extension/content/jslib/io/dir.js,
19574           mozilla-extension/content/jslib/io/dirUtils.js,
19575           mozilla-extension/content/jslib/io/file.js,
19576           mozilla-extension/content/jslib/io/fileUtils.js,
19577           mozilla-extension/content/jslib/io/filesystem.js,
19578           mozilla-extension/content/jslib/xul/commonWindow.js,
19579           mozilla-extension/locale/en-US/beagle.dtd,
19580           mozilla-extension/locale/en-US/beagle.properties,
19581           mozilla-extension/locale/en-US/contents.rdf,
19582           mozilla-extension/skin/classic/beagle-big.png,
19583           mozilla-extension/skin/classic/beagle-disabled.png,
19584           mozilla-extension/skin/classic/beagle-error.png,
19585           mozilla-extension/skin/classic/beagle.png,
19586           mozilla-extension/skin/classic/contents.rdf: 2004-07-27  Alex
19587           Graveley  <alex@ximian.com>
19589                   * mozilla-extension/: Add initial commit of the
19590           mozilla/firefox
19591                   indexing extension.
19593                   * configure.in: Add mozilla-extension/Makefile.
19595                   * Makefile.am (SUBDIRS): Add mozilla-extension.
19597 2004-07-27 05:20  orph
19599         * ChangeLog, epiphany-extension/ephy-beagle-extension.c,
19600           tools/IndexWebContent.cs, tools/Makefile.am: 2004-07-27  Alex
19601           Graveley  <alex@ximian.com>
19603                   * tools/Makefile.am (INDEX_WEB_CONTENT_WRAPPER): Rename
19604                   beagle-epiphany-index to beagle-index-url since it will
19605           be used by
19606                   mozilla too.
19608                   * tools/IndexWebContent.cs: Take --url, --title,
19609           --sourcefile,
19610                   --deletesourcefile arguments.  Print usage if url or
19611                   sourcefile/stdin is missing.
19613                   * epiphany-extension/ephy-beagle-extension.c
19614           (load_status_cb):
19615                   Pass "--url" and "--title" to beagle-index-url.
19617 2004-07-24 19:30  trow
19619         * Filters/: FilterMan.cs, Makefile.am: Added Michael Levy's man
19620           filter.
19622 2004-07-24 19:01  trow
19624         * indexer/Filter.cs, indexer/IndexDriver.cs,
19625           tools/IndexWebContent.cs: Removed some annoying debug spew.
19627 2004-07-24 18:17  trow
19629         * indexer/.cvsignore: This is the last one.
19631 2004-07-24 18:06  trow
19633         * indexer/: .cvsignore, ExternalStringsHack.cs.in: Doh!
19635 2004-07-24 17:57  trow
19637         * Makefile.am, autogen.sh, configure.in, Best/Makefile.am,
19638           Best/best.in, Filters/Filter.cs, Filters/FilterHtml.cs,
19639           Filters/FilterJpeg.cs, Filters/FilterMusic.cs,
19640           Filters/FilterOpenOffice.cs, Filters/FilterPng.cs,
19641           Filters/FilterText.cs, Filters/Flavor.cs, Filters/Makefile.am,
19642           Tiles/Makefile.am, Tiles/template-contact.html,
19643           Tiles/template-file.html, Tiles/template-im-log.html,
19644           Tiles/template-mail-message.html, Tiles/template-music.html,
19645           Tiles/template-picture.html, Tiles/template-web-history.html,
19646           Util/StringFu.cs, indexer/EvolutionDataServerDriver.cs,
19647           indexer/Filter.cs, indexer/Flavor.cs, indexer/IndexDriver.cs,
19648           indexer/Indexable.cs, indexer/IndexableFile.cs,
19649           indexer/Makefile.am, indexer/PathFinder.cs, indexer/Property.cs,
19650           tools/Crawler.cs, tools/ExtractContent.cs,
19651           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
19652           tools/IndexWebContent.cs, tools/Makefile.am, tools/wrapper.in:
19653           Filter refactoring and general clean-up.
19655 2004-07-09 13:57  nat
19657         * Tiles/TileWebHistory.cs: Changed the title text.
19659 2004-07-07 23:47  trow
19661         * Util/FSpotTools.cs, indexer/IndexableFile.cs: Index f-spot's
19662           photo tags.
19664 2004-07-07 16:37  trow
19666         * Util/FSpotTools.cs, Util/Makefile.am, Util/NautilusTools.cs,
19667           indexer/IndexableFile.cs: A hack to index f-spot photo
19668           descriptions.
19670 2004-07-06 22:25  trow
19672         * doc/TODO-integration: TODO for code outside of beagle.
19674 2004-07-04 14:00  trow
19676         * chooser-fu/.cvsignore, indexer/EvolutionDataServerDriver.cs,
19677           indexer/GoogleDriver.cs, indexer/IndexDriver.cs,
19678           indexer/Makefile.am, indexer/QueryDriver.cs,
19679           indexer/QueryableFlavor.cs: Find IQueryables via introspection.
19681 2004-07-03 20:22  trow
19683         * indexer/Hit.cs, tools/IndexMail.cs: It always helps to commit
19684           code that actually compiles.
19686 2004-07-03 20:04  trow
19688         * AUTHORS, Tiles/TileFile.cs, Tiles/TileFolder.cs,
19689           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
19690           Tiles/TilePicture.cs, indexer/Hit.cs: A clean-up of the code that
19691           opens items in external apps, based on a patch from Arwed
19692           Merkatz.
19694 2004-07-03 11:07  trow
19696         * Tiles/Tile.cs, Util/StringFu.cs, doc/TODO, indexer/Hit.cs,
19697           indexer/IndexDriver.cs, indexer/IndexableFile.cs: Small tweaks
19698           and airplane hacks.
19700 2004-06-28 11:54  trow
19702         * Filters/FilterPng.cs: Removed scary warning.
19704 2004-06-28 11:23  trow
19706         * Filters/Filter.cs, Filters/FilterOpenOffice.cs,
19707           Filters/FilterText.cs, indexer/IndexDriver.cs,
19708           indexer/Indexable.cs, indexer/IndexableFile.cs, tools/Crawler.cs:
19709           Fix for a bug too horrible to mention.
19711 2004-06-28 06:48  nat
19713         * Tiles/TileContact.cs: Scaled up the image
19715 2004-06-28 06:47  trow
19717         * Filters/FilterOpenOffice.cs, Tiles/TileFile.cs,
19718           Tiles/TileMusic.cs, Tiles/TilePicture.cs, indexer/Hit.cs: Fix
19719           whitespace problem.
19721 2004-06-28 06:01  trow
19723         * Tiles/TileHitCollection.cs: Fixed Dave's bug.
19725 2004-06-28 05:59  trow
19727         * images/emblem-picture.png: New picture emblem.
19729 2004-06-28 05:34  trow
19731         * Best/BestWindow.cs, Tiles/TileHitCollection.cs,
19732           Tiles/template-hit-collection.html, indexer/Query.cs: More GUADEC
19733           hacking.
19735 2004-06-28 05:19  trow
19737         * images/: emblem-contact.png, emblem-file.png, emblem-folder.png,
19738           emblem-google.png, emblem-im-log.png, emblem-mail-message.png,
19739           emblem-music.png, emblem-picture.png, emblem-web-history.png:
19740           Images I forgot to add earlier.
19742 2004-06-28 03:30  trow
19744         * Best/BestRootTile.cs, Filters/FilterPng.cs, Tiles/HitFlavor.cs,
19745           Tiles/TileCanvas.cs, Tiles/TileContact.cs, Tiles/TileFile.cs,
19746           Tiles/TileFolder.cs, Tiles/TileGoogle.cs,
19747           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19748           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
19749           Tiles/TilePicture.cs, Tiles/template-contact.html,
19750           Tiles/template-file.html, Tiles/template-folder.html,
19751           Tiles/template-google.html, Tiles/template-hit-collection.html,
19752           Tiles/template-im-log.html, Tiles/template-mail-message.html,
19753           Tiles/template-music.html, Tiles/template-picture.html,
19754           Tiles/template-web-history.html, Util/NautilusTools.cs,
19755           Util/StringFu.cs, chooser-fu/Makefile.am,
19756           chooser-fu/beaglequery.c, chooser-fu/beaglequery.h,
19757           chooser-fu/gtkfilesystembeagle.c, chooser-fu/preload-symbols.c,
19758           images/Makefile.am, indexer/Hit.cs, indexer/IndexableFile.cs,
19759           indexer/Query.cs, tools/Crawler.cs: GUADEC hacking.
19761 2004-06-24 21:05  trow
19763         * Best/BestWindow.cs: Removed Best's menu bar.
19765 2004-06-24 20:55  trow
19767         * Util/: Makefile.am, NautilusTools.cs: Added Joe Gasiorek's
19768           NautilusTools code for discovering emblems on files.
19770 2004-06-24 18:22  trow
19772         * configure.in: And while I'm at it, I might as well bump the
19773           version number.
19775 2004-06-24 18:21  trow
19777         * configure.in: Forgot to remove a reference the old Renderer code.
19779 2004-06-24 18:11  trow
19781         * Makefile.am, configure.in, chooser-fu/.cvsignore,
19782           chooser-fu/Makefile.am, chooser-fu/beaglequery.c,
19783           chooser-fu/beaglequery.h, chooser-fu/chooser-test.c,
19784           chooser-fu/gtkfilesystembeagle.c,
19785           chooser-fu/gtkfilesystembeagle.h, chooser-fu/preload-symbols.c,
19786           chooser-fu/xdgmime.c, chooser-fu/xdgmime.h,
19787           chooser-fu/xdgmimeglob.c, chooser-fu/xdgmimeglob.h,
19788           chooser-fu/xdgmimeint.c, chooser-fu/xdgmimeint.h,
19789           chooser-fu/xdgmimemagic.c, chooser-fu/xdgmimemagic.h,
19790           indexer/QueryDriver.cs: Behold the power of my chooser-fu!
19792 2004-06-24 14:45  trow
19794         * Makefile.am, Best/Makefile.am, Filters/Makefile.am,
19795           Tiles/Makefile.am, indexer/Makefile.am, tools/Makefile.am: Force
19796           re-compiles whenever we depend on a locally-built assembly that
19797           has changed.
19799           Removed the old renderers from the build
19801 2004-06-24 14:25  trow
19803         * Best/BestWindow.cs: Removed call to Query.AutoPopulateHack.  The
19804           hack has been removed.
19806 2004-06-23 21:48  trow
19808         * Tiles/TileMailMessage.cs, Util/StringFu.cs,
19809           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
19810           indexer/IndexDriver.cs, indexer/Query.cs, indexer/QueryDriver.cs,
19811           tools/Query.cs: Moved some utility routines to StringFu.  Removed
19812           spew.  Added mime-type filtering in Query.  Added ability to
19813           specify search domain (i.e. local, neighborhood or global) in a
19814           Query.  Other code changed to reflect Query api changes.
19816 2004-06-23 01:25  trow
19818         * Best/BestWindow.cs, Tiles/Tile.cs, Tiles/TileCanvas.cs,
19819           Tiles/TileContact.cs, Tiles/template-music.html,
19820           tools/Crawler.cs: Music tile tweaks.  Fix stupid bug in crawler
19821           symlink check.  Turn on inline tile rendering by default.  (Which
19822           is wrong, but necessary until the kinks get worked out of the
19823           iframe stuff.) Fix inline tile rendering to properly dispatch
19824           UrlReqests, etc. to the tiles.  Make best a tiny bit less ugly.
19826 2004-06-22 18:10  trow
19828         * Best/BestRootTile.cs, Best/BestWindow.cs,
19829           Tiles/HitToHitFlavor.cs, Tiles/Makefile.am, Tiles/TileCanvas.cs,
19830           Tiles/TileContact.cs, Tiles/TileFile.cs, Tiles/TileFolder.cs,
19831           Tiles/TilePicture.cs, Tiles/template-folder.html,
19832           indexer/EvolutionDataServerDriver.cs, indexer/Hit.cs,
19833           indexer/QueryResult.cs: Do the right thing when a file://-Uri hit
19834           is actually a directory.  Added a folder tile.  Re-enabled
19835           contact photos.  Added contact photo to contact tiles.  Added
19836           thumbnail to image tiles.  Assorted bug fixes.
19838 2004-06-22 16:01  trow
19840         * tools/: Crawler.cs, Makefile.am: Don't follow symlinks while
19841           crawling.  Fixes bug 144744.
19843 2004-06-22 14:20  trow
19845         * Best/Best.cs, Best/BestRootTile.cs, Tiles/HitFlavor.cs,
19846           Tiles/HitToHitFlavor.cs, Tiles/Makefile.am, Tiles/TileContact.cs,
19847           Tiles/TileFile.cs, Tiles/TileGoogle.cs,
19848           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19849           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
19850           Tiles/TilePicture.cs, Tiles/TileWebHistory.cs, Util/StringFu.cs,
19851           indexer/Hit.cs: Attributes are fun.
19853 2004-06-21 23:42  trow
19855         * Best/BestRootTile.cs, Best/BestWindow.cs, Tiles/Makefile.am,
19856           Tiles/TileCanvas.cs, Tiles/TileHitCollection.cs,
19857           Tiles/TileMusic.cs, Tiles/TilePicture.cs,
19858           Tiles/template-music.html, Tiles/template-picture.html,
19859           images/Images.cs, indexer/QueryDriver.cs, tools/Crawler.cs:
19860           Picture and Music tiles.  Image improvements.  Some
19861           (half-finished) tile hacking.
19863 2004-06-20 17:23  trow
19865         * HACKING: Notes on code organization.
19867 2004-06-19 04:07  trow
19869         * Filters/: FilterJpeg.cs, FilterPng.cs, Makefile.am: Very basic
19870           jpeg and png filters.
19872 2004-06-19 02:58  trow
19874         * Filters/Filter.cs, Filters/FilterMusic.cs, Filters/Makefile.am,
19875           Util/Id3.cs, Util/Makefile.am: Added a simple filter for
19876           ID3-tagged MP3 files.
19878 2004-06-18 02:57  trow
19880         * Filters/Filter.cs, Util/StringFu.cs, indexer/IndexableFile.cs,
19881           tools/Crawler.cs: Allow IndexableFile to index directories and to
19882           index file names if no filter is available.  Some renaming in
19883           Filter.cs.  Retooled crawler to index directories.
19885 2004-06-17 00:58  trow
19887         * Best/BestRootTile.cs, Tiles/Makefile.am, Tiles/Tile.cs,
19888           Tiles/TileCanvas.cs, Tiles/TileGoogle.cs,
19889           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19890           Tiles/TileWebHistory.cs, Tiles/template-google.html,
19891           Tiles/template-hit-collection.html, Tiles/template-im-log.html,
19892           Tiles/template-web-history.html, indexer/GoogleDriver.cs: More
19893           tile work and misc. fixes.  Still looks ugly, but is becoming
19894           more functional.
19896 2004-06-16 03:23  trow
19898         * Best/BestRootTile.cs, Tiles/Makefile.am, Tiles/TileCanvas.cs,
19899           Tiles/TileHitCollection.cs, Tiles/TileRenderContext.cs,
19900           Tiles/template-hit-collection.html: More tile hacking.
19901           Everything is still fairly ugly.
19903 2004-06-16 01:14  trow
19905         * AUTHORS, doc/TODO, tools/Crawler.cs: Applied Joe Gasiorek's patch
19906           for crawling recently used files.
19908 2004-06-15 20:44  nat
19910         * tools/IndexMail.cs: Don't puke on my emacs.
19912 2004-06-15 20:39  nat
19914         * Util/ImLog.cs, tools/IndexGaimLogs.cs: Added a --verbose option.
19916 2004-06-15 03:17  trow
19918         * Tiles/Makefile.am, Tiles/Tile.cs, Tiles/TileCanvas.cs,
19919           Tiles/TileContact.cs, Tiles/TileHitCollection.cs,
19920           Tiles/TileMenuContext.cs, Tiles/template-contact.html,
19921           indexer/EvolutionDataServerDriver.cs, indexer/Hit.cs,
19922           indexer/QueryDriver.cs: More hacking: popup menu handling for
19923           tiles, contact tiles, better link handing.
19925 2004-06-15 00:40  trow
19927         * Tiles/Makefile.am: Build fixes.
19929 2004-06-14 16:34  trow
19931         * .cvsignore, Makefile.am, configure.in, Best/BestRootTile.cs,
19932           Best/BestWindow.cs, Best/Makefile.am, Best/best.in,
19933           Tiles/.cvsignore, Tiles/Makefile.am, Tiles/Tile.cs,
19934           Tiles/TileCanvas.cs, Tiles/TileFile.cs,
19935           Tiles/TileFromTemplate.cs, Tiles/TileHitCollection.cs,
19936           Tiles/TileMailMessage.cs, Tiles/TileRenderContext.cs,
19937           Tiles/template-file.html, Tiles/template-mail-message.html,
19938           Util/Makefile.am, Util/StringFu.cs, doc/TODO, images/.cvsignore,
19939           images/Images.cs, images/Makefile.am, indexer/IndexDriver.cs,
19940           tools/IndexMail.cs: Tile hacking.
19942 2004-06-10 02:19  trow
19944         * NEWS: Updated NEWS for release.
19946 2004-06-10 02:07  trow
19948         * configure.in: Bumped version number.
19950 2004-06-10 01:59  trow
19952         * Renderers/HitRendererHtml.cs, Renderers/Makefile.am, doc/TODO,
19953           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/Makefile.am,
19954           indexer/QueryResult.cs, indexer/Relevancy.cs,
19955           templates/Makefile.am, templates/email-sent.html,
19956           templates/email.html, tools/Crawler.cs, tools/IndexMail.cs:
19957           Updated TODO.
19959           Small changes to how we track scores in Hits.
19961           Added framework for better relevancy calculations and a few
19962           ad-hoc rules.
19964           Distinguish between sent and received e-mails.
19966           When crawling, check a file's mtime before sniffing the mime
19967           type.  This keeps us from changing every file's atime every time
19968           we crawl.
19970 2004-06-09 23:51  trow
19972         * Renderers/HitRenderer.cs, Renderers/HitRendererControl.cs,
19973           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
19974           indexer/Hit.cs, indexer/IndexDriver.cs: A hack or two.
19976 2004-06-09 02:22  trow
19978         * Filters/Filter.cs, Filters/FilterHtml.cs,
19979           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
19980           Util/Makefile.am, Util/MultiReader.cs, Util/PullingReader.cs,
19981           indexer/IndexDriver.cs, indexer/Indexable.cs,
19982           indexer/IndexableFile.cs, indexer/Makefile.am,
19983           tools/ExtractContent.cs, tools/IndexMail.cs,
19984           tools/IndexWebContent.cs: Avoid big allocations and work around
19985           mono GC issues.
19987 2004-06-08 22:29  trow
19989         * tools/IndexMail.cs: Avoid large allocations while parsing mboxes.
19991 2004-06-08 13:39  trow
19993         * Renderers/HitRendererHtml.cs, tools/IndexWebContent.cs: Make web
19994           history items their own type.
19996 2004-06-07 22:42  trow
19998         * indexer/IndexDriver.cs: Enable stemming in our analyzer.
19999           Properly analyze/stem queries.
20001 2004-06-07 14:41  trow
20003         * tools/: IndexMail.cs, wrapper.in: Write out timestamps as ticks
20004           to avoid retarded System.DateTime string parsing behavior.  Added
20005           $MONO_EXTRA_ARGS to the mono command-line in wrapper.in.  This
20006           facilitates tracing, profiling, etc.
20008 2004-06-07 03:44  trow
20010         * HACKING: Fixed one last 'dewey' that I missed before.
20012 2004-06-07 02:29  trow
20014         * AUTHORS: Credit where credit is due.
20016 2004-06-07 02:28  trow
20018         * Filters/Flavor.cs, Util/gnome.cs: A few things from Michael
20019           Levy's gzipped-file-crawling patch: support for mime-sniffing
20020           buffers and Flavor.FromStream.
20022 2004-06-04 22:28  trow
20024         * Util/Logger.cs, Util/Makefile.am, indexer/IndexDriver.cs,
20025           indexer/PathFinder.cs: Added extra logging to help debug locking
20026           problems.
20028 2004-06-03 23:42  trow
20030         * Makefile.am, configure.in, Best/Best.cs, Best/BestWindow.cs,
20031           Renderers/HitRendererControl.cs: More searchomatic!
20033 2004-06-03 23:42  trow
20035         * searchomatic/: .cvsignore, Makefile.am, README, searchomatic.c:
20036           Searchomatic!
20038 2004-06-03 13:50  trow
20040         * Best/BestWindow.cs, Best/HitContainer.cs,
20041           Renderers/HitRendererControl.cs: Only show the next/prev buttons
20042           when appropriate.
20044 2004-06-03 13:35  trow
20046         * indexer/: EvolutionDataServerDriver.cs, Query.cs: Proper handling
20047           of multi-part queries against e-d-s.
20049 2004-06-03 11:07  trow
20051         * README, tools/Makefile.am: Added note about being able to index
20052           IM logs.  Fixed build glitch.
20054 2004-06-03 02:44  trow
20056         * HACKING, NEWS, README, configure.in, doc/TODO: Added stuff to
20057           HACKING, NEWS, README, TODO.  Set version number to 0.0.0.
20059 2004-06-03 02:04  trow
20061         * Util/ImLog.cs, tools/IndexGaimLogs.cs: Another fix for
20062           pathological gaim logs.
20064 2004-06-03 01:52  trow
20066         * Best/BestWindow.cs, Best/HitContainer.cs, Util/ImLog.cs,
20067           indexer/IndexDriver.cs, indexer/Query.cs, indexer/QueryDriver.cs:
20068           Properly handle gaim longs that contain newlines.  Do the right
20069           thing on an empty query.
20071 2004-06-03 00:40  trow
20073         * Filters/FilterOpenOffice.cs, indexer/IndexDriver.cs: Fix crash in
20074           OOo filter.  Properly handle multi-word search phrases in Lucene.
20076 2004-06-02 22:41  trow
20078         * Renderers/HitRenderer.cs: Don't crash if we try to step back
20079           before the first match.
20081 2004-06-02 16:34  trow
20083         * indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20084           indexer/IndexDriver.cs, indexer/Query.cs,
20085           templates/file-generic.html: The beginnings of support for some
20086           semi-reasonable query semantics: Multi-word and quoted-phrase
20087           queries now do the expected thing in the Lucene index.  Evolution
20088           does the wrong thing because of breakage in evo-sharp.  And
20089           Google is still broken by a beta 2 problem, so I didn't change
20090           anything in there yet.
20092 2004-06-02 13:28  trow
20094         * tools/.cvsignore: Be quiet!
20096 2004-06-02 03:58  trow
20098         * configure.in, Best/Makefile.am, Best/best.in, Filters/Filter.cs,
20099           Filters/FilterOpenOffice.cs, Filters/Makefile.am,
20100           indexer/Makefile.am, indexer/QueryDriver.cs, tools/Makefile.am,
20101           tools/wrapper.in: Small GACish fixes.  Disabled Google queries,
20102           since they are broken under mono beta 2.  Extract more metadata
20103           from openoffice files.
20105 2004-06-01 15:43  nat
20107         * Util/gnome.cs: System.Diagnostics.Process.Start is a static
20108           method
20110 2004-05-31 22:25  trow
20112         * Makefile.am, configure.in, Best/BestWindow.cs,
20113           Best/HitContainer.cs, Best/Makefile.am, Best/best.in,
20114           Filters/FilterOpenOffice.cs, Renderers/DataBarn.cs,
20115           Renderers/Favicons.cs, Renderers/HitRenderer.cs,
20116           Renderers/HitRendererControl.cs, Renderers/HitRendererHtml.cs,
20117           Renderers/Makefile.am, Renderers/Tile.cs, Util/Makefile.am,
20118           Util/camel.cs, images/Makefile.am, images/contact-phone.png,
20119           images/gnome-error.png, images/gnome-gaim.png,
20120           images/icon-bookmark.png, images/icon-folder.png,
20121           images/icon-history.png, images/icon-search.png,
20122           images/icon-web-large.png, images/icon-web.png,
20123           images/status-away.png, images/status-online.png,
20124           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20125           indexer/Hit.cs, indexer/IQueryResult.cs, indexer/IQueryable.cs,
20126           indexer/IndexDriver.cs, indexer/Indexable.cs,
20127           indexer/Makefile.am, indexer/QueryDriver.cs,
20128           indexer/QueryResult.cs, templates/.cvsignore,
20129           templates/Makefile.am, templates/contact.html,
20130           templates/email.html, templates/file-generic.html,
20131           templates/google.html, templates/im-log.html,
20132           templates/web-history.html, templates/weblink.html,
20133           tools/IndexMail.cs, tools/Makefile.am, tools/wrapper.in: Tile
20134           rendering, which is still very hacky.  Async rendering.  Paged
20135           results.  Cancellable queries.  DataBarn! Evo-sharp fixes.
20136           Assorted clean-up.  Introduced more bugs.
20138 2004-05-27 16:51  trow
20140         * Best/Makefile.am, Renderers/Makefile.am, Util/ImLog.cs,
20141           Util/Makefile.am, indexer/EvolutionDataServerDriver.cs,
20142           indexer/Indexable.cs, tools/IndexGaimLogs.cs, tools/Makefile.am,
20143           tools/Query.cs, tools/wrapper.in: Added code to index gaim logs.
20144           Small build fixes for evo-sharp.  It builds, but doesn't work.
20145           (For me, at least.)
20147 2004-05-26 22:37  nat
20149         * doc/TODO: Added a note about indexing attachments.
20151 2004-05-23 18:51  trow
20153         * configure.in, Best/Makefile.am, Filters/Makefile.am,
20154           Renderers/Makefile.am, Util/Makefile.am: Build fixes: use
20155           pkg-config to find gtk-sharp, etc., to ensure that Beagle is
20156           GACilicious.
20158 2004-05-22 14:35  trow
20160         * Best/Makefile.am, Filters/Makefile.am,
20161           Renderers/FileHitRenderer.cs, Renderers/Makefile.am,
20162           Renderers/WebLinkHitRenderer.cs, Util/Makefile.am,
20163           indexer/Makefile.am, indexer/PathFinder.cs: Small build tweaks.
20164           Don't cache composited icons under ~/.dashboard.  Tweaked WebLink
20165           Renderer to better handle the HTML Google hands back to us.
20167 2004-05-22 14:02  trow
20169         * Renderers/Favicons.cs, Renderers/FileHitRenderer.cs,
20170           Renderers/Makefile.am, Renderers/WebLinkHitRenderer.cs,
20171           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/IndexableFile.cs,
20172           indexer/QueryDriver.cs, indexer/Versioned.cs, tools/Crawler.cs:
20173           Various indexing and crawler improvements.  Added convenience
20174           functions to Hit for common operations on file:// hits.  Tweaked
20175           the file & web link renderers a bit.  Stole code from dashboard
20176           to put favicon emblems on the icons.
20178 2004-05-21 14:51  trow
20180         * configure.in: Added a configure-time warning about the potential
20181           problems of installing beagle into a different prefix than
20182           epiphany.
20184 2004-05-21 14:13  trow
20186         * README, epiphany-extension/ephy-beagle-extension.c: Put some
20187           basic information in the README file.
20189           Added BEAGLE_NO_WEB_INDEXING environment variable check to the
20190           epiphany extension.
20192 2004-05-21 13:18  trow
20194         * COPYING, Best/Best.cs, Best/BestWindow.cs, Best/HitContainer.cs,
20195           Best/HitView.cs, Filters/Filter.cs, Filters/FilterHtml.cs,
20196           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20197           Filters/Flavor.cs, Renderers/ContactHitRenderer.cs,
20198           Renderers/DefaultHitRenderer.cs, Renderers/FileHitRenderer.cs,
20199           Renderers/HitRenderer.cs, Renderers/HitRendererHtml.cs,
20200           Renderers/MailMessageHitRenderer.cs,
20201           Renderers/WebLinkHitRenderer.cs, Util/Vfs.cs,
20202           epiphany-extension/Makefile.am,
20203           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20204           indexer/Hit.cs, indexer/IQueryable.cs, indexer/IndexDriver.cs,
20205           indexer/Indexable.cs, indexer/IndexableFile.cs,
20206           indexer/IndexableHttp.cs, indexer/PathFinder.cs,
20207           indexer/Query.cs, indexer/QueryDriver.cs, indexer/QueryResult.cs,
20208           indexer/Versioned.cs, tools/Crawler.cs, tools/CrawlerRSS20.cs,
20209           tools/ExtractContent.cs, tools/IndexMail.cs,
20210           tools/IndexWebContent.cs, tools/Query.cs: Added a COPYING file.
20211           Added licenses to all of the source code.  Install the epiphany
20212           extension in the right place.
20214 2004-05-21 11:30  trow
20216         * Renderers/: FileHitRenderer.cs, HitRendererHtml.cs,
20217           MailMessageHitRenderer.cs, WebLinkHitRenderer.cs: Added
20218           link-clicking to the HTML renderers.
20220 2004-05-20 18:00  trow
20222         * Util/camel.cs: Fixed to read Evo 1.5 imap summaries.
20224 2004-05-20 16:19  trow
20226         * .cvsignore, tools/.cvsignore: BE QUIET!
20228 2004-05-20 15:51  trow
20230         * README, indexer/Hit.cs, tools/Crawler.cs, tools/Makefile.am:
20231           Fixed int vs. long type error in IndexDriver.  It sure be nice
20232           when we have generics...  Added more paranoid exception catching
20233           in Crawler.cs, to work around the invalid filename bug in beta1.
20234           Assorted build tweaks.  We are back to passing 'make distcheck'.
20236 2004-05-20 14:07  trow
20238         * Best/BestWindow.cs, Best/HitContainer.cs,
20239           Renderers/ContactHitRenderer.cs, Renderers/HitRenderer.cs,
20240           Renderers/Makefile.am, indexer/GoogleDriver.cs: Added a simple
20241           contact renderer.  Integrated renderers into best in a way that
20242           sucks a tiny bit less than the way I initially did it.
20244 2004-05-20 11:18  trow
20246         * tools/beagle-update-index.in: Doh!
20248 2004-05-20 11:14  trow
20250         * Makefile.am, configure.in, Best/BestWindow.cs, Best/Makefile.am,
20251           Best/best.in, Renderers/.cvsignore,
20252           Renderers/DefaultHitRenderer.cs, Renderers/FileHitRenderer.cs,
20253           Renderers/HitRenderer.cs, Renderers/HitRendererHtml.cs,
20254           Renderers/MailMessageHitRenderer.cs, Renderers/Makefile.am,
20255           Renderers/WebLinkHitRenderer.cs, images/Makefile.am,
20256           images/attachment.png, images/book.png, images/bookmark.png,
20257           images/bug.png, images/default.png, images/document.png,
20258           images/evolution.png, images/flag-for-followup.png,
20259           images/foaf.png, images/globe.png, images/mail-new.png,
20260           images/mail-read.png, images/mail-replied.png, images/mail.png,
20261           images/music.png, images/person.png, images/rss.png,
20262           images/stock.png, images/white.png: First stage of moving
20263           Dashboard's renderers into Beagle.  Best now uses those
20264           renderers, albeit in a very primitive way.
20266 2004-05-19 17:12  trow
20268         * indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20269           indexer/IQueryable.cs, indexer/IndexDriver.cs,
20270           indexer/QueryDriver.cs, tools/Makefile.am: Tweak IQueryable to
20271           support query types that report results incrementally, rather
20272           than all at the end.
20274 2004-05-19 15:15  trow
20276         * INSTALL, indexer/IndexDriver.cs, indexer/Makefile.am,
20277           indexer/PathFinder.cs, tools/IndexMail.cs: Corrected a few
20278           out-of-date comments.  Set reasonable permissions on ~/.beagle
20279           directory.  Added INSTALL file.
20281 2004-05-19 13:46  trow
20283         * Util/camel.cs, epiphany-extension/README, tools/IndexMail.cs,
20284           tools/IndexWebContent.cs: Properly timestamp both sent and
20285           received messages while indexing.  Don't index https:// pages
20286           while browsing.
20288 2004-05-18 22:51  trow
20290         * images/.cvsignore: BE QUIET!
20292 2004-05-18 22:50  trow
20294         * epiphany-extension/dewey-epiphany-index: Removed obsolete script.
20296 2004-05-18 22:38  trow
20298         * dewey-0.0.pc.in, epiphany-extension/Makefile.am,
20299           epiphany-extension/README,
20300           epiphany-extension/ephy-beagle-extension.c,
20301           epiphany-extension/ephy-beagle-extension.h,
20302           epiphany-extension/ephy-beagle.c,
20303           epiphany-extension/ephy-dewey-extension.c,
20304           epiphany-extension/ephy-dewey-extension.h,
20305           epiphany-extension/ephy-dewey.c, tools/.cvsignore: More renaming
20306           action.
20308 2004-05-18 22:24  trow
20310         * Makefile.am, autogen.sh, beagle-0.0.pc.in, configure.in,
20311           Best/Best.cs, Best/BestWindow.cs, Best/HitContainer.cs,
20312           Best/HitView.cs, Filters/Filter.cs, Filters/FilterHtml.cs,
20313           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20314           Filters/Flavor.cs, Util/Makefile.am, Util/Vfs.cs, Util/camel.cs,
20315           Util/gnome.cs, indexer/EvolutionDataServerDriver.cs,
20316           indexer/GoogleDriver.cs, indexer/Hit.cs, indexer/IQueryable.cs,
20317           indexer/IndexDriver.cs, indexer/Indexable.cs,
20318           indexer/IndexableFile.cs, indexer/IndexableHttp.cs,
20319           indexer/PathFinder.cs, indexer/Query.cs, indexer/QueryDriver.cs,
20320           indexer/QueryResult.cs, indexer/Versioned.cs, tools/.cvsignore,
20321           tools/Crawler.cs, tools/CrawlerRSS20.cs, tools/ExtractContent.cs,
20322           tools/IndexMail.cs, tools/IndexWebContent.cs, tools/Makefile.am,
20323           tools/Query.cs: Part one of s/dewey/beagle/
20325 2004-05-18 18:28  trow
20327         * Makefile.am, configure.in, Best/HitView.cs, Best/Makefile.am,
20328           images/Makefile.am, images/contact-icon.png,
20329           images/mail-message-icon.png,
20330           indexer/EvolutionDataServerDriver.cs, indexer/Hit.cs,
20331           indexer/Makefile.am, indexer/QueryDriver.cs, tools/Makefile.am:
20332           Initial version of code for querying evo-data-server, along with
20333           some lame hacks for displaying contact matches in best.
20335 2004-05-18 15:02  trow
20337         * Best/BestWindow.cs, Best/HitContainer.cs, Best/HitView.cs,
20338           Best/Makefile.am, Best/best.in, indexer/GoogleDriver.cs,
20339           indexer/IQueryable.cs, indexer/IndexDriver.cs,
20340           indexer/Makefile.am, indexer/QueryDriver.cs,
20341           indexer/QueryResult.cs, tools/.cvsignore, tools/Makefile.am,
20342           tools/Query.cs: Added infrastructure to better support multiple
20343           query backends.  The new QueryDriver class multiplexes queries
20344           between implementers of the IQueryable interface and handles all
20345           the details of doing each query in a separate thread.  Instead of
20346           just returning a list of Hits, the QueryDriver returns a
20347           QueryResult that collects the Hits as the come in and emits
20348           signals to indicate when new Hits have arrived and when the query
20349           has finished processing.
20351           Renamed Crawler.exe's wrapper to dewey-index-files.
20353 2004-05-17 15:41  trow
20355         * doc/TODO: The beginnings of a TODO list for Dewey.
20357 2004-05-17 14:52  trow
20359         * Best/HitView.cs, Filters/Filter.cs, Filters/FilterHtml.cs,
20360           indexer/GoogleDriver.cs, indexer/Hit.cs, indexer/IndexDriver.cs,
20361           indexer/Indexable.cs, indexer/IndexableFile.cs,
20362           indexer/IndexableHttp.cs, tools/Crawler.cs,
20363           tools/CrawlerRSS20.cs, tools/ExtractContent.cs,
20364           tools/IndexMail.cs, tools/IndexWebContent.cs, tools/Query.cs:
20365           Lots of misc. hacking.  * Rationalization of naming between Dewey
20366           and Dashboard * An attempt to make the crawler more
20367           memory-efficient * dewey-query is now a lot more talkative *
20368           Changed Indexable so that it is possible to create new indexable
20369           types w/o subclassing, if you are so inclined.  * Fixed bug that
20370           caused the IndexDriver to return hits in random   order, not in
20371           order of relevancy.  * Lots of small tweaks to make the code more
20372           consistent/idiomatic
20374 2004-05-14 23:33  trow
20376         * .cvsignore, Util/.cvsignore, Util/GoogleSearch.wsdl,
20377           Util/Makefile.am, indexer/GoogleDriver.cs, indexer/Hit.cs,
20378           indexer/IndexDriver.cs, indexer/Makefile.am: Added a very simple
20379           mechanism for querying Google.  Just set the GOOGLE_WEB_API_KEY
20380           environment variable.
20382 2004-05-14 22:36  nat
20384         * tools/IndexMail.cs: Add the 'sent' metadata item to mails.  Added
20385           a command-line arg to specify a mailbox to index.
20387 2004-05-14 20:58  trow
20389         * configure.in, Best/Makefile.am, Filters/Makefile.am,
20390           Util/.cvsignore, Util/Makefile.am,
20391           epiphany-extension/Makefile.am, indexer/Makefile.am,
20392           tools/Makefile.am: We can now "make distcheck".
20394 2004-05-14 16:32  trow
20396         * tools/foo: Don't use foo, use the dewey-* wrapper scripts
20397           instead.
20399 2004-05-14 16:18  joeshaw
20401         * tools/foo: Add Util to the list of MONO_PATH directories
20403 2004-05-14 15:51  trow
20405         * .cvsignore, dewey-0.0.pc.in: This is why I hate CVS --- when you
20406           are using subversion, it is a lot easier to notice when you
20407           forget to add files, etc.  vCVS:
20408           ----------------------------------------------------------------------
20410 2004-05-14 15:49  trow
20412         * Makefile.am, configure.in: Oops...
20414 2004-05-14 13:39  trow
20416         * indexer/IndexDriver.cs: Put locks in ~/.dewey/Locks.  Among other
20417           things, this means that 'rm -rf ~/.dewey' will clear the index
20418           without leaving dangling locks.
20420 2004-05-14 13:24  trow
20422         * tools/IndexMail.cs: Added some code for debugging locking
20423           problems.  When the DEWEY_DEBUG_LOCKS env variable is set, lock
20424           activity is logged to the console.
20426 2004-05-14 04:36  trow
20428         * Makefile.am, configure.in, Best/HitView.cs, Best/Makefile.am,
20429           Best/Vfs.cs, Filters/Flavor.cs, Filters/Makefile.am,
20430           Filters/gnome.cs, Util/Makefile.am, Util/Vfs.cs, Util/camel.cs,
20431           Util/gnome.cs, indexer/IndexDriver.cs, indexer/Indexable.cs,
20432           indexer/Makefile.am, indexer/PathFinder.cs, tools/.cvsignore,
20433           tools/IndexMail.cs, tools/Makefile.am, tools/wrapper.in: Moved
20434           various utility classes into Util.dll.  Tweaked the tools
20435           wrappers to allow things to be run in-place.  Stole camel.cs from
20436           dashboard, hacked it to work with Evo 1.5 summaries.  Hacked
20437           IndexMail.cs to use the info in the summary files to avoid
20438           unnecessary reindexing.
20440 2004-05-13 00:05  trow
20442         * tools/: IndexMail.cs, Makefile.am: Added a hack to extract and
20443           index mail from Evolution's local mbox files.
20445 2004-05-11 21:48  trow
20447         * indexer/IndexDriver.cs, tools/Crawler.cs: Ignore .dll files while
20448           crawling.  For now, catch and ignore all filtering-related
20449           exceptions.
20451 2004-05-11 14:06  nat
20453         * tools/IndexWebContent.cs: "Web" not "web"
20455 2004-05-11 01:35  trow
20457         * Best/.cvsignore: BE QUIET!
20459 2004-05-11 01:34  trow
20461         * epiphany-extension/README: Updated README to accurately reflect
20462           the current state of affairs.
20464 2004-05-11 01:31  trow
20466         * configure.in, epiphany-extension/Makefile.am: Install the
20467           epiphany extension into epiphany's prefix.
20469 2004-05-11 00:55  trow
20471         * Best/HitView.cs: Got rid of some annoying debug spew.
20473 2004-05-11 00:51  trow
20475         * configure.in, Best/.cvsignore, Best/Makefile.am, Best/best,
20476           Best/best.in, Filters/.cvsignore, Filters/Filter.cs,
20477           Filters/Flavor.cs, Filters/Makefile.am, indexer/IndexableFile.cs,
20478           indexer/Makefile.am, tools/.cvsignore, tools/Crawler.cs,
20479           tools/ExtractContent.cs, tools/Makefile.am, tools/wrapper.in:
20480           Filter and crawler tweaks.  Lots of build fixes.  It should now
20481           be possible to make dist, make install, etc.
20483 2004-05-10 21:01  trow
20485         * epiphany-extension/dewey-epiphany-index: Added
20486           dewey-epiphany-index script (with special hard-wired path that
20487           works only for me!)
20489 2004-05-10 20:51  nat
20491         * epiphany-extension/README: Fixed a typo in the instructions
20493 2004-05-09 23:25  trow
20495         * Best/: HitView.cs, Vfs.cs: Merged in Vfs fixes from Mariano Cano
20496           Pérez (who, by the way, rules).  Best now opens items in their
20497           default app if you click the icon.
20499 2004-05-09 22:52  trow
20501         * Best/HitContainer.cs, Best/HitView.cs, indexer/Hit.cs,
20502           indexer/IndexDriver.cs, tools/foo: Some small IndexDriver and
20503           Best tweaks.
20505 2004-05-09 02:14  trow
20507         * indexer/: Hit.cs, IndexDriver.cs, Indexable.cs, Makefile.am,
20508           Versioned.cs: Moved version-comparison logic into the Versioned
20509           class.  Changed various bits of IndexDriver logic to have fewer
20510           weird race conditions.
20512 2004-05-08 14:56  trow
20514         * configure.in: The Autotools suck.
20516 2004-05-08 14:52  trow
20518         * Makefile.am, configure.in, Best/HitView.cs,
20519           epiphany-extension/.cvsignore, epiphany-extension/Makefile.am,
20520           epiphany-extension/README,
20521           epiphany-extension/ephy-dewey-extension.c,
20522           epiphany-extension/ephy-dewey-extension.h,
20523           epiphany-extension/ephy-dewey.c, tools/IndexWebContent.cs,
20524           tools/Makefile.am: Added an epiphany extension for indexing
20525           viewed web content.
20527 2004-05-07 01:13  trow
20529         * README, Best/HitContainer.cs, Best/HitView.cs, Best/Makefile.am,
20530           Best/Vfs.cs, Best/best, Best/gnome.cs, Filters/Filter.cs,
20531           indexer/IndexDriver.cs, indexer/Indexable.cs,
20532           indexer/IndexableFile.cs, indexer/IndexableHttp.cs,
20533           indexer/Makefile.am, tools/Crawler.cs, tools/ExtractContent.cs:
20534           Assorted hacking.
20536 2004-05-04 19:03  trow
20538         * Best/: Best.cs, BestWindow.cs: It worked with the version of Gtk#
20539           on my laptop...
20541 2004-05-04 18:56  trow
20543         * Makefile.am, configure.in, Best/Best.cs, Best/BestWindow.cs,
20544           Best/HitContainer.cs, Best/HitView.cs, Best/Makefile.am,
20545           Best/best, Best/gnome.cs: Skeleton of a Dewey-powered Gtk# search
20546           app.
20548 2004-05-04 00:15  trow
20550         * indexer/IndexDriver.cs: It makes a lot more sense to bootstrap
20551           the index when the IndexDriver is created.
20553 2004-05-03 20:51  trow
20555         * Filters/Filter.cs, Filters/Makefile.am, Filters/gnome.cs,
20556           indexer/IndexDriver.cs, tools/Crawler.cs: Version the index in
20557           ~/.dewey some we can automatically do something clever if the
20558           index format changes.  Use code stolen from dashboard to check
20559           mime types w/ gnome-vfs.  Don't crawl directories containing a
20560           .noindex file.
20562 2004-05-03 18:53  trow
20564         * configure.in, indexer/IndexDriver.cs: Removed slow, unnecessary
20565           crap from configure.in.  Fixed mapping of Domain from Lucene.Hit
20566           to Dewey.Hit.
20568 2004-05-03 15:50  trow
20570         * HACKING, Filters/Filter.cs, Filters/FilterHtml.cs,
20571           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20572           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/Indexable.cs,
20573           indexer/IndexableFile.cs, indexer/Query.cs, tools/Crawler.cs,
20574           tools/CrawlerRSS20.cs, tools/ExtractContent.cs, tools/Query.cs:
20575           Re-indented a bunch of code to follow mono coding standards.
20577 2004-05-03 13:28  trow
20579         * tools/Makefile.am: More suckage.
20581 2004-05-03 13:27  trow
20583         * indexer/Makefile.am: Wow, I really suck.
20585 2004-05-03 13:26  trow
20587         * AUTHORS, README, Filters/FilterHtml.cs, Filters/Makefile.am,
20588           Filters/HtmlAgilityPack/AssemblyInfo.cs,
20589           Filters/HtmlAgilityPack/Header.cs,
20590           Filters/HtmlAgilityPack/HtmlAgilityPack.csproj,
20591           Filters/HtmlAgilityPack/HtmlAgilityPack.sln,
20592           Filters/HtmlAgilityPack/HtmlAgilityPack.snk,
20593           Filters/HtmlAgilityPack/HtmlAttribute.cs,
20594           Filters/HtmlAgilityPack/HtmlDocument.cs,
20595           Filters/HtmlAgilityPack/HtmlEntity.cs,
20596           Filters/HtmlAgilityPack/HtmlNode.cs,
20597           Filters/HtmlAgilityPack/HtmlNodeNavigator.cs,
20598           Filters/HtmlAgilityPack/HtmlWeb.cs,
20599           Filters/HtmlAgilityPack/MixedCodeDocument.cs,
20600           Filters/HtmlAgilityPack/crc32.cs,
20601           Filters/HtmlAgilityPack/readme.txt,
20602           Filters/HtmlAgilityPack/tools.cs,
20603           Filters/HtmlAgilityPack/Samples/GetDocLinks/App.ico,
20604           Filters/HtmlAgilityPack/Samples/GetDocLinks/AssemblyInfo.cs,
20605           Filters/HtmlAgilityPack/Samples/GetDocLinks/GetDocLinks.cs,
20606           Filters/HtmlAgilityPack/Samples/GetDocLinks/GetDocLinks.csproj,
20607           Filters/HtmlAgilityPack/Samples/Html2Txt/App.ico,
20608           Filters/HtmlAgilityPack/Samples/Html2Txt/AssemblyInfo.cs,
20609           Filters/HtmlAgilityPack/Samples/Html2Txt/Html2Txt.cs,
20610           Filters/HtmlAgilityPack/Samples/Html2Txt/Html2Txt.csproj,
20611           Filters/HtmlAgilityPack/Samples/Html2Txt/HtmlConvert.cs,
20612           Filters/HtmlAgilityPack/Samples/Html2Xml/App.ico,
20613           Filters/HtmlAgilityPack/Samples/Html2Xml/AssemblyInfo.cs,
20614           Filters/HtmlAgilityPack/Samples/Html2Xml/Html2Xml.cs,
20615           Filters/HtmlAgilityPack/Samples/Html2Xml/Html2Xml.csproj,
20616           Filters/HtmlAgilityPack/Samples/HtmlToRss/App.ico,
20617           Filters/HtmlAgilityPack/Samples/HtmlToRss/AssemblyInfo.cs,
20618           Filters/HtmlAgilityPack/Samples/HtmlToRss/Html2Rss.cs,
20619           Filters/HtmlAgilityPack/Samples/HtmlToRss/HtmlToRss.csproj,
20620           Filters/HtmlAgilityPack/Samples/HtmlToRss/www.asp.net.ToRss.xsl,
20621           tools/foo: Adds an Html filter built on top of the Html Agility
20622           Pack's Html parser.
20624 2004-05-03 12:45  trow
20626         * autogen.sh, configure.in: Doh!
20628 2004-05-03 12:43  trow
20630         * tools/CrawlerRSS20.cs: (Forgot to add file in my last commit)
20632           Added a sample program that indexes blog entries from RSS 2.0
20633           feeds.
20635 2004-05-03 12:42  trow
20637         * Makefile.am, configure.in, Filters/Filter.cs,
20638           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20639           Filters/Makefile.am, indexer/Content.cs,
20640           indexer/ContentOpenOffice.cs, indexer/ContentText.cs,
20641           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/IndexItem.cs,
20642           indexer/IndexItemWithPayload.cs, indexer/Indexable.cs,
20643           indexer/IndexableFile.cs, indexer/Makefile.am, indexer/Query.cs,
20644           indexer/XmlContentReader.cs, tools/Crawler.cs,
20645           tools/ExtractContent.cs, tools/Makefile.am, tools/Query.cs,
20646           tools/foo: Assorted hacking and refactoring.
20648           Filters are now broken out into an independent dll, and the whole
20649           indexing process is a bit more rational.  The OpenOffice filter
20650           now properly flags bold/underline/header text as hot.  The
20651           IndexDriver now tries to do the right thing if the Hits coming
20652           back from a query appear to be out-of-date.
20654           Lots of tweaks as I discard_my_old_ways and learn
20655           NewWaysToNameThings.
20657 2004-04-30 14:40  trow
20659         * indexer/Content.cs, tools/Crawler.cs, tools/ExtractContent.cs,
20660           tools/Makefile.am: * Added a tool to inspect the content that is
20661           being pulled out of files.  * Fixed a few small glitches.
20663 2004-04-30 14:06  trow
20665         * indexer/ContentOpenOffice.cs: Doh!
20667 2004-04-30 14:00  trow
20669         * AUTHORS, Makefile.am, README, indexer/Content.cs,
20670           indexer/ContentOpenOffice.cs, indexer/ContentText.cs,
20671           indexer/IndexDriver.cs, indexer/IndexItem.cs,
20672           indexer/IndexItemWithPayload.cs, indexer/Makefile.am,
20673           indexer/XmlContentReader.cs, tools/Crawler.cs, tools/Query.cs: *
20674           Misc. code clean-ups.  Added copyrights.  * Added simple content
20675           extractor for oowriter and ooimpress files.
20677 2004-04-30 10:38  trow
20679         * indexer/Query.cs: Forgot to add this file in my last commit.
20681 2004-04-30 02:36  trow
20683         * Makefile.am, indexer/Content.cs, indexer/ContentText.cs,
20684           indexer/IndexDriver.cs, indexer/IndexItem.cs,
20685           indexer/IndexItemWithPayload.cs, indexer/Makefile.am,
20686           tools/Crawler.cs, tools/Query.cs: * Some whitespace fixes.  *
20687           Added concept of 'hot body', broke metadata query field   out of
20688           Document body.  * Content API tweaks.  * Abstracted out the
20689           notion of a Query.
20691 2004-04-29 22:40  trow
20693         * .cvsignore, indexer/.cvsignore, tools/.cvsignore: Be quiet!
20695 2004-04-29 22:08  tberman
20697         * tools/: Crawler.cs, Query.cs: cleanup Query.cs and
20698           cleanup/speedup Crawler.cs
20700 2004-04-29 18:53  trow
20702         * AUTHORS, COPYING, ChangeLog, HACKING, INSTALL, Makefile.am, NEWS,
20703           README, autogen.sh, configure.in, indexer/Content.cs,
20704           indexer/ContentText.cs, indexer/IndexDriver.cs,
20705           indexer/IndexItem.cs, indexer/IndexItemWithPayload.cs,
20706           indexer/Makefile.am, tools/Crawler.cs, tools/Makefile.am,
20707           tools/Query.cs, tools/foo: First post!
20709 2004-04-29 18:53  trow
20711         * AUTHORS, COPYING, ChangeLog, HACKING, INSTALL, Makefile.am, NEWS,
20712           README, autogen.sh, configure.in, indexer/Content.cs,
20713           indexer/ContentText.cs, indexer/IndexDriver.cs,
20714           indexer/IndexItem.cs, indexer/IndexItemWithPayload.cs,
20715           indexer/Makefile.am, tools/Crawler.cs, tools/Makefile.am,
20716           tools/Query.cs, tools/foo: Initial revision