cvsimport
[beagle.git] / ChangeLog
blob0014e064ac261f71067a88a53bf48f7cea8fd860
1 2006-11-19  Priit Laes  <amd@store20.com>
3         * search/Tiles/MailMessage.cs: Fix compiling when thunderbird support
4         is disabled.
6 2006-10-30  dbera
8         * KonqBookmarkQueryable: Add Konqueror bookmark backend.
10 2006-10-16  dbera
12         * KNotesQueryable.cs: Dont re-index all the notes when the notes file
13           changes. Since the backend has to retrieve and pass each line
14           anyway, find uid and date information and process them in the
15           backend itself. These are simple properties and dont need extensive
16           string processing unlike other lines of the notes file - hence we
17           still do the bulk of the processing in a filter.
18         * beagled/KAddressBookQueryable.cs, Filters/FilterKAddressBook.cs:
19           Add files for KAddressBook backend.
21 2006-10-14  dbera
23         * Filters/FilterOle.cs, Filters/FilterPPT.cs: Fix #362058. Check
24           for illegal length.
26 2006-10-13  Kevin Kubasik kevin@kubasik.net
28         * ChangeLog: Updating ChangeLog from cvs2cl
30 2006-10-12 19:30  dbera
32         * Filters/FilterExternal.cs, beagled/ExtractContent.cs,
33           beagled/FilterFactory.cs, tools/Info.cs: Info.cs: Use the Request
34           parameters to selectively request information.  FilterFactor.cs:
35           Copy the timestamp if set by the filter (forgot from yesterday).
36           ExtractContent.cs: Print timestamp.  FilterExternal.cs: Give
37           external filters higher priority than other filters. That will
38           allow users to bypass installed filters if they like.
40 2006-10-12 00:37  dbera
42         * Filters/FilterKNotes.cs: Comment on how to open knotes notes.
44 2006-10-11 23:51  dbera
46         * beagled/Filter.cs: * Allow filters to change indexable timestamp.
47           Sometimes they know better than backends.  * Dont close
48           streamreader unless the underlying stream is also closed.
50 2006-10-11 23:07  dbera
52         * Filters/FilterKCal.cs, Filters/FilterKNotes.cs,
53           beagled/KNotesQueryable/KNotesQueryable.cs: Add FilterKNotes
54           files.
56 2006-10-11 23:06  dbera
58         * Filters/FilterHtml.cs, Filters/Makefile.am, Util/DigikamTags.cs,
59           beagled/Makefile.am: FilterHtml.cs: Add ExtractText(string)
60           command to extract text out of large html strings. Useful when
61           some filter wants to process embedded HTML strings.
62           DigikamTags.cs: Protect against SQL injection vulnerability
63           (ahem, actually against files with quotes in their name).
64           Makefile.am: Get ready f
66 2006-10-11 22:35  dbera
68         * Util/ICalParser.cs: Some fixes according to ICal RFC.
70 2006-10-11 14:10  jmas
72         * po/: ChangeLog, ca.po: 2006-10-11  Jordi Mas
73           <jmas@softcatala.org>
75                   * ca.po: Updated Catalan translation.
77 2006-10-08 15:38  fhedberg
79         * configure.in, BeagleClient/Makefile.am, Util/Conf.cs,
80           Util/Makefile.am, beagled/BeagleDaemon.cs, beagled/Makefile.am,
81           tools/Makefile.am: Die webservices, die.
83 2006-10-08 12:36  rml
85         * Util/Inotify.cs:
86                   * Inotify.cs: Update.
88 2006-10-08 12:16  rml
90         * glue/inotify.h:
91                   * inotify.h: Update <inotify.h> from latest CVS head
93 2006-10-08 11:43  rml
95         * beagled/BeagleDaemon.cs:
96           FIRST COMMIT OF THE BEAGLE HACK FEST
98                   BeagleDaemon.cs: Fix Joe's spelling.
100 2006-10-02 14:53  joeshaw
102         * beagled/Lucene.Net/upstream-changes/: 03_fields_enumerable.patch,
103           03_fields_inenurable.patch: Fix a typo in the patch name
105 2006-10-02 14:18  joeshaw
107         * beagled/Lucene.Net/: Search/MatchAllDocsQuery.cs,
108           Search/MultiPhraseQuery.cs, Search/PhrasePrefixQuery.cs,
109           Search/PhraseQuery.cs, Search/PrefixQuery.cs,
110           Search/RangeQuery.cs, Search/TermQuery.cs,
111           upstream-changes/22_null_clone_overrides.patch: Fix a problem
112           with null ref exceptions because many Query classes erroneously
113           return null from their Clone() overrides
115 2006-10-02 13:21  joeshaw
117         * beagled/DumpIndex.cs: Fix compile ambiguity with Hit in
118           DumpIndex, from the branch
120 2006-10-02 13:20  joeshaw
122         * beagled/LuceneQueryingDriver.cs: Commit a missed file from the
123           branch merge
125 2006-10-02 13:11  joeshaw
127         * beagled/Makefile.am: Update Lucene files in Makefile.am
129 2006-10-02 13:11  joeshaw
131         * beagled/Lucene.Net/: Analysis/Standard/CharStream.cs,
132           Analysis/Standard/FastCharStream.cs,
133           Analysis/Standard/StandardTokenizerTokenManager.cs,
134           Document/Document.cs, Index/DocumentWriter.cs,
135           Index/FieldInfos.cs, Index/FieldsWriter.cs,
136           Index/ParallelReader.cs, Index/TermBuffer.cs,
137           QueryParser/QueryParserTokenManager.cs, Store/FSDirectory.cs,
138           Store/Lock.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
139           Store/RAMOutputStream.cs,
140           upstream-changes/01_obtain-lock-fix.patch,
141           upstream-changes/02_FSDirectory-custom-locking.patch,
142           upstream-changes/03_FSDirectory-pid-in-lockfile.patch,
143           upstream-changes/03_fields_inenurable.patch,
144           upstream-changes/04_utc-times.patch,
145           upstream-changes/05_FSDirectory-rename-fileshare.patch,
146           upstream-changes/06_FSDirectory-lock-logging.patch,
147           upstream-changes/07_TermBuffer-stringcopy.patch,
148           upstream-changes/08_more-lock-obtain-fixes.patch,
149           upstream-changes/09-path-combine.patch,
150           upstream-changes/10_fewer-exceptions.patch,
151           upstream-changes/11_charstream-no-exceptions.patch,
152           upstream-changes/12_more-lock-logging.patch,
153           upstream-changes/13_lock-loop-cleanup.patch,
154           upstream-changes/14_analysis-leak.patch,
155           upstream-changes/15_lock-timeout-verbose.patch,
156           upstream-changes/16_hangul_support.patch,
157           upstream-changes/17_remove_debugstreams.patch,
158           upstream-changes/18_avoid_fileinfos.patch,
159           upstream-changes/20_use-native-open-locking.patch,
160           upstream-changes/21_fsdirectory_lock-cumulative.patch: Commit
161           updated changes to our patches, from Bera's Lucene 1.9.1 branch
163 2006-10-02 13:08  joeshaw
165         * beagled/Lucene.Net/: ABOUT.txt, AssemblyInfo.cs, HISTORY.txt,
166           LICENSE.txt, LucenePackage.cs, Makefile.am,
167           SharpZipLibAdapter.cs, SupportClass.cs, Analysis/Analyzer.cs,
168           Analysis/CharTokenizer.cs, Analysis/ISOLatin1AccentFilter.cs,
169           Analysis/KeywordAnalyzer.cs, Analysis/KeywordTokenizer.cs,
170           Analysis/LengthFilter.cs, Analysis/LetterTokenizer.cs,
171           Analysis/LowerCaseFilter.cs, Analysis/LowerCaseTokenizer.cs,
172           Analysis/PACKAGE.HTML, Analysis/PerFieldAnalyzerWrapper.cs,
173           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
174           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
175           Analysis/StopFilter.cs, Analysis/Token.cs,
176           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
177           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
178           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
179           Analysis/Standard/CharStream.cs,
180           Analysis/Standard/FastCharStream.cs,
181           Analysis/Standard/PACKAGE.HTML,
182           Analysis/Standard/ParseException.cs,
183           Analysis/Standard/StandardAnalyzer.cs,
184           Analysis/Standard/StandardFilter.cs,
185           Analysis/Standard/StandardTokenizer.cs,
186           Analysis/Standard/StandardTokenizer.jj,
187           Analysis/Standard/StandardTokenizerConstants.cs,
188           Analysis/Standard/StandardTokenizerTokenManager.cs,
189           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
190           Document/DateField.cs, Document/DateTools.cs,
191           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
192           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
193           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
194           Index/FieldsReader.cs, Index/FieldsWriter.cs,
195           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
196           Index/IndexFileNames.cs, Index/IndexModifier.cs,
197           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
198           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
199           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
200           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
201           Index/SegmentMerger.cs, Index/SegmentReader.cs,
202           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
203           Index/SegmentTermPositionVector.cs,
204           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
205           Index/SegmentsReader.cs, Index/Term.cs, Index/TermBuffer.cs,
206           Index/TermDocs.cs, Index/TermEnum.cs, Index/TermFreqVector.cs,
207           Index/TermInfo.cs, Index/TermInfosReader.cs,
208           Index/TermInfosWriter.cs, Index/TermPositionVector.cs,
209           Index/TermPositions.cs, Index/TermVectorOffsetInfo.cs,
210           Index/TermVectorsReader.cs, Index/TermVectorsWriter.cs,
211           QueryParser/CharStream.cs, QueryParser/FastCharStream.cs,
212           QueryParser/MultiFieldQueryParser.cs, QueryParser/PACKAGE.HTML,
213           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
214           QueryParser/QueryParser.jj, QueryParser/QueryParserConstants.cs,
215           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
216           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
217           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
218           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
219           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
220           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
221           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
222           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
223           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
224           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
225           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
226           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
227           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
228           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
229           Search/HitCollector.cs, Search/HitIterator.cs,
230           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
231           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
232           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
233           Search/NonMatchingScorer.cs, Search/PACKAGE.HTML,
234           Search/ParallelMultiSearcher.cs, Search/PhrasePositions.cs,
235           Search/PhrasePrefixQuery.cs, Search/PhraseQuery.cs,
236           Search/PhraseQueue.cs, Search/PhraseScorer.cs,
237           Search/PrefixQuery.cs, Search/Query.cs, Search/QueryFilter.cs,
238           Search/QueryTermVector.cs, Search/RangeFilter.cs,
239           Search/RangeQuery.cs, Search/RemoteSearchable.cs,
240           Search/ReqExclScorer.cs, Search/ReqOptSumScorer.cs,
241           Search/ScoreDoc.cs, Search/ScoreDocComparator.cs,
242           Search/Scorer.cs, Search/Searchable.cs, Search/Searcher.cs,
243           Search/Similarity.cs, Search/SimilarityDelegator.cs,
244           Search/SloppyPhraseScorer.cs, Search/Sort.cs,
245           Search/SortComparator.cs, Search/SortComparatorSource.cs,
246           Search/SortField.cs, Search/TermQuery.cs, Search/TermScorer.cs,
247           Search/TopDocs.cs, Search/TopFieldDocs.cs, Search/Weight.cs,
248           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
249           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
250           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
251           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
252           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
253           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
254           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
255           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
256           Store/BufferedIndexOutput.cs, Store/Directory.cs,
257           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
258           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
259           Store/OutputStream.cs, Store/PACKAGE.HTML, Store/RAMDirectory.cs,
260           Store/RAMFile.cs, Store/RAMInputStream.cs,
261           Store/RAMOutputStream.cs, Util/BitVector.cs, Util/Constants.cs,
262           Util/Parameter.cs, Util/PriorityQueue.cs, Util/SmallFloat.cs,
263           Util/StringHelper.cs, Util/ToStringUtils.cs: Commit Bera's Lucene
264           1.9.1 branch.  These are the pristine sources; the patches will
265           be committed next
267 2006-09-30 20:07  fhedberg
269         * search/Search.cs: Set BorderWidth on the correct element.
271 2006-09-30 13:47  dbera
273         * beagled/Lucene.Net/: Lucene.Net.xml,
274           Analysis/Standard/StandardTokenizer.jj: Dos2Unix
276 2006-09-30 13:24  dbera
278         * beagled/Lucene.Net/: ABOUT.txt, AssemblyInfo.cs, BUILD.txt,
279           CHANGES.txt, HISTORY.txt, LICENSE.txt, README.txt,
280           SharpZipLibAdapter.cs, Index/SegmentReader.cs,
281           Index/TermInfosReader.cs, QueryParser/QueryParser.JJ,
282           QueryParser/QueryParser.jj, Search/MultiSearcher.cs,
283           Search/Query.cs, Store/FSDirectory.cs: 1.9.1-002-final
285 2006-09-30 10:21  tkaroonb
287         * ChangeLog, configure.in, po/ChangeLog, po/th.po: 2006-09-30
288           Theppitak Karoonboonyanan  <thep@linux.thai.net>
290                   * configure.in: Added th (Thai) to ALL_LINGUAS.
291                   * th.po: Added Thai translation by
292                   Supranee Thirawatthanasuk <supranee@opentle.org>.
294 2006-09-29 23:16  joeshaw
296         * beagled/LuceneQueryingDriver.cs: Remove some testing spew
298 2006-09-29 23:02  dbera
300         * beagled/Lucene.Net/:
301           Analysis/Standard/StandardTokenizerTokenManager.cs,
302           upstream-changes/11_charstream-no-exceptions.patch,
303           upstream-changes/21_fsdirectory_lock-cumulative.patch: Beagle
304           builds!!! Yay! (did I mention CVS sucks ?)
306 2006-09-29 22:57  dbera
308         * beagled/Lucene.Net/:
309           Analysis/Standard/StandardTokenizerTokenManager.cs,
310           QueryParser/QueryParserTokenManager.cs, Store/FSDirectory.cs,
311           Store/Lock.cs, upstream-changes/17_remove_debugstreams.patch,
312           upstream-changes/21_fsdirectory_lock-cumulative.patch: Final
313           (hopefully) set of patches.
315 2006-09-29 22:53  dbera
317         * beagled/Lucene.Net/upstream-changes/:
318           11_charstream-no-exceptions.patch, 13_lock-loop-cleanup.patch,
319           15_lock-timeout-verbose.patch: Ah! The patch files.
321 2006-09-29 22:52  dbera
323         * beagled/Lucene.Net/:
324           Analysis/Standard/StandardTokenizerTokenManager.cs,
325           Store/FSDirectory.cs, Store/Lock.cs: More patches. Nearly done.
327 2006-09-29 22:44  dbera
329         * beagled/Lucene.Net/: Analysis/Standard/CharStream.cs,
330           Analysis/Standard/FastCharStream.cs,
331           Analysis/Standard/StandardTokenizerTokenManager.cs,
332           Store/Lock.cs: More patches.
334 2006-09-29 22:22  dbera
336         * beagled/Lucene.Net/: Index/FieldInfos.cs, Index/TermBuffer.cs,
337           Store/Lock.cs, upstream-changes/07_TermBuffer-stringcopy.patch,
338           upstream-changes/08_more-lock-obtain-fixes.patch,
339           upstream-changes/10_fewer-exceptions.patch: More patches.
341 2006-09-29 21:54  dbera
343         * beagled/Lucene.Net/: Store/FSDirectory.cs,
344           upstream-changes/05_FSDirectory-rename-fileshare.patch: Patch 5.
346 2006-09-29 21:52  dbera
348         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/RAMDirectory.cs,
349           Store/RAMFile.cs, Store/RAMOutputStream.cs,
350           upstream-changes/04_FSDirectory-rename-fileshare.patch: Patch 4.
352 2006-09-29 21:48  dbera
354         * beagled/Lucene.Net/upstream-changes/:
355           01_use-native-open-locking.patch, 03_utc-times.patch,
356           05_TermBuffer-stringcopy.patch, 06_minimum_maxsleepcount.patch,
357           07_fewer-exceptions.patch, 08_charstream-no-exceptions.patch,
358           09_lock-loop-cleanup.patch, 10_lock-timeout-verbose.patch,
359           11_remove_debugstreams.patch, 12_fsdirectory_minor.patch: Remove
360           old files.
362 2006-09-29 21:40  dbera
364         * beagled/: BuildIndex.cs, DumpIndex.cs, LuceneCommon.cs,
365           StaticQueryable.cs, FileSystemQueryable/LuceneNameResolver.cs:
366           Back out some beagled changes due to lame code in L.Net-1.9.1.
368 2006-09-29 21:38  dbera
370         * beagled/Lucene.Net/: Document/Document.cs,
371           Index/DocumentWriter.cs, Index/FieldInfos.cs,
372           Index/FieldsWriter.cs, Index/ParallelReader.cs,
373           upstream-changes/03_fields_inenurable.patch: Patch 3.
375 2006-09-29 17:44  joeshaw
377         * Util/XmlFu.cs, beagled/LuceneCommon.cs,
378           beagled/LuceneQueryingDriver.cs: Greatly optimize search times
379           for queries that return large numbers of results from the Lucene
380           indexes.  We now also walk documents in descending time order
381           trying to populate an array of documents so that we don't have to
382           walk all documents, extract the timestamp property, and sort.
383           Bump up the index version again because of a new
384           InvertedTimestamp field in the index.
386 2006-09-29 17:33  fhedberg
388         * Makefile.am: If we have enabled the UI, build the Image.dll
389           before our graphical tool; Settings.exe.
391 2006-09-29 15:15  joeshaw
393         * search/: Category.cs, ConversationCategory.cs, GroupView.cs,
394           Search.cs, TileCategory.cs, UIManager.cs, Tiles/Utils.cs: Make
395           the scopes toggles rather than radio buttons, and all the user to
396           turn them on and off from the UI.  Patch from Max Wiehle, tweaked
397           a little by me
399 2006-09-29 13:08  joeshaw
401         * search/: Panes.cs, Search.cs, UIManager.cs: Move the sort items
402           to a View menu and add a show details toggle.  Patch from Ryan
403           Probasco
405 2006-09-29 13:06  kkubasik
407         * Filters/FilterImLog.cs: Map speakingto as a property keyword so
408           that queries such as speakingto:kkubasik will work.
410 2006-09-26 12:15  kkubasik
412         * configure.in, search/Makefile.am,
413           search/beagle-search.desktop.in,
414           search/beagle-search.desktop.in.in, tools/Makefile.am,
415           tools/beagle-settings.desktop.in,
416           tools/beagle-settings.desktop.in.in: Adding the needed configure
417           magic to .desktop files for bug-buddy support
419 2006-09-26 12:08  kkubasik
421         * configure.in: Allow forced compile-time selection of sqlite
422           versions bgo# 351133
424 2006-09-26 06:40  fhedberg
426         * tools/: Makefile.am, Settings.cs: Use the looking-glass icon for
427           the beagle-settings window.
429 2006-09-25 19:02  dbera
431         * beagled/Lucene.Net/: Store/FSDirectory.cs,
432           upstream-changes/02_FSDirectory-custom-locking.patch: Patch-2 in.
434 2006-09-25 19:00  dbera
436         * beagled/Lucene.Net/: upstream-changes/01_obtain-lock-fix.patch,
437           Store/FSDirectory.cs: patch-1 in. Here is the process. change
438           source to dos. apply patch. change source to unix. do a diff.
439           store the diff in upstream_patches and add header from original
440           patch file. Phew!
442 2006-09-25 18:54  dbera
444         * beagled/Lucene.Net/Store/: FSDirectory.cs, Lock.cs,
445           RAMDirectory.cs, RAMInputStream.cs, RAMOutputStream.cs: Oops..
446           backout last 2 commits.
448 2006-09-25 18:40  dbera
450         * beagled/Lucene.Net/Store/FSDirectory.cs: Patch 2 goes in.
452 2006-09-25 18:38  dbera
454         * beagled/Lucene.Net/Store/FSDirectory.cs: Patch 1 goes in.
456 2006-09-25 18:36  dbera
458         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
459           SharpZipLibAdapter.cs, SupportClass.cs, Analysis/Analyzer.cs,
460           Analysis/CharTokenizer.cs, Analysis/ISOLatin1AccentFilter.cs,
461           Analysis/KeywordAnalyzer.cs, Analysis/KeywordTokenizer.cs,
462           Analysis/LengthFilter.cs, Analysis/LetterTokenizer.cs,
463           Analysis/LowerCaseFilter.cs, Analysis/LowerCaseTokenizer.cs,
464           Analysis/PerFieldAnalyzerWrapper.cs,
465           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
466           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
467           Analysis/StopFilter.cs, Analysis/Token.cs,
468           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
469           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
470           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
471           Analysis/Standard/CharStream.cs,
472           Analysis/Standard/FastCharStream.cs,
473           Analysis/Standard/ParseException.cs,
474           Analysis/Standard/StandardAnalyzer.cs,
475           Analysis/Standard/StandardFilter.cs,
476           Analysis/Standard/StandardTokenizer.cs,
477           Analysis/Standard/StandardTokenizerConstants.cs,
478           Analysis/Standard/StandardTokenizerTokenManager.cs,
479           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
480           Document/DateField.cs, Document/DateTools.cs,
481           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
482           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
483           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
484           Index/FieldsReader.cs, Index/FieldsWriter.cs,
485           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
486           Index/IndexFileNames.cs, Index/IndexModifier.cs,
487           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
488           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
489           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
490           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
491           Index/SegmentMerger.cs, Index/SegmentReader.cs,
492           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
493           Index/SegmentTermPositionVector.cs,
494           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
495           Index/Term.cs, Index/TermBuffer.cs, Index/TermDocs.cs,
496           Index/TermEnum.cs, Index/TermFreqVector.cs, Index/TermInfo.cs,
497           Index/TermInfosReader.cs, Index/TermInfosWriter.cs,
498           Index/TermPositionVector.cs, Index/TermPositions.cs,
499           Index/TermVectorOffsetInfo.cs, Index/TermVectorsReader.cs,
500           Index/TermVectorsWriter.cs, QueryParser/CharStream.cs,
501           QueryParser/FastCharStream.cs,
502           QueryParser/MultiFieldQueryParser.cs,
503           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
504           QueryParser/QueryParserConstants.cs,
505           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
506           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
507           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
508           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
509           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
510           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
511           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
512           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
513           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
514           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
515           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
516           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
517           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
518           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
519           Search/HitCollector.cs, Search/HitIterator.cs,
520           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
521           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
522           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
523           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
524           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
525           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
526           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
527           Search/QueryFilter.cs, Search/QueryTermVector.cs,
528           Search/RangeFilter.cs, Search/RangeQuery.cs,
529           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
530           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
531           Search/ScoreDocComparator.cs, Search/Scorer.cs,
532           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
533           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
534           Search/Sort.cs, Search/SortComparator.cs,
535           Search/SortComparatorSource.cs, Search/SortField.cs,
536           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
537           Search/TopFieldDocs.cs, Search/Weight.cs,
538           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
539           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
540           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
541           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
542           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
543           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
544           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
545           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
546           Store/BufferedIndexOutput.cs, Store/Directory.cs,
547           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
548           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
549           Store/OutputStream.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
550           Store/RAMInputStream.cs, Store/RAMOutputStream.cs,
551           Util/BitVector.cs, Util/Constants.cs, Util/Parameter.cs,
552           Util/PriorityQueue.cs, Util/SmallFloat.cs, Util/StringHelper.cs,
553           Util/ToStringUtils.cs: Atleast do something right today. Upload
554           all files in unix format. In the next few days, I will patch
555           these files with our patches one by one.  1.9.1-rc1 porting
556           begins.
558 2006-09-25 18:15  dbera
560         * beagled/Lucene.Net/: ABOUT.txt, HISTORY.txt, LICENSE.txt,
561           Lucene.Net.xml,
562           Analysis/Standard/StandardTokenizerTokenManager.cs,
563           QueryParser/QueryParserTokenManager.cs, Store/FSDirectory.cs,
564           Store/Lock.cs: 1.9.1-rc1 commit-2
566 2006-09-25 18:09  dbera
568         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
569           Makefile.am, SharpZipLibAdapter.cs, SupportClass.cs,
570           Analysis/Analyzer.cs, Analysis/CharTokenizer.cs,
571           Analysis/ISOLatin1AccentFilter.cs, Analysis/KeywordAnalyzer.cs,
572           Analysis/KeywordTokenizer.cs, Analysis/LengthFilter.cs,
573           Analysis/LetterTokenizer.cs, Analysis/LowerCaseFilter.cs,
574           Analysis/LowerCaseTokenizer.cs,
575           Analysis/PerFieldAnalyzerWrapper.cs,
576           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
577           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
578           Analysis/StopFilter.cs, Analysis/Token.cs,
579           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
580           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
581           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
582           Analysis/Standard/CharStream.cs,
583           Analysis/Standard/FastCharStream.cs,
584           Analysis/Standard/ParseException.cs,
585           Analysis/Standard/StandardAnalyzer.cs,
586           Analysis/Standard/StandardFilter.cs,
587           Analysis/Standard/StandardTokenizer.cs,
588           Analysis/Standard/StandardTokenizer.jj,
589           Analysis/Standard/StandardTokenizerConstants.cs,
590           Analysis/Standard/StandardTokenizerTokenManager.cs,
591           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
592           Document/DateField.cs, Document/DateTools.cs,
593           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
594           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
595           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
596           Index/FieldsReader.cs, Index/FieldsWriter.cs,
597           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
598           Index/IndexFileNames.cs, Index/IndexModifier.cs,
599           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
600           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
601           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
602           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
603           Index/SegmentMerger.cs, Index/SegmentReader.cs,
604           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
605           Index/SegmentTermPositionVector.cs,
606           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
607           Index/Term.cs, Index/TermBuffer.cs, Index/TermDocs.cs,
608           Index/TermEnum.cs, Index/TermFreqVector.cs, Index/TermInfo.cs,
609           Index/TermInfosReader.cs, Index/TermInfosWriter.cs,
610           Index/TermPositionVector.cs, Index/TermPositions.cs,
611           Index/TermVectorOffsetInfo.cs, Index/TermVectorsReader.cs,
612           Index/TermVectorsWriter.cs, QueryParser/CharStream.cs,
613           QueryParser/FastCharStream.cs,
614           QueryParser/MultiFieldQueryParser.cs,
615           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
616           QueryParser/QueryParser.jj, QueryParser/QueryParserConstants.cs,
617           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
618           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
619           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
620           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
621           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
622           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
623           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
624           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
625           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
626           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
627           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
628           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
629           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
630           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
631           Search/HitCollector.cs, Search/HitIterator.cs,
632           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
633           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
634           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
635           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
636           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
637           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
638           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
639           Search/QueryFilter.cs, Search/QueryTermVector.cs,
640           Search/RangeFilter.cs, Search/RangeQuery.cs,
641           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
642           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
643           Search/ScoreDocComparator.cs, Search/Scorer.cs,
644           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
645           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
646           Search/Sort.cs, Search/SortComparator.cs,
647           Search/SortComparatorSource.cs, Search/SortField.cs,
648           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
649           Search/TopFieldDocs.cs, Search/Weight.cs,
650           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
651           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
652           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
653           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
654           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
655           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
656           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
657           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
658           Store/BufferedIndexOutput.cs, Store/Directory.cs,
659           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
660           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
661           Store/OutputStream.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
662           Store/RAMInputStream.cs, Store/RAMOutputStream.cs,
663           Util/BitVector.cs, Util/Constants.cs, Util/Parameter.cs,
664           Util/PriorityQueue.cs, Util/SmallFloat.cs, Util/StringHelper.cs,
665           Util/ToStringUtils.cs: Begin sync of 1.9.1-rc1
667 2006-09-25 15:58  dbera
669         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
670           SharpZipLibAdapter.cs, SupportClass.cs, Analysis/Analyzer.cs,
671           Analysis/CharTokenizer.cs, Analysis/ISOLatin1AccentFilter.cs,
672           Analysis/KeywordAnalyzer.cs, Analysis/KeywordTokenizer.cs,
673           Analysis/LengthFilter.cs, Analysis/LetterTokenizer.cs,
674           Analysis/LowerCaseFilter.cs, Analysis/LowerCaseTokenizer.cs,
675           Analysis/PerFieldAnalyzerWrapper.cs,
676           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
677           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
678           Analysis/StopFilter.cs, Analysis/Token.cs,
679           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
680           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
681           Analysis/WhitespaceTokenizer.cs, Analysis/WordlistLoader.cs,
682           Analysis/Standard/CharStream.cs,
683           Analysis/Standard/FastCharStream.cs,
684           Analysis/Standard/ParseException.cs,
685           Analysis/Standard/StandardAnalyzer.cs,
686           Analysis/Standard/StandardFilter.cs,
687           Analysis/Standard/StandardTokenizer.cs,
688           Analysis/Standard/StandardTokenizerConstants.cs,
689           Analysis/Standard/StandardTokenizerTokenManager.cs,
690           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
691           Document/DateField.cs, Document/DateTools.cs,
692           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
693           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
694           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
695           Index/FieldsReader.cs, Index/FieldsWriter.cs,
696           Index/FilterIndexReader.cs, Index/IndexFileNameFilter.cs,
697           Index/IndexFileNames.cs, Index/IndexModifier.cs,
698           Index/IndexReader.cs, Index/IndexWriter.cs, Index/MultiReader.cs,
699           Index/MultipleTermPositions.cs, Index/ParallelReader.cs,
700           Index/SegmentInfo.cs, Index/SegmentInfos.cs,
701           Index/SegmentMergeInfo.cs, Index/SegmentMergeQueue.cs,
702           Index/SegmentMerger.cs, Index/SegmentReader.cs,
703           Index/SegmentTermDocs.cs, Index/SegmentTermEnum.cs,
704           Index/SegmentTermPositionVector.cs,
705           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
706           Index/Term.cs, Index/TermBuffer.cs, Index/TermDocs.cs,
707           Index/TermEnum.cs, Index/TermFreqVector.cs, Index/TermInfo.cs,
708           Index/TermInfosReader.cs, Index/TermInfosWriter.cs,
709           Index/TermPositionVector.cs, Index/TermPositions.cs,
710           Index/TermVectorOffsetInfo.cs, Index/TermVectorsReader.cs,
711           Index/TermVectorsWriter.cs, QueryParser/CharStream.cs,
712           QueryParser/FastCharStream.cs,
713           QueryParser/MultiFieldQueryParser.cs,
714           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
715           QueryParser/QueryParserConstants.cs,
716           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
717           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
718           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
719           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
720           Search/ConjunctionScorer.cs, Search/ConstantScoreQuery.cs,
721           Search/ConstantScoreRangeQuery.cs, Search/DateFilter.cs,
722           Search/DefaultSimilarity.cs, Search/DisjunctionMaxQuery.cs,
723           Search/DisjunctionMaxScorer.cs, Search/DisjunctionSumScorer.cs,
724           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
725           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
726           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
727           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
728           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
729           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs, Search/Hit.cs,
730           Search/HitCollector.cs, Search/HitIterator.cs,
731           Search/HitQueue.cs, Search/Hits.cs, Search/IndexSearcher.cs,
732           Search/MatchAllDocsQuery.cs, Search/MultiPhraseQuery.cs,
733           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
734           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
735           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
736           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
737           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
738           Search/QueryFilter.cs, Search/QueryTermVector.cs,
739           Search/RangeFilter.cs, Search/RangeQuery.cs,
740           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
741           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
742           Search/ScoreDocComparator.cs, Search/Scorer.cs,
743           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
744           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
745           Search/Sort.cs, Search/SortComparator.cs,
746           Search/SortComparatorSource.cs, Search/SortField.cs,
747           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
748           Search/TopFieldDocs.cs, Search/Weight.cs,
749           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
750           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
751           Search/Regex/SpanRegexQuery.cs, Search/Spans/NearSpans.cs,
752           Search/Spans/SpanFirstQuery.cs, Search/Spans/SpanNearQuery.cs,
753           Search/Spans/SpanNotQuery.cs, Search/Spans/SpanOrQuery.cs,
754           Search/Spans/SpanQuery.cs, Search/Spans/SpanScorer.cs,
755           Search/Spans/SpanTermQuery.cs, Search/Spans/SpanWeight.cs,
756           Search/Spans/Spans.cs, Store/BufferedIndexInput.cs,
757           Store/BufferedIndexOutput.cs, Store/Directory.cs,
758           Store/FSDirectory.cs, Store/IndexInput.cs, Store/IndexOutput.cs,
759           Store/InputStream.cs, Store/Lock.cs, Store/MMapDirectory.cs,
760           Store/OutputStream.cs, Store/RAMDirectory.cs, Store/RAMFile.cs,
761           Store/RAMInputStream.cs, Store/RAMOutputStream.cs,
762           Util/BitVector.cs, Util/Constants.cs, Util/Parameter.cs,
763           Util/PriorityQueue.cs, Util/SmallFloat.cs, Util/StringHelper.cs,
764           Util/ToStringUtils.cs: Fix dos line endings.
766 2006-09-25 04:42  danilo
768         * po/: ChangeLog, sr.po, sr@Latn.po: Updated by Filip Miletic.
770 2006-09-22 12:33  danilo
772         * ChangeLog, configure.in, po/ChangeLog, po/sr.po, po/sr@Latn.po:
773           Added Serbian translation by Filip Miletić.
775 2006-09-21 22:46  kkubasik
777         * ImLogViewer/ImLogWindow.cs: Small formatting fix in
778           LogViewerWindow.cs
780 2006-09-21 21:37  kkubasik
782         * Filters/FilterTiff.cs: A simple fix to prevent crashes from  bad
783           datetime strings in Tiff files.
785 2006-09-21 15:05  dnylande
787         * po/: ChangeLog, sv.po: 2006-09-21  Daniel Nylander
788           <po@danielnylander.se>
790                   * sv.po: Updated Swedish translation.
792 2006-09-20 17:41  dbera
794         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
795           upstream-changes/12_fsdirectory_minor.patch: More FSDirectory
796           fixes.
798 2006-09-20 14:35  dbera
800         * beagled/Lucene.Net/upstream-changes/:
801           08_charstream-no-exceptions.patch, 09_lock-loop-cleanup.patch,
802           10_lock-timeout-verbose.patch, 11_remove_debugstreams.patch: Last
803           set of upstream patches.
805 2006-09-20 14:34  dbera
807         * beagled/Lucene.Net/:
808           Analysis/Standard/StandardTokenizerTokenManager.cs,
809           QueryParser/QueryParserTokenManager.cs,
810           upstream-changes/01_use-native-open-locking.patch: Final set of
811           changes. Beagle builds now with L.N-1.9
813 2006-09-20 14:27  dbera
815         * beagled/Lucene.Net/: Analysis/Standard/CharStream.cs,
816           Analysis/Standard/FastCharStream.cs,
817           Analysis/Standard/StandardTokenizerTokenManager.cs,
818           Store/FSDirectory.cs, Store/Lock.cs: More upstream patches.
820 2006-09-20 05:38  zygis
822         * po/: ChangeLog, lt.po: 2006-09-20  Žygimantas Beručka
823           <zygis@gnome.org>
825                   * lt.po: Updated Lithuanian translation.
827 2006-09-19 18:59  dbera
829         * beagled/: BuildIndex.cs, DumpIndex.cs, LuceneCommon.cs,
830           LuceneQueryingDriver.cs,
831           FileSystemQueryable/LuceneNameResolver.cs: Beagle changes for
832           L.N-1.9
834 2006-09-19 18:59  dbera
836         * beagled/Lucene.Net/: Index/FieldInfos.cs,
837           upstream-changes/01_obtain-lock-fix.patch,
838           upstream-changes/01_use-native-open-locking.patch,
839           upstream-changes/03_FSDirectory-pid-in-lockfile.patch,
840           upstream-changes/03_utc-times.patch,
841           upstream-changes/04_FSDirectory-rename-fileshare.patch,
842           upstream-changes/04_utc-times.patch,
843           upstream-changes/05_FSDirectory-rename-fileshare.patch,
844           upstream-changes/05_TermBuffer-stringcopy.patch,
845           upstream-changes/06_FSDirectory-lock-logging.patch,
846           upstream-changes/06_minimum_maxsleepcount.patch,
847           upstream-changes/07_TermBuffer-stringcopy.patch,
848           upstream-changes/07_fewer-exceptions.patch,
849           upstream-changes/08_more-lock-obtain-fixes.patch,
850           upstream-changes/09-path-combine.patch,
851           upstream-changes/10_fewer-exceptions.patch,
852           upstream-changes/11_charstream-no-exceptions.patch,
853           upstream-changes/12_more-lock-logging.patch,
854           upstream-changes/13_lock-loop-cleanup.patch,
855           upstream-changes/14_analysis-leak.patch,
856           upstream-changes/15_lock-timeout-verbose.patch,
857           upstream-changes/16_hangul_support.patch,
858           upstream-changes/17_remove_debugstreams.patch,
859           upstream-changes/18_avoid_fileinfos.patch,
860           upstream-changes/20_use-native-open-locking.patch: Filter out
861           unwanted patches from upstream-patches. Half done. Rest later.
863 2006-09-19 18:44  dbera
865         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
866           Store/RAMDirectory.cs, Store/RAMFile.cs,
867           Store/RAMOutputStream.cs, Index/TermBuffer.cs: More upstream
868           patches.
870 2006-09-19 18:05  dbera
872         * beagled/Lucene.Net/: Store/FSDirectory.cs,
873           upstream-changes/02_FSDirectory-custom-locking.patch: Per-index
874           locking patch.
876 2006-09-19 17:36  dbera
878         * beagled/Lucene.Net/Store/FSDirectory.cs: Patching local copy -
879           use native lock file creation.
881 2006-09-19 16:54  dbera
883         * beagled/Lucene.Net/: SharpZipLibAdapter.cs,
884           Analysis/ISOLatin1AccentFilter.cs, Analysis/KeywordAnalyzer.cs,
885           Analysis/KeywordTokenizer.cs, Analysis/LengthFilter.cs,
886           Analysis/PACKAGE.HTML, Analysis/WordlistLoader.cs,
887           Analysis/Standard/PACKAGE.HTML, Index/IndexFileNameFilter.cs,
888           Index/IndexFileNames.cs, Index/IndexModifier.cs,
889           Index/ParallelReader.cs, QueryParser/PACKAGE.HTML,
890           Search/ConstantScoreQuery.cs, Search/ConstantScoreRangeQuery.cs,
891           Search/DisjunctionMaxQuery.cs, Search/DisjunctionMaxScorer.cs,
892           Search/Hit.cs, Search/HitIterator.cs,
893           Search/MatchAllDocsQuery.cs, Search/PACKAGE.HTML,
894           Search/Regex/RegexQuery.cs, Search/Regex/RegexTermEnum.cs,
895           Search/Regex/SpanRegexQuery.cs, Store/PACKAGE.HTML,
896           Util/SmallFloat.cs, Util/ToStringUtils.cs: Add new files, remove
897           deleted files.
899 2006-09-19 16:51  dbera
901         * beagled/Lucene.Net/: AssemblyInfo.cs, LucenePackage.cs,
902           SupportClass.cs, Analysis/Analyzer.cs, Analysis/CharTokenizer.cs,
903           Analysis/LetterTokenizer.cs, Analysis/LowerCaseFilter.cs,
904           Analysis/LowerCaseTokenizer.cs,
905           Analysis/PerFieldAnalyzerWrapper.cs,
906           Analysis/PorterStemFilter.cs, Analysis/PorterStemmer.cs,
907           Analysis/SimpleAnalyzer.cs, Analysis/StopAnalyzer.cs,
908           Analysis/StopFilter.cs, Analysis/Token.cs,
909           Analysis/TokenFilter.cs, Analysis/TokenStream.cs,
910           Analysis/Tokenizer.cs, Analysis/WhitespaceAnalyzer.cs,
911           Analysis/WhitespaceTokenizer.cs, Analysis/Standard/CharStream.cs,
912           Analysis/Standard/FastCharStream.cs,
913           Analysis/Standard/ParseException.cs,
914           Analysis/Standard/StandardAnalyzer.cs,
915           Analysis/Standard/StandardFilter.cs,
916           Analysis/Standard/StandardTokenizer.cs,
917           Analysis/Standard/StandardTokenizerConstants.cs,
918           Analysis/Standard/StandardTokenizerTokenManager.cs,
919           Analysis/Standard/Token.cs, Analysis/Standard/TokenMgrError.cs,
920           Document/DateField.cs, Document/DateTools.cs,
921           Document/Document.cs, Document/Field.cs, Document/NumberTools.cs,
922           Index/CompoundFileReader.cs, Index/CompoundFileWriter.cs,
923           Index/DocumentWriter.cs, Index/FieldInfo.cs, Index/FieldInfos.cs,
924           Index/FieldsReader.cs, Index/FieldsWriter.cs,
925           Index/FilterIndexReader.cs, Index/IndexReader.cs,
926           Index/IndexWriter.cs, Index/MultiReader.cs,
927           Index/MultipleTermPositions.cs, Index/SegmentInfo.cs,
928           Index/SegmentInfos.cs, Index/SegmentMergeInfo.cs,
929           Index/SegmentMergeQueue.cs, Index/SegmentMerger.cs,
930           Index/SegmentReader.cs, Index/SegmentTermDocs.cs,
931           Index/SegmentTermEnum.cs, Index/SegmentTermPositionVector.cs,
932           Index/SegmentTermPositions.cs, Index/SegmentTermVector.cs,
933           Index/SegmentsReader.cs, Index/Term.cs, Index/TermBuffer.cs,
934           Index/TermDocs.cs, Index/TermEnum.cs, Index/TermFreqVector.cs,
935           Index/TermInfo.cs, Index/TermInfosReader.cs,
936           Index/TermInfosWriter.cs, Index/TermPositionVector.cs,
937           Index/TermPositions.cs, Index/TermVectorOffsetInfo.cs,
938           Index/TermVectorsReader.cs, Index/TermVectorsWriter.cs,
939           QueryParser/CharStream.cs, QueryParser/FastCharStream.cs,
940           QueryParser/MultiFieldQueryParser.cs,
941           QueryParser/ParseException.cs, QueryParser/QueryParser.cs,
942           QueryParser/QueryParserConstants.cs,
943           QueryParser/QueryParserTokenManager.cs, QueryParser/Token.cs,
944           QueryParser/TokenMgrError.cs, Search/BooleanClause.cs,
945           Search/BooleanQuery.cs, Search/BooleanScorer.cs,
946           Search/BooleanScorer2.cs, Search/CachingWrapperFilter.cs,
947           Search/ConjunctionScorer.cs, Search/DateFilter.cs,
948           Search/DefaultSimilarity.cs, Search/DisjunctionSumScorer.cs,
949           Search/ExactPhraseScorer.cs, Search/Explanation.cs,
950           Search/FieldCache.cs, Search/FieldCacheImpl.cs,
951           Search/FieldDoc.cs, Search/FieldDocSortedHitQueue.cs,
952           Search/FieldSortedHitQueue.cs, Search/Filter.cs,
953           Search/FilteredQuery.cs, Search/FilteredTermEnum.cs,
954           Search/FuzzyQuery.cs, Search/FuzzyTermEnum.cs,
955           Search/HitCollector.cs, Search/HitQueue.cs, Search/Hits.cs,
956           Search/IndexSearcher.cs, Search/MultiPhraseQuery.cs,
957           Search/MultiSearcher.cs, Search/MultiTermQuery.cs,
958           Search/NonMatchingScorer.cs, Search/ParallelMultiSearcher.cs,
959           Search/PhrasePositions.cs, Search/PhrasePrefixQuery.cs,
960           Search/PhraseQuery.cs, Search/PhraseQueue.cs,
961           Search/PhraseScorer.cs, Search/PrefixQuery.cs, Search/Query.cs,
962           Search/QueryFilter.cs, Search/QueryTermVector.cs,
963           Search/RangeFilter.cs, Search/RangeQuery.cs,
964           Search/RemoteSearchable.cs, Search/ReqExclScorer.cs,
965           Search/ReqOptSumScorer.cs, Search/ScoreDoc.cs,
966           Search/ScoreDocComparator.cs, Search/Scorer.cs,
967           Search/Searchable.cs, Search/Searcher.cs, Search/Similarity.cs,
968           Search/SimilarityDelegator.cs, Search/SloppyPhraseScorer.cs,
969           Search/Sort.cs, Search/SortComparator.cs,
970           Search/SortComparatorSource.cs, Search/SortField.cs,
971           Search/TermQuery.cs, Search/TermScorer.cs, Search/TopDocs.cs,
972           Search/TopFieldDocs.cs, Search/Weight.cs,
973           Search/WildcardQuery.cs, Search/WildcardTermEnum.cs,
974           Search/Spans/NearSpans.cs, Search/Spans/SpanFirstQuery.cs,
975           Search/Spans/SpanNearQuery.cs, Search/Spans/SpanNotQuery.cs,
976           Search/Spans/SpanOrQuery.cs, Search/Spans/SpanQuery.cs,
977           Search/Spans/SpanScorer.cs, Search/Spans/SpanTermQuery.cs,
978           Search/Spans/SpanWeight.cs, Search/Spans/Spans.cs,
979           Store/BufferedIndexInput.cs, Store/BufferedIndexOutput.cs,
980           Store/Directory.cs, Store/FSDirectory.cs, Store/IndexInput.cs,
981           Store/IndexOutput.cs, Store/InputStream.cs, Store/Lock.cs,
982           Store/MMapDirectory.cs, Store/OutputStream.cs,
983           Store/RAMDirectory.cs, Store/RAMFile.cs, Store/RAMInputStream.cs,
984           Store/RAMOutputStream.cs, Util/BitVector.cs, Util/Constants.cs,
985           Util/Parameter.cs, Util/PriorityQueue.cs, Util/StringHelper.cs:
986           Sync files from L.Net-1.9
988 2006-09-19 16:45  dbera
990         * beagled/: Makefile.am, Lucene.Net/Makefile.am: Get ready for
991           syncing Lucene.Net to 1.9-final release.
993 2006-09-19 11:17  joeshaw
995         * po/: ChangeLog, pl.po: 2006-09-19  Joe Shaw  <joeshaw@novell.com>
997                   * pl.po: Updated Polish translation from Krzysztof
998           Rosiński
1000 2006-09-18 19:13  joeshaw
1002         * NEWS, configure.in: Update for 0.2.10 release
1004 2006-09-18 16:35  joeshaw
1006         * Filters/: FilterOle.cs, FilterPPT.cs: Dispose of all of our
1007           gsf-sharp objects to help fix a leak.  A gsf-sharp update is also
1008           needed to totally fix the bug.
1010 2006-09-18 14:17  joeshaw
1012         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Bump file
1013           system backend version up to 5
1015 2006-09-18 14:14  joeshaw
1017         * beagled/: LuceneCommon.cs,
1018           FileSystemQueryable/LuceneNameResolver.cs: Don't lowercase tokens
1019           in the private namespace, fix the file system backend to search
1020           for filenames with a lower case string
1022 2006-09-18 07:58  jfriedl
1024         * po/: ChangeLog, cs.po: 2006-09-18  Jakub Friedl
1025           <jfriedl@suse.cz>
1027             * cs.po: Updated Czech translation.
1029 2006-09-16 17:14  postlund
1031         * configure.in: Ooops, modified gmime-sharp version and forgot
1032           about it.
1034 2006-09-16 17:11  postlund
1036         * configure.in, Util/Mork.cs, Util/Thunderbird.cs,
1037           beagled/ThunderbirdQueryable/Contact.cs,
1038           beagled/ThunderbirdQueryable/Mail.cs,
1039           beagled/ThunderbirdQueryable/MoveMail.cs,
1040           beagled/ThunderbirdQueryable/Nntp.cs,
1041           beagled/ThunderbirdQueryable/Rss.cs,
1042           beagled/ThunderbirdQueryable/ThunderbirdIndexableGenerator.cs,
1043           beagled/ThunderbirdQueryable/ThunderbirdIndexer.cs: * Indexing
1044           account data stored in a non-standard place should work better *
1045           Patch from bug #354777 * Parsing Thunderbird accounts have been
1046           improved * Mailbox name read from mork file is now used when
1047           indexing mails (prettier output) * Print more debug data when
1048           indexing zero-sized mork files (easier when debugging)
1050 2006-09-15 17:46  dbera
1052         * Makefile.am: Install beagle-ui.pc only if gui is enabled.
1054 2006-09-15 15:28  joeshaw
1056         * libbeagle/beagle/: beagle-queryable-status.c,
1057           beagle-scheduler-information.c: Fix a few g_return_if_fail calls.
1058           Patch from Joe Hardigan
1060 2006-09-15 10:20  joeshaw
1062         * configure.in: Require gtk-sharp 2.4.0 and gmime-sharp 2.2.0
1063           because they're the stable versions
1065 2006-09-15 04:04  ituohela
1067         * po/: ChangeLog, fi.po: Updated Finnish translation
1069 2006-09-14 17:57  joeshaw
1071         * beagled/EvolutionMailDriver/MailCrawler.cs: Fix a thinko in the
1072           evolution mail crawler
1074 2006-09-13 15:55  joeshaw
1076         * beagled/FilterFactory.cs: A little better logging info when we
1077           can't filter a file
1079 2006-09-13 15:45  joeshaw
1081         * Filters/FilterPdf.cs: Attach to stderr of pdfinfo and pdftotext
1082           and log any output as a warning
1084 2006-09-13 07:21  kmaraas
1086         * po/: ChangeLog, nb.po: 2006-09-13  Kjartan Maraas
1087           <kmaraas@gnome.org>
1089                   * nb.po: Updated Norwegian bokmål translation.
1091 2006-09-13 02:19  kkubasik
1093         * search/Tiles/MailMessage.cs: The new GetClientProcess stuff in
1094           MailMessage wasn't handling parent/child stuff right.
1096 2006-09-12 17:44  joeshaw
1098         * glue/xdgmime/: README, xdgmime.c, xdgmime.h, xdgmimecache.c,
1099           xdgmimeglob.c, xdgmimemagic.c: Use the GTK+ version of xdgmime in
1100           Beagle instead of the upstream one, so we now consider it to be
1101           the canonical version.  Add a README about that and remove our
1102           old patches against upstream.
1104 2006-09-12 16:19  jovanna
1106         * po/: ChangeLog, mk.po: 2006-09-12 Jovan Naumovski
1107           <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian translation
1109 2006-09-12 08:05  fhedberg
1111         * Util/: ICalParser.cs, Makefile.am: Basic parser for the iCal &
1112           vCard formats.
1114 2006-09-11 17:50  dlodge
1116         * po/: ChangeLog, en_GB.po: 2006-09-11  David Lodge <dave@cirt.net>
1118                   * en_GB.po: Updated British (English) translation.
1120 2006-09-11 16:13  joeshaw
1122         * Filters/FilterMail.cs: Fix a typo: should be text/x-vcard, not
1123           text/vcard
1125 2006-09-11 15:46  joeshaw
1127         * Filters/: FilterC.cs, FilterCpp.cs, FilterMail.cs,
1128           FilterShellscript.cs: Blacklist certain common mime types in mail
1129           attachments that don't have filters and add no value, including
1130           signatures, ms-tnef, vcard and vcalendar.  Fix a bug with mime
1131           types sometimes being capitalized in emails, and add a bunch of
1132           additional mime types to the C, C++, and shell script filters
1133           that were common in my own email
1135 2006-09-11 14:33  joeshaw
1137         * Filters/FilterMPlayerVideo.cs: Use the invariant culture when
1138           converting floating point values in the mplayer filter
1140 2006-09-11 12:55  adrighem
1142         * po/: ChangeLog, nl.po: 2006-09-11  Vincent van Adrighem
1143           <adrighem@gnome.org>
1145                   * nl.po: Translation updated by Tino Meinen.
1147 2006-09-11 06:44  jmas
1149         * po/: ChangeLog, ca.po: 2006-09-11  Jordi Mas
1150           <jmas@softcatala.org>
1152                   * ca.po: Updated Catalan translation.
1154 2006-09-10 14:30  dbera
1156         * Filters/FilterHtml.cs: Minor reorganization of html filter code.
1158 2006-09-10 10:04  serrador
1160         * po/: ChangeLog, es.po: 2006-09-10  Francisco Javier F. Serrador
1161           <serrador@openshine.com>
1163                   * es.po: Updated Spanish translation.
1165 2006-09-09 22:46  dbera
1167         * Filters/FilterHtml.cs: Add whitespace after attributes in HTML
1168           filter. Fixes #354420.
1170 2006-09-08 18:10  joeshaw
1172         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
1173           BeagleClient/IndexingService.cs, BeagleClient/QueryResponses.cs,
1174           Util/StringFu.cs, Util/UriFu.cs, beagled/DumpIndex.cs,
1175           beagled/FilterFactory.cs, beagled/IndexerReceipts.cs,
1176           beagled/LuceneBitArray.cs, beagled/LuceneCommon.cs,
1177           beagled/LuceneIndexingDriver.cs, beagled/Makefile.am,
1178           beagled/TextCache.cs,
1179           beagled/FileSystemQueryable/FileSystemQueryable.cs,
1180           search/Tiles/Application.cs, search/Tiles/Calendar.cs,
1181           search/Tiles/Contact.cs, search/Tiles/HitFlavor.cs,
1182           search/Tiles/MailAttachment.cs, search/Tiles/MailMessage.cs,
1183           search/Tiles/Note.cs, search/Tiles/ThumbnailFactory.cs,
1184           search/Tiles/Tile.cs: Fairly large change in the way we escape
1185           URIs so that we now do it correctly according to the URI RFC, the
1186           number of which I forget right now
1188 2006-09-08 17:53  joeshaw
1190         * search/Search.cs: Fix the infamous focus grabbing bug in
1191           beagle-search; include in the search entry timeout whether or not
1192           you've moved the cursor, not just whether the text has been
1193           changed
1195 2006-09-07 08:25  jfriedl
1197         * po/: ChangeLog, cs.po: 2006-09-07  Jakub Friedl <jfriedl@suse.cz>
1199             * cs.po: Updated Czech translation.
1201 2006-09-06 21:21  nshmyrev
1203         * po/ru.po: Updated Russian translation
1205 2006-09-06 18:06  joeshaw
1207         * Util/DirectoryWalker.cs: Fix a problem where StringBuilders were
1208           being shrunk, and filenames weren't fitting inside the buffer.
1209           Fixes the irritating bug where not all files would be indexed
1210           (particularly mp3 files, which often have long filenames).  Many
1211           thanks to Kent Borg for helping track this down
1213 2006-09-06 17:21  joeshaw
1215         * ContactViewer/ContactWindow.cs: Fix a plural string in the
1216           contact viewer for i18n
1218 2006-09-05 21:55  kkubasik
1220         * configure.in, Util/Galago.cs, Util/Makefile.am,
1221           search/Makefile.am, search/Tiles/IMLog.cs: beagle-search now
1222           supports galago. Needs the 0.5 series of galago.
1224 2006-09-05 14:54  llipka
1226         * search/Tiles/OpenWithMenu.cs: Dont crash when we get an empty
1227           list for open with apps.
1229 2006-09-05 13:18  joeshaw
1231         * po/POTFILES.in: Add some missing files to POTFILES.in
1233 2006-09-05 11:54  joeshaw
1235         * configure.in: Add support for epiphany 2.16 to configure.in
1237 2006-09-04 19:38  nshmyrev
1239         * po/: ChangeLog, ru.po: 2006-09-04  Nickolay V. Shmyrev
1240           <nshmyrev@yandex.ru>
1242                   * ru.po: Updated Russian translation by
1243                   Alexander Sigachov <ajvol2@gmail.com>
1245 2006-09-04 01:20  aihana
1247         * po/ja.po: 2006-09-04  Takeshi AIHANA <takeshi.aihana@gmail.com>
1249                   * ja.po: Updated Japanese translation.
1251 2006-09-03 21:36  rml
1253         * HACKING:
1254                   * HACKING: Seriously, guys?  Are you all asleep at the
1255           wheel here?
1256                     It is TODO, not TODo.  Why would TO be in all uppercase
1257           but not
1258                     Do?  I am worried.  The spelling and syntax here are
1259           messier than
1260                     Joe's beard.  Speaking of which: Many of you Beagle
1261           users are
1262                     friends, or at least fans, of Joe's.  Perhaps you could
1263           send him
1264                     emails, letters, and voice mails
1265           begging--pleading--with him to
1266                     clean that thing.  Because we love him, we want it
1267           cleansed.
1269 2006-09-03 21:31  rml
1271         * NEWS:
1272                   * NEWS: Spellcheck.
1274 2006-09-03 04:27  jmas
1276         * po/ca.po: Small Catalan translation update
1278 2006-09-02 04:24  dnylande
1280         * po/: ChangeLog, sv.po: 2006-09-02  Daniel Nylander
1281           <po@danielnylander.se>
1283                   * sv.po: Updated Swedish translation.
1285 2006-09-01 11:30  joeshaw
1287         * NEWS, configure.in: Redo for 0.2.9 release
1289 2006-08-31 15:47  joeshaw
1291         * NEWS: Update for 0.2.9 release
1293 2006-08-30 18:34  joeshaw
1295         * search/: UIManager.cs, Tiles/ThumbnailFactory.cs: Fix a
1296           compilation issue with older gtk-sharp, and fix an infinite loop
1297           when saving of thumbnails fails.  (Why isn't there a boolean
1298           return value?)
1300 2006-08-30 05:52  llipka
1302         * search/Tiles/ThumbnailFactory.cs: Use the SerializedUri to
1303           generate thumbnails.
1305 2006-08-30 05:43  llipka
1307         * search/: Search.cs, Pages/NoMatch.cs: Oops, back out accidental
1308           changes.
1310 2006-08-30 05:31  llipka
1312         * search/: Search.cs, Pages/NoMatch.cs, Tray/TrayIcon.cs:
1313           Hide/Unhide the window properly. Copied from muine, patch from
1314           Arif Lukito. (bgo #352877)
1316 2006-08-29 08:51  adrighem
1318         * po/: nl.po, ChangeLog: 2006-08-29  Vincent van Adrighem
1319           <adrighem@gnome.org>
1321                   * nl.po: Translation updated by Tino Meinen.
1323 2006-08-28 08:15  redfox
1325         * po/: ChangeLog, fr.po: Updated French translation.
1327 2006-08-27 19:29  jovanna
1329         * po/: ChangeLog, mk.po: 2006-08-27 Jovan Naumovski
1330           <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian translation
1332 2006-08-27 04:43  adrighem
1334         * po/: ChangeLog, nl.po: 2006-08-27  Vincent van Adrighem
1335           <adrighem@gnome.org>
1337                   * nl.po: Translation updated by Tino Meinen.
1339 2006-08-27 03:53  llipka
1341         * libbeagle/beagle/: beagle-daemon-information-response.h,
1342           beagle-util.h: Change C++ style comment to C style comment.
1343           Killed a warning about comma at an end of an enum list. (bgo
1344           #352948)
1346 2006-08-27 02:59  clyties
1348         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
1350 2006-08-26 14:49  adrighem
1352         * po/: nl.po, ChangeLog: 2006-08-26  Vincent van Adrighem
1353           <adrighem@gnome.org>
1355                   * nl.po: Translation updated by Karel Demeyer.
1357 2006-08-25 04:59  llipka
1359         * Util/ImLog.cs: Be more bulletproof when processing lines in IM
1360           logs. Based on a patch from Arif Lukito. (bgo #351882)
1362 2006-08-24 12:53  llipka
1364         * search/Search.cs: Not only show but also present the window in
1365           tray icon mode. (bgo #351915)
1367 2006-08-24 12:46  llipka
1369         * ImLogViewer/ImLogWindow.cs: Don't display timeline categories
1370           that don't have any logs during a search.
1372 2006-08-24 12:31  llipka
1374         * search/Tiles/Calendar.cs: Display '...' in descriptions where we
1375           do line wraps.
1377 2006-08-24 12:30  llipka
1379         * search/UIManager.cs: Don't crash if we can't launch the web
1380           browser and rather display a message dialog. (bgo #352623)
1382 2006-08-23 15:37  joeshaw
1384         * Filters/FilterImLog.cs, Util/ImLog.cs,
1385           beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix a thinko when
1386           calculating the text to pull out of an emote line.  Add sanity
1387           checks to ensure that malformed IM logs don't make it out to
1388           clients
1390 2006-08-22 15:59  joeshaw
1392         * ContactViewer/ContactWindow.cs, Util/PathFinder.cs,
1393           Util/Thunderbird.cs, search/Tiles/MailMessage.cs: Execute
1394           'thunderbird' or 'mozilla-thunderbird' depending on which is
1395           available.  Based on a patch from Kevin Kubasik
1397 2006-08-22 15:21  joeshaw
1399         * ContactViewer/Makefile.am, ContactViewer/beagle-contactviewer.in,
1400           ImLogViewer/Makefile.am, ImLogViewer/beagle-imlogviewer.in,
1401           search/Makefile.am, search/beagle-search.in: Fix a few places
1402           where we were assuming that /bin/sh == /bin/bash
1404 2006-08-22 08:41  jmas
1406         * po/: ChangeLog, ca.po: Update Catalan translation
1408 2006-08-21 15:38  joeshaw
1410         * Filters/FilterMail.cs: Handle linebreaks correctly in plain text
1411           emails
1413 2006-08-21 11:32  joeshaw
1415         * Util/ChmFile.cs: Fix up libchm sonames as well. Pointed out by
1416           Fredric as well
1418 2006-08-21 11:05  joeshaw
1420         * beagled/BeagleDaemon.cs, beagled/IndexHelper/IndexHelper.cs,
1421           tools/Query.cs: Fix sonames of libgobject DllImports to reference
1422           the correct one.  Patch from Frederic Crozat
1424 2006-08-21 07:11  clyties
1426         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
1428 2006-08-21 03:25  adrighem
1430         * po/: nl.po, ChangeLog: 2006-08-21  Vincent van Adrighem
1431           <adrighem@gnome.org>
1433                   * nl.po: Translation updated by Tino Meinen.
1435 2006-08-18 18:03  joeshaw
1437         * beagled/Lucene.Net/: Store/FSDirectory.cs,
1438           upstream-changes/20_use-native-open-locking.patch: Fix a bad
1439           performance bottleneck when we wrote out the process ID to the
1440           Lucene lock file that was slowing down indexing noticably
1442 2006-08-18 09:10  fwang
1444         * po/: ChangeLog, zh_CN.po: Updated beagle zh_CN translation.
1446 2006-08-17 13:35  joeshaw
1448         * beagled/Makefile.am: Ok, finally passed make distcheck
1450 2006-08-17 13:18  joeshaw
1452         * beagled/Makefile.am: More thunderbird distcheck fixes
1454 2006-08-17 13:04  joeshaw
1456         * beagled/Makefile.am: Fix a make distcheck issue with the
1457           Thunderbird backend
1459 2006-08-17 12:15  joeshaw
1461         * NEWS, configure.in: Update for 0.2.8 release
1463 2006-08-16 17:13  serrador
1465         * po/: ChangeLog, es.po: 2006-08-16  Francisco Javier F. Serrador
1466           <serrador@openshine.com>
1468                   * es.po: Updated Spanish translation.
1470 2006-08-16 16:12  joeshaw
1472         * Filters/FilterPPT.cs: Fix a 100% cpu issue with certain broken
1473           powerpoint files
1475 2006-08-16 15:21  joeshaw
1477         * Filters/FilterMusic.cs, beagled/LuceneBitArray.cs,
1478           beagled/LuceneCommon.cs, beagled/QueryStringParser.cs: Fix
1479           various case sensitivity issues.  In the past, if you had a file
1480           named FOO.txt, searches for "FOO", "foo" and "FOO.txt" would
1481           match but "foo.txt" wouldn't.  Similarly, with wildcard searches
1482           "FO*" and "F*O.txt" would match but "F*O" wouldn't.  This commit
1483           fixes these issues, but bumps up the index version number to 15,
1484           requiring a re-index.
1486           Fix a typo in the wildcard searching code that caused the content
1487           of documents to not be searches.
1489           Remove some dead code from the QueryStringParser, add debugging
1490           code to LuceneBitArray, and add a keyword mapping for searching
1491           for music by genre.
1493 2006-08-16 06:39  ituohela
1495         * po/: ChangeLog, fi.po: Updated Finnish translation
1497 2006-08-15 21:33  kelemeng
1499         * po/: ChangeLog, hu.po: 2006-08-16  Gabor Kelemen
1500           <kelemeng@gnome.hu>
1502                   * hu.po: Translation updated.
1504 2006-08-15 17:23  joeshaw
1506         * beagled/AkregatorQueryable/AkregatorQueryable.cs: turn down
1507           *extremely* verbose output from Akregator backend
1509 2006-08-15 16:17  joeshaw
1511         * search/Tiles/: File.cs, Folder.cs, Utils.cs: Fix some UTC timing
1512           issues in beagle-search, fix some bugs in how we calculated
1513           timespans, and reuse some code when we can
1515 2006-08-15 15:39  joeshaw
1517         * ContactViewer/ContactWindow.cs: Use Gnome.About instead of
1518           Gtk.About since we are still supporting older gtk-sharp versions
1520 2006-08-15 14:45  joeshaw
1522         * Util/ImLog.cs: Fix various bugs in parsing the Kopete buddy list.
1523           Patch from Pat Double
1525 2006-08-15 14:29  joeshaw
1527         * Filters/FilterDesktop.cs: Index Keywords from KDE .desktop files.
1528           Based on a patch from Stephan Kulow
1530 2006-08-14 13:40  jmas
1532         * po/: ChangeLog, ca.po: Catalan translation update
1534 2006-08-12 06:48  arangela
1536         * po/mk.po: Updated Macedonian Translation <ufo@linux.net.mk>
1538 2006-08-10 22:09  kkubasik
1540         * search/Search.cs: fix a compile error with newer gtk-sharp
1541           versions, backwords compatable.
1543 2006-08-10 17:46  joeshaw
1545         * beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
1546           Change the indexing service backend to use indexable generators
1547           at startup
1549 2006-08-10 15:05  joeshaw
1551         * BeagleClient/Client.cs, Filters/FilterChm.cs,
1552           Filters/FilterDesktop.cs, Filters/FilterExternal.cs,
1553           Filters/FilterOle.cs, Filters/FilterRPM.cs, Util/Conf.cs,
1554           Util/DirectoryWalker.cs, Util/ExceptionHandlingThread.cs,
1555           Util/ImBuddy.cs, Util/Inotify.cs, Util/PullingReader.cs,
1556           Util/Scheduler.cs, Util/Thunderbird.cs, Util/XKeybinder.cs,
1557           beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
1558           beagled/FileAttributesStore_ExtendedAttribute.cs,
1559           beagled/Filter.cs, beagled/FilterFactory.cs,
1560           beagled/IndexSynchronization.cs, beagled/LuceneIndexingDriver.cs,
1561           beagled/LuceneQueryable.cs, beagled/QueryDriver.cs,
1562           beagled/QueryResult.cs, beagled/Queryable.cs,
1563           beagled/RemoteIndexer.cs, beagled/Server.cs, beagled/Shutdown.cs,
1564           beagled/TextCache.cs,
1565           beagled/AkregatorQueryable/AkregatorQueryable.cs,
1566           beagled/BlamQueryable/BlamQueryable.cs,
1567           beagled/EvolutionDataServerQueryable/BookContainer.cs,
1568           beagled/EvolutionDataServerQueryable/CalContainer.cs,
1569           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
1570           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
1571           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
1572           beagled/FileSystemQueryable/FileSystemQueryable.cs,
1573           beagled/FileSystemQueryable/InotifyBackend.cs,
1574           beagled/IndexHelper/IndexHelper.cs,
1575           beagled/KMailQueryable/KMailIndexableGenerator.cs,
1576           beagled/LifereaQueryable/LifereaQueryable.cs,
1577           beagled/ThunderbirdQueryable/Contact.cs,
1578           beagled/ThunderbirdQueryable/Mail.cs,
1579           beagled/ThunderbirdQueryable/MoveMail.cs,
1580           beagled/ThunderbirdQueryable/Nntp.cs,
1581           beagled/ThunderbirdQueryable/Rss.cs, tools/Info.cs: Instead of
1582           using multiple lines to report exceptions, pass in the exception
1583           as the first argument to the various Log functions, so that we
1584           get more context with errors.  In many places where we were only
1585           printing out the exception message, print out the full stack
1586           trace.
1588 2006-08-10 14:34  joeshaw
1590         * Util/ImLog.cs, Util/Log.cs, beagled/Filter.cs,
1591           beagled/FilterFactory.cs, beagled/LuceneQueryable.cs,
1592           beagled/wrapper.in, beagled/GaimLogQueryable/GaimLogQueryable.cs,
1593           search/Tiles/IMLog.cs: Handful of small fixes:
1595           * Handle lines in gaim logs that start with *** specially, so
1596           that we don't   crash if one of those lines contains a colon
1597           toward the end of the line.
1599           * If the program name is shorter than 6 characters, don't try to
1600           truncate   it (which would throw an exception).
1602           * If we are unable to filter something, print out the full
1603           exception.
1605           * Remove a bunch of dead code from FilterFactory.
1607           * Catch exceptions in our calls to HitIsValid() and HitFilter(),
1608           and   skip over hits that throw them.
1610           * Remove MONO_GAC_PREFIX stuff from wrapper.in
1612           * Validate the "fixme:speakingto" property in the Gaim backend's
1613            HitFilter() method so that an exception isn't thrown if it's
1614           empty.
1616           * Display "(unknown)" if we can't figure out who we're speaking
1617           to in the   IM log tile.
1619 2006-08-09 16:57  joeshaw
1621         * libbeagle/beagle/beagle.h, wrappers/python/beagle.defs: Update
1622           the python bindings for wildcard searches as well
1624 2006-08-09 16:38  joeshaw
1626         * BeagleClient/Query.cs, BeagleClient/QueryPart.cs,
1627           beagled/LuceneCommon.cs, beagled/QueryStringParser.cs,
1628           libbeagle/beagle/Makefile.am,
1629           libbeagle/beagle/beagle-query-part-wildcard.c,
1630           libbeagle/beagle/beagle-query-part-wildcard.h: Add support for
1631           wildcard queries.  Add ToString() methods to the Query and
1632           individual QueryPart classes.  Fix a buglet in the extension
1633           detection code in QueryStringParser, and also check for *.ext.
1635 2006-08-09 13:00  joeshaw
1637         * configure.in, glue/Makefile.am, glue/screensaver-glue.c: If
1638           --disable-xss is set, don't pass in -lXss to the link line
1640 2006-08-09 06:33  llipka
1642         * beagled/Makefile.am: Use the uninstalled BeagleDaemonLib.dll to
1643           build the ThunderbirdQueryable.
1645 2006-08-08 17:41  joeshaw
1647         * search/Tiles/MailMessage.cs: Display the folder a mail is in, if
1648           set
1650 2006-08-08 17:36  joeshaw
1652         * BeagleClient/RemoteControl.cs: Send back both scheduler and
1653           indexing status in DaemonInformationRequest for backward compat.
1654           Fixes broken beagle-status
1656 2006-08-08 17:24  joeshaw
1658         * search/Tiles/Tile.cs: remove some debugging output from the last
1659           commit
1661 2006-08-08 17:22  joeshaw
1663         * BeagleClient/Hit.cs, beagled/KMailQueryable/KMailQueryable.cs,
1664           search/Tiles/Application.cs, search/Tiles/Calendar.cs,
1665           search/Tiles/Contact.cs, search/Tiles/HitFlavor.cs,
1666           search/Tiles/MailAttachment.cs, search/Tiles/MailMessage.cs,
1667           search/Tiles/Note.cs, search/Tiles/ThumbnailFactory.cs,
1668           search/Tiles/Tile.cs, search/Tiles/WebHistory.cs: Change
1669           UriAsString and its parent variety to SerializedUri to indicate
1670           what it should really be used for, and change all its uses in the
1671           UI to just use Uri.ToString(), since it is the more correct,
1672           actual URI.
1674 2006-08-08 14:55  joeshaw
1676         * search/Pages/Base.cs: Make the Page abstract class an EventBox
1677           rather than a Fixed, and pack a Fixed into it, so that you can't
1678           scroll through the pages with the scroll wheel.
1680 2006-08-07 15:10  kkubasik
1682         * mozilla-extension/content/beagleOverlay.js: Update the firefox
1683           extention to not only match partial subdomains (through the use
1684           of 'globbing) and change all Best references to beagle-search.
1686 2006-08-06 07:52  cwryu
1688         * po/: ChangeLog, ko.po: 2006-08-06  Changwoo Ryu
1689           <cwryu@debian.org>
1691                   * ko.po: Updated Korean translation from Young-Ho Cha.
1693 2006-08-05 03:29  dbera
1695         * tools/Query.cs: Leftover from the glib-commits.
1697 2006-08-04 18:16  arangela
1699         * po/mk.po: Updated Macedonian Translation, Arangel Angov
1700           <ufo@linux.net.mk>
1702 2006-08-04 16:33  joeshaw
1704         * beagled/FileSystemQueryable/DirectoryModel.cs: Add a special case
1705           to the DirectoryWatcher comparison code: we really want to index
1706           all the directories at depth 0 or 1 before any others even if
1707           they haven't been crawled in a very long time, since those are
1708           the directories most likely to be searched first
1710 2006-08-04 11:50  joeshaw
1712         * BeagleClient/Client.cs, BeagleClient/Message.cs, Util/XmlFu.cs,
1713           beagled/RemoteIndexer.cs, beagled/Server.cs,
1714           beagled/IndexHelper/IndexHelper.cs: Rather than getting a cryptic
1715           XML validation exception, catch the case when we read zero bytes
1716           in a response (ie, socket shut down) and throw an exception
1717           stating that.  Improve the ResponseMessageException
1718           substantially, to make error reporting better. In
1719           XmlFu.SerializeUtf8(), check for null arguments.  Better name the
1720           serializers in the ConnectionHandler class.  Don't allow a server
1721           to be started if it hasn't yet been initialized.  Call
1722           Server.Init() in the IndexHelper so that it starts up and runs
1723           correctly.
1725 2006-08-04 10:35  kkubasik
1727         * search/Tiles/: MailAttachment.cs, MailMessage.cs: Code cleanup
1728           for the GetClientProcess, now it takes a string representation of
1729           the Uri as an argument
1731 2006-08-04 10:25  dbera
1733         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: Use .so
1734           and not .dll for library. Stupid me.
1736 2006-08-04 10:21  dbera
1738         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: Yet
1739           another. Init the gobject type system.
1741 2006-08-04 09:57  dbera
1743         *
1744           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
1745           Broke the build last night. Hope this will fix it. Someone please
1746           test.
1748 2006-08-04 09:43  kkubasik
1750         * search/Tiles/: Contact.cs, MailAttachment.cs, MailMessage.cs:
1751           Adding some missing beagle-search stuff for thunderbird, for some
1752           reason some of this wasn't in the patch, I guess it just got lost
1753           in that massive swarm of files.
1755 2006-08-04 03:42  dbera
1757         * Util/FileSystem.cs, beagled/FileAttributesStore_Mixed.cs,
1758           beagled/LuceneFileQueryable.cs: For writable files, if previously
1759           attributes were stored in sqlite db, remove it from there and
1760           store it now as xattr.
1762 2006-08-04 03:16  dbera
1764         * ChangeLog, Makefile.am, configure.in, Util/Inotify.cs,
1765           Util/Scheduler.cs, Util/SystemInformation.cs,
1766           beagled/BeagleDaemon.cs, beagled/ExtractContent.cs,
1767           beagled/QueryDriver.cs, beagled/Queryable.cs, beagled/Server.cs,
1768           beagled/Shutdown.cs,
1769           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
1770           beagled/IndexHelper/IndexHelper.cs,
1771           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
1772           bludgeon/Bludgeon.cs, glue/screensaver-glue.c, tools/Config.cs,
1773           tools/Query.cs: Sorry for the combined patch. The changes became
1774           too inter-dependent.  * Gtk-to-Glib: Beagle isnt a Gtk app
1775           anymore, but a Glib app.  * Try to cover all possible cases of
1776           signal handling: even those during startup.
1778 2006-08-04 03:11  dbera
1780         * ContactViewer/.cvsignore,
1781           beagled/ThunderbirdQueryable/.cvsignore: Add cvsignore files to
1782           the new directories.
1784 2006-08-03 23:28  kkubasik
1786         * ContactViewer/beagle-contactviewer.in: Removing MONO_GAC_PREFIX
1787           stuff from the contactviewer
1789 2006-08-03 23:24  kkubasik
1791         * beagled/ThunderbirdQueryable/: Contact.cs, LuceneAccess.cs,
1792           Mail.cs, MoveMail.cs, Nntp.cs, Rss.cs,
1793           ThunderbirdIndexableGenerator.cs, ThunderbirdIndexer.cs,
1794           ThunderbirdInotify.cs, ThunderbirdQueryable.cs: Adding the
1795           thunderbird backend itself, let the hackfest begin
1797 2006-08-03 23:23  kkubasik
1799         * ContactViewer/: ContactViewer.cs, ContactWindow.cs, Makefile.am,
1800           beagle-contactviewer.in, contactviewer.glade, menu.xml: Adding
1801           the thunderbird contact viewer
1803 2006-08-03 23:22  kkubasik
1805         * Makefile.am, configure.in, Util/Makefile.am, Util/Mork.cs,
1806           Util/Thunderbird.cs, beagled/Makefile.am: Here is the start of
1807           the Thunderbird backend code
1809 2006-08-03 17:15  joeshaw
1811         * beagled/EvolutionMailDriver/: EvolutionMailIndexableGenerator.cs,
1812           MailCrawler.cs: Add some sanity checks to the Evolution mail
1813           code, so that if a local mbox doesn't exist but its summary file
1814           does, we don't endlessly loop with exceptions
1816 2006-08-03 05:42  jfriedl
1818         * po/: ChangeLog, cs.po: 2006-08-02  Jakub Friedl
1819           <jfriedl@suse.cz>
1821             * cs.po: Updated Czech translation.
1823 2006-08-02 16:24  arangela
1825         * po/mk.po: Updated Macedonian Translation, Arangel Angov
1826           <ufo@linux.net.mk>
1828 2006-08-02 15:04  joeshaw
1830         * search/Tiles/MailMessage.cs: Handle text/html mail child
1831           indexables using the mail message tile.  Pointed out by Paddy
1832           Spencer and Rafał Próchniak
1834 2006-08-02 14:36  joeshaw
1836         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs,
1837           LuceneQueryingDriver.cs, Makefile.am: back out a bunch of
1838           accidental commits
1840 2006-08-02 14:32  joeshaw
1842         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs,
1843           LuceneQueryingDriver.cs, Makefile.am, beagled.in: Add a missing
1844           variable beagled.in
1846 2006-07-28 01:49  dbera
1848         * glue/xdgmime/: xdgmimeglob.c, xdgmimemagic.c: Dont add null
1849           mimetypes. Fixes bgo# 337431. The patch hasnt been officially
1850           accepted upstream, so added it to upstream-changes directory.
1852 2006-07-28 01:26  dbera
1854         * Filters/FilterMPlayerVideo.cs: Added mimetypes for matroska and
1855           ogm video files. Patch from Mario Manno <mm-bugs@manno.name>
1857 2006-07-28 01:11  dbera
1859         * Filters/FilterRuby.cs: Fix mimetype for ruby. Based on patch from
1860           Wade Menard <wade@ezri.org>.
1862 2006-07-28 00:50  dbera
1864         * Filters/FilterOpenOffice.cs: Dont index style nodes.
1866 2006-07-27 22:49  dbera
1868         * Filters/FilterOpenOffice.cs: Index table:name attribute of
1869           table:table of ods files. These store the sheet names.
1871 2006-07-27 18:42  joeshaw
1873         * beagled/: BeagleDaemon.cs, beagled.in: Add a --mdb line to
1874           beagled so that the debugger is started when passed in
1876 2006-07-22 16:25  redfox
1878         * po/: ChangeLog, fr.po: Updated French translation.
1880 2006-07-22 12:38  kkubasik
1882         * beagled/LuceneFileQueryable.cs: another oneliner, this time for
1883           bgo #347776, we just were throwing errors when it wasn't
1884           critical, now its a warn.
1886 2006-07-22 12:15  kkubasik
1888         * tools/Settings.cs: A one liner to fix bgo# 348265, our help
1889           button in beagle-settings was pointing to a non-existant page in
1890           the wiki.
1892 2006-07-22 04:39  dbera
1894         * BeagleClient/QueryableStatus.cs, BeagleClient/RemoteControl.cs,
1895           Filters/FilterJpeg.cs, Util/Scheduler.cs,
1896           beagled/FileAttributesStore.cs, beagled/QueryDriver.cs,
1897           beagled/RemoteControlExecutors.cs, libbeagle/beagle/Makefile.am,
1898           libbeagle/beagle/beagle-daemon-information-request.c,
1899           libbeagle/beagle/beagle-daemon-information-request.h,
1900           libbeagle/beagle/beagle-daemon-information-response.c,
1901           libbeagle/beagle/beagle-daemon-information-response.h,
1902           libbeagle/beagle/beagle-indexable.c,
1903           libbeagle/beagle/beagle-private.h,
1904           libbeagle/beagle/beagle-queryable-status.c,
1905           libbeagle/beagle/beagle-queryable-status.h,
1906           libbeagle/beagle/beagle-scheduler-information.c,
1907           libbeagle/beagle/beagle-scheduler-information.h,
1908           libbeagle/beagle/beagle.h, libbeagle/examples/Makefile.am,
1909           libbeagle/examples/beagle-info.c, wrappers/python/beagle.defs,
1910           wrappers/python/beagle.override, wrappers/python/beagleinfo.py:
1911           Add methods and messages to retrieve specific information from
1912           beagle-info. Clients can now ask for only is_indexing or tasks
1913           and gets the value in a structured form. These can be be used in
1914           GUI for notifications and displaying status.  Changed C and
1915           Python API to add these. Added C and Pythin examples.  Added
1916           camera-model as a searchable property in jpeg files.  Added the
1917           check back in AttributeStore, its actually helpful since dropping
1918           an attribute which isnt present can be costly.
1920 2006-07-21 16:44  joeshaw
1922         * Util/Log.cs, beagled/BeagleDaemon.cs, beagled/RemoteIndexer.cs,
1923           beagled/IndexHelper/IndexHelper.cs: Add a handler for SIGUSR1 to
1924           bump logging level up to debug at runtime, for ease in debugging
1926 2006-07-21 15:16  joeshaw
1928         * Filters/FilterPPT.cs: Don't try to filter password-protected
1929           powerpoint documents
1931 2006-07-17 12:19  lkanter
1933         * po/ru.po: Fixed Russian translation
1935 2006-07-17 12:09  lkanter
1937         * po/ru.po: Updated Russian translation
1939 2006-07-17 11:22  lkanter
1941         * po/ru.po: Updated Russian translation
1943 2006-07-17 02:26  ituohela
1945         * po/: ChangeLog, fi.po: Updated Finnish translation
1947 2006-07-16 14:47  serrador
1949         * po/: ChangeLog, es.po: 2006-07-16  Francisco Javier F. Serrador
1950           <serrador@openshine.com>
1952                   * es.po: Added Spanish translation.
1954 2006-07-16 11:14  dnylande
1956         * po/: ChangeLog, sv.po: 2006-07-16  Daniel Nylander
1957           <po@danielnylander.se>
1959                   * sv.po: Updated Swedish translation.
1961 2006-07-14 04:31  jfriedl
1963         * po/: ChangeLog, cs.po: 2006-07-14  Jakub Friedl
1964           <jfriedl@suse.cz>
1966             * cs.po: Updated Czech translation.
1968 2006-07-12 17:23  joeshaw
1970         * beagled/: FileAttributesStore_Sqlite.cs, Makefile.am,
1971           SqliteUtils.cs, TextCache.cs: Abstract out some sqlite code that
1972           was duplicated between the file attributes store and the text
1973           cache.
1975 2006-07-11 15:14  karunakar
1977         * ChangeLog, configure.in, po/ChangeLog, po/hi.po: Added Hindi
1978           translation
1980 2006-07-11 14:58  joeshaw
1982         * Util/DirectoryWalker.cs, beagled/LuceneQueryable.cs,
1983           beagled/GaimLogQueryable/GaimLogQueryable.cs: Add a recursive
1984           mode for getting files from the DirectoryWalker, which uses C#
1985           iterators.  Remove a little dead code from LuceneQueryable and
1986           update comments.  Rewrite the gaim log backend to be an indexable
1987           generator rather than generating individual indexables.  Should
1988           dramatically speed up startup time for those of us who have a lot
1989           of gaim logs.
1991 2006-07-11 10:34  joeshaw
1993         * Util/Conf.cs, Util/Scheduler.cs, beagled/BeagleDaemon.cs,
1994           tools/Settings.cs, tools/settings.glade: Monitor the battery
1995           status and stop the scheduler if we switch to battery and the
1996           config option is set.
1998 2006-07-11 07:46  jfriedl
2000         * po/: ChangeLog, cs.po: 2006-07-11  Jakub Friedl
2001           <jfriedl@suse.cz>
2003             * cs.po: Updated Czech translation.
2005 2006-07-11 01:32  dbera
2007         * Filters/FilterOpenOffice.cs: Soft line breaks should form new
2008           words in odt documents. Fixes bgo 347057.
2010 2006-07-10 16:25  joeshaw
2012         * libbeagle/beagle/: beagle-client.c, beagle-util.c, beagle-util.h:
2013           Move all the socket path stuff into beagle-util and have both
2014           beagle_client_new() and beagle_util_daemon_is_running() use it.
2015           Reduces code duplication and makes the latter function correctly
2016           work with locally synchronized indexes.
2018 2006-07-10 15:52  lferrett
2020         * po/: ChangeLog, it.po: 2006-07-10  Luca Ferretti
2021           <elle.uca@libero.it>
2023                   * it.po: Updated Italian translation.
2025 2006-07-10 13:31  joeshaw
2027         * search/Category.cs: Change the output slightly so you don't see
2028           dumb things like '1-1 of 1'
2030 2006-07-09 20:24  chliao
2032         * po/: ChangeLog, zh_HK.po, zh_TW.po: 2006-07-10 Chao-Hsiung Liao
2033           <j_h_liau@yahoo.com.tw>
2035                   * zh_HK.po: Updated Traditional Chinese translation(Hong
2036           Kong).
2037                   * zh_TW.po: Updated Traditional Chinese
2038           translation(Taiwan).
2040 2006-07-09 15:10  nshmyrev
2042         * po/: ChangeLog, ru.po: 2006-07-09  Nickolay V. Shmyrev
2043           <nshmyrev@yandex.ru>
2045                   * ru.po: Updated Russian translation
2046                   by Valek Filippov <frob@df.ru>.
2048 2006-07-08 23:41  aihana
2050         * po/: ChangeLog, ja.po: 2006-07-09  Takeshi AIHANA
2051           <takeshi.aihana@gmail.com>
2053                   * ja.po: Updated Japanese translation for v0.2.7 (HEAD).
2055 2006-07-07 16:57  al_shopov
2057         * po/: ChangeLog, bg.po: 2006-07-07  Alexander Shopov
2058           <ash@contact.bg>
2060                   * bg.po: Updated Bulgarian translation by
2061                   Alexander Shopov <ash@contact.bg>
2063 2006-07-07 15:23  joeshaw
2065         * beagled/LuceneQueryable.cs: Oops, reset the optimize delay back
2066           from a debugging value
2068 2006-07-07 14:54  joeshaw
2070         * ImLogViewer/beagle-imlogviewer.in, beagled/LuceneQueryable.cs,
2071           beagled/beagled-index-helper.in, beagled/beagled.in,
2072           bludgeon/bludgeon.in, tools/wrapper.in: Optimize a given index no
2073           more often than once a day, to avoid unnecessary churn.  Fixes
2074           Miguel's bug from his blog.  Also don't set MONO_GAC_PREFIX in
2075           any of the wrapper scripts.  They are totally unnecessary and can
2076           badly break things if you are running a different version of the
2077           mono runtime than the one Beagle is compiled with.
2079 2006-07-06 09:38  pclouds
2081         * po/vi.po: Fixed misspelled 'phạm vị'
2083 2006-06-30 00:09  dbera
2085         * BeagleClient/: Client.cs, Message.cs: For deserialization
2086           exception, debug print the actual XML message. Helps in
2087           debugging.
2089 2006-06-28 07:38  kmaraas
2091         * po/: ChangeLog, nb.po: 2006-06-28  Kjartan Maraas
2092           <kmaraas@gnome.org>
2094                   * nb.po: Updated Norwegian bokmål translation.
2096 2006-06-26 16:45  kelemeng
2098         * po/: hu.po, ChangeLog: 2006-06-26  Gabor Kelemen
2099           <kelemeng@gnome.hu>
2101                   * hu.po: Translation updated.
2103 2006-06-26 08:00  zygis
2105         * po/: ChangeLog, lt.po: 2006-06-26  Žygimantas Beručka
2106           <zygis@gnome.org>
2108                   * lt.po: Updated Lithuanian translation.
2110 2006-06-23 10:18  joeshaw
2112         * beagled/KMailQueryable/KMailQueryable.cs: Close the kmailrc file
2113           after we're through with it, fixes a fd leak.  For real this time
2115 2006-06-23 10:17  joeshaw
2117         * beagled/KMailQueryable/KMailQueryable.cs: Close the kmailrc file
2118           after we're through with it, fixes a fd leak
2120 2006-06-23 00:55  kkubasik
2122         * configure.in: A one-liner to fix the build for those of us with a
2123           galago newer than 0.3.4 (which is the last revision before the
2124           API change that breaks the build)
2126 2006-06-21 08:26  rdejus
2128         * ChangeLog, configure.in, po/ChangeLog, po/lv.po: 2006-06-21
2129           Raivis Dejus  <orvils@gmail.com>
2131                   * po/lv.po: Added Latvian translation.
2133                   * configure.in: Added 'lv' to ALL_LINGUAS
2135 2006-06-19 15:54  joeshaw
2137         * NEWS: Version 0.2.7
2139 2006-06-19 14:57  joeshaw
2141         * mozilla-extension/install.rdf: Add Bon Echo (2.0 alpha) support
2142           for the Firefox extension
2144 2006-06-19 14:39  joeshaw
2146         * Util/ExtendedAttribute.cs: Use XATTR instead of EA for extended
2147           attributes
2149 2006-06-19 13:06  joeshaw
2151         * beagled/QueryStringParser.cs, tools/Query.cs: Replace
2152           QueryStringParser with a regex-based one to fix a number of bugs
2153           in the old implementation.  Work done by Max Wiehle and Kevin
2154           Kubasik.  Fix a problem with beagle-query's handling of shell
2155           quoting.  Patch from Max.
2157 2006-06-18 05:58  adrighem
2159         * po/: ChangeLog, nl.po: 2006-06-18  Vincent van Adrighem
2160           <adrighem@gnome.org>
2162                   * nl.po: Translation updated by Tino Meinen.
2164 2006-06-17 08:28  dnylande
2166         * po/: ChangeLog, sv.po: 2006-06-17  Daniel Nylander
2167           <po@danielnylander.se>
2169                   * sv.po: Updated Swedish translation.
2171 2006-06-16 16:29  joeshaw
2173         * Util/Log.cs: Work around a mono bug in which FileInfo.Delete() on
2174           a dangling symlink doesn't actually delete the link.  Add a
2175           comment referencing the Mono bug and use File.Delete() which does
2176           work
2178 2006-06-16 15:06  joeshaw
2180         * beagled/FilterFactory.cs: Lower case mime types if we got them
2181           from the indexable and not xdgmime.  Based on a patch from Kevin
2182           Kubasik
2184 2006-06-16 14:47  joeshaw
2186         * BeagleClient/Hit.cs: Always sort properties on add, and add an
2187           overload which takes a list of properties to avoid the overhead
2188           of sorting on each insert.  Based on patches from Max Wiehle and
2189           Kevin Kubasik and a recommendation from Bera
2191 2006-06-16 14:26  joeshaw
2193         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
2194           Use the existing mail indexable generator to create remove
2195           indexables now for deleted messages instead of creating
2196           potentially thousands of individual remove events.  Removes a
2197           nasty FIXME and a potential for a big CPU hit when expunging
2198           thousands of emails.
2200 2006-06-16 12:26  kkubasik
2202         * beagled/FilterFactory.cs: if the mime_type doesn't come for
2203           XdgMime (generaly mail backends) then it might be in all caps, so
2204           lets fix that.
2206 2006-06-15 17:30  joeshaw
2208         * configure.in, Filters/FilterChm.cs, Util/ChmFile.cs: Update and
2209           re-enable the chm filter.  Patch from Miguel Cabrera
2211 2006-06-14 17:19  joeshaw
2213         * beagled/LuceneCommon.cs: Eeek!  Back out an erroneous return
2214           value in LuceneCommon.Exists() I had added for debugging
2216 2006-06-14 16:19  joeshaw
2218         * Util/SafeProcess.cs, beagled/RemoteIndexer.cs: Use SafeProcess
2219           for spawning the index helper.  Prevents zombie index helper
2220           processes
2222 2006-06-14 13:31  joeshaw
2224         * HACKING: Some HACKING/coding style updates
2226 2006-06-13 14:52  kkubasik
2228         * beagled/beagled.1: Updating the severly outdated beagled.1
2229           manpage.
2231 2006-06-13 01:09  kkubasik
2233         * beagled/TextCache.cs: An error can be thrown in odd cases when
2234           creating a new sqlite database, we should catch these.
2236 2006-06-12 16:17  kkubasik
2238         * search/Tiles/WidgetFu.cs: Catch an exception in WidgetFu.cs when
2239           icon symlinks are broken, Fixes bug #343693.
2241 2006-06-09 16:59  joeshaw
2243         * glue/xdgmime/: xdgmime.c, xdgmime.h, xdgmimemagic.c: Commit a fix
2244           for #339815, in which xdgmime would reload its data and crash
2245           because it was iterating over that data.  Filed upstream as
2246           https://bugs.freedesktop.org/show_bug.cgi?id=6824 but there
2247           hasn't been any response, so we're going to fork our local copy.
2248           Add an upstream-changes directory like we do with Lucene for
2249           tracking of local changes
2251 2006-06-08 23:38  kkubasik
2253         * Filters/FilterImLog.cs,
2254           beagled/GaimLogQueryable/GaimLogQueryable.cs: Reverting
2256 2006-06-08 15:18  joeshaw
2258         * beagled/FileAttributesStore.cs: Fix up an unncessary check and
2259           comment from bera's commit in FileAttributeStore
2261 2006-06-08 08:15  danw
2263         * search/Panes.cs: set the proper ResizeMode on the viewports so
2264           that if a tile gets wider, it forces the window to get wider as
2265           well (since there's no horizontal scrollbar). bnc 181355
2267 2006-06-05 13:01  kkubasik
2269         * Filters/FilterImLog.cs,
2270           beagled/GaimLogQueryable/GaimLogQueryable.cs: Ok, this finaly can
2271           put this somewhat to rest. The comments are pretty verbose, but
2272           in short our HitFilter post-processing wasn't getting passed
2273           back. So, now we index speakingto_alias and speakingto_icon in
2274           FilterImLog, but check to confirm that they havn't changed in
2275           HitFilter.
2277 2006-06-04 00:22  kkubasik
2279         * ImLogViewer/ImLogWindow.cs,
2280           beagled/GaimLogQueryable/GaimLogQueryable.cs,
2281           beagled/KonqHistoryQueryable/KonqQueryable.cs,
2282           search/Tiles/IMLog.cs: Reverting the IMLogViewer window change,
2283           otherwise mostly code formatting/refractoring stuff.
2285 2006-06-03 17:51  kkubasik
2287         * beagled/KonqHistoryQueryable/KonqQueryable.cs: Use the KDEVARTMP
2288           enviromental variable to locate the Konq Cache, falls back onto
2289           our default if var does not exist.
2291 2006-06-03 17:26  kkubasik
2293         * ImLogViewer/ImLogWindow.cs: When opening a directory with a large
2294           number of logs, the windows can lag well into the minutes, this
2295           allows the screen to update incramentaly, so at least the user
2296           doesn't think something is wrong.  This isn't a perfect fix, but
2297           the lag before used to really nag me.
2299 2006-06-03 17:16  kkubasik
2301         * search/Tiles/IMLog.cs: We index speakingto_alias, it seems more
2302           logical to show the alias than the screename if we have one.
2304 2006-06-03 17:12  kkubasik
2306         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Our Gaim backend
2307           was adding properties directly to the hashtable, and not using
2308           our accesssor methods. Now we do. This was kinda hard to test, so
2309           please feel free to hammer away at it.
2311 2006-06-03 17:07  kkubasik
2313         * Filters/FilterPhp.cs: Adding mimetype application/x-php to
2314           FilterPhp, apperently xdgmime reads some pure php (no html
2315           markup) files as this.
2317 2006-06-01 19:25  dbera
2319         * beagled/: BuildIndex.cs, FileAttributes.cs,
2320           FileAttributesStore.cs, FileAttributesStore_Sqlite.cs,
2321           FileSystemQueryable/FileSystemQueryable.cs: Add --enable-deletion
2322           option to buildindex. If used, buildindex will remove deleted
2323           files and directories from the index. This operation might be
2324           time consuming, so use with care.
2326 2006-06-01 15:08  dbera
2328         * Filters/HtmlAgilityPack/HtmlDocument.cs: Dont throw
2329           EncodingFoundException unless asked to. Should remove the
2330           occassional uncaught EncodingFoundException thrown for
2331           documents/strings without any specified encoding.
2333 2006-06-01 07:38  serrador
2335         * po/: ChangeLog, es.po: 2006-06-01  Francisco Javier F. Serrador
2336           <serrador@cvs.gnome.org>
2338                   * es.po: Updated Spanish translation.
2340 2006-05-31 18:22  joeshaw
2342         * configure.in, search/Makefile.am, search/Tiles/Tile.cs: Enable
2343           Open With menu if gtk 2.8 is available at build-time.  Based on a
2344           patch from Kevin Kubasik
2346 2006-05-31 16:44  joeshaw
2348         * Filters/FilterOpenOffice.cs: Close the zip file in the OpenOffice
2349           filter when we're finished with it
2351 2006-05-31 15:06  llipka
2353         * tools/Query.cs: add quotes to the values on properties
2355 2006-05-31 14:55  joeshaw
2357         * beagled/: SnippetFu.cs, TextCache.cs,
2358           FileSystemQueryable/FileSystemQueryable.cs: Compress items when
2359           adding them to the text cache; greatly reduces disk usage with a
2360           negligible performance impact.  Patch from Kevin Kubasik and
2361           Lukas Lipka
2363 2006-05-31 14:47  joeshaw
2365         * beagled/LuceneCommon.cs: If we see a lockfile with no pid in it,
2366           assume it's a dangling lock
2368 2006-05-31 14:44  joeshaw
2370         * beagled/Lucene.Net/: Store/FSDirectory.cs,
2371           upstream-changes/20_use-native-open-locking.patch: We need to
2372           continue writing out the pid of the locking process, or else our
2373           dangling lock code fails, and it's a good idea anyway for
2374           debugging
2376 2006-05-31 13:23  joeshaw
2378         * tools/crawl-rules/crawl-documentation: Include
2379           $sharedir/gtk-doc/html and $sharedir/gnome/html to the
2380           documentation crawl rules
2382 2006-05-30 10:52  joeshaw
2384         * configure.in: Check for mmap() in configure.in, so that xdgmime
2385           sees it and doesn't poke at its data every 5 seconds
2387 2006-05-30 10:51  joeshaw
2389         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: No longer
2390           handle SIGQUIT in the default cause; it's used very valuably by
2391           Mono for multithreaded stack dumps.
2393 2006-05-28 03:24  fwang
2395         * po/zh_CN.po: Updated beagle zh_CN translation.
2397 2006-05-27 10:14  llipka
2399         * search/Tiles/Tile.cs: Dont load large mime icons (bgo #343058).
2401 2006-05-27 04:05  pkst
2403         * po/: ChangeLog, el.po: Updated Greek translation
2405 2006-05-26 08:39  fwang
2407         * po/: ChangeLog, zh_CN.po: Updated beagle zh_CN translation.
2409 2006-05-26 07:14  llipka
2411         * search/Tiles/: Calendar.cs, Contact.cs, DetailsPane.cs, File.cs,
2412           Folder.cs, IMLog.cs, Image.cs, MailMessage.cs, Note.cs,
2413           RSSFeed.cs, WebHistory.cs: Make the details pane smarter and
2414           easier to use in the code.
2416 2006-05-26 06:39  llipka
2418         * search/Tiles/: Calendar.cs, Contact.cs, DetailsPane.cs: Fix a
2419           null ref exception when the description was null in the calendar
2420           tile. Add a final line in tiles which dont have a snippet so that
2421           the data labels dont space weirdly.
2423 2006-05-26 06:20  llipka
2425         * search/Tiles/: Contact.cs, DetailsPane.cs, Folder.cs, Image.cs:
2426           Changed the data labels in the details pane to be selectable.
2427           (bgo #342837)
2429 2006-05-25 15:08  serrador
2431         * po/: ChangeLog, es.po: 2006-05-25  Francisco Javier F. Serrador
2432           <serrador@openshine.com>
2434                   * es.po: Updated Spanish translation.
2436 2006-05-25 13:43  arangela
2438         * po/mk.po: Updated Macedonian Translation by Jovan Naumovski,
2439           <arangela@cvs.gnome.org>
2441 2006-05-25 05:23  icq
2443         * po/: ChangeLog, gl.po: [no log message]
2445 2006-05-25 03:19  clyties
2447         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
2449 2006-05-24 05:35  llipka
2451         * search/Tiles/File.cs: Use OpenFromUri instead of Gnome.Url.Show
2452           so desktop-launch is used when needed.
2454 2006-05-23 07:47  jfriedl
2456         * po/: ChangeLog, cs.po: 2006-05-23  Jakub Friedl
2457           <jfriedl@suse.cz>
2459             * cs.po: Czech Update
2461 2006-05-22 12:16  ituohela
2463         * po/: fi.po, ChangeLog: Updated Finnish translation
2465 2006-05-22 06:49  llipka
2467         * configure.in: bump version to 0.2.7
2469 2006-05-22 06:45  llipka
2471         * search/Tiles/Utils.cs: Plural strings for categories. Duh.
2473 2006-05-20 11:53  llipka
2475         * search/Tiles/: Audio.cs, File.cs, MailAttachment.cs,
2476           MailMessage.cs: Don't use evolution where we really dont need to
2477           (bgo #342349)
2479 2006-05-17 13:05  llipka
2481         * Util/StringFu.cs: Commit a slightly fixed version of Kevin
2482           Kubsik's patch for converting special HTML entities during
2483           snippeting. (bgo #340238)
2485 2006-05-15 20:31  nshmyrev
2487         * ChangeLog, configure.in:
2488                   * configure.in: Added ru to ALL_LINGUAS.
2490 2006-05-14 12:07  ohoel
2492         * po/: ChangeLog, nb.po: 2006-05-14  Øivind Hoel
2493           <ohoel@cvs.gnome.org>
2495                   * nb.po: Updated Norwegian bokmål translation
2496           (cosmetic).
2498 2006-05-14 10:46  llipka
2500         * ChangeLog, Filters/FilterBoo.cs, Filters/Makefile.am: Boo filter
2501           from Paul Betts.
2503 2006-05-11 13:52  danw
2505         * search/Tiles/Calendar.cs: truncate description at first newline.
2506           bnc 174398
2508 2006-05-09 12:49  joeshaw
2510         * glue/inotify-glue.c: Only print out the 'Maximum watch limit hit'
2511           warning once.
2513 2006-05-09 11:33  joeshaw
2515         * Util/ExtendedAttribute.cs: Add a BEAGLE_DISABLE_EA environment
2516           variable to disable extended attributes for testing purposes
2518 2006-05-07 05:15  llipka
2520         * Filters/FilterMusic.cs: add fixme:duration and fixme:bitrate
2521           properties to FilterMusic
2523 2006-05-06 01:48  ituohela
2525         * po/: ChangeLog, fi.po: Updated Finnish translation
2527 2006-05-05 14:36  joeshaw
2529         * search/Tiles/Application.cs: Catch exceptions if we can't load
2530           the application icon.  Based on a patch from Pierre Poissinger
2532 2006-05-05 10:37  joeshaw
2534         * beagled/EvolutionDataServerQueryable/: BookContainer.cs,
2535           CalContainer.cs: Check for exceptions when calling GetChanges()
2536           on calendars and addressbooks
2538 2006-05-04 11:27  raphaelh
2540         * po/: ChangeLog, pt_BR.po: Updated Brazilian Portuguese
2541           translation
2543 2006-05-03 12:55  llipka
2545         * search/Tiles/Note.cs: Inculde the note date in the description
2546           field.
2548 2006-05-02 12:33  ohoel
2550         * po/: ChangeLog, nb.po: 2006-05-02  Øivind Hoel
2551           <ohoel@cvs.gnome.org>
2553                   * nb.po: Updated Norwegian bokmål translation slightly.
2555 2006-05-01 18:32  dnylande
2557         * po/: ChangeLog, sv.po: 2006-05-02  Daniel Nylander
2558           <po@danielnylander.se>
2560                   * sv.po: Updated Swedish translation.
2562 2006-05-01 17:56  joeshaw
2564         * Filters/: FilterSvg.cs, Makefile.am: Add an SVG filter, from
2565           Alexander Macdonald
2567 2006-05-01 15:58  joeshaw
2569         * Filters/FilterEbuild.cs: Fix a compilation failure with the
2570           ebuild filter
2572 2006-05-01 15:36  joeshaw
2574         * Makefile.am, beagle-ui-0.0.pc.in, configure.in,
2575           Filters/FilterEbuild.cs: Add a beagle UI pkg-config file; patch
2576           from Luis Medinas.  Index additional info from ebuild files,
2577           including installation info and desktop file entries.  Patch from
2578           Pat Double.
2580 2006-05-01 10:31  kmaraas
2582         * po/: ChangeLog, nb.po: 2006-05-01  Kjartan Maraas
2583           <kmaraas@gnome.org>
2585                   * nb.po: Updated Norwegian bokmål translation.
2587 2006-05-01 05:03  llipka
2589         * beagled/beagled.1: Fix a typo in the beagled manpage. Patch from
2590           Kevin Lamontagne. (bgo #340193)
2592 2006-04-30 17:25  icq
2594         * po/: ChangeLog, gl.po: [no log message]
2596 2006-04-30 00:12  aihana
2598         * po/: ChangeLog, ja.po: 2006-04-30  Takeshi AIHANA
2599           <takeshi.aihana@gmail.com>
2601                   * ja.po: Updated Japanese translation for v0.2.6.
2603 2006-04-29 12:41  joeshaw
2605         * NEWS, configure.in: Version 0.2.6
2607 2006-04-29 11:44  joeshaw
2609         * Util/FileSystem.cs, beagled/BuildIndex.cs,
2610           beagled/LuceneCommon.cs,
2611           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
2612           beagled/FileSystemQueryable/FileSystemQueryable.cs,
2613           beagled/FileSystemQueryable/TreeCrawlTask.cs: Ignore all special
2614           files, not just symlinks
2616 2006-04-27 11:55  utx
2618         * po/: ChangeLog, cs.po: cs.po: Typo fix.
2620 2006-04-26 21:03  dbera
2622         * Filters/HtmlAgilityPack/HtmlDocument.cs: Bring back old behaviour
2623           in HtmlDocument. Required for compatibility reasons.
2625 2006-04-26 15:19  joeshaw
2627         * configure.in, Util/ImLog.cs, Util/Note.cs, Util/SafeProcess.cs,
2628           Util/StringFu.cs, beagled/GaimLogQueryable/GaimLogQueryable.cs,
2629           beagled/Lucene.Net/Index/SegmentReader.cs,
2630           beagled/Lucene.Net/Index/TermInfosReader.cs,
2631           beagled/Lucene.Net/upstream-changes/19_no_thread_local_storage.patch:
2632           Back out the thread local storage workaround for a Mono bug since
2633           it was buggy and just require Mono 1.1.13.5.
2635           Add a HTML-tag-stripping TextReader class for extracting snippets
2636           from Gaim HTML logs so they don't show up in beagle-search
2637           anymore.  Patch from dBera.
2639           Fix a warning in SafeProcess.
2641 2006-04-26 13:59  joeshaw
2643         * search/: GroupView.cs, Makefile.am, UIManager.cs,
2644           Tiles/Calendar.cs, Tiles/Contact.cs, Tiles/MailMessage.cs,
2645           Tiles/TileGroup.cs, Tiles/Utils.cs: Add calendar items to
2646           beagle-search, and correctly handle dates in the future.  Also
2647           fix an incorrect From label in emails that you send; patch from
2648           Max Wiehle
2650 2006-04-25 19:11  dbera
2652         * tools/Query.cs: Edit displayed text.
2654 2006-04-25 18:56  dbera
2656         * ChangeLog, Filters/FilterImage.cs, Filters/FilterMail.cs,
2657           Filters/FilterMusic.cs, Util/Makefile.am,
2658           Util/PropertyKeywordAttribute.cs, beagled/PropertyKeywordFu.cs,
2659           beagled/QueryDriver.cs,
2660           beagled/FileSystemQueryable/FileSystemQueryable.cs,
2661           tools/Query.cs: *
2662           beagled/QueryDriver.cs,beagled/PropertyKeywordFu.cs,
2663           Util/PropertyKeywordAttribute.cs: Allow filters to register
2664           mapping between query keyword and propertyname.  *
2665           Filters/,beagled/Backends: Register some of the existing mappings
2666           from the corresponding filters and backends.
2668 2006-04-25 18:13  hebra
2670         * po/: ChangeLog, de.po: 2006-04-25  Hendrik Brandt
2671           <heb@gnome-de.org>
2673                   * de.po: Updated German translation.
2675 2006-04-25 14:45  llipka
2677         * search/Tiles/RSSFeed.cs: update the description and site fields
2678           with the correct properties
2680 2006-04-25 13:29  joeshaw
2682         * tools/settings.glade: Don't hardcode the beagle-settings size,
2683           just set a default size
2685 2006-04-25 13:22  joeshaw
2687         * po/: ChangeLog, hu.po: 2006-04-25  Joe Shaw  <joeshaw@novell.com>
2689                   * hu.po: Fix a markup bug in the Hungarian translation.
2691 2006-04-25 11:27  dbera
2693         * ChangeLog, beagled/FilterFactory.cs,
2694           beagled/PropertyKeywordFu.cs,
2695           beagled/AkregatorQueryable/AkregatorQueryable.cs,
2696           beagled/BlamQueryable/BlamQueryable.cs,
2697           beagled/LifereaQueryable/LifereaQueryable.cs: *
2698           beagled/FilterFactory.cs: Only set indexable timestamp if the
2699           already set timestamp is invalid (i.e. the default DateTime(0)).
2700           * beagled/FeedBackends: Remove dc:date properties. Use
2701           indexable.Timestamp for storing the date. Frontends using dc:date
2702           might break; you have been warned.
2704 2006-04-25 09:05  llipka
2706         * search/: UIManager.cs, Tiles/Contact.cs, Tiles/Folder.cs,
2707           Tiles/IMLog.cs, Tiles/MailMessage.cs, Tiles/RSSFeed.cs,
2708           Tiles/Tile.cs, Tiles/TileFlat.cs, Tiles/TileTemplate.cs:
2709           UIManager.cs: <Escape> only hides the window in icon mode.
2710           Tiles/Contact.cs: Update the visibility and spacing of lables in
2711           the details pane.  Tiles/Folder.cs: Remove unnecessary spacing.
2712           Tiles/IMLog.cs: Use NiceLongDate in details pane (bgo #339644).
2713           Load buddy icon only for details pane.  Tiles/MailMessage: Use
2714           NiceLongDate in details pane (bgo #339644).  Tiles/RSSFeed.cs:
2715           Change position of the date lable in the details pane to be
2716           consistent with other tiles.  Tiles/Tile.cs: Private some
2717           properties. Update the instanting of the details pane a little.
2718           Tiles/TileFlat.cs: Small code updates Tiles/TileTemplate.cs:
2719           Small code updates.
2721 2006-04-24 18:06  dbera
2723         * Filters/FilterPackage.cs: Minor documentation.
2725 2006-04-24 18:02  dbera
2727         * ChangeLog, Filters/FilterDeb.cs, Filters/FilterEbuild.cs,
2728           Filters/FilterPackage.cs, Filters/FilterRPM.cs,
2729           Filters/Makefile.am: Added FilterDeb from Kevin Kubasik.  Changed
2730           FilterPackage to include more or less common information in all
2731           packages or metadata required to show package information while
2732           displaying results.
2734 2006-04-24 10:49  dsd
2736         * ChangeLog, Filters/entagged-sharp/EncodingInfo.cs,
2737           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
2738           Filters/entagged-sharp/Ogg/OggFileReader.cs,
2739           Filters/entagged-sharp/Util/Utils.cs:  * Filters/entagged-sharp/:
2740           Resync. Includes ID3 UTF16 fix, new vorbis
2741                   mimetype, and a couple of other bits.
2743 2006-04-23 13:52  adrighem
2745         * po/: nl.po, ChangeLog: 2006-04-23  Vincent van Adrighem
2746           <adrighem@gnome.org>
2748                   * nl.po: Translation updated by Tino Meinen.
2750 2006-04-23 07:26  llipka
2752         * search/UIManager.cs: Added accelerators for Escape and CTRL-W to
2753           close the window
2755 2006-04-22 05:46  llipka
2757         * search/: Search.cs, UIManager.cs: When running in icon mode dont
2758           exit on File->Quit, hide the window instead (bgo #339185). Also
2759           use Gtk.Stock.Close on icon mode instead of Gtk.Stock.Quit.
2761 2006-04-22 05:27  llipka
2763         * libbeagle/beagle/beagle-indexable.c: Fix parameters for time ()
2765 2006-04-21 17:57  dbera
2767         * ChangeLog, libbeagle/beagle/beagle-indexable.c,
2768           libbeagle/beagle/beagle-indexable.h,
2769           libbeagle/beagle/beagle-indexing-service-request.c,
2770           libbeagle/beagle/beagle-indexing-service-request.h,
2771           libbeagle/beagle/beagle-property.c, wrappers/python/beagle.defs:
2772           * Filters/FilterPackage.cs, Filters/FilterRPM.cs,
2773           Filters/FilterEbuild.cs: Add FilterPackage base class to contain
2774           the basic information about packages. Change FilterRPM,
2775           FilterEbuild to derive from FilterPackage.  * libbeagle/beagle:
2776           Revive the C API for indexable-service. Also, allow creating
2777           indexable-service type index-request messages for others
2778           services.
2780 2006-04-21 17:36  dbera
2782         * ChangeLog: CVS is stupid.
2784 2006-04-21 17:35  dbera
2786         * Filters/: FilterEbuild.cs, FilterPackage.cs, FilterRPM.cs,
2787           Makefile.am: * Filters/FilterPackage.cs, Filters/FilterRPM.cs,
2788           Filters/FilterEbuild.cs: Add FilterPackage base class to contain
2789           the basic information about packages. Change FilterRPM,
2790           FilterEbuild to derive from FilterPackage.
2792 2006-04-21 17:08  joeshaw
2794         * Util/SafeProcess.cs: Don't always redirect stdin/stdout/stderr
2795           and close them if we don't want to, just don't redirect them in
2796           the first place.
2798 2006-04-21 17:07  joeshaw
2800         * tools/beagle-crawl-system.in: move the -s line before the user to
2801           appease some versions of su
2803 2006-04-20 13:01  joeshaw
2805         * NEWS, configure.in: 0.2.5 release
2807 2006-04-19 17:34  joeshaw
2809         * beagled/ExtractContent.cs: Don't assume plain content with
2810           beagle-extract-content if we can't get a filter
2812 2006-04-19 17:13  joeshaw
2814         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Add a bunch
2815           of checks to the FSQ where the filesystem can be racy and we
2816           would get exceptions
2818 2006-04-19 15:18  joeshaw
2820         * Util/IoPriority.cs, beagled/BuildIndex.cs,
2821           beagled/ManageIndex.cs, beagled/IndexHelper/IndexHelper.cs,
2822           glue/ioprio-glue.c: If we can't set the IO priority to idle, try
2823           to set it to the lowest possible best-effort priority
2825 2006-04-19 13:25  joeshaw
2827         * search/: Search.cs, Tiles/IMLog.cs: I am really sucking it up
2828           today
2830 2006-04-19 13:23  joeshaw
2832         * search/: Search.cs, Tiles/IMLog.cs, Tiles/WidgetFu.cs: Back out
2833           an accidental commit
2835 2006-04-19 13:23  joeshaw
2837         * search/Tiles/: WidgetFu.cs: If the base size for a theme icon is
2838           much larger than the size we requested, force it to be scaled
2839           down
2841 2006-04-19 13:08  joeshaw
2843         * beagled/BeagleDaemon.cs: Change the help text a little bit
2845 2006-04-19 12:22  joeshaw
2847         * tools/Config.cs: Fix beagle-config too
2849 2006-04-19 12:12  joeshaw
2851         * tools/: Info.cs, wrapper.in: Make the --list-backends and
2852           --list-static-indexes options work in the uninstalled case
2854 2006-04-19 06:00  dnylande
2856         * po/: ChangeLog, sv.po: 2006-04-19  Daniel Nylander
2857           <po@danielnylander.se>
2859                   * sv.po: Updated Swedish translation.
2861 2006-04-18 21:29  dbera
2863         * beagled/LuceneQueryingDriver.cs: To find the minimum, find it
2864           directly, dont sort.
2866 2006-04-18 20:46  dbera
2868         * Util/Conf.cs: Remove position/dimension of Best from config. Some
2869           just has to add reading/saving them from beagle-search.
2871 2006-04-18 20:30  dbera
2873         * ChangeLog, Util/Conf.cs, Util/PathFinder.cs,
2874           beagled/BeagleDaemon.cs, beagled/QueryDriver.cs, tools/Config.cs,
2875           tools/Info.cs, tools/Makefile.am, tools/beagle-config.1,
2876           tools/beagle-query.1, tools/beagle-shutdown.1,
2877           tools/beagle-status.1: * tools/Info.cs: Add --list-backends,
2878           --list-static-indexes to beagle-info. Make beagle-info a tool to
2879           gather all kind of information about beagle.  *
2880           beagled/BeagleDaemon.cs, beagled/QueryDriver.cs, Util/Conf.cs:
2881           Allow enabling/disabling backends in the config. Use new syntax
2882           --backend [+-]name.  * tools/Config.cs: Add "beagle-config daemon
2883           ListBackends" to show the currently enabled and disabled backend
2884           in config. Should be emulated in beagle-settings too.  *
2885           tools/*.1: Removed reference of Best from man pages. Someone
2886           should write a man-page for beagle-search (or linux users have
2887           stopped reading man-pages these days :O ?)
2889 2006-04-18 17:49  joeshaw
2891         * Filters/HtmlAgilityPack/HtmlDocument.cs: Fix a logic error in the
2892           stop_parsing assignments that caused the HTML filter to always
2893           return blanks.  Fixes the problems of people searching their web
2894           history but not finding anything
2896 2006-04-18 14:52  joeshaw
2898         * glue/screensaver-glue.c: Commit the HAVE_LIBXSS patch, which I
2899           forgot to commit
2901 2006-04-18 12:42  utx
2903         * po/: ChangeLog, hu.po: hu.po: Fixed Hungarian translation (Novell
2904           #167345).
2906 2006-04-18 11:07  joeshaw
2908         * beagled/EvolutionDataServerQueryable/SourcesHandler.cs: Fix
2909           calling the container's constructor from OnSourceAdded.
2911 2006-04-17 16:11  dbera
2913         * ChangeLog, tools/beagle-crawl-system.in:      *
2914           tools/beagle-crawl-system.in: Use MONO_SHARED_DIR to point to a
2915                   temporary wapi directory - mono needs one for
2916           beagle-build-index.
2918 2006-04-17 06:12  kmaraas
2920         * ChangeLog, configure.in, po/no.po: 2006-04-17  Kjartan Maraas
2921           <kmaraas@gnome.org>
2923                   * configure.in: Remove obsolete no_NO locale.
2924                   * po/no.po: And the translation. Hey Joe, where you going
2925                   with that gun in your hand?
2927 2006-04-16 16:27  dbera
2929         * ChangeLog, Util/Note.cs, beagled/KMailQueryable/KMailIndexer.cs:
2930           Safeguard in kmail backend against bad data. Extract text
2931           correctly from tomboy notes.
2933 2006-04-14 14:22  joeshaw
2935         * glue/thread-glue.c: Use the newer kernel interface for syscalls.
2936           Tweaked patch from LaMont Jones
2938 2006-04-14 11:39  joeshaw
2940         * Filters/FilterOle.cs: Open our Ole file using the stdio interface
2941           rather than the mmap one, which mmaps the file MAP_SHARED, and
2942           any changes to the file while we're reading from it can corrupt
2943           the stream.  Also change some error messages from error to
2944           warning.
2946 2006-04-14 11:22  ituohela
2948         * po/: fi.po, ChangeLog: Updated Finnish translation
2950 2006-04-13 15:59  dbera
2952         * tools/Info.cs: Dont print internal filters.
2954 2006-04-13 14:43  joeshaw
2956         * search/Tiles/File.cs: Fix a typo in attaching files to emails
2958 2006-04-13 14:31  joeshaw
2960         * Filters/FilterExternal.cs, Filters/FilterMPlayerVideo.cs,
2961           Filters/FilterPdf.cs, Filters/FilterRPM.cs,
2962           Filters/FilterSpreadsheet.cs, Util/Makefile.am,
2963           Util/SafeProcess.cs, search/Tiles/File.cs, search/Tiles/IMLog.cs,
2964           search/Tiles/Image.cs, search/Tiles/MailAttachment.cs,
2965           search/Tiles/MailMessage.cs, search/Tiles/Note.cs,
2966           search/Tiles/Tile.cs: Change the way processes are launched to
2967           use g_spawn instead of the .Net API, so that filters can't be
2968           messed with using special file names
2970 2006-04-12 15:41  joeshaw
2972         * tools/crawl-rules/crawl-documentation: Add /usr/share/gnome/help
2973           to the list of documentation paths to search
2975 2006-04-12 10:07  arangela
2977         * po/mk.po: Updated Macedonian Translation <arangela@cvs.gnome.org>
2979 2006-04-11 19:27  kelemeng
2981         * po/: ChangeLog, hu.po: 2006-04-12  Gabor Kelemen
2982           <kelemeng@gnome.hu>
2984                   * hu.po: Hungarian translation updated.
2986 2006-04-11 18:32  joeshaw
2988         * beagled/BeagleDaemon.cs, beagled/IndexHelper/IndexHelper.cs,
2989           tools/Makefile.am: Shut the daemon down cleanly on a broken X
2990           connection, since we can't gracefully recover from it.  Unset the
2991           DISPLAY variable in the index helper, since we don't ever want it
2992           to be influenced by the state of the X server.  Add a little
2993           additional logging, and fix the fact that the cron job was also
2994           being installed into libexec when it didn't need to be.
2996 2006-04-11 13:50  joeshaw
2998         * beagled/BeagleDaemon.cs: Don't allow the daemon to be run from
2999           sudo since it breaks permissions in .beagle and .wapi for most
3000           users.  Also check to make sure either HOME or BEAGLE_HOME is set
3001           before starting the daemon
3003 2006-04-11 11:37  joeshaw
3005         * wrappers/python/Makefile.am: Use pythondir instead of pyexecdir
3006           for installing the beagle python module.  Patch from the Gentoo
3007           ebuild
3009 2006-04-10 18:40  joeshaw
3011         * Filters/FilterMusic.cs: Add audio/x-vorbis+ogg as a supported
3012           MIME type for the music filter
3014 2006-04-10 10:16  llipka
3016         * search/UIManager.cs: add a closing bracket to jimmac's mail
3018 2006-04-10 09:46  danw
3020         * search/Category.cs: Hide/Show tiles when changing "expanded" so
3021           they get redrawn
3023 2006-04-10 09:45  danw
3025         * search/Search.cs: explicitly clear oldFocus when starting a
3026           timeout-based search, so that if you do a hit-return search
3027           followed by a timeout search, the focus doesn't get stolen the
3028           second time. Maybe part of 332211?
3030 2006-04-10 09:44  danw
3032         * search/UIManager.cs: add Ctrl+L as an alternate keybinding to
3033           focus the search entry, since that's what everyone expects it to
3034           be
3036 2006-04-09 12:39  llipka
3038         * search/Search.cs: set currentQuery to null after closing it so we
3039           dont crash
3041 2006-04-08 12:26  aihana
3043         * po/: ChangeLog, ja.po: 2006-04-09  Takeshi AIHANA
3044           <takeshi.aihana@gmail.com>
3046                   * ja.po: Updated Japanese translation for v0.2.4.
3048 2006-04-07 18:49  dbera
3050         * ChangeLog, Filters/FilterTiff.cs,
3051           beagled/KMailQueryable/KMailQueryable.cs: *
3052           Filters/FilterTiff.cs: Compilation fix for 1.1.14 *
3053           beagled/KMailQueryable/KMailQueryable.cs: Enable snippets for
3054           KMail maildir mails.
3056 2006-04-07 18:46  dbera
3058         * beagled/DumpIndex.cs: Display correct values for is_searchable
3059           and is_tokenized values.
3061 2006-04-07 14:11  joeshaw
3063         * NEWS: Remove an accidental line
3065 2006-04-07 13:35  joeshaw
3067         * NEWS, configure.in: Update for 0.2.4 release
3069 2006-04-06 17:43  joeshaw
3071         * beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
3072           tools/Makefile.am: Now that mono has the SIGQUIT thread dumping
3073           thing, remove our own hack that does the same thing.  Add an
3074           elapsed time counter dealie to beagle-build-index
3076 2006-04-06 15:32  joeshaw
3078         * beagled/FileAttributesStore_Sqlite.cs: Create an index for
3079           directory and filename in the file_attributes table.  This
3080           dramatically speeds up querying against the sqlite fallback
3081           database in the beagle-build-index case.  Patch from Pat Double.
3083 2006-04-05 16:10  dbera
3085         * configure.in, Util/Makefile.am, beagled/Makefile.am,
3086           tools/Info.cs: Bye-bye googledriver.
3088 2006-04-05 14:57  joeshaw
3090         * BeagleClient/Hit.cs: Use Warn rather than Debug when pulling a
3091           property with multiple values from a hit.
3093 2006-04-05 14:34  joeshaw
3095         * Filters/FilterEbuild.cs: Pull out and index the Ebuild's download
3096           size.  Patch from Pat Double
3098 2006-04-05 14:02  joeshaw
3100         * beagled/BuildIndex.cs: Bump beagle-build-index's memory threshold
3101           up from 5.0 to 6.0.  Suggested by Pat Double
3103 2006-04-05 11:57  joeshaw
3105         * Filters/FilterGif.cs: Check the header of the file to make sure
3106           we're actually dealing with a GIF file.  Handle potential short
3107           reads in all our read loops
3109 2006-04-05 11:33  joeshaw
3111         * Filters/FilterGif.cs: Fix the GIF filter to not infinitely loop
3112           on malformed files.  Also make the debug logging more accessible
3114 2006-04-04 18:54  dbera
3116         * ChangeLog, BeagleClient/Hit.cs: Hit.cs: Remove FIXME by using
3117           binary search while searching properties.
3119 2006-04-04 12:02  joeshaw
3121         * Util/FSpotTools.cs: Reset the connection to null if we failed to
3122           open it
3124 2006-04-04 11:25  llipka
3126         * search/Search.cs: close the query when we open the quick tips
3127           page (bgo #337195)
3129 2006-04-03 15:49  llipka
3131         * libbeagle/beagle/beagle-util.c, libbeagle/beagle/beagle-util.h,
3132           wrappers/python/beagle.defs: added beagle_util_daemon_is_running
3133           ()
3135 2006-04-03 15:08  joeshaw
3137         * beagled/Makefile.am: Install beagle-extract-content
3139 2006-04-03 14:49  dbera
3141         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Forgot to
3142           bump FSQ version. Weekend syndrome.
3144 2006-04-03 13:13  joeshaw
3146         *
3147           beagled/Lucene.Net/upstream-changes/19_no_thread_local_storage.patch:
3148           Oops, fix a broken part of the patch
3150 2006-04-03 13:12  joeshaw
3152         * beagled/Lucene.Net/: Index/SegmentReader.cs,
3153           Index/TermInfosReader.cs,
3154           upstream-changes/19_no_thread_local_storage.patch: Update the
3155           thread-local storage patch, to fix #335178
3157 2006-04-03 12:51  joeshaw
3159         * beagled/Filter.cs: If we set an error on the filter during pull,
3160           stop trying to pull
3162 2006-04-02 15:55  dbera
3164         * ChangeLog, Filters/FilterBmp.cs, Filters/FilterDOC.cs,
3165           Filters/FilterEbuild.cs, Filters/FilterGif.cs,
3166           Filters/FilterImage.cs, Filters/FilterJpeg.cs,
3167           Filters/FilterMPlayerVideo.cs, Filters/FilterMail.cs,
3168           Filters/FilterMonodoc.cs, Filters/FilterMusic.cs,
3169           Filters/FilterOpenOffice.cs, Filters/FilterPPT.cs,
3170           Filters/FilterPdf.cs, Filters/FilterPng.cs, Filters/FilterRPM.cs,
3171           Filters/FilterRTF.cs, Filters/FilterTiff.cs,
3172           beagled/BuildIndex.cs, beagled/Filter.cs,
3173           beagled/LuceneCommon.cs,
3174           beagled/EvolutionDataServerQueryable/BookContainer.cs,
3175           beagled/EvolutionDataServerQueryable/CalContainer.cs,
3176           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
3177           beagled/FileSystemQueryable/FileSystemQueryable.cs,
3178           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
3179           beagled/KMailQueryable/KMailIndexer.cs,
3180           beagled/KonqHistoryQueryable/KonqQueryable.cs,
3181           beagled/LauncherQueryable/LauncherQueryable.cs,
3182           beagled/MonodocQueryable/MonodocQueryable.cs,
3183           beagled/MozillaQueryable/MozillaQueryable.cs: * Filters/,
3184           *Queryable/, beagled/Filter.cs, beagled/LuceneCommon.cs: Allow
3185           keyword queries in non-property queries. Make most keyword
3186           properties unsearched properties. Remove video/* mimetypes from
3187           filteraudio - let our videofilter handle them. Dont allow empty
3188           properties to be stored. Large number of changes but mostly its
3189           replacing NewKeyword by NewUnstored.
3191 2006-04-02 08:36  llipka
3193         * ImLogViewer/beagle-imlogviewer.in: fix the bad substitution which
3194           could have broke stuff
3196 2006-04-02 08:16  llipka
3198         * images/emblem-fspot.png, search/Tiles/Image.cs: update the f-spot
3199           icon and make the f-spot overlay a bit larger so you can actually
3200           identify what it is :-)
3202 2006-04-01 03:25  adrighem
3204         * po/: ChangeLog, nl.po: 2006-04-01  Vincent van Adrighem
3205           <adrighem@gnome.org>
3207                   * nl.po: Translation updated by Tino Meinen.
3209 2006-03-31 21:53  dbera
3211         * ChangeLog, Filters/FilterHtml.cs, Filters/FilterPdf.cs,
3212           Filters/HtmlAgilityPack/HtmlDocument.cs, Util/StringFu.cs,
3213           beagled/Filter.cs: Extract a maximum of 10 words in the filter
3214           ^o^ (April Fool :-D) its 40000 words - 4 times the maximum
3215           allowed by lucene). Changed html and pdf filters to honour that.
3216           For others, the filter will send data w/out any effect. Fixing
3217           them will improve the speed of filtering, which is pretty fast
3218           anyway.
3220 2006-03-31 15:22  serrador
3222         * po/: ChangeLog, es.po: 2006-03-31  Francisco Javier F. Serrador
3223           <serrador@cvs.gnome.org>
3225                   * es.po: Updated Spanish translation.
3227 2006-03-31 12:51  llipka
3229         * search/Tiles/MailMessage.cs: fix the awkwardly positioned date
3230           label in the details pane
3232 2006-03-31 11:53  llipka
3234         * search/Tiles/MailMessage.cs: dont use the MailMessage tile for
3235           files with the mimetype message/rfc288 which were indexed without
3236           gmime (bgo #332215)
3238 2006-03-31 11:51  danw
3240         * search/: SortedTileList.cs, Tiles/File.cs, Tiles/Note.cs,
3241           Tiles/RSSFeed.cs, Tiles/WebHistory.cs: use tile.Timestamp, not
3242           hit.Timestamp, everywhere to ensure consistency (because on a
3243           File tile, tile.Timestamp is set from the file's LastWriteTime,
3244           which doesn't always match hit.Timestamp)
3246 2006-03-31 11:50  danw
3248         * search/Tiles/Utils.cs: fix up localization
3250 2006-03-31 09:17  zygis
3252         * po/: ChangeLog, lt.po: 2006-03-31  Žygimantas Beručka
3253           <zygis@gnome.org>
3255                   * lt.po: Updated Lithuanian translation.
3257 2006-03-31 06:53  llipka
3259         * search/Tiles/Image.cs: dont crash if we dont have an icon (bgo
3260           #336708)
3262 2006-03-30 17:46  dbera
3264         * ChangeLog, beagled/GoogleDriver.cs: Googledriver ... (hopefully)
3265           revived!
3267 2006-03-30 00:59  clyties
3269         * po/ChangeLog: vi.po: Updated Vietnamese translation.
3271 2006-03-30 00:52  clyties
3273         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
3275 2006-03-29 16:46  dbera
3277         * glue/xdgmime/: xdgmimeglob.c, xdgmimemagic.c: Update xdgmime.
3279 2006-03-29 14:07  joeshaw
3281         * Util/XdgMime.cs: Check the first 256 bytes of an
3282           application/octet-stream file to see if it's really a text/plain
3283           file.  Based on a patch from D Bera.
3285 2006-03-29 13:27  danw
3287         * search/Tiles/Image.cs: only draw the f-spot indicator on the
3288           large image (and then only if there's room for it). bnc 161421
3290 2006-03-29 13:21  llipka
3292         * Util/ImLog.cs: more gaim 2.0 issues with date parsing (bgo
3293           #335982)
3295 2006-03-29 12:50  joeshaw
3297         * tools/Info.cs: Clean up the --list-filters output a little bit
3299 2006-03-29 11:29  dbera
3301         * ChangeLog, tools/Info.cs, tools/Makefile.am: Add option
3302           beagle-info --list-filters to list all the filters in the system.
3304 2006-03-29 10:51  dbera
3306         * ChangeLog, Filters/FilterRPM.cs, Filters/Makefile.am: Squeeze
3307           information from RPM files. Let nothing hide from beagle.
3309 2006-03-28 18:14  joeshaw
3311         * Filters/: FilterXslt.cs, Makefile.am: Add an XSLT filter.  From
3312           Alexander Macdonald
3314 2006-03-28 18:03  joeshaw
3316         * Makefile.am, configure.in: Fix epiphany version check.  Patch
3317           from Christian Persch.  Allow bludgeon to be disabled at
3318           configure time.  Patch from Kevin Kubasik
3320 2006-03-28 17:54  joeshaw
3322         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs: Print out the
3323           mono version at startup as well
3325 2006-03-28 16:54  icq
3327         * po/: ChangeLog, gl.po: [no log message]
3329 2006-03-28 14:04  llipka
3331         * configure.in: fix the xscreensaver configure changes which were
3332           recently checked in
3334 2006-03-28 13:18  llipka
3336         * tools/Settings.cs: dont mnemonic the treeview cells, thats just
3337           insane
3339 2006-03-28 13:01  llipka
3341         * po/.cvsignore: sssh
3343 2006-03-28 12:57  llipka
3345         * Filters/: FilterBmp.cs, FilterGif.cs, FilterTiff.cs: make the new
3346           image filters utilize FilterImage
3348 2006-03-28 12:05  joeshaw
3350         * Filters/FilterExternal.cs: Fix the external filter to look in
3351           /beagle rather than
3353 2006-03-27 18:51  joeshaw
3355         * configure.in: Check for newer version of epiphany.  Patch from
3356           Kyle Ambroff
3358 2006-03-27 18:47  joeshaw
3360         * HACKING: Update the HACKING file a little
3362 2006-03-27 18:35  joeshaw
3364         * Filters/: FilterGif.cs, Makefile.am: Add a GIF filter, from
3365           Alexander Macdonald
3367 2006-03-27 17:38  joeshaw
3369         * Makefile.am, configure.in, Filters/FilterEbuild.cs,
3370           Filters/FilterExternal.cs, Filters/Makefile.am: Include the
3371           HACKING file in the tarball.  Allow beagle to build without the X
3372           screensaver extension; patch from marijn@mad.scientist.com.  Add
3373           an ebuild filter; from Pat Double.  Catch
3374           DirectoryNotFoundException in the external filter.
3376 2006-03-27 15:51  joeshaw
3378         * tools/: Settings.cs, settings.glade: GNOME HIG fixes for
3379           beagle-settings.  Patch from Dennis Cranston
3381 2006-03-27 08:07  llipka
3383         * MAINTAINERS: add a MAINTAINERS file (bgo #335031). we all love
3384           you Joe! :-)
3386 2006-03-26 09:52  llipka
3388         * beagled/GaimLogQueryable/GaimLogQueryable.cs: dont index .system
3389           folders in account folders (bgo #335317
3391 2006-03-26 02:44  aman
3393         * ChangeLog, configure.in, po/ChangeLog, po/pa.po: update
3394           translation for Punjabi (Gurmukhi) by apbrar gmail com
3396 2006-03-24 16:55  joeshaw
3398         * search/: Makefile.am, Search.cs, beagle-search.in: Fix the cwd
3399           problem for beagle-search as well, and fix a spacing problem with
3400           the search bar
3402 2006-03-24 16:04  lferrett
3404         * po/: ChangeLog, it.po: 2006-03-24  Luca Ferretti
3405           <elle.uca@libero.it>
3407                   * it.po: Fixed a typo.
3409 2006-03-24 13:50  lferrett
3411         * po/: ChangeLog, it.po: 2006-03-24  Luca Ferretti
3412           <elle.uca@libero.it>
3414                   * it.po: Updated Italian translation.
3416 2006-03-23 09:05  dbera
3418         * beagled/Lucene.Net/: Store/FSDirectory.cs,
3419           upstream-changes/20_use-native-open-locking.patch: Oops... turn
3420           off logging flag.
3422 2006-03-23 08:59  dbera
3424         * ChangeLog, beagled/Lucene.Net/Store/FSDirectory.cs,
3425           beagled/Lucene.Net/upstream-changes/20_use-native-open-locking.patch:
3426           (Hopefully) fixes century old lock obtain timeout bug.
3428 2006-03-22 17:27  joeshaw
3430         * beagled/Makefile.am: Make sure to run the right sed over the
3431           index helper script as well
3433 2006-03-22 16:18  dbera
3435         * ChangeLog, beagled/LifereaQueryable/LifereaQueryable.cs: Liferea
3436           allows "|curl..."-type commands as its feedsource, needed to
3437           handle gmail feeds. Workaround in liferea backend for our
3438           gmail-happy users.
3440 2006-03-22 15:41  joeshaw
3442         * Filters/Makefile.am, ImLogViewer/Makefile.am,
3443           ImLogViewer/beagle-imlogviewer.in, beagled/Makefile.am,
3444           beagled/beagled-index-helper.in, beagled/beagled.in,
3445           beagled/testclient.in, beagled/wrapper.in, tools/Makefile.am,
3446           tools/beagle-index-info, tools/beagle-ping, tools/beagle-status,
3447           tools/wrapper.in: Fix the scripts and makefiles to run
3448           uninstalled from the source directory, but not when installed, in
3449           a safe manner
3451 2006-03-22 14:21  danw
3453         * search/Panes.cs: remove some padding that is no longer needed and
3454           looks bad in some themes
3456 2006-03-22 11:47  danw
3458         * search/Tiles/ThumbnailFactory.cs: Call CanThumbnail before trying
3459           to make a thumbnail so we don't fill up ~/.thumbnails/fail/
3461 2006-03-22 11:46  danw
3463         * search/Tiles/Folder.cs: Make this look more like the File tile.
3464           #335428
3466 2006-03-22 10:13  llipka
3468         * tools/crawl-rules/crawl-documentation: add /usr/local/share/doc
3469           to the crawl list
3471 2006-03-22 10:09  llipka
3473         * tools/crawl-rules/crawl-applications: typo in crawl-applications
3475 2006-03-21 10:17  danw
3477         * search/Tiles/ThumbnailFactory.cs: don't crash if we get a hit
3478           with a null MimeType (bnc 159067)
3480 2006-03-21 05:56  serrador
3482         * po/: ChangeLog, es.po: 2006-03-21  Francisco Javier F. Serrador
3483           <serrador@cvs.gnome.org>
3485                   * es.po: Updated Spanish translation.
3487 2006-03-20 16:59  dbera
3489         * configure.in, glue/Makefile.am: Move some more dependencies under
3490           ui-build. Pretty sure build will break for somebody.
3492 2006-03-20 13:37  danw
3494         * search/Category.cs: call UpdateButtons() after changing
3495           "expanded". #333645
3497 2006-03-20 10:57  llipka
3499         * Filters/FilterImage.cs: redundant Console.WriteLines
3501 2006-03-20 07:12  zygis
3503         * po/: ChangeLog, lt.po: 2006-03-20  Žygimantas Beručka
3504           <zygis@gnome.org>
3506                   * lt.po: Updated Lithuanian translation.
3508 2006-03-19 06:55  adrighem
3510         * po/: ChangeLog, nl.po: 2006-03-19  Vincent van Adrighem
3511           <adrighem@gnome.org>
3513                   * nl.po: Translation updated by Tino Meinen.
3515 2006-03-19 06:37  aihana
3517         * po/: ChangeLog, ja.po: 2006-03-19  Takeshi AIHANA
3518           <takeshi.aihana@gmail.com>
3520                   * ja.po: Updated Japanese translation for v0.2.3.
3522 2006-03-18 23:02  vsichi
3524         * ChangeLog, configure.in, po/ChangeLog, po/ka.po: Updated Georgian
3525           translation
3527 2006-03-18 09:20  llipka
3529         * ChangeLog, Util/ImLog.cs,
3530           beagled/GaimLogQueryable/GaimLogQueryable.cs: 2006-03-18  Lukas
3531           Lipka  <lukas@pmad.net>
3533                   * Util/ImLog.cs: Fix the broken parsing of Gaim 2.0 logs
3534           which added
3535                   AM or PM to the utterance timestamp. Thanks to Zafar for
3536           providing
3537                   sample logs.
3539                   * beagled/GaimLogQueryable/GaimLogQueryable.cs: Cosmetic
3540           fixes.
3542 2006-03-17 11:58  joeshaw
3544         * NEWS, configure.in: Version 0.2.3
3546 2006-03-17 04:24  al_shopov
3548         * po/: ChangeLog, bg.po: 2005-03-17  Alexander Shopov
3549           <ash@contact.bg>
3551                   * bg.po: Updated Bulgarian translation by
3552                   Vladimir Petkov <vpetkov@i-space.org>
3554 2006-03-16 17:29  joeshaw
3556         * Filters/FilterMail.cs,
3557           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
3558           beagled/KMailQueryable/KMailIndexableGenerator.cs,
3559           bludgeon/FileSystemObject.cs, bludgeon/TestBasic.cs,
3560           bludgeon/TreeBuilder.cs: Handle null messages from gmime;
3561           necessary to handle cases where we try to construct a message
3562           from the middle of the last message in a stream.  Needs gmime
3563           2.2.1 for the rest of this fix.
3565 2006-03-16 15:10  joeshaw
3567         * beagled/LuceneQueryable.cs: Set FileShare.ReadWrite on the data
3568           stream file.  Should fix #334764
3570 2006-03-16 14:26  joeshaw
3572         * beagled/: LuceneCommon.cs, LuceneQueryable.cs: Log when we hit a
3573           dangling lock.  When getting indexables from generators, if they
3574           return null, bail out after a time so that we don't spin a long
3575           time trying to extract actual indexables
3577 2006-03-16 12:12  joeshaw
3579         * beagled/ManageIndex.cs: Add extra paranoia to ManageIndex.cs so
3580           that an IndexingDriver that deletes files isn't created
3581           unconditionally.
3583 2006-03-16 10:23  dsd
3585         * ChangeLog, search/Tiles/Tile.cs:      * search/Tiles/Tile.cs:
3586           Escape uri's before passing them to applications,
3587                   thanks to Brandon Hale.
3589 2006-03-15 15:17  dsd
3591         * ChangeLog, Filters/entagged-sharp/Tag.cs,
3592           Filters/entagged-sharp/entagged-sharp.sources,
3593           Filters/entagged-sharp/Ape/Util/ApeTagBinaryField.cs,
3594           Filters/entagged-sharp/Ape/Util/ApeTagReader.cs,
3595           Filters/entagged-sharp/Ape/Util/MonkeyDescriptor.cs,
3596           Filters/entagged-sharp/Ape/Util/MonkeyHeader.cs,
3597           Filters/entagged-sharp/Ape/Util/WavFormatHeader.cs,
3598           Filters/entagged-sharp/Ape/Util/WavRIFFHeader.cs,
3599           Filters/entagged-sharp/Exceptions/CannotWriteException.cs,
3600           Filters/entagged-sharp/Flac/Util/FlacTagReader.cs,
3601           Filters/entagged-sharp/Flac/Util/MetadataBlockDataStreamInfo.cs,
3602           Filters/entagged-sharp/Flac/Util/MetadataBlockHeader.cs,
3603           Filters/entagged-sharp/Mp3/Id3Tag.cs,
3604           Filters/entagged-sharp/Mp3/Util/Id3v1TagReader.cs,
3605           Filters/entagged-sharp/Mp3/Util/Id3v24TagReader.cs,
3606           Filters/entagged-sharp/Mp3/Util/Id3v2TagReader.cs,
3607           Filters/entagged-sharp/Mp3/Util/Id3v2TagSynchronizer.cs,
3608           Filters/entagged-sharp/Mp3/Util/LameMPEGFrame.cs,
3609           Filters/entagged-sharp/Mp3/Util/MPEGFrame.cs,
3610           Filters/entagged-sharp/Mp3/Util/XingMPEGFrame.cs,
3611           Filters/entagged-sharp/Mp3/Util/Id3frames/ApicId3Frame.cs,
3612           Filters/entagged-sharp/Mp3/Util/Id3frames/CommId3Frame.cs,
3613           Filters/entagged-sharp/Mp3/Util/Id3frames/GenericId3Frame.cs,
3614           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
3615           Filters/entagged-sharp/Mp3/Util/Id3frames/TextId3Frame.cs,
3616           Filters/entagged-sharp/Mpc/MpcFileReader.cs,
3617           Filters/entagged-sharp/Mpc/Util/MpcHeader.cs,
3618           Filters/entagged-sharp/Ogg/OggFileReader.cs,
3619           Filters/entagged-sharp/Ogg/OggTag.cs,
3620           Filters/entagged-sharp/Ogg/Util/OggInfoReader.cs,
3621           Filters/entagged-sharp/Ogg/Util/OggPageHeader.cs,
3622           Filters/entagged-sharp/Ogg/Util/OggTagReader.cs,
3623           Filters/entagged-sharp/Ogg/Util/VorbisCodecHeader.cs,
3624           Filters/entagged-sharp/Ogg/Util/VorbisTagReader.cs:     *
3625           Filters/entagged-sharp: Resync, includes a couple of small fixes.
3627 2006-03-15 14:12  joeshaw
3629         * beagled/Lucene.Net/: Index/SegmentReader.cs,
3630           Index/TermInfosReader.cs,
3631           upstream-changes/19_no_thread_local_storage.patch: Don't use
3632           thread-local storage in lucene due to a mono leak up through
3633           version 1.1.13.4.  This fixes the huge memory leaks in the beagle
3634           daemon
3636 2006-03-15 11:35  joeshaw
3638         * tools/beagle-crawl-system.in: Fix the beagle-crawl-system script
3639           when ionice isn't present.  Patch from Götz Waschk
3641 2006-03-14 11:04  danw
3643         * search/Makefile.am: use desktop-launch when possible, for KDE
3644           support
3646 2006-03-14 04:39  icq
3648         * po/: ChangeLog, gl.po: [no log message]
3650 2006-03-13 16:45  joeshaw
3652         * beagled/: DumpIndex.cs, LuceneCommon.cs, LuceneQueryable.cs,
3653           LuceneQueryingDriver.cs, QueryResult.cs,
3654           FileSystemQueryable/LuceneNameResolver.cs,
3655           Lucene.Net/Store/FSDirectory.cs,
3656           Lucene.Net/upstream-changes/18_avoid_fileinfos.patch: Make the
3657           IndexReaders returned from LuceneCommon.GetReader() refcounted,
3658           and require callers to release them when they're finished.  This
3659           fixes the nasty race described in bug 334057, in which a query
3660           would come in, the index would be changed from underneath and the
3661           cached reader closed, and another query would come in which tried
3662           to use the closed reader.
3664           Also, removed some confusing and not useful debug spew from
3665           LuceneQueryable, use ExceptionHandlingThreads in QueryResults
3666           because we can then track them better, and reduce a bunch of
3667           unnecessary string allocations in Lucene's
3668           FSDirectory.FileExists().
3670 2006-03-11 17:00  dbera
3672         * ChangeLog, beagled/SnippetFu.cs: Fixes 332378. Also, dont read
3673           the whole file if enough snippets is already found. Speeds up
3674           snippet extraction quite a bit.
3676 2006-03-11 15:10  dbera
3678         * ChangeLog, Filters/FilterMPlayerVideo.cs, Filters/FilterMail.cs:
3679           Use message header for kmail mails to detect incoming/outgoing
3680           mails. Use the right command line parameters for mplayer (as
3681           given in midentify).
3683 2006-03-10 11:52  joeshaw
3685         * Filters/FilterMPlayerVideo.cs: Also add -ao dummy to the mplayer
3686           command line args
3688 2006-03-10 08:26  aihana
3690         * po/: ChangeLog, ja.po: 2006-03-10  Takeshi AIHANA
3691           <takeshi.aihana@gmail.com>
3693                   * ja.po: Updated Japanese translation for v0.2.2.1.
3695 2006-03-10 06:25  llipka
3697         * search/Tiles/Folder.cs: oops.
3699 2006-03-10 05:33  llipka
3701         * ChangeLog, search/Tiles/Folder.cs: 2006-03-10  Lukas Lipka
3702           <lukas@pmad.net>
3704                   * search/Tiles/Folder.cs: The open action for folders got
3705           accidently
3706                   removed during details pane refactoring.
3708 2006-03-10 02:51  clyties
3710         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
3712 2006-03-09 23:03  ituohela
3714         * po/: ChangeLog, fi.po: Updated Finnish translation
3716 2006-03-09 18:48  garrett
3718         * mozilla-extension/skin/classic/: beagle-disabled.png,
3719           beagle-error.png: Updated disabled and error icon states for the
3720           Mozilla Firefox extension
3722 2006-03-09 18:24  garrett
3724         * mozilla-extension/skin/classic/beagle-big.png: Updating the 32x32
3725           logo for the FF extension
3727 2006-03-09 18:19  garrett
3729         * mozilla-extension/skin/classic/: beagle-disabled.png,
3730           beagle-error.png, beagle.png: Updating Beagle Firefox extension
3731           icons
3733 2006-03-09 17:56  joeshaw
3735         * search/Tiles/Application.cs: Scale large launcher icons to fit to
3736           our requested size.  Removes a FIXME and fixes #334061
3738 2006-03-09 17:44  joeshaw
3740         * search/Category.cs: Look up the size of the icon and make the
3741           category header bigger if it looks like it might be clipped.
3742           Fixes #334064
3744 2006-03-09 14:29  danw
3746         * search/Pages/StartDaemon.cs: s/daemon/search service/
3748 2006-03-09 13:17  joeshaw
3750         * Filters/FilterExternal.cs, Filters/Makefile.am,
3751           Filters/external-filters.xml, Util/ExternalStringsHack.cs.in,
3752           Util/Makefile.am, tools/beagle-crawl-system.in: Add a new filter
3753           that allows system administrators to configure external programs
3754           to extract text from more odd file formats without needing to
3755           code anything.
3757 2006-03-09 06:14  jfriedl
3759         * po/: ChangeLog, cs.po: 2006-03-09  Jakub Friedl
3760           <jfriedl@suse.cz>
3762             * cs.po: Czech Update (complete).
3764 2006-03-08 20:43  dbera
3766         * ChangeLog, beagled/NoiseFilter.cs: Allow emails, hostnames and
3767           numeric strings to sneak through noise filter.
3769 2006-03-08 18:09  joeshaw
3771         * Filters/: FilterBmp.cs, Makefile.am: New bmp filter from
3772           Alexander Macdonald
3774 2006-03-08 16:01  joeshaw
3776         * Util/Conf.cs, beagled/BeagleDaemon.cs, search/Search.cs,
3777           tools/Settings.cs, tools/settings.glade: Allow beagle to be run
3778           as root if you enable the setting (off by default)
3780 2006-03-07 17:48  joeshaw
3782         * Filters/FilterMail.cs,
3783           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
3784           beagled/KMailQueryable/KMailIndexer.cs: Check the
3785           GMime.InternetAddressType to avoid a glib critical error on
3786           messages that have undisclosed recipients.
3788 2006-03-07 15:45  joeshaw
3790         * Filters/FilterMPlayerVideo.cs: Today is not my lucky day
3792 2006-03-07 15:45  joeshaw
3794         * Filters/FilterMPlayerVideo.cs: A few aspect ratio fixes
3796 2006-03-07 15:38  joeshaw
3798         * Filters/FilterMPlayerVideo.cs: Oops, fix typo and remove some
3799           unused code
3801 2006-03-07 15:36  joeshaw
3803         * Filters/: FilterMPlayerVideo.cs, Makefile.am: New video filter
3804           which uses mplayer to extract metadata from Alexander Macdonald
3806 2006-03-07 14:23  joeshaw
3808         * beagled/Filter.cs: Add a PreLoad flag to the Filter so that
3809           filters can indicate whether or not to preload files.  Filters
3810           which load big files and don't read sequentially through the
3811           entire file will want to set this flag
3813 2006-03-07 12:25  joeshaw
3815         * beagled/BuildIndex.cs: Fix a crash in beagle-build-index when the
3816           text cache isn't enabled.  Patch from Alex Larsson
3818 2006-03-07 12:03  joeshaw
3820         * configure.in: 0.2.2.1 brown paper bag release
3822 2006-03-07 11:58  joeshaw
3824         * configure.in: Fix a problem with configure on 64-bit machines
3826 2006-03-06 15:57  joeshaw
3828         * NEWS, configure.in, BeagleClient/Makefile.am,
3829           ImLogViewer/Makefile.am, beagled/Makefile.am, tools/Makefile.am:
3830           Beagle 0.2.2
3832 2006-03-05 18:52  orrc
3834         * po/: ChangeLog, en_GB.po: 2006-03-05  Christopher Orr
3835           <chris@orr.me.uk>
3837                   * en_GB.po: Updated British English translation.
3839 2006-03-04 10:21  serrador
3841         * po/: es.po, ChangeLog: 2006-03-04  Francisco Javier F. Serrador
3842           <serrador@cvs.gnome.org>
3844                   * es.po: Updated Spanish translation.
3846 2006-03-03 18:23  joeshaw
3848         * beagled/LuceneCommon.cs, beagled/LuceneQueryingDriver.cs,
3849           bludgeon/FileSystemObject.cs, bludgeon/QueryFu.cs: Some bludgeon
3850           fixes and lots of comments about date queries in OR blocks.
3852 2006-03-03 15:14  danw
3854         * search/Search.cs: don't autofocus the search results if the
3855           search happened because of a timeout. 332211
3857 2006-03-03 15:14  joeshaw
3859         * bludgeon/: DirectoryObject.cs, FileModel.cs: Use UTC timestamps
3860           in bludgeon to fix some false positive search results
3862 2006-03-03 15:09  joeshaw
3864         * tools/Query.cs: Fix a help text alignment issue
3866 2006-03-03 15:08  joeshaw
3868         * tools/wrapper.in: sigh, typo
3870 2006-03-03 15:07  joeshaw
3872         * tools/wrapper.in: Include the beagled directory in MONO_PATH in
3873           the uninstalled case
3875 2006-03-03 15:07  joeshaw
3877         * tools/Query.cs: Convert the dates passed into beagle-query into
3878           UTC before sending them to the daemon
3880 2006-03-03 15:04  danw
3882         * search/GroupView.cs: if we get a SubtractHit on the selected
3883           tile, hide the details pane (332987)
3885 2006-03-03 13:39  joeshaw
3887         * Util/FileSystem.cs, Util/Inotify.cs, beagled/FileAttributes.cs,
3888           beagled/FileAttributesStore_Sqlite.cs,
3889           beagled/RenamingLuceneDriver.cs,
3890           beagled/FileSystemQueryable/DirectoryModel.cs,
3891           beagled/FileSystemQueryable/FileSystemQueryable.cs: Add some
3892           fixes so that you can set / as a root to be indexed
3894 2006-03-03 06:09  zygis
3896         * po/: ChangeLog, lt.po: 2006-03-03  Žygimantas Beručka
3897           <zygis@gnome.org>
3899                   * lt.po: Updated Lithuanian translation.
3901 2006-03-02 10:40  danw
3903         * search/Search.cs: hide the details pane when starting a new
3904           search
3906 2006-03-02 09:53  danw
3908         * search/Tiles/: Application.cs, Audio.cs, File.cs, Image.cs,
3909           Tile.cs: comment out unimplemented functionality
3911 2006-03-02 09:52  danw
3913         * search/UIManager.cs: Fix some about dialog bugs. Use #pragma
3914           warning disable 612 so we don't get warned that Gnome.About is
3915           deprecated. Use Beagle.Util.ExternalStringsHack.Version for the
3916           version. Update the copyright year and the list of authors.
3918 2006-03-02 09:37  danw
3920         * search/Tray/NotificationArea.cs: add a public Orientation
3921           property (and an OrientationChanged event) to silence the
3922           not-used warning
3924 2006-03-02 08:33  dsd
3926         * ChangeLog, tools/Makefile.am:         * tools/Makefile.am: Only
3927           install beagle-settings.desktop when ENABLE_GUI
3928                   is chosen. Reported by ph at
3929           http://bugs.gentoo.org/124192
3931 2006-03-02 04:49  lferrett
3933         * po/: ChangeLog, it.po: 2006-03-02  Luca Ferretti
3934           <elle.uca@libero.it>
3936                   * it.po: Updated Italian translation.
3938 2006-03-02 04:21  kmaraas
3940         * po/no.po: Forgot this
3942 2006-03-02 04:21  kmaraas
3944         * po/: ChangeLog, POTFILES.in, nb.po: 2006-03-02  Kjartan Maraas
3945           <kmaraas@gnome.org>
3947                   * POTFILES.in: Updated with a missing file.
3948                   * nb.po: Updated Norwegian bokmål translation.
3950 2006-03-01 17:36  danw
3952         * search/: GroupView.cs, Tiles/Tile.cs: Split up the concepts of
3953           Selection and Focus in tiles so that the details pane doesn't
3954           disappear if you click on something besides a tile.
3956 2006-03-01 17:36  danw
3958         * search/Panes.cs: Make sure that the main pane's FocusChild
3959           remains visible when the pane is resized. (Eg, if you click on a
3960           tile and the details pane pops up and covers it.)
3962 2006-03-01 16:13  danw
3964         * search/Category.cs: Make sure that if a tile is selected, it
3965           remains selected and visible across a resize or re-sort
3967 2006-03-01 15:20  joeshaw
3969         * po/POTFILES.in: Add the new RootUser.cs file to POTFILES.in
3971 2006-03-01 15:19  joeshaw
3973         * search/: Makefile.am, Search.cs, UIManager.cs, Pages/Base.cs,
3974           Pages/RootUser.cs: Add a new root user page which tells the user
3975           that they can't run as root.  Desensitize a lot of the UI
3977 2006-03-01 13:25  arangela
3979         * po/mk.po: Updated Macedonian Translation <arangela@cvs.gnome.org>
3981 2006-03-01 11:38  lkanter
3983         * po/: ChangeLog, ru.po: Initial Russian translation
3985 2006-02-28 16:21  joeshaw
3987         * tools/beagle-crawl-system.in: bin all output from
3988           beagle-crawl-system; we don't want mail going to root every
3989           night.
3991 2006-02-28 15:42  joeshaw
3993         * ImLogViewer/: ImLogViewer.cs, ImLogWindow.cs,
3994           beagle-imlogviewer.in: Close the log files after we've loaded
3995           them in.  Set the process name on the IM log viewer
3997 2006-02-28 15:09  joeshaw
3999         * beagled/: BuildIndex.cs, TextCache.cs: When creating static
4000           indexables, don't make them unreadable by default
4002 2006-02-27 19:06  joeshaw
4004         * BeagleClient/Message.cs, Util/Makefile.am, Util/ReflectionFu.cs,
4005           beagled/FilterFactory.cs, beagled/QueryDriver.cs,
4006           beagled/beagled.in, bludgeon/Toolbox.cs,
4007           search/Tiles/TileActivator.cs: Clean up our various reflection
4008           uses around the tree to use one consistent set of utility
4009           functions.  Add support for BEAGLE_BACKEND_PATH in the same vein
4010           as BEAGLE_FILTER_PATH, since I regularly run beagled from my
4011           source directory and the fact that I had to install the evolution
4012           backends to test them bit me in the ass several times
4014 2006-02-27 16:42  dbera
4016         * ChangeLog, beagled/DumpIndex.cs: allow e.g. beagle-dump-index
4017           --indexdir=/path/to/FileSystemIndex file_or_dir to get
4018           information about the file/dir from the index. A handy tool to
4019           bypass luke.
4021 2006-02-27 16:36  joeshaw
4023         * beagled/EvolutionDataServerQueryable/:
4024           EvolutionDataServerQueryable.cs, SourcesHandler.cs: Add checks to
4025           the e-d-s backend so that having a evolution-data-server which
4026           isn't supported doesn't kill the daemon
4028 2006-02-27 14:41  joeshaw
4030         * search/Makefile.am: Make the mdb file depend on the exe so that
4031           makefile deps work out with make -j
4033 2006-02-26 18:06  kelemeng
4035         * po/: ChangeLog, hu.po: 2006-02-27  Gabor Kelemen
4036           <kelemeng@gnome.hu>
4038                   * hu.po: Hungarian translation updated.
4040 2006-02-26 12:27  llipka
4042         * ChangeLog, search/Tiles/IMLog.cs: 2006-02-26  Lukas Lipka
4043           <lukas@pmad.net>
4045                   * search/Tiles/IMLog.cs: Load the buddy icon for the
4046           detail view.
4048 2006-02-24 19:16  adrighem
4050         * po/: ChangeLog, nl.po: 2006-02-25  Vincent van Adrighem
4051           <adrighem@gnome.org>
4053                   * nl.po: Translation updated.
4055 2006-02-24 11:10  joeshaw
4057         * beagled/BeagleDaemon.cs: yeah, back that last thing out.  rlove
4058           doesn't know what he's talking about, don't buy his new book
4060 2006-02-24 11:02  joeshaw
4062         * beagled/BeagleDaemon.cs: Add SIGHUP to the list of signals to
4063           cleanly shutdown on, since we get that when gnome-session closes
4064           and we're not a real daemon
4066 2006-02-24 10:51  joeshaw
4068         * po/: ChangeLog, pl.po: 2006-02-24  Joe Shaw  <joeshaw@novell.com>
4070                   * pl.po: Updated Polish translation from Krzysztof
4071                   Rosiński <kr@post.pl>
4073 2006-02-23 17:53  danw
4075         * search/Tray/NotificationArea.cs: use PARENT_RELATIVE background
4076           so it displays correctly on transparent kde panels
4078 2006-02-23 14:13  danw
4080         * search/: Makefile.am, Tiles/Calendar.cs, Tiles/Contact.cs,
4081           Tiles/DetailsPane.cs, Tiles/File.cs, Tiles/Folder.cs,
4082           Tiles/IMLog.cs, Tiles/Image.cs, Tiles/MailMessage.cs,
4083           Tiles/Note.cs, Tiles/RSSFeed.cs, Tiles/ThumbnailFactory.cs,
4084           Tiles/Tile.cs, Tiles/WebHistory.cs, Tiles/WidgetFu.cs: Create a
4085           DetailsPane class to handle most of the work of the details pane,
4086           and use that everywhere rather than duplicating code.
4088 2006-02-22 17:09  joeshaw
4090         * Filters/FilterHtml.cs, mozilla-extension/install.rdf,
4091           mozilla-extension/content/beagleOverlay.js: Pass the encoding
4092           from the firefox extension into the HTML filter and use it first.
4093           Fixes a problem where encodings weren't detected properly when
4094           set using HTTP headers and not in the HTML.  Bump the FF
4095           extension version to 0.5
4097 2006-02-22 16:08  joeshaw
4099         * bludgeon/: FileSystemObject.cs, Token.cs, TreeBuilder.cs: Create
4100           files with UTF-8 names make some ones unwriteable to test the
4101           sqlite file attributes store
4103 2006-02-21 16:19  joeshaw
4105         * Util/ImLog.cs: Add support for the new gaim formats to the ImLog
4106           parser
4108 2006-02-21 14:40  joeshaw
4110         * beagled/: FileAttributesStore_Sqlite.cs, TextCache.cs: Add
4111           encoding=UTF-8 to force sqlite to store things as UTF-8 in text
4112           cache and attributes store
4114 2006-02-21 14:27  joeshaw
4116         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Support new gaim
4117           2.0.0 logfiles which include timezone info in the filenames
4119 2006-02-21 13:49  joeshaw
4121         * po/: ChangeLog, pl.po: 2006-02-21  Joe Shaw  <joeshaw@novell.com>
4123                   * pl.po: Updated Polish translation from Krzysztof
4124                   Rosiński <kr@post.pl>
4126 2006-02-21 02:15  clyties
4128         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
4130 2006-02-19 18:24  icq
4132         * po/: ChangeLog, gl.po: [no log message]
4134 2006-02-17 16:56  joeshaw
4136         * beagled/: FileSystemQueryable/FileSystemQueryable.cs,
4137           Mono.Data.SqliteClient/SqliteDataReader.cs: Fix a merge bug in
4138           Mono.Data.SqliteDataReader that was causing every string field to
4139           come out twice when using sqlite3.  Fix a nullref exception in
4140           rare cases when crawling directories in the filesystem backend
4142 2006-02-17 06:03  lferrett
4144         * po/: ChangeLog, it.po: 2006-02-17  Luca Ferretti
4145           <elle.uca@libero.it>
4147                   * it.po: Updated Italian translation.
4149 2006-02-16 20:27  kz
4151         * configure.in, po/ko.po: sorry for missed file :)
4153 2006-02-16 17:55  joeshaw
4155         * search/: Makefile.am, Tiles/Note.cs: Add a Tomboy note tile
4157 2006-02-16 16:09  joeshaw
4159         * beagled/LuceneQueryable.cs: Give child indexable tasks a
4160           subpriority of 1 so that they get scheduled above other tasks at
4161           the same priority.  This means that the window between them being
4162           generated and indexed is lower (less likely to lose them in a
4163           crash) and also keeps tmpfiles under control when the daemon is
4164           very busy
4166 2006-02-16 13:35  joeshaw
4168         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
4169           Only read 4 characters after the UID in X-Evolution.  It may have
4170           additional user flags and tags that we don't yet parse
4172 2006-02-16 13:11  joeshaw
4174         * configure.in: Remove ko from ALL_LINGAS; missing ko.po
4176 2006-02-16 04:39  kz
4178         * ChangeLog, configure.in: ko added
4180 2006-02-15 16:06  danw
4182         * tools/: Makefile.am, settings.glade: Hide the "max results"
4183           preference, since it does nothing in the current UI (#328312).
4184           Fix use of HAS_DEFAULT in the AddExcludeDialog to avoid a
4185           critical warning (and make Return work). (#330780)
4187 2006-02-15 15:47  danw
4189         * search/: Category.cs, ConversationCategory.cs, GroupView.cs,
4190           TileCategory.cs, Tiles/Utils.cs: change the way that result
4191           paging works to be a little more convenient, and to show the
4192           total number of matches and location within the range
4194 2006-02-15 14:17  joeshaw
4196         * Util/FSpotTools.cs: Be explicit in our sqlite version; we can
4197           only open the database if we have the same version anyway
4199 2006-02-15 12:11  joeshaw
4201         * Util/FSpotTools.cs: Catch exceptions stemming from sqlite version
4202           mismatches when opening the F-Spot database
4204 2006-02-15 09:27  jfriedl
4206         * po/: ChangeLog, cs.po: 2006-02-15  Jakub Friedl
4207           <jfriedl@suse.cz>
4209             * cs.po: Czech Update (complete).
4211 2006-02-15 08:09  jfriedl
4213         * po/: ChangeLog, cs.po: 2006-02-15  Jakub Friedl
4214           <jfriedl@suse.cz>
4216             * cs.po: Fixed encoding (fixes bug #331271)
4217               Partial update.
4219 2006-02-14 23:47  ituohela
4221         * po/: ChangeLog, fi.po: Updated Finnish translation
4223 2006-02-14 17:23  joeshaw
4225         * search/Search.cs: Add support for the hide/show keybinding to
4226           beagle-search in icon mode
4228 2006-02-14 14:35  joeshaw
4230         * search/Tiles/ThumbnailFactory.cs: Fix an infinite loop trying to
4231           regenerate failed thumbnails over and over
4233 2006-02-14 12:57  joeshaw
4235         * tools/Query.cs: Wrap all arguments in quotes so that quoted
4236           phrases get searched correctly
4238 2006-02-14 11:16  joeshaw
4240         * configure.in: Reset the LIBS var, which was breaking libbeagle
4241           build wrt libXss
4243 2006-02-13 18:12  joeshaw
4245         * configure.in: Explicitly look for libXss in configure.in, since
4246           some distros package it separately from the rest of X and the
4247           scrnsaver.h header file
4249 2006-02-13 16:57  dbera
4251         * ChangeLog, mozilla-extension/content/beagleOverlay.js:
4252           mozilla-extension/content/beagleOverlay.js: Let the HTML filter
4253           extract the title of the HTML page. This is to avoid duplication
4254           of dc:title in the index. Fixes #330053.
4256 2006-02-13 14:48  llipka
4258         * search/: Makefile.am, Tiles/Tile.cs: disable the open with menu
4259           for now since it doesnt work with older gtk-sharp-2.0 version and
4260           we dont have a reasonable fallback (yet).
4262 2006-02-13 08:04  llipka
4264         * ChangeLog, beagled/BeagleDaemon.cs: 2006-02-13  Lukas Lipka
4265           <lukas@pmad.net>
4267                   * beagled/BeagleDaemon.cs: Exit if we pass in an unknown
4268           argument.
4270 2006-02-12 12:13  al_shopov
4272         * po/: ChangeLog, bg.po: 2006-02-12  Alexander Shopov
4273           <ash@contact.bg>
4275                   * bg.po: Updated Bulgarian translation by
4276                   Vladimir Petkov <vpetkov@i-space.org>
4278 2006-02-10 17:58  joeshaw
4280         * beagled/Mono.Data.SqliteClient/SqliteDataReader.cs: Fix a scoping
4281           problem with an array that was causing null ref exceptions in our
4282           sqlite bindings.  Fixes a bunch of bugs.
4284 2006-02-10 14:37  joeshaw
4286         * search/Search.cs: Set the process name for beagle-search; add
4287           support for the --autostarted option in beagled and best
4289 2006-02-10 10:41  serrador
4291         * po/: ChangeLog, es.po: 2006-02-10  Francisco Javier F. Serrador
4292           <serrador@cvs.gnome.org>
4294                   * es.po: Updated Spanish translation.
4296 2006-02-10 10:01  llipka
4298         * ChangeLog, search/Tiles/File.cs, search/Tiles/Folder.cs,
4299           search/Tiles/OpenWithMenu.cs: 2006-02-10  Lukas Lipka
4300           <lukas@pmad.net>
4302                   * search/Tiles/OpenWithMenu.cs: Load app icons by
4303           default.
4305                   * search/Tiles/File.cs: Use a bigger thumbnail in the
4306           detail view
4307                   (bgo #330551).
4309                   * search/Tiles/Folder.cs: Dont autload the folder icon
4310           since it
4311                   results in an incorrect one. Also touch up the details
4312           pane.
4314 2006-02-10 03:40  lferrett
4316         * ChangeLog, configure.in, po/ChangeLog, po/it.po: 2006-02-10  Luca
4317           Ferretti  <elle.uca@libero.it>
4319                   * ChangeLog:
4320                   * configure.in:
4321                   * po/ChangeLog:
4322                   * po/it.po: Added Italian translation
4324 2006-02-10 00:37  clyties
4326         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
4328 2006-02-09 15:58  llipka
4330         * ChangeLog, search/Makefile.am, search/Tiles/File.cs,
4331           search/Tiles/Folder.cs, search/Tiles/OpenWithMenu.cs,
4332           search/Tiles/Tile.cs: 2006-02-09  Lukas Lipka  <lukas@pmad.net>
4334                   * search/Makefile.am: Added Tiles/OpenWithMenu.cs to
4335           build.
4337                   * search/Tiles/OpenWithMenu.cs: Shamelessly stolen from
4338           f-spot and
4339                   tuned to fit our needs.
4341                   * search/Tiles/Tile.cs: Implement the Open with menu.
4343                   * search/Tiles/File.cs: Enable Open with.
4345                   * search/Tiles/Folder.cs: Enable Open with.
4347 2006-02-09 15:32  llipka
4349         * ChangeLog, search/Tiles/File.cs: 2006-02-09  Lukas Lipka
4350           <lukas@pmad.net>
4352                   * search/Tiles/File.cs: Dont display blank titles for
4353           files with an
4354                   empty subject (bgo #330558).
4356 2006-02-09 15:22  llipka
4358         * ChangeLog, search/Tiles/Image.cs: 2006-02-09  Lukas Lipka
4359           <lukas@pmad.net>
4361                   * search/Tiles/Image.cs: Add a full path field in the
4362           detail view.
4364 2006-02-09 15:10  joeshaw
4366         * beagled/BuildIndex.cs: Be even more paranoid about deleting the
4367           target directory in beagle-build-index: flatly refuse to run if a
4368           non-beagle index file or directory is found in the target
4369           directory.
4371 2006-02-08 18:59  joeshaw
4373         * beagled/Mono.Data.SqliteClient/SqliteDataReader.cs: Fix some
4374           64-bit unclean code in our imported Mono.Data.SqliteClient.  This
4375           bug still exists upstream as of mono 1.1.13; bug is filed at
4376           http://bugzilla.ximian.com/show_bug.cgi?id=77506
4378 2006-02-08 15:43  joeshaw
4380         * Util/SystemInformation.cs: Null terminate the process name before
4381           calling Encoding.ASCII.GetBytes()
4383 2006-02-08 13:43  joeshaw
4385         * Util/camel.cs,
4386           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
4387           Make the sent and received times available separately from the
4388           camel summary and use the sent ones when timestamping IMAP
4389           messages
4391 2006-02-08 13:19  joeshaw
4393         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs,
4394           beagled/BuildIndex.cs, beagled/Makefile.am,
4395           beagled/beagled-index-helper.in, beagled/beagled.in,
4396           beagled/wrapper.in, beagled/IndexHelper/IndexHelper.cs,
4397           tools/beagle-crawl-system.in: Add support for setting the
4398           executing process's name using prctl().  This makes "beagled"
4399           show up in top instead of "mono", and makes "killall beagled"
4400           work.  Set the process's name in the daemon, the index helper,
4401           and the build index tool.  Adjust the shell scripts to make sure
4402           that we exec -a <newname>, since the process name doesn't show up
4403           by default in "ps ax", only the command-line does.
4405           In the beagle-build-index tool, wrap most of CrawlWorker() and
4406           IndexWorker() in a try-finally, so that the status flags are
4407           updated even if an exception happens.
4409           Use ionice in beagle-crawl-system to set the IO priority to idle.
4411 2006-02-07 17:01  danw
4413         * ChangeLog, search/ConversationCategory.cs, search/Makefile.am,
4414           search/Tiles/Application.cs, search/Tiles/Audio.cs,
4415           search/Tiles/CApplet.cs, search/Tiles/Calendar.cs,
4416           search/Tiles/Contact.cs, search/Tiles/File.cs,
4417           search/Tiles/Folder.cs, search/Tiles/IMLog.cs,
4418           search/Tiles/Image.cs, search/Tiles/MailAttachment.cs,
4419           search/Tiles/MailMessage.cs, search/Tiles/RSSFeed.cs,
4420           search/Tiles/ThumbnailFactory.cs, search/Tiles/Tile.cs,
4421           search/Tiles/TileFlat.cs, search/Tiles/TileTemplate.cs,
4422           search/Tiles/Utils.cs, search/Tiles/WebHistory.cs,
4423           search/Tiles/WidgetFu.cs:         * search/Tiles/Tile.cs:
4424           reorganize to make tile images not be
4425                   loaded until their tiles are realized, so that results
4426           will be
4427                   presented faster.
4429                   * search/Tiles/ThumbnailFactory.cs: new class to generate
4430                   thumbnails in another thread and update the tile images
4431           with them
4432                   when they're done, so that thumbnail generation doesn't
4433           block the
4434                   UI.
4436                   * search/Tiles/File.cs: update for new icon stuff. Use a
4437                   ThumbnailFactory.
4439                   * search/Tiles/WebHistory.cs: Create thumbnails if
4440           possible (eg,
4441                   via the gnome-web-photo package) #158112. Uses a separate
4442                   ThumbnailFactory from TileFile, so that fast local file
4443           thumbnails
4444                   don't get queued behind slow web thumbnails. Also add a
4445           details
4446                   pane.
4448                   * search/Tiles/Utils.cs (NiceShortDate, NiceLongDate,
4449                   NiceVeryLongDate): Fix local time vs UTC bugs, and fix
4450           the
4451                   calculation and localization of "Today" and "Yesterday".
4453                   * search/Tiles/TileFlat.cs:
4454                   * search/Tiles/IMLog.cs:
4455                   * search/Tiles/MailMessage.cs: add a new base class for
4456           IM and
4457                   Mail tiles and make them use it.
4459                   * search/ConversationCategory.cs: use TileFlat rather
4460           than having
4461                   separate special IM and Mail cases.
4463                   * search/Tiles/Application.cs:
4464                   * search/Tiles/CApplet.cs: make CApplet a subclass of
4465           Application
4466                   so they can share icon-loading code.
4468                   * search/Tiles/Calendar.cs: update a bunch, though it's
4469           still not
4470                   being built
4472 2006-02-07 15:31  joeshaw
4474         * beagled/LifereaQueryable/LifereaQueryable.cs: Handle negative
4475           dates in the liferea backend
4477 2006-02-07 05:46  jmas
4479         * po/ca.po: Small Catalan fixes
4481 2006-02-06 13:15  joeshaw
4483         * glue/screensaver-glue.c: Query for the screensaver extension
4484           before using it.  Fixes bnc #148219
4486 2006-02-06 11:13  dbera
4488         * Util/DigikamTags.cs: Forgot to commit this. Disturbed souls may
4489           forgive me.
4491 2006-02-06 04:51  al_shopov
4493         * po/: ChangeLog, bg.po: 2006-02-06  Alexander Shopov
4494           <ash@contact.bg>
4496                   * bg.po: Updated Bulgarian translation by
4497                   Vladimir Petkov <vpetkov@i-space.org>
4499 2006-02-05 21:51  dbera
4501         * ChangeLog, Filters/FilterImage.cs, Filters/FilterJpeg.cs,
4502           Util/Makefile.am, Util/StringFu.cs, beagled/PropertyKeywordFu.cs,
4503           beagled/AkregatorQueryable/AkregatorQueryable.cs,
4504           beagled/BlamQueryable/BlamQueryable.cs,
4505           beagled/KMailQueryable/KMailQueryable.cs,
4506           beagled/LifereaQueryable/LifereaQueryable.cs:
4507           Util/DigikamTags.cs: Extraction of tags and comments from
4508           digikam. Filters/FilterImage.cs,FilterJpeg.cs: Index digikam
4509           info, add fixme:comment and image:tag to store all the tags and
4510           comments/descriptions. These information are anyway stored, index
4511           them as property.unstored to allow keyword queries.
4512           beagled/PropertyKeywordFu.cs: Add keyword mappings to query
4513           (image) comments and image tags.  LifereaQueryable.cs,
4514           AkregatorQueryable.cs, BlamQueryable.cs: Index
4515           publisher/channel-title information.  KMailQueryable.cs,
4516           StringFu.cs: Move ExpandEnvVariables() to Util/StringFu.cs.
4518 2006-02-03 16:40  icq
4520         * ChangeLog, configure.in, po/ChangeLog, po/gl.po: [no log message]
4522 2006-02-03 15:54  danw
4524         * ChangeLog, search/Tiles/File.cs, search/Tiles/Image.cs,
4525           search/Tiles/Video.cs, search/Tiles/WidgetFu.cs:      *
4526           search/Tiles/WidgetFu.cs (LoadThumbnailIcon): change this to
4527                   take a Hit rather than a Uri, so we can pass the MIME
4528           type to
4529                   Gnome.ThumbnailFactory.GenerateThumbnail. #328437
4531                   * search/Tiles/File.cs:
4532                   * search/Tiles/Image.cs: update for that
4534                   * search/Tiles/Video.cs: don't need to set the icon here;
4535           TileFile
4536                   does it for us.
4538 2006-02-03 14:13  joeshaw
4540         * Util/FileSystem.cs, beagled/LuceneFileQueryable.cs,
4541           beagled/LuceneQueryable.cs,
4542           beagled/KMailQueryable/KMailQueryable.cs: Fix
4543           FileSystem.GetLastWriteTimeUtc() to throw an
4544           ArgumentNullException if the path passed in is null, and a
4545           FileNotFoundException (instead of IOException) if the file isn't
4546           there.
4548           Fix a nasty bug in the LuceneFileQueryable: if the parent URI is
4549           not set or is set to a non-file URI, PreAddIndexableHook() was
4550           returning false.  This meant that indexables with no ParentUri or
4551           a non-file ParentUri weren't being indexed, including *all* child
4552           indexables.
4554           Fix a bug with the file_info_cache in the LFQ.  It was
4555           effectively useless for shared indexables and it leaked in all
4556           cases until files were removed.  (Which they rarely are for LFQ.)
4558           Fix a bug in the AddGeneratorTask in which indexables created
4559           from an indexable generator weren't cleaned up after if
4560           PreAddIndexableHook() returned false.
4562           Change the KMailQueryable back to a LFQ.  Thanks Bera for getting
4563           on my case about this.
4565 2006-02-03 02:30  clyties
4567         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
4569 2006-02-02 18:13  joeshaw
4571         * beagled/KMailQueryable/: KMailIndexableGenerator.cs,
4572           KMailQueryable.cs: Dispose of the message when we're done with it
4573           in KMail backend.  Make the queryable derive from LuceneQueryable
4574           and not LuceneFileQueryable, because the mbox URIs are not files
4576 2006-02-02 14:34  joeshaw
4578         * search/Search.cs: Mark the find label for translation
4580 2006-02-02 14:32  joeshaw
4582         * search/: Makefile.am, beagle-search.desktop.in: Give the
4583           beagle-search.desktop.in file to intltool, add Comment field, and
4584           i18nize Name and GenericName
4586 2006-02-02 10:43  dsd
4588         * ChangeLog, beagled/FileAttributesStore_Sqlite.cs,
4589           beagled/Makefile.am, beagled/TextCache.cs,
4590           beagled/Mono.Data.SqliteClient/Sqlite.cs,
4591           beagled/Mono.Data.SqliteClient/SqliteCommand.cs,
4592           beagled/Mono.Data.SqliteClient/SqliteConnection.cs,
4593           beagled/Mono.Data.SqliteClient/SqliteDataReader.cs,
4594           beagled/Mono.Data.SqliteClient/SqliteException.cs,
4595           beagled/Mono.Data.SqliteClient/SqliteExceptions.cs,
4596           beagled/Mono.Data.SqliteClient/SqliteParameter.cs,
4597           beagled/Mono.Data.SqliteClient/SqliteParameterCollection.cs:
4598             * beagled/Makefile.am, beagled/Mono.Data.SqliteClient: Pull in
4599           latest
4600                   upstream version, and update Jon's read-on-demand
4601           optimization.
4602                   * beagled/FileAttributesStore_Sqlite.cs,
4603           beagled/TextCache.cs: Update for
4604                   slightly modified sqlite exception API.
4606 2006-02-02 08:26  al_shopov
4608         * po/: ChangeLog, bg.po: 2006-02-02  Alexander Shopov
4609           <ash@contact.bg>
4611                   * bg.po: Updated Bulgarian translation by
4612                   Rostislav Raykov <zbrox@i-space.org>
4614 2006-02-02 07:43  dsd
4616         * ChangeLog, configure.in:      * configure.in: Give the two sqlite
4617           checks different names, otherwise it
4618                   tries to use sqlite3 even when it is not installed.
4620 2006-02-02 01:32  fwang
4622         * po/: ChangeLog, zh_CN.po: Updated beagle translation.
4624 2006-02-01 18:16  joeshaw
4626         * beagled/SnippetFu.cs: Open the FileStream ourselves so we can set
4627           the right access/sharing flags on it, so we don't trip #320842
4629 2006-02-01 15:52  danw
4631         * ChangeLog, search/Category.cs, search/SortedTileList.cs,
4632           search/Tiles/File.cs, search/Tiles/IMLog.cs,
4633           search/Tiles/MailMessage.cs, search/Tiles/Tile.cs,
4634           search/Tiles/TileTemplate.cs:        *
4635           search/Tiles/MailMessage.cs (MailMessageActivator): only accept
4636                   message/rfc822 hits (so we don't get the individual
4637           subparts of
4638                   multipart/alternative messages #328497).
4640                   * search/Tiles/Tile.cs: add Title, Timestamp, and Score
4641           properties
4642                   for use by SortedTileList.
4644                   * search/Tiles/*.cs: set Title and Timestamp
4645           appropriately to
4646                   match the info displayed on the tile
4648                   * search/SortedTileList.cs: change "HitComparer" to
4649                   "TileComparer", and update to use the new Tiles.Tile
4650           properties
4652                   * search/Category.cs: Make sure tiles get relayouted
4653           after
4654                   changing sort order.
4656 2006-02-01 14:07  joeshaw
4658         * Util/DelayedTextWriter.cs,
4659           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
4660           beagled/Lucene.Net/QueryParser/QueryParserTokenManager.cs,
4661           beagled/Lucene.Net/upstream-changes/17_remove_debugstreams.patch:
4662           Add locking to the DelayedTextWriter so that we don't try to run
4663           the builder multiple times.  Fixes #329349.  Also remove
4664           debugStreams from DotLucene, since they unnecessarily create
4665           console log files (which tripped this bug) but are never, ever
4666           used
4668 2006-02-01 13:07  danw
4670         * ChangeLog, search/Category.cs, search/GroupView.cs,
4671           search/Tiles/Application.cs:      * search/Category.cs:
4672                   * search/GroupView.cs: if there is only a single category
4673           of
4674                   matches, start it out in "Show More" mode. #328438
4676                   * search/Tiles/Application.cs: .desktop.in files should
4677           show up as
4678                   File, not Application.
4680 2006-01-31 17:55  joeshaw
4682         * BeagleClient/Makefile.am, ImLogViewer/ImLogWindow.cs,
4683           ImLogViewer/Makefile.am, Util/Makefile.am, beagled/Filter.cs,
4684           beagled/Makefile.am,
4685           beagled/EvolutionDataServerQueryable/CalContainer.cs,
4686           search/Makefile.am, search/Pages/StartDaemon.cs,
4687           search/Tiles/Application.cs, search/Tiles/Audio.cs,
4688           search/Tiles/File.cs, search/Tiles/Folder.cs,
4689           search/Tiles/IMLog.cs, search/Tiles/Image.cs,
4690           search/Tiles/MailAttachment.cs, search/Tiles/MailMessage.cs,
4691           search/Tiles/Presentation.cs, search/Tiles/RSSFeed.cs,
4692           search/Tiles/TextDocument.cs, search/Tiles/Tile.cs,
4693           search/Tiles/Video.cs: Clean up some warnings; use
4694           Mono.Unix.Catalog instead of Mono.Posix.Catalog, which is
4695           deprecated
4697 2006-01-31 16:45  danw
4699         * ChangeLog, search/Spinner.cs:         * search/Spinner.cs: don't
4700           crash if we can't load the spinner
4701                   icon. #329225
4703 2006-01-31 16:37  joeshaw
4705         * BeagleClient/Makefile.am, Filters/Makefile.am,
4706           ImLogViewer/Makefile.am, Util/Makefile.am, beagled/Makefile.am,
4707           images/Makefile.am, search/Makefile.am, tools/Makefile.am:
4708           install .mdb files so that we get stack traces on installed
4709           instances too
4711 2006-01-31 15:07  caillon
4713         * ChangeLog, configure.in: 2006-01-31  Christopher Aillon
4714           <caillon@redhat.com>
4716                   * configure.in: We require sqlite >= 3.3.1 but
4717           unfortunately,
4718                   the upstream sqlite3.pc file only reports version 3.3 for
4719           all
4720                   releases in the 3.3 line; so modify the pkg-config check
4721                   accordingly.
4723 2006-01-30 17:22  joeshaw
4725         * libbeagle/beagle/beagle-request.c: Don't act on G_IO_HUP or
4726           G_IO_ERR until *after* we've read all our data, since it could
4727           (and often is) also G_IO_IN.  #329271
4729 2006-01-30 15:56  danw
4731         * ChangeLog, images/quick-tips.png, images/tip-arrow.png,
4732           search/Panes.cs, search/Search.cs, search/Pages/Base.cs,
4733           search/Tiles/Tile.cs:        * search/Tiles/Tile.cs: make the
4734           tile AppPaintable, so that the
4735                   theme engine doesn't get a chance to try to draw a pixmap
4736           in the
4737                   background, etc.
4739                   * search/Panes.cs: redo the drawing hacks; put an
4740           AppPaintable
4741                   EventBox into both panes and manually paint the base
4742           color. Don't
4743                   tweak the children's theming.
4745                   * search/Pages/Base.cs: move the ModifyBg to OnRealized,
4746           or you
4747                   get the wrong colors in some themes.
4749                   * search/Search.cs: fix a padding problem that is more
4750           noticeable
4751                   in other themes.
4753                   * images/quick-tips.png:
4754                   * images/tip-arrow.png: replace with alphaed versions for
4755           themes
4756                   where the base color isn't white.
4758                   Tested with like a zillion different themes, including
4759           gtk-qt
4760                   (fixing #327947), Crux (fixing a problem Lukas noticed),
4761           and the
4762                   various a11y themes.
4764 2006-01-30 15:07  joeshaw
4766         * beagled/beagled.in: Exit with error code 1 if the daemon
4767           completely fails to run
4769 2006-01-30 14:34  joeshaw
4771         * COPYING, NEWS, configure.in: Update for 0.2.1 release
4773 2006-01-30 13:19  joeshaw
4775         * Util/Makefile.am, beagled/TextCache.cs: Fix a permission problem
4776           in textcache
4778 2006-01-30 11:40  llipka
4780         * ChangeLog, search/Tiles/Tile.cs: 2006-01-30  Lukas Lipka
4781           <lukas@pmad.net>
4783                   * search/Tiles/Tile.cs: Don't break on zero-length
4784           snippets.
4786 2006-01-30 10:22  joeshaw
4788         * configure.in: Don't create a makefile in searchomatic, since we
4789           don't build into the directory
4791 2006-01-30 10:17  joeshaw
4793         * configure.in: Add shared-mime-info as a required package for
4794           compilation
4796 2006-01-30 09:58  joeshaw
4798         * search/Spinner.cs: Comment out some icon theme code which
4799           requires gtk# 2.6
4801 2006-01-28 19:59  frolix68
4803         * po/: ChangeLog, el.po: Updated Greek translation
4805 2006-01-28 15:04  kelemeng
4807         * po/: hu.po, ChangeLog: 2006-01-28  Gabor Kelemen
4808           <kelemeng@gnome.hu>
4810                   * hu.po: Hungarian translation updated.
4812 2006-01-27 17:27  joeshaw
4814         * beagled/TextCache.cs: Make textcache files only readable by the
4815           user
4817 2006-01-27 17:12  danw
4819         * ChangeLog, search/Tray/NotificationArea.cs:   *
4820           search/Tray/NotificationArea.cs: Numerous 64bit-cleanliness
4821                   fixes to fix #327944.
4823 2006-01-27 16:04  joeshaw
4825         * beagled/: BuildIndex.cs, LuceneCommon.cs,
4826           LuceneIndexingDriver.cs, LuceneQueryingDriver.cs: Only use the
4827           user text cache if a querying driver is not in read-only mode
4829 2006-01-27 13:29  danw
4831         * ChangeLog: oops, forgot to save first
4833 2006-01-27 13:28  danw
4835         * ChangeLog, glue/Makefile.am, glue/ephy-spinner.c,
4836           glue/ephy-spinner.h, search/Spinner.cs:     *
4837           glue/ephy-spinner.[ch]: Remove this; it's GPL
4839                   * search/Spinner.cs: Reimplement this entirely in C#,
4840           based on
4841                   ImageAnimation.cs from Banshee.
4843 2006-01-27 12:13  joeshaw
4845         * Util/DirectoryWalker.cs, Util/ExceptionHandlingThread.cs,
4846           beagled/BeagleDaemon.cs,
4847           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
4848           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
4849           beagled/EvolutionMailDriver/MailCrawler.cs,
4850           beagled/FileSystemQueryable/FileNameFilter.cs, glue/Makefile.am,
4851           glue/thread-glue.c, search/beagle-search.in: Add a neat little
4852           hack to abort all of our ExceptionHandlingThreads on SIGQUIT,
4853           which causes a ThreadAbortException to be thrown.  Catch it and
4854           print the stack traces of all threads.  This lets us identify
4855           what threads are using 100% CPU and why, although it's certainly
4856           not perfect.
4858           Using this code, I identified a bottleneck in the evolution mail
4859           backend.  Make the FileFilter delegate in DirectoryWalker public
4860           and allow us to pass in our own filters to DirectoryWalker.  For
4861           large cached IMAP dirs this saves us several seconds and
4862           thousands of allocations.
4864           When outputting memory information, do it every half second for
4865           the first 10 seconds.
4867           Store flags in the evolution mail mutable index, and create a
4868           prop-change indexable for changes only to flags, so that we don't
4869           have to reindex whole emails.  This causes a bump in the index
4870           version of the evo mail backend.
4872           Remove some dead code from the evo mail backend, add some
4873           debugging info.
4875 2006-01-27 10:55  joeshaw
4877         * configure.in: Specifically require sqlite3 3.3.1 or newer,
4878           although the pkgconfig file is broken
4880 2006-01-26 16:17  danw
4882         * ChangeLog, search/Panes.cs:   * search/Panes.cs: fix the
4883           background color on the viewport in the
4884                   main pane. #328755
4886 2006-01-26 15:25  joeshaw
4888         * beagled/: StaticQueryable.cs, TextCache.cs: Don't try to purge
4889           static queryable text caches, we're not allowed to
4891 2006-01-26 14:47  joeshaw
4893         * beagled/Mono.Data.SqliteClient/SqliteConnection.cs: Use the
4894           invariant culture when lowercasing sqlite connection string
4895           tokens
4897 2006-01-26 14:13  joeshaw
4899         * beagled/Lucene.Net/: Analysis/Standard/StandardTokenizer.jj,
4900           Analysis/Standard/StandardTokenizerTokenManager.cs,
4901           upstream-changes/16_hangul_support.patch: Patch to add Hangul
4902           support to Lucene.  From dittos@gmail.com and Young-Ho Cha
4904 2006-01-26 12:21  adamw
4906         * po/: ChangeLog, en_CA.po:
4907           2006-01-26  Adam Weinberger  <adamw@gnome.org>
4909                   * en_CA.po: Updated Canadian English translation.
4911 2006-01-26 09:15  lbm
4913         * po/: ChangeLog, da.po: Updated Danish translation
4915 2006-01-25 15:03  dbera
4917         * beagled/: AkregatorQueryable/AkregatorQueryable.cs,
4918           KonqHistoryQueryable/KonqQueryable.cs,
4919           LifereaQueryable/LifereaQueryable.cs: KonquerorQueryable
4920           IsIndexing is properly set to true/false.  Remove some debug
4921           output.
4923 2006-01-24 18:35  joeshaw
4925         * configure.in, beagled/FileAttributesStore_Sqlite.cs,
4926           beagled/TextCache.cs: Purge the file attributes store or text
4927           cache if the sqlite version mismatches and warn about it.  Fix
4928           the error message in configure.in if you don't have sqlite2 or
4929           the needed sqlite3 version installed
4931 2006-01-24 16:15  joeshaw
4933         * Makefile.am, configure.in, ImLogViewer/Makefile.am,
4934           Util/GnomeFu.cs, Util/Makefile.am, Util/UiUtil.dll.config,
4935           Util/Util.dll.config.in, beagled/FileAttributesStore_Sqlite.cs,
4936           beagled/GConfThreadHelper.cs, beagled/Makefile.am,
4937           beagled/Server.cs, beagled/TextCache.cs,
4938           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
4939           beagled/EvolutionMailDriver/GConfThreadHelper.cs,
4940           bludgeon/Makefile.am, images/Images.cs, search/Makefile.am,
4941           tools/Makefile.am, tools/Settings.cs: * Try to split UI elements
4942           from non-UI elements, based on a patch from D Bera.  * Add a
4943           --disable-gui option, which doesn't build beagle-search, the IM
4944           log   viewer, or the GNOME-based settings capplet.  * Change the
4945           --disable-evo-sharp to --disable-evolution, because it now
4946           incudes both the Evolution Data Server and mail backends.  Change
4947           the   name of the backend assembly to EvolutionBackends.dll.  *
4948           Add support for sqlite 3 back.  Requires 3.3.1 or newer.  * Abort
4949           the daemon if the sqlite version we're using doesn't match the
4950           database on disk.  This is because sqlite can't automatically
4951           migrate   databases and instead tons of exceptions are otherwise
4952           thrown.  * Fix a bug in the server code that could cause an
4953           exception if the daemon   or helper were shut down before the
4954           server started.  * Move the GConfThreadHelper into the Evo Mail
4955           backend, because that's   the only place it's used, and we only
4956           want to build it if we have   gconf-sharp support.  * Remove a
4957           bunch of dead code.  * Rename the Evolution mail backend from
4958           "Mail" to "EvolutionMail", because   we also have KMail.  Rename
4959           the index to EvolutionMailIndex.
4961 2006-01-24 10:27  llipka
4963         * ChangeLog, search/Tiles/File.cs, search/Tiles/RSSFeed.cs:
4964           2006-01-24  Lukas Lipka  <lukas@pmad.net>
4966                   * search/Tiles/File.cs:
4967                   * search/Tiles/RSSFeed.cs: Always set the cached snippet
4968           as markup.
4970 2006-01-24 10:12  llipka
4972         * ChangeLog, search/Search.cs, search/Tiles/Tile.cs: 2006-01-24
4973           Lukas Lipka  <lukas@pmad.net>
4975                   * search/Tiles/Tile.cs: Revert temporary fix for the
4976           snippet crash.
4978                   * search/Search.cs: Fix a bug when the query was getting
4979                   unrefrenced too soon.
4981 2006-01-23 17:39  joeshaw
4983         * beagled/KMailQueryable/KMailQueryable.cs: Turn off some spew
4985 2006-01-23 16:06  joeshaw
4987         * beagled/: Makefile.am,
4988           FileSystemQueryable/FileSystemQueryable.cs,
4989           FileSystemQueryable/FileSystemWatcherBackend.cs,
4990           FileSystemQueryable/NullFileEventBackend.cs: Add
4991           NullFileEventBackend, which is now used when inotify isn't
4992           available, and remove FileSystemWatcherBackend, which basically
4993           didn't do anything anymore anyway.  We just can't get the right
4994           filesystem semantics with FSW, and all linux distros ship with
4995           inotify now anyhow
4997 2006-01-23 14:37  joeshaw
4999         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
5000           Decode the subject on IMAP messages.  Fixes non-ASCII characters
5001           contained therein
5003 2006-01-23 13:47  joeshaw
5005         * beagled/BuildIndex.cs: Add some warning text about BuildIndex
5006           blowing away the target directory
5008 2006-01-23 13:39  joeshaw
5010         * ImLogViewer/ImLogWindow.cs: Use system-search.png rather than
5011           best.png
5013 2006-01-23 13:33  joeshaw
5015         * images/: Makefile.am, attachment.png, best.png, book.png,
5016           bookmark.png, contact-phone.png, default.png, document.png,
5017           dog.png, evolution.png, flag-for-followup.png, foaf.png,
5018           globe.png, gnome-error.png, icon-bookmark.png, icon-folder.png,
5019           icon-history.png, icon-web-large.png, im-aim.png,
5020           mail-large-new.png, mail-large-read-replied.png,
5021           mail-large-read.png, mail-message-icon.png, mail-new.png,
5022           mail-read.png, mail-replied.png, netbeagle.png, rss.png,
5023           smalldog.png, smalldogalert.png, stock.png, trayicon.png,
5024           white.png: Remove a shit ton of unused images from the images
5025           directory.  Install system-search.png into the pixmaps directory
5027 2006-01-23 12:54  danw
5029         * ChangeLog, search/Tray/NotificationArea.cs:   *
5030           search/Tray/NotificationArea.cs: specify full library names here
5031                   so we don't depend on gtk2-devel and xorg-x11-devel.
5032           #328276
5034 2006-01-22 16:42  jmas
5036         * po/: ChangeLog, ca.po: Updated Catalan translation
5038 2006-01-22 15:32  llipka
5040         * ChangeLog, search/Search.cs: 2006-01-22  Lukas Lipka
5041           <lukas@pmad.net>
5043                   * search/Search.cs: Dispose the old query before firing a
5044           new
5045                   one so we dont get updates for the old one anymore.
5047 2006-01-22 15:10  llipka
5049         * ChangeLog, search/Category.cs, search/GroupView.cs,
5050           search/SortedTileList.cs, search/UIManager.cs,
5051           search/Tiles/Tile.cs: 2006-01-22  Lukas Lipka  <lukas@pmad.net>
5053                   * search/Category.cs: Make sorting work in real time.
5055                   * search/GroupView.cs: Make live queries update the UI on
5056                   subtract hit.
5058                   * search/SortedTileList.cs: Implement date comparer.
5060                   * search/UIManager.cs: Update the sorting menu a little.
5062                   * search/Tiles/Tile.cs: Add a check for a null hit or
5063           query to
5064                   eliminate a really odd crash.
5066 2006-01-22 14:39  ituohela
5068         * po/fi.po: Updated Finnish translation
5070 2006-01-22 14:15  llipka
5072         * ChangeLog: remove conflict line
5074 2006-01-22 14:14  llipka
5076         * ChangeLog, search/Tiles/Image.cs, search/Tiles/Tile.cs,
5077           search/Tiles/TileActivator.cs: 2006-01-22  Lukas Lipka
5078           <lukas@pmad.net>
5080                   * search/Tiles/Tile.cs: Don't set the snippet to "..."
5081           when we
5082                   fire off a request, because if we fail midway, this will
5083           break
5084                   the IM tile.
5086                   * search/Tiles/Image.cs: Don't fail if the image doesnt
5087           have an
5088                   extension.
5090                   * search/Tiles/TileActivator.cs: Be more bulletproof when
5091                   instantiating tiles.
5093 2006-01-22 14:00  ituohela
5095         * po/: ChangeLog, fi.po: Updated Finnish translation
5097 2006-01-22 13:26  adrighem
5099         * po/: ChangeLog, nl.po: 2006-01-22  Vincent van Adrighem
5100           <adrighem@gnome.org>
5102                   * nl.po: Translation updated by Tino Meinen.
5104 2006-01-22 07:03  adrighem
5106         * po/: ChangeLog, nl.po: 2006-01-22  Vincent van Adrighem
5107           <adrighem@gnome.org>
5109                   * nl.po: Translation updated by Tino Meinen.
5111 2006-01-22 00:43  clyties
5113         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
5115 2006-01-21 22:37  lewing
5117         * ChangeLog, Filters/FilterImage.cs, Filters/FilterTiff.cs,
5118           Filters/Makefile.am, Util/Makefile.am, Util/Tiff.cs: 2006-01-21
5119           Larry Ewing  <lewing@novell.com>
5121                   * Filters/FilterTiff.cs: add a filter for tiff files.
5123                   * Filters/FilterImage.cs: fix the xmp parser rights is a
5124           bag.
5126                   * Util/Tiff.cs: add tiff parser.
5128 2006-01-21 10:55  llipka
5130         * ChangeLog, search/Tiles/IMLog.cs: 2006-01-21  Lukas Lipka
5131           <lukas@pmad.net>
5133                   * search/Tiles/IMLog.cs: found_snippet never got set to
5134           true so we
5135                   always queried for the snippet.
5137 2006-01-21 08:11  hebra
5139         * po/: ChangeLog, de.po: 2006-01-21  Hendrik Brandt
5140           <heb@gnome-de.org>
5142                   * de.po: Updated German translation.
5144 2006-01-21 05:46  chliao
5146         * ChangeLog, configure.in, po/ChangeLog, po/zh_HK.po, po/zh_TW.po:
5147           2006-01-21  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
5149                   * zh_TW.po: Updated Traditional Chinese
5150           translation(Taiwan).
5151                   * zh_HK.po: Added Traditional Chinese translation(Hong
5152           Kong).
5154 2006-01-21 00:09  joeshaw
5156         * libbeagle/beagle/: beagle-hit.c, beagle-property.c: We need to
5157           #include string.h
5159 2006-01-20 23:46  joeshaw
5161         * search/beagle-search.desktop.in: icon should be system-search,
5162           not tango-system-search
5164 2006-01-20 20:56  joeshaw
5166         * NEWS, configure.in: Beagle 0.2.0
5168 2006-01-20 20:39  joeshaw
5170         * configure.in: Add vi to ALL_LINGUAS
5172 2006-01-20 20:31  joeshaw
5174         * beagled/: LuceneCommon.cs, LuceneQueryingDriver.cs,
5175           FileSystemQueryable/FileSystemQueryable.cs,
5176           FileSystemQueryable/LuceneNameResolver.cs: These two fixes should
5177           drastically reduce memory consumption in many cases:
5179           Don't do a strict squality comparison with ctime when looking at
5180           file changes during the initial crawl in the file system backend.
5181            With read-only files, when we save our file attributes they go
5182           to the sqlite fallback store rather than being saved as xattrs on
5183           the file (thus updating their ctime).  Really we only care about
5184           if a file's ctime is newer than our saved attributes.
5186           Cache Lucene IndexReader instances, because they are extremely
5187           expensive to create, and they don't need to be recreated if the
5188           underlying index isn't changing.  Use cached instances throughout
5189           the file system backend and the LuceneQueryingDriver.
5191 2006-01-20 20:26  joeshaw
5193         * configure.in: Bump GMime dependency to 2.1.19, since 2.1.18 had a
5194           bug which broke attachments
5196 2006-01-20 19:28  joeshaw
5198         * bludgeon/: Bzip2FileObject.cs, GzipFileObject.cs, SanityCheck.cs,
5199           TarFileObject.cs, ZipFileObject.cs: Some more bludgeon fixes
5201 2006-01-20 18:08  joeshaw
5203         * bludgeon/: Abuse.cs, Bludgeon.cs, Daemon.cs, DirectoryObject.cs,
5204           FileSystemObject.cs, QueryFu.cs, SanityCheck.cs: Fix up bludgeon.
5205           Command-line options work again, fixed a bug in handling
5206           metadata queries in OR query parts, fixed a bug in doing queryies
5207           on directory mime types, added --list-hammers, start the daemon
5208           with --debug-memory.  It would still be good to port the querying
5209           stuff to the new Action infrastructure though, so we can run
5210           hammers and do queries at the same time.
5212 2006-01-20 16:06  dbera
5214         * ChangeLog, beagled/KonqHistoryQueryable/KonqQueryable.cs: Use
5215           QueryableStates for Konqueror webhist backend.
5217 2006-01-20 12:12  danw
5219         * ChangeLog, search/Search.cs, search/UIManager.cs,
5220           search/Tiles/Contact.cs:    * search/Search.cs:
5221                   * search/UIManager.cs: Change default sort criterion to
5222           "modtime",
5223                   since relevance doesn't work very well.
5225                   * search/Tiles/Contact.cs: Fill in the details pane
5227 2006-01-20 08:40  fhedberg
5229         * AUTHORS, search/UIManager.cs: Update my email to something that's
5230           actually working.
5232 2006-01-20 02:35  lewing
5234         * Filters/: FilterImage.cs, FilterJpeg.cs, FilterPng.cs: 2006-01-20
5235            Larry Ewing  <lewing@novell.com>
5237                   * Filters/FilterImage.cs: add AddXmpProperties so that
5238           other
5239                   subclases can share the logic.
5241                   * Filters/FilterPng.cs: use AddXmpProperties to add the
5242           xmp
5243                   properties.
5245                   * Filters/FilterJpeg.cs: call
5246           FilterImage.AddXmpProperties instead
5247                   of doing the additions here.
5249 2006-01-19 18:57  lewing
5251         * ChangeLog, Util/EndianConverter.cs, Util/Makefile.am,
5252           Util/PngHeader.cs, Filters/FilterPng.cs: 2006-01-19  Larry Ewing
5253           <lewing@novell.com>
5255                   * Filters/FilterPng.cs: rework FilterPng to use the
5256           managed png
5257                   parser and extract a lot more png metadata.
5259                   * Util/EndianConverter.cs: endian aware bitconverter used
5260           in the
5261                   png parser.
5263                   * Util/PngHeader.cs: new png parser.
5265 2006-01-19 17:42  joeshaw
5267         * BeagleClient/Indexable.cs, Filters/FilterMail.cs,
5268           beagled/ExtractContent.cs, beagled/Filter.cs,
5269           beagled/FilterFactory.cs, beagled/SnippetFu.cs, search/Search.cs,
5270           search/Tiles/File.cs: - Clean up debugging in Indexable and
5271           Filter classes.  - Clean up memory management of GMime structures
5272           in mail filter.  - Fix up extract content to close streams and
5273           clean up after temp files.  - When finding filters, check if the
5274           ContentUri is a file URI rather than   checking whether it's
5275           non-transient.  This way the file isn't saved to   two temporary
5276           files, and fixes things up in extract content.  - When generating
5277           snippets, get six prior and following words rather than   two for
5278           better context.  - Explicitly blacklist the documentation index
5279           in beagle-search.  - Display the title of the document in the
5280           main view, display the full   path to the file in the details.
5282 2006-01-19 14:09  llipka
5284         * ChangeLog, search/Search.cs: 2006-01-19  Lukas Lipka
5285           <lukas@pmad.net>
5287                   * search/Search.cs: Hide the search window when we click
5288           the tray icon.
5289                   This must have been deleted during merge, since it worked
5290           before.
5291                   Spotted by James Ogley.
5293 2006-01-19 03:30  lbm
5295         * po/: ChangeLog, da.po: Updated Danish translation
5297 2006-01-18 20:28  dbera
5299         * ChangeLog, Filters/FilterKonqHistory.cs, Filters/FilterMail.cs,
5300           beagled/LuceneCommon.cs, BeagleClient/Property.cs,
5301           Util/StringFu.cs, beagled/KonqHistoryQueryable/KonqQueryable.cs:
5302           Use "unstored lucene fields" for search-only properties. For
5303           hinting filters, use unindexednamespace.
5305 2006-01-18 19:55  dbera
5307         * ChangeLog, beagled/KMailQueryable/KMailQueryable.cs: Fixed 327365
5308           and 327294 (based on patch by Vaclav Slavik vslavik@fastmail.fm).
5310 2006-01-18 17:19  lewing
5312         * ChangeLog, Filters/FilterJpeg.cs: 2006-01-18  Larry Ewing
5313           <lewing@novell.com>
5315                   * Filters/FilterJpeg.cs: fix the XMP parser in the
5316           JpegFilter so
5317                   it does the correct thing.
5319 2006-01-18 15:20  dbera
5321         * ChangeLog, wrappers/python/beagle.defs,
5322           wrappers/python/beagle.override, wrappers/python/beaglesearch.py,
5323           wrappers/python/gen-defs.sh: Updated python bindings to match
5324           recent libbeagle changes to beaglehit.
5326 2006-01-18 14:18  lewing
5328         * ChangeLog, Filters/FilterJpeg.cs, Util/Makefile.am,
5329           Util/MetadataStore.cs, Util/XmpFile.cs,
5330           Util/SemWeb/ForwardLogic.cs, Util/SemWeb/KnowledgeModel.cs,
5331           Util/SemWeb/MemoryStore.cs, Util/SemWeb/N3Parser.cs,
5332           Util/SemWeb/N3Writer.cs, Util/SemWeb/NamespaceManager.cs,
5333           Util/SemWeb/Query.cs, Util/SemWeb/README, Util/SemWeb/RSquary.cs,
5334           Util/SemWeb/RSquaryFilters.cs, Util/SemWeb/RdfParser.cs,
5335           Util/SemWeb/RdfWriter.cs, Util/SemWeb/Reasoning.cs,
5336           Util/SemWeb/Resource.cs, Util/SemWeb/SQLStore.cs,
5337           Util/SemWeb/Sparql.cs, Util/SemWeb/Statement.cs,
5338           Util/SemWeb/Store.cs, Util/SemWeb/UriMap.cs, Util/SemWeb/Util.cs,
5339           Util/SemWeb/XPathSemWebNavigator.cs, Util/SemWeb/XmlParser.cs,
5340           Util/SemWeb/XmlWriter.cs: 2006-01-18  Larry Ewing
5341           <lewing@novell.com>
5343                   * Util/XmpFile.cs: Added as a container class for XMP
5344           info.
5346                   * Util/MetadataStore.cs: Added a generic rdf store with
5347           common
5348                   namspaces.
5350                   * Util/SemWeb/: import SemWeb rdf parser.
5352                   * Filters/FilterJpeg.cs: extract XMP metadata translate a
5353           few
5354                   triples to beagle properties.
5356 2006-01-18 11:55  joeshaw
5358         * configure.in: Change gtk requirement to 2.6; it builds fine with
5359           that.
5361 2006-01-18 08:43  kmaraas
5363         * po/: ChangeLog, nb.po, no.po: 2006-01-18  Kjartan Maraas
5364           <kmaraas@gnome.org>
5366                   * nb.po: Updated Norwegian bokmål translation.
5367                   * no.po: Same.
5369 2006-01-17 19:59  adamw
5371         * po/: ChangeLog, en_CA.po:
5372           2006-01-17  Adam Weinberger  <adamw@gnome.org>
5374                   * en_CA.po: Updated Canadian English translation.
5376 2006-01-17 16:54  joeshaw
5378         * search/Search.cs: Call Catalog.Init() so that beagle-search is
5379           i18nized
5381 2006-01-17 16:11  llipka
5383         * ChangeLog, search/Pages/StartDaemon.cs: 2006-01-17  Lukas Lipka
5384           <lukas@pmad.net>
5386                   * search/Pages/StartDaemon.cs: Add a timeout after daemon
5387           start after
5388                   which the query is fired.
5390 2006-01-16 15:35  llipka
5392         * ChangeLog, search/beagle-search.desktop.in: 2006-01-16  Lukas
5393           Lipka  <lukas@pmad.net>
5395                   * search/beagle-search.desktop.in (Exec): Reference
5396           beagle-search
5397                   not just search. Spotted by James Ogley.
5399 2006-01-16 12:32  llipka
5401         * ChangeLog, search/Tiles/MailMessage.cs: 2006-01-16  Lukas Lipka
5402           <lukas@pmad.net>
5404                   * search/Tiles/MailMessage.cs: Add forward in mail
5405           action.
5407 2006-01-16 12:14  llipka
5409         * ChangeLog: ChangeLog
5411 2006-01-16 12:09  llipka
5413         * search/Tiles/: Application.cs, Audio.cs, File.cs, Folder.cs,
5414           IMLog.cs, Image.cs, MailMessage.cs: 2006-01-16  Lukas Lipka
5415           <lukas@pmad.net>
5417                   * search/Tiles/*: Make all the actions translatable.
5419                   * search/Tiles/MailMessage.cs: Fix To/From stuff. Remove
5420           obsolete
5421                   attachment stuff.
5423 2006-01-16 11:54  adamw
5425         * po/: ChangeLog, en_CA.po:
5426           2006-01-16  Adam Weinberger  <adamw@gnome.org>
5428                   * en_CA.po: Updated Canadian English translation.
5430 2006-01-16 10:50  llipka
5432         * ChangeLog, search/Search.cs, search/Tiles/File.cs,
5433           search/Tiles/Image.cs: 2006-01-16  Lukas Lipka  <lukas@pmad.net>
5435                   * search/Tiles/File.cs: Make the snippet label use all
5436           available space.
5438                   * search/Tiles/Image.cs: Show the f-spot comment if it is
5439           available.
5441                   * search/Search.cs: More spec-ing; update the window
5442           title according
5443                   to the search.
5445 2006-01-16 08:55  llipka
5447         * ChangeLog, search/Search.cs, search/UIManager.cs,
5448           search/Tiles/MailMessage.cs: 2006-01-16  Lukas Lipka
5449           <lukas@pmad.net>
5451                   * search/UIManager.cs: Make the quick tips and help menu
5452           options work.
5454                   * search/Search.cs: Implement quick tips option.
5456                   * search/Tiles/MailMessage.cs: Files type of
5457           message/rfc882 should
5458                   appear in mail message category.
5460 2006-01-15 23:50  adamw
5462         * po/: ChangeLog, en_CA.po:
5463           2006-01-15  Adam Weinberger  <adamw@gnome.org>
5465                   * en_CA.po: Updated Canadian English translation.
5467 2006-01-15 18:10  kelemeng
5469         * po/: ChangeLog, hu.po: 2006-01-16  Gabor Kelemen
5470           <kelemeng@gnome.hu>
5472                   * hu.po: Hungarian translation updated.
5474 2006-01-15 12:34  ohoel
5476         * po/: ChangeLog, nb.po: 2006-01-15  Øivind Hoel
5477           <ohoel@cvs.gnome.org>
5479                   * nb.po: Updated Norwegian Bokmål translation.
5481 2006-01-14 20:45  dbera
5483         * libbeagle/beagle/beagle-hit.c, libbeagle/beagle/beagle-private.h,
5484           libbeagle/beagle/beagle-property.c, ChangeLog: Fixed a crasher in
5485           libbeagle. It was trying to compare a BeagleProperty with a key.
5487 2006-01-14 15:33  dbera
5489         * ChangeLog, beagled/QueryStringParser.cs,
5490           beagled/BlamQueryable/BlamQueryable.cs: Fixes 326657.
5492 2006-01-14 11:11  hebra
5494         * po/: ChangeLog, de.po: 2006-01-14  Hendrik Brandt
5495           <heb@gnome-de.org>
5497                   * de.po: Updated German translation.
5499 2006-01-14 02:13  clyties
5501         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
5503 2006-01-13 22:27  dbera
5505         * ChangeLog, beagled/QueryStringParser.cs,
5506           beagled/FileSystemQueryable/FileSystemQueryable.cs: Use
5507           lower-case for extension queries.
5509 2006-01-13 16:38  joeshaw
5511         * glue/Makefile.am: More distcheck fixes
5513 2006-01-13 15:48  joeshaw
5515         * po/POTFILES.in, search/Makefile.am, wrappers/python/Makefile.am:
5516           A bunch of make distcheck fixes
5518 2006-01-13 15:37  dbera
5520         * glue/xdgmime/Makefile: More xdgmime commits... this one was
5521           harmless, though.
5523 2006-01-13 15:33  dbera
5525         * Util/Makefile.am: Add XdgMime.cs to build target.
5527 2006-01-13 15:21  dbera
5529         * Util/XdgMime.cs: Adding Util/XdgMime.cs.
5531 2006-01-13 15:19  dbera
5533         * ChangeLog, Tiles/TileFile.cs, Tiles/TileMailMessage.cs,
5534           Util/GnomeFu.cs, beagled/FilterFactory.cs, glue/Makefile.am,
5535           glue/xdgmime/Makefile, glue/xdgmime/test-mime.c,
5536           glue/xdgmime/xdgmime.c, glue/xdgmime/xdgmime.h,
5537           glue/xdgmime/xdgmimealias.c, glue/xdgmime/xdgmimealias.h,
5538           glue/xdgmime/xdgmimecache.c, glue/xdgmime/xdgmimecache.h,
5539           glue/xdgmime/xdgmimeglob.c, glue/xdgmime/xdgmimeglob.h,
5540           glue/xdgmime/xdgmimeint.c, glue/xdgmime/xdgmimeint.h,
5541           glue/xdgmime/xdgmimemagic.c, glue/xdgmime/xdgmimemagic.h,
5542           glue/xdgmime/xdgmimeparent.c, glue/xdgmime/xdgmimeparent.h: Move
5543           to XdgMime. Use XdgMime.GetMimeType instead of
5544           GnomeFu.GetMimeType.
5546 2006-01-13 15:02  joeshaw
5548         * configure.in: the libchm filter is currently broken, not
5549           deprecated
5551 2006-01-13 14:53  danw
5553         * ChangeLog, Makefile.am, beagle-0.0.pc.in, configure.in,
5554           Util/GeckoUtils.cs, Util/Makefile.am, glue/.cvsignore,
5555           glue/Makefile.am, glue/ephy-spinner.c, glue/ephy-spinner.h,
5556           glue/gecko-utils.cpp, glue/gecko-utils.h,
5557           glue/search-entry-watermark.svg, glue/search-entry.c,
5558           glue/search-entry.h, glue/ui-glue.c, images/Makefile.am,
5559           images/emblem-fspot.png, images/no-match.png,
5560           images/quick-tips.png, images/system-search.png,
5561           images/tip-arrow.png, search/.cvsignore, search/Category.cs,
5562           search/ConversationCategory.cs, search/Entry.cs,
5563           search/GroupView.cs, search/Makefile.am, search/Panes.cs,
5564           search/Search.cs, search/SortedTileList.cs, search/Spinner.cs,
5565           search/TileCategory.cs, search/TypeFilter.cs,
5566           search/UIManager.cs, search/beagle-search.desktop.in,
5567           search/beagle-search.in, search/Pages/Base.cs,
5568           search/Pages/NoMatch.cs, search/Pages/QuickTips.cs,
5569           search/Pages/StartDaemon.cs, search/Tiles/ActionMenuItem.cs,
5570           search/Tiles/Application.cs, search/Tiles/Audio.cs,
5571           search/Tiles/CApplet.cs, search/Tiles/Calendar.cs,
5572           search/Tiles/Contact.cs, search/Tiles/DocbookEntry.cs,
5573           search/Tiles/File.cs, search/Tiles/Folder.cs,
5574           search/Tiles/HitFlavor.cs, search/Tiles/IMLog.cs,
5575           search/Tiles/Image.cs, search/Tiles/MailAttachment.cs,
5576           search/Tiles/MailMessage.cs, search/Tiles/Note.cs,
5577           search/Tiles/Presentation.cs, search/Tiles/RSSFeed.cs,
5578           search/Tiles/Spreadsheet.cs, search/Tiles/TextDocument.cs,
5579           search/Tiles/Tile.cs, search/Tiles/TileAction.cs,
5580           search/Tiles/TileActivator.cs, search/Tiles/TileGroup.cs,
5581           search/Tiles/TileTemplate.cs, search/Tiles/Utils.cs,
5582           search/Tiles/Video.cs, search/Tiles/WebHistory.cs,
5583           search/Tiles/WidgetFu.cs, search/Tray/NotificationArea.cs,
5584           search/Tray/TrayIcon.cs:       * search/*: import of new search
5585           ui (now called beagle-search)
5586                   from holmes module.
5588                   * configure.in, Makefile.am: Build beagle-search instead
5589           of best.
5590                   Remove all sorts of gecko-related stuff from configure.in
5592                   * glue/*, images/*: add holmes glue/images. Remove gecko
5593           glue.
5595 2006-01-13 12:31  adrighem
5597         * po/: ChangeLog, nl.po: 2006-01-13  Vincent van Adrighem
5598           <adrighem@gnome.org>
5600                   * nl.po: Translation updated by Tino Meinen.
5602 2006-01-12 15:24  lbm
5604         * po/da.po: [no log message]
5606 2006-01-12 13:32  joeshaw
5608         * wrappers/python/Makefile.am: Revert python binding distcheck
5609           fixes to Makefile.am.  They weren't quite right and are breaking
5610           the build for some people now
5612 2006-01-12 03:06  lbm
5614         * po/: ChangeLog, da.po: Updated Danish translation
5616 2006-01-11 17:37  joeshaw
5618         * libbeagle/: beagle/beagle-hit.c, beagle/beagle-hit.h,
5619           beagle/beagle-indexable.c, beagle/beagle-private.h,
5620           beagle/beagle-property.c, beagle/test-client.c,
5621           examples/beagle-search.c: Update libbeagle to support multiple
5622           property values for a given key.  Based on patch by D Bera
5624 2006-01-11 16:05  joeshaw
5626         * configure.in, BeagleClient/Makefile.am, Filters/Makefile.am,
5627           beagled/LuceneIndexingDriver.cs, beagled/Makefile.am,
5628           bludgeon/Makefile.am: Check mono version at compile-time to see
5629           which SharpZipLib to link against.  Display how long it takes to
5630           optimize an index
5632 2006-01-11 14:25  dbera
5634         * beagled/PropertyKeywordFu.cs: Change email addresses field type
5635           to Text in Property-Keyword mapping.
5637 2006-01-11 13:01  joeshaw
5639         * Util/StringFu.cs: Check for a null email, and lower case it
5640           before sanitizing
5642 2006-01-11 12:56  adamw
5644         * po/: ChangeLog, en_CA.po:
5645           2006-01-11  Adam Weinberger  <adamw@gnome.org>
5647                   * en_CA.po: Updated Canadian English translation.
5649 2006-01-10 18:35  joeshaw
5651         * Filters/FilterMail.cs,
5652           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Bump up Evo
5653           mail backend and mail filter versions for new properties
5655 2006-01-10 18:31  joeshaw
5657         * Filters/FilterMail.cs, Util/Inotify.cs, Util/StringFu.cs,
5658           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
5659           Store email addresses as non-keywords, since the standard
5660           analyzer knows how to handle them, and you should be able to just
5661           search for email addresses.  Add a new sanitized version of email
5662           addresses, so that something like 'joeshaw@novell.com' becomes
5663           'joeshaw novell'.
5665 2006-01-10 17:03  joeshaw
5667         * Best/Best.cs: When initializing the GeckoUtils, catch a
5668           DllNotFoundException and print a message, since it's probably due
5669           to an incompatible Mozilla or Firefox upgrade
5671 2006-01-10 16:48  joeshaw
5673         * Util/PullingReader.cs, beagled/BeagleDaemon.cs: Don't create new
5674           StringBuilders in the PullingReader.  Update copyright in daemon
5676 2006-01-10 16:44  joeshaw
5678         * Filters/FilterShellscript.cs: Truncate shell scripts to 20k, so
5679           big scripts that embed binary data don't hose the daemon
5681 2006-01-09 15:14  joeshaw
5683         * Filters/FilterMail.cs: Store the message ID and references, for
5684           collating conversations in the front ends.  Patch from D Bera.
5685           Also check in the new gmime stuff to the filter, which I forgot
5686           before
5688 2006-01-09 14:29  joeshaw
5690         * configure.in, beagled/FilterFactory.cs,
5691           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
5692           beagled/KMailQueryable/KMailIndexer.cs: Use gmime's new
5693           StreamWrapper, require 2.1.18
5695 2006-01-07 18:10  dbera
5697         * wrappers/python/beaglesearch.py: Added example python client
5698           (Raphael attached it with the bug-report but it never got added)
5700 2006-01-07 15:41  dbera
5702         * ChangeLog, Filters/FilterDesktop.cs, Filters/FilterHtml.cs:
5703           FilterDesktop.cs: Index 'Type' .in desktop files.  FilterHtml.cs:
5704           Use 'meta' namespace for meta keywords.
5706 2006-01-06 15:24  ituohela
5708         * po/ChangeLog: Updated Finnish translation
5710 2006-01-06 15:05  ituohela
5712         * po/: ChangeLog, fi.po: Updated Finnish translation
5714 2006-01-06 14:00  joeshaw
5716         * beagled/: LuceneQueryable.cs,
5717           FileSystemQueryable/FileSystemQueryable.cs: Change the last
5718           commit slightly, to handle it automatically for all queryables
5719           rather than doing it just in the filesystem backend
5721 2006-01-06 13:58  joeshaw
5723         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Cleanup after
5724           the child indexables in the filesystem backend.  FINALLY fixes
5725           the tmpfile-being-left-behind bug.  Wooooo!
5727 2006-01-05 17:37  joeshaw
5729         * BeagleClient/Client.cs, BeagleClient/Query.cs, beagled/Server.cs,
5730           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
5731           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
5732           libbeagle/beagle/beagle-request.c: Allow clients to set the
5733           QueryDomain, and add support for this to libbeagle.  Add
5734           additional XML dumping when ENABLE_XML_DUMP is enabled.  Move
5735           crawling and indexing of the IndexingService out of its
5736           constructor and into a Start method like other backends.
5738 2006-01-05 16:38  joeshaw
5740         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Add a delay in
5741           starting the indexing process.  By default make it 60 seconds,
5742           and add a --indexing-delay command-line argument to override it.
5743           Should help the thrashing that goes on when beagled starts in the
5744           middle of logging into the desktop
5746 2006-01-05 16:00  joeshaw
5748         * beagled/: BeagleDaemon.cs, TextCache.cs: Convert the Uri to a
5749           serializable string when dealing with the text cache, to avoid a
5750           100% CPU/memory spike problem when looking it up in sqlite.  Also
5751           fix up the extended attributes warning text to be a little more
5752           accurate
5754 2006-01-05 13:50  joeshaw
5756         * Util/Conf.cs: Don't return read-only versions of the lists;
5757           recent monos use get+add instead of set for deserializing
5758           ArrayLists.  This behavior is consistent with .NET
5760 2006-01-04 16:22  joeshaw
5762         * Util/Inotify.cs: Make a shallow copy of the subscribers list when
5763           sending events, so that it's not affected by changes to the
5764           underlying list that could happen in different threads
5766 2006-01-02 07:20  clyties
5768         * po/: vi.po, ChangeLog: vi.po: Updated Vietnamese translation.
5770 2005-12-23 19:37  dbera
5772         * ChangeLog, beagled/AkregatorQueryable/AkregatorQueryable.cs:
5773           Remove gmime dependency.
5775 2005-12-22 14:59  llipka
5777         * configure.in: bump version to 0.1.5
5779 2005-12-22 12:37  llipka
5781         * AUTHORS, Filters/FilterOpenOffice.cs, Filters/FilterRuby.cs,
5782           Filters/FilterSource.cs, Filters/Makefile.am: * AUTHORS: *
5783           Filters/Makefile.am: * Filters/FilterRuby.cs: Added Ruby fitler
5784           by Uwe Hermann.
5786           * Filters/FilterOpenOffice.cs: * Filters/FilterSource.cs : Small
5787           touchups.
5789 2005-12-21 16:18  joeshaw
5791         * NEWS: Update for 0.1.4 release
5793 2005-12-21 15:47  joeshaw
5795         * libbeagle/beagle/beagle-timestamp.c: Revert the last change for
5796           the timestamp.  sscanf() doesn't handle the + format specifier,
5797           but does do the right thing
5799 2005-12-21 14:48  joeshaw
5801         * wrappers/python/beagle.override: Add an override method for
5802           beagle_timestamp_to_unix_time()
5804 2005-12-21 14:44  joeshaw
5806         * libbeagle/examples/beagle-search.c: Oops, forgot to commit this
5808 2005-12-21 14:30  joeshaw
5810         * wrappers/python/beagle.defs: Remove the source object method from
5811           the python bindings
5813 2005-12-21 14:28  joeshaw
5815         * libbeagle/beagle/: beagle-hit.c, beagle-hit.h,
5816           beagle-hits-added-response.c, beagle-private.h,
5817           beagle-query-part-date.c, beagle-timestamp.c: Fix date queries in
5818           libbeagle.  Many thanks to Bera for helping track this down.  Fix
5819           a bug in the timestamp string parsing code.  Remove source object
5820           name, since it's been dropped from the hit.
5822 2005-12-21 11:49  joeshaw
5824         * libbeagle/docs/reference/beagle.types: Fix up the documentation's
5825           types file
5827 2005-12-20 03:40  llipka
5829         * configure.in, Filters/Makefile.am: change the way the chm filter
5830           is disabled.
5832 2005-12-18 15:02  dbera
5834         * ChangeLog, Filters/FilterKonqHistory.cs,
5835           beagled/KonqHistoryQueryable/KonqQueryable.cs: Use indexable
5836           hints in KonqQueryable to pass charset information to the filter.
5838 2005-12-16 13:51  joeshaw
5840         * Filters/FilterMail.cs, beagled/FilterFactory.cs,
5841           beagled/Flavor.cs: Add support for handling multipart/alternative
5842           mails, by only indexing the richest alternative we can filter,
5843           and not setting the hasAttachments flag in that case.  Fixes
5844           #322412
5846 2005-12-16 03:16  lbm
5848         * po/: ChangeLog, da.po: Updated Danish translation
5850 2005-12-14 15:33  trow
5852         * bludgeon/: Abuse.cs, Action.cs, Bludgeon.cs, Bzip2FileObject.cs,
5853           Daemon.cs, DirectoryObject.cs, EventTracker.cs, FileObject.cs,
5854           FileSystemObject.cs, GzipFileObject.cs, IHammer.cs, Log.cs,
5855           Makefile.am, QueryFu.cs, SanityCheck.cs, TarFileObject.cs,
5856           TestBasic.cs, TextFileObject.cs, Token.cs, Toolbox.cs,
5857           TreeBuilder.cs, ZipFileObject.cs, beagled.dummy: A checkpoint of
5858           my recent Bludgeon hacking.  Bludgeon now runs a mainloop, tracks
5859           live query notifications from the daemon as it modifies the tree,
5860           and creates sandboxed file trees containing a mix of text files
5861           and archives.
5863           This is still a work-in-progress.  Things left to do include: *
5864           Everything is hard-wired right now; we process the command-line
5865           arguments, but ignore them.  * We don't yet verify that the live
5866           query notifications we receieve match   the changes to the tree.
5867           * We only support simple file tree manipulations right now.  In
5868           particular,   the grueling "touring move" tests (where we take a
5869           file or directory   and rapidly move it around the tree) don't
5870           work right now.  * We don't support searching in archives yet,
5871           which we will need to test   the children-on-the-filesystem
5872           patch.  It is very easy to implement, though.  * The log spew is
5873           too verbose in some places, and too terse in others.
5875 2005-12-14 15:19  trow
5877         * beagled/: Queryable.cs,
5878           FileSystemQueryable/FileSystemQueryable.cs: Added
5879           beagle:NoPunctFilename property for files, which just contains
5880           the file name with all non-alphanumeric characters replaced by
5881           whitespace.  Having this property makes life slightly easier for
5882           bludgeon.
5884 2005-12-14 14:15  joeshaw
5886         * beagled/RemoteIndexer.cs: Wait up to a minute for the index
5887           helper to start, and print out a little bit more debugging info.
5888           Should fix #322534.  Many thanks to Bera for helping track this
5889           down
5891 2005-12-13 16:25  joeshaw
5893         * BeagleClient/Query.cs, BeagleClient/QueryResponses.cs,
5894           Best/BestWindow.cs, beagled/QueryExecutor.cs,
5895           beagled/QueryResult.cs, libbeagle/beagle/Makefile.am,
5896           libbeagle/beagle/beagle-cancelled-response.c,
5897           libbeagle/beagle/beagle-cancelled-response.h,
5898           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
5899           libbeagle/beagle/beagle.h, wrappers/python/beagle.defs: Purge the
5900           cancelled query response from the code.  It hasn't been used or
5901           sent since the dbus days, as the way to cancel a query now is
5902           simply to close the socket
5904 2005-12-13 15:46  joeshaw
5906         * BeagleClient/Property.cs, beagled/Filter.cs,
5907           beagled/FilterFactory.cs, beagled/LuceneCommon.cs,
5908           libbeagle/beagle/beagle-hits-added-response.c,
5909           libbeagle/beagle/beagle-private.h,
5910           libbeagle/beagle/beagle-property.c,
5911           libbeagle/beagle/beagle-property.h, wrappers/python/beagle.defs:
5912           Add support for unstored properties, for hinting filters.  Patch
5913           from Bera.  Add support to libbeagle, and regenerate the python
5914           bindings for this and recent source changes to libbeagle.  Make
5915           properties searched and stored by default.
5917 2005-12-12 17:19  joeshaw
5919         * beagled/BuildIndex.cs: Fix a bug in BuildIndex in which child
5920           indexables weren't getting the no-filtering, tag, or source
5921           attributes
5923 2005-12-12 16:15  joeshaw
5925         * libbeagle/beagle/beagle-query.c: Change source restrictions into
5926           query parts in libbeagle
5928 2005-12-12 15:51  hebra
5930         * po/: ChangeLog, de.po: 2005-12-12  Hendrik Brandt
5931           <heb@gnome-de.org>
5933                   * de.po: Updated German translation.
5935 2005-12-12 14:10  joeshaw
5937         * tools/beagle-crawl-system.in: Fix cut-and-paste argument bug in
5938           beagle-crawl-system
5940 2005-12-11 18:52  dsd
5942         * ChangeLog, Filters/FilterMusic.cs,
5943           Filters/entagged-sharp/AssemblyInfo.cs,
5944           Filters/entagged-sharp/AudioFile.cs,
5945           Filters/entagged-sharp/AudioFileContainer.cs,
5946           Filters/entagged-sharp/AudioFileIO.cs,
5947           Filters/entagged-sharp/AudioFileWrapper.cs,
5948           Filters/entagged-sharp/CreativeCommons.cs,
5949           Filters/entagged-sharp/EncodingInfo.cs,
5950           Filters/entagged-sharp/EntaggedTest.cs,
5951           Filters/entagged-sharp/Tag.cs,
5952           Filters/entagged-sharp/entagged-sharp.sources,
5953           Filters/entagged-sharp/sync-tree.sh,
5954           Filters/entagged-sharp/Ape/MonkeyFileReader.cs,
5955           Filters/entagged-sharp/Ape/MonkeyFileWriter.cs,
5956           Filters/entagged-sharp/Ape/Util/ApeTagBinaryField.cs,
5957           Filters/entagged-sharp/Ape/Util/ApeTagCreator.cs,
5958           Filters/entagged-sharp/Ape/Util/ApeTagReader.cs,
5959           Filters/entagged-sharp/Ape/Util/ApeTagWriter.cs,
5960           Filters/entagged-sharp/Ape/Util/MonkeyDescriptor.cs,
5961           Filters/entagged-sharp/Ape/Util/MonkeyHeader.cs,
5962           Filters/entagged-sharp/Ape/Util/MonkeyInfoReader.cs,
5963           Filters/entagged-sharp/Ape/Util/WavFormatHeader.cs,
5964           Filters/entagged-sharp/Ape/Util/WavRIFFHeader.cs,
5965           Filters/entagged-sharp/Asf/AsfFileReader.cs,
5966           Filters/entagged-sharp/Asf/Util/AsfInfoReader.cs,
5967           Filters/entagged-sharp/Asf/Util/AsfTagReader.cs,
5968           Filters/entagged-sharp/Asf/Util/GUID.cs,
5969           Filters/entagged-sharp/Exceptions/CannotReadException.cs,
5970           Filters/entagged-sharp/Exceptions/CannotWriteException.cs,
5971           Filters/entagged-sharp/Exceptions/UnsupportedFormatException.cs,
5972           Filters/entagged-sharp/Flac/FlacFileReader.cs,
5973           Filters/entagged-sharp/Flac/FlacFileWriter.cs,
5974           Filters/entagged-sharp/Flac/Util/FlacInfoReader.cs,
5975           Filters/entagged-sharp/Flac/Util/FlacTagCreator.cs,
5976           Filters/entagged-sharp/Flac/Util/FlacTagReader.cs,
5977           Filters/entagged-sharp/Flac/Util/FlacTagWriter.cs,
5978           Filters/entagged-sharp/Flac/Util/MetadataBlockData.cs,
5979           Filters/entagged-sharp/Flac/Util/MetadataBlockDataStreamInfo.cs,
5980           Filters/entagged-sharp/Flac/Util/MetadataBlockHeader.cs,
5981           Filters/entagged-sharp/Mp3/Id3Tag.cs,
5982           Filters/entagged-sharp/Mp3/Mp3FileReader.cs,
5983           Filters/entagged-sharp/Mp3/Util/Id3v1TagReader.cs,
5984           Filters/entagged-sharp/Mp3/Util/Id3v24TagReader.cs,
5985           Filters/entagged-sharp/Mp3/Util/Id3v2TagReader.cs,
5986           Filters/entagged-sharp/Mp3/Util/Id3v2TagSynchronizer.cs,
5987           Filters/entagged-sharp/Mp3/Util/LameMPEGFrame.cs,
5988           Filters/entagged-sharp/Mp3/Util/MPEGFrame.cs,
5989           Filters/entagged-sharp/Mp3/Util/Mp3InfoReader.cs,
5990           Filters/entagged-sharp/Mp3/Util/XingMPEGFrame.cs,
5991           Filters/entagged-sharp/Mp3/Util/Id3frames/ApicId3Frame.cs,
5992           Filters/entagged-sharp/Mp3/Util/Id3frames/CommId3Frame.cs,
5993           Filters/entagged-sharp/Mp3/Util/Id3frames/GenericId3Frame.cs,
5994           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
5995           Filters/entagged-sharp/Mp3/Util/Id3frames/TextId3Frame.cs,
5996           Filters/entagged-sharp/Mp4/Mp4FileReader.cs,
5997           Filters/entagged-sharp/Mp4/Util/Mp4InfoReader.cs,
5998           Filters/entagged-sharp/Mp4/Util/Mp4TagReader.cs,
5999           Filters/entagged-sharp/Mpc/MpcFileReader.cs,
6000           Filters/entagged-sharp/Mpc/MpcFileWriter.cs,
6001           Filters/entagged-sharp/Mpc/Util/MpcHeader.cs,
6002           Filters/entagged-sharp/Mpc/Util/MpcInfoReader.cs,
6003           Filters/entagged-sharp/Ogg/OggFileReader.cs,
6004           Filters/entagged-sharp/Ogg/OggFileWriter.cs,
6005           Filters/entagged-sharp/Ogg/OggTag.cs,
6006           Filters/entagged-sharp/Ogg/Util/OggCRCFactory.cs,
6007           Filters/entagged-sharp/Ogg/Util/OggInfoReader.cs,
6008           Filters/entagged-sharp/Ogg/Util/OggPageHeader.cs,
6009           Filters/entagged-sharp/Ogg/Util/OggTagCreator.cs,
6010           Filters/entagged-sharp/Ogg/Util/OggTagReader.cs,
6011           Filters/entagged-sharp/Ogg/Util/VorbisCodecHeader.cs,
6012           Filters/entagged-sharp/Ogg/Util/VorbisTagCreator.cs,
6013           Filters/entagged-sharp/Ogg/Util/VorbisTagReader.cs,
6014           Filters/entagged-sharp/Ogg/Util/VorbisTagWriter.cs,
6015           Filters/entagged-sharp/Util/AbstractTagCreator.cs,
6016           Filters/entagged-sharp/Util/AudioFileReader.cs,
6017           Filters/entagged-sharp/Util/AudioFileWriter.cs,
6018           Filters/entagged-sharp/Util/ByteBuffer.cs,
6019           Filters/entagged-sharp/Util/CustomAttributes.cs,
6020           Filters/entagged-sharp/Util/TagField.cs,
6021           Filters/entagged-sharp/Util/Utils.cs: 2005-12-11  Daniel Drake
6022           <dsd@gentoo.org>
6024                   * Filters/entagged-sharp: Resync. Includes some bugfixes
6025           and adds support
6026                   for ID3v2 v2.4, and ASF/WMA files.
6027                   * Filters/FilterMusic.cs: Register ASF/WMA mimetype.
6029 2005-12-09 18:44  chliao
6031         * po/: ChangeLog, zh_TW.po:
6032           2005-12-10  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
6034                   * zh_TW.po: Updated Traditional Chinese translation.
6036 2005-12-09 14:05  joeshaw
6038         * BeagleClient/Snippet.cs, Tiles/TileFromTemplate.cs,
6039           beagled/SnippetFu.cs, libbeagle/beagle/beagle-private.h,
6040           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
6041           libbeagle/beagle/beagle-search-term-response.c,
6042           libbeagle/beagle/beagle-search-term-response.h,
6043           libbeagle/beagle/beagle-snippet-request.c,
6044           libbeagle/beagle/beagle-snippet-request.h,
6045           libbeagle/beagle/test-client.c, tools/Query.cs: Change the
6046           snippeting API a little, to take a Query rather than relying on
6047           clients to know whether to pass in stemmed text or not.  Fix up
6048           libbeagle to both properly get the text, and make it possible get
6049           snippets
6051 2005-12-09 11:58  zygis
6053         * po/: ChangeLog, lt.po: 2005-12-09  Žygimantas Beručka
6054           <zygis@gnome.org>
6056                   * lt.po: Updated Lithuanian translation.
6058 2005-12-08 17:31  joeshaw
6060         * beagled/EvolutionMailDriver/: EvolutionMailDriver.cs,
6061           EvolutionMailIndexableGenerator.cs: Add progress percentages in
6062           the Evo mail backend
6064 2005-12-07 18:03  joeshaw
6066         * BeagleClient/Message.cs, beagled/RemoteIndexer.cs,
6067           libbeagle/beagle/beagle-error-response.c,
6068           libbeagle/beagle/beagle-error-response.h: Clean up some of the
6069           error handling in the message passing code to get rid of some
6070           workarounds, and make debugging easier.
6072 2005-12-07 16:06  joeshaw
6074         * beagled/Server.cs: Fix unlikely race I just triggered in which
6075           the messaging server would attempt to be started after it had
6076           technically shut down.  Fixes an ugly (but harmless) exception
6078 2005-12-07 15:56  joeshaw
6080         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Subscribe also to
6081           Inotify.EventType.Modify for Gaim logs, so that we reindex as
6082           each line comes in, as before
6084 2005-12-07 15:40  zygis
6086         * ChangeLog, configure.in, po/ChangeLog, po/lt.po: 2005-12-07
6087           Žygimantas Beručka    <zygis@gnome.org>
6089                   * po/lt.po: Added Lithuanian translation.
6090                   * configure.in: Added Lithuanian to ALL_LINGUAS.
6092 2005-12-07 14:39  joeshaw
6094         * beagled/: BuildIndex.cs, QueryDriver.cs: Use
6095           StringFu.SanitizePath() to get consistent behavior from
6096           DirectoryInfo objects when dealing with static queryables and
6097           their sources.  Really fixes 323375
6099 2005-12-06 17:42  joeshaw
6101         * beagled/BuildIndex.cs: The move of source to the index broke
6102           snippets in static indexables with text caches.  Fix that, and
6103           allow the source to be configured in beagle-build-index
6105 2005-12-06 17:04  rps
6107         * ChangeLog, beagled/Makefile.am: Fixed adding evolution location
6108           to beagled
6110 2005-12-06 16:17  joeshaw
6112         * configure.in, beagled/Makefile.am, beagled/beagled.in: Get the
6113           evolution library directory from evo-sharp and pass it into the
6114           beagled script.  Fixes #314051
6116 2005-12-06 14:48  joeshaw
6118         * glue/tomboykeybinder.c: Add a missing include
6120 2005-12-06 13:56  joeshaw
6122         * configure.in: Look for nsServiceManagerUtils.h in either
6123           $MOZILLA_INCLUDE_ROOT/xpcom or $MOZILLA_INCLUDE_ROOT
6125 2005-12-06 12:46  vvaradan
6127         * ChangeLog, Filters/FilterOpenOffice.cs:         ** Patch from
6128           Daniel Naber <lucenebugs@danielnaber.de>
6129                   ** Fixes #316617
6130                   * Filters/FilterOpenOffice.cs: Extract "meta:keyword"
6131           field for
6132                   indexing.
6134 2005-12-06 09:49  aihana
6136         * po/: ChangeLog, ja.po: 2005-12-06  Takeshi AIHANA
6137           <aihana@gnome.gr.jp>
6139                   * ja.po: Updated Japanese translation for v0.1.3.
6141 2005-12-06 03:05  vvaradan
6143         * ChangeLog, Filters/FilterPPT.cs: * Make sure to read till EOF.
6144           Fixes http://bugzilla.gnome.org/show_bug.cgi?id=323312
6146 2005-12-05 15:45  dbera
6148         * beagled/Makefile.am: Yet another copy-paste error in Makefile.am.
6149           Time to go home :(
6151 2005-12-05 15:32  trow
6153         * configure.in: Bumped version number to 0.1.4.
6155 2005-12-05 15:21  dbera
6157         * beagled/QueryStringParser.cs: Typo! Extension query works now.
6159 2005-12-05 11:09  trow
6161         * NEWS: Updated for 0.1.3 release.
6163 2005-12-05 11:07  trow
6165         * wrappers/python/Makefile.am: More make distcheck fixes.
6167 2005-12-05 10:08  trow
6169         * configure.in, Best/Makefile.am, tools/Makefile.am,
6170           wrappers/python/Makefile.am: Disable web services, since they are
6171           broken and unmaintained.  Make distcheck fixes.
6173 2005-12-02 15:23  joeshaw
6175         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
6176           BeagleClient/Query.cs, beagled/LuceneCommon.cs,
6177           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
6178           beagled/QueryDriver.cs, beagled/Queryable.cs,
6179           beagled/SnippetExecutor.cs, tools/Query.cs: Clean up the mess
6180           that was handing sources.  Sources are now stored as properties
6181           in the index, like the hit type and mime type, and are reflected
6182           as the name of the backend, rather than simply "lucene", so that
6183           client-side filtering on sources is sane.  This bumps up the
6184           index version, requiring a rebuild of the indexes.
6186           Also fix a problem whereby index version mismatches in read-only
6187           indexes would cause exceptions to be thrown at query-time.  Now
6188           we throw an exception at instantiation-time if we're a read-only
6189           index and can't create a new one, and drop that index from the
6190           searchable queryables altogether.
6192           Fix a recent problem in beagle-query in which filtering by hit
6193           type, mime type, etc. would cause an exception
6195 2005-12-02 12:01  joeshaw
6197         * epiphany-extension/ephy-beagle-extension.c,
6198           libbeagle/beagle/beagle-client.c,
6199           libbeagle/beagle/beagle-hits-added-response.c,
6200           libbeagle/beagle/beagle-private.h,
6201           libbeagle/beagle/beagle-query-part-date.c,
6202           libbeagle/beagle/beagle-query-part-or.c,
6203           libbeagle/beagle/beagle-query-part-property.c: Fix several
6204           warnings thrown by GCC 4.1
6206 2005-12-02 10:58  dbera
6208         * ChangeLog, beagled/DumpIndex.cs, beagled/Server.cs: *
6209           beagled/DumpIndex.cs: term_enumerator returns terms that are
6210           already sorted. No need to scan all the terms.  *
6211           beagled/Server.cs: Pre-initialize the serializer in connection
6212           handler. Removes the slight lag(?) in the first response.
6214 2005-11-29 17:10  dbera
6216         * ChangeLog, Filters/FilterKonqHistory.cs, Filters/Makefile.am,
6217           Util/KonqHistoryUtil.cs, Util/Makefile.am, Util/StringFu.cs,
6218           beagled/Makefile.am,
6219           beagled/KonqHistoryQueryable/KonqQueryable.cs: Initial support
6220           for Konqueror webhistory backend.
6222 2005-11-29 14:35  joeshaw
6224         * configure.in, libbeagle/beagle/beagle-parser.c: Support building
6225           against xulrunner
6227 2005-11-29 09:35  vvaradan
6229         * ChangeLog, Filters/FilterSource.cs, beagled/Filter.cs:         *
6230           beagled/Filter.cs (AppendText): Don't "Trim()" the string, as
6231                   lucene takes care of it.  This saves good amount of
6232                   memory-allocation when we have text with line breaks.
6233                   * Filters/FilterSource.cs (AppendToTokens)
6234           (ExtractTokens):
6235                   Replace un-necessary calls to StringBuilder.ToString() to
6236           reduce
6237                   memory-allocations.
6239 2005-11-28 15:13  trow
6241         * BeagleClient/Query.cs, beagled/LuceneQueryable.cs,
6242           beagled/QueryExecutor.cs, beagled/QueryResult.cs,
6243           beagled/Queryable.cs,
6244           beagled/FileSystemQueryable/FileCrawlTask.cs,
6245           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6246           tools/Query.cs: Added support for index-listener queries.  These
6247           are magic queries that don't return any initial matches but which
6248           get notification of all subsequent index changes.  I've added
6249           these queries for use in bludgeon, so that we can ensure that the
6250           daemon sends out a correct series of notifications as we modify a
6251           file system tree.
6253 2005-11-27 11:50  dsd
6255         * ChangeLog, beagled/Makefile.am,
6256           beagled/GaimLogQueryable/GaimLogCrawler.cs,
6257           beagled/GaimLogQueryable/GaimLogQueryable.cs:     *
6258           beagled/GaimLogQueryable/GaimLogQueryable.cs: Misc cleanups,
6259           don't index
6260                   arbitrary files, merge watching and crawling into a
6261           single task.
6262                   * beagled/GaimLogQueryable/GaimLogCrawler.cs: Removed,
6263           now unused
6265 2005-11-27 08:17  llipka
6267         * Filters/FilterDesktop.cs:
6268           * FilterDesktop.cs - Index the 'Categories' field so we can
6269           differ between applications and control center applets.
6271 2005-11-26 09:03  llipka
6273         * Best/BestTray.cs, Best/BestWindow.cs,
6274           Filters/HtmlAgilityPack/HtmlDocument.cs,
6275           Filters/HtmlAgilityPack/MixedCodeDocument.cs,
6276           Tiles/TileMailMessage.cs, Util/BetterBitArray.cs,
6277           Util/CompatFileChooser.cs, Util/FSpotTools.cs, Util/camel.cs,
6278           beagled/FileSystemQueryable/FileCrawlTask.cs,
6279           beagled/IndexHelper/IndexHelper.cs,
6280           libbeagle/beagle/beagle-daemon-information-response.c,
6281           libbeagle/beagle/beagle-query-part-or.c: Kill some warnings.
6283 2005-11-25 17:42  vvaradan
6285         * ChangeLog, beagled/Filter.cs:         * beagled/Filter.cs:
6286           (AppendText): Check for "\n" before splitting
6287                   the argument in to array of lines.  This saves around
6288           600K of
6289                   memory allocation for a 130K "C" source code file.
6291 2005-11-25 11:25  vvaradan
6293         * Filters/FilterShellscript.cs: Oops.. forgot to add the filter
6294           file. (weekend syndrome)
6296 2005-11-25 11:24  vvaradan
6298         * ChangeLog, Filters/FilterSource.cs, Filters/Makefile.am:
6299                   * Filters/FilterShellscript.cs: Shell script filter.
6300                   * Filters/FilterSource.cs: New style added for
6301           Shellscripts.
6302                   Token generation is moved to a private method.  Actually,
6303           tokens
6304                   in shell-scripts are not separated *ONLY* by operators
6305           but also by
6306                   "SPACES".
6307                   * Filters/Makefile.am: Include Shellscript filter for
6308           compilation.
6310 2005-11-22 14:27  joeshaw
6312         * tools/beagle-crawl-system.in: Fix some problems in
6313           beagle-crawl-system that would create TextCaches incorrectly and
6314           cause problems when searching.  Patch from Sylvain Goletto
6316 2005-11-22 10:23  danw
6318         * ChangeLog, libbeagle/beagle/beagle-property.c:        *
6319           libbeagle/beagle/beagle-property.c (prop_to_xml): encode the
6320                   "Type" attribute correctly. 322140.
6322 2005-11-21 17:36  kelemeng
6324         * po/: ChangeLog, hu.po: 2005-11-21  Gabor Kelemen
6325           <kelemeng@gnome.hu>
6327                   * hu.po: Hungarian translation updated.
6329 2005-11-21 12:54  dbera
6331         * Best/BestWindow.cs: Pressing "Clear" implicitly means "Stop the
6332           current live query".
6334 2005-11-21 11:38  dbera
6336         * ChangeLog, beagled/LuceneFileQueryable.cs,
6337           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6338           beagled/BlamQueryable/BlamQueryable.cs,
6339           beagled/LifereaQueryable/LifereaQueryable.cs: Fix a bug in LFQ
6340           where it wasnt setting the attribute of a file shared across
6341           multiple indexables.  Use fixed LFQ in blog backends.
6343 2005-11-21 09:58  llipka
6345         * Util/StringFu.cs:
6346           * Util/StringFu.cs - Updated GlobMatch to return false if the
6347           pattern or string is null.
6349 2005-11-20 14:21  llipka
6351         * ChangeLog, Filters/Makefile.am: * Filters/Makefile.am - Disable
6352           the CHM filter, since its broken.
6354 2005-11-19 11:53  llipka
6356         * Filters/: FilterImage.cs, FilterJpeg.cs, FilterPng.cs: *
6357           Filters/FilterImage.cs - Abstract the indexing of width and
6358           height * Filters/FilterPng.cs - Use the new width & height system
6359           * Filters/FilterJpeg.cs - Now we finally index and display widht
6360           and height
6362 2005-11-19 11:21  llipka
6364         * Filters/FilterImage.cs: * Filters/FilterImage - Rename
6365           fspot:Indexed to fspot:IsIndexed
6367 2005-11-19 09:51  llipka
6369         * Filters/FilterImage.cs: * FilterImage.cs - Add a fspot:Indexed
6370           field.
6372 2005-11-19 08:57  dsd
6374         * ChangeLog, configure.in, Tiles/TileCanvas.cs, glue/Makefile.am,
6375           glue/gecko-utils.cpp:         * configure.in, glue/Makefile.am,
6376           glue/gecko-utils.cpp,
6377                   Tiles/TileCanvas.cs: Firefox 1.5 support
6379 2005-11-15 16:38  joeshaw
6381         * BeagleClient/Client.cs, Util/Makefile.am, Util/UnixClient.cs,
6382           Util/UnixListener.cs, beagled/RemoteIndexer.cs,
6383           beagled/Server.cs: Remove our own copies of UnixClient and
6384           UnixListener, as the bugs we were working around were fixed post
6385           1.1.7 and we require 1.1.10 now
6387 2005-11-15 16:37  dsd
6389         * ChangeLog, Tiles/TileBlog.cs, Tiles/template-blog.html:       *
6390           Tiles/TileBlog.cs, Tiles/template-blog.html: Update with recent
6391           property
6392                   name changes
6394 2005-11-15 15:54  dsd
6396         * Util/GtkUtils.cs: Use non-obsoleted version of Gtk.Menu.Popup
6398 2005-11-15 15:49  dsd
6400         * ChangeLog, configure.in, BeagleClient/Indexable.cs,
6401           BeagleClient/Makefile.am, Filters/FilterMail.cs,
6402           Util/ExtendedAttribute.cs, Util/ExternalStringsHack.cs.in,
6403           Util/FileAdvise.cs, Util/FileSystem.cs, Util/ImLog.cs,
6404           Util/KdeUtils.cs, Util/Log.cs, Util/Makefile.am,
6405           Util/PathFinder.cs, Util/SystemInformation.cs,
6406           beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
6407           beagled/Filter.cs, beagled/Makefile.am,
6408           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
6409           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6410           beagled/IndexHelper/IndexHelper.cs,
6411           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6412           beagled/Mono.Data.SqliteClient/SqliteCommand.cs:    * Use
6413           Mono.Unix.Native. This also includes a switch to Mono's extended
6414                   attribute bindings which I wrote ages ago.
6416 2005-11-15 15:02  joeshaw
6418         * Best/.cvsignore, libbeagle/beagle/Makefile.am,
6419           libbeagle/beagle/beagle-cancelled-response.h,
6420           libbeagle/beagle/beagle-client.h,
6421           libbeagle/beagle/beagle-daemon-information-request.h,
6422           libbeagle/beagle/beagle-daemon-information-response.h,
6423           libbeagle/beagle/beagle-empty-response.h,
6424           libbeagle/beagle/beagle-error-response.h,
6425           libbeagle/beagle/beagle-finished-response.h,
6426           libbeagle/beagle/beagle-hit.h,
6427           libbeagle/beagle/beagle-hits-added-response.h,
6428           libbeagle/beagle/beagle-hits-subtracted-response.h,
6429           libbeagle/beagle/beagle-indexable.h,
6430           libbeagle/beagle/beagle-indexing-service-request.h,
6431           libbeagle/beagle/beagle-parser.h,
6432           libbeagle/beagle/beagle-private.h,
6433           libbeagle/beagle/beagle-property.h,
6434           libbeagle/beagle/beagle-query-part-date.h,
6435           libbeagle/beagle/beagle-query-part-human.h,
6436           libbeagle/beagle/beagle-query-part-or.h,
6437           libbeagle/beagle/beagle-query-part-property.h,
6438           libbeagle/beagle/beagle-query-part-text.h,
6439           libbeagle/beagle/beagle-query-part.h,
6440           libbeagle/beagle/beagle-query.h,
6441           libbeagle/beagle/beagle-request.h,
6442           libbeagle/beagle/beagle-response.h,
6443           libbeagle/beagle/beagle-search-term-response.h,
6444           libbeagle/beagle/beagle-shutdown-request.h,
6445           libbeagle/beagle/beagle-snippet-request.h,
6446           libbeagle/beagle/beagle-snippet-response.h,
6447           libbeagle/beagle/beagle-timestamp.h,
6448           libbeagle/beagle/beagle-util.h, libbeagle/beagle/beagle.h,
6449           tools/.cvsignore, wrappers/python/.cvsignore,
6450           wrappers/python/beagle.defs, wrappers/python/beagle.override,
6451           wrappers/python/fix.pl, wrappers/python/gen-defs.sh: Change
6452           nearly every damn header file to conform to the much less
6453           aesthetically appealing typedef behavior that the python defs
6454           generator insists upon.  Tweak the generated defs file to make
6455           things happy for the python bindings.
6457 2005-11-15 12:25  dbera
6459         * ChangeLog, Filters/FilterHtml.cs, Filters/Makefile.am,
6460           Filters/HtmlAgilityPack/HtmlDocument.cs,
6461           beagled/ExtractContent.cs: Extract non-english URLs in html
6462           documents correctly.  Allow beagle-extract-content to store
6463           output in some file - helpful when dealing with files of
6464           different encoding.
6466 2005-11-15 11:34  joeshaw
6468         * beagle.spec.in: Tweak the spec file a bit.  Patch from Richard
6469           Dawe
6471 2005-11-14 17:19  joeshaw
6473         * Makefile.am, acinclude.m4, configure.in, wrappers/.cvsignore,
6474           wrappers/Makefile.am, wrappers/python/.cvsignore,
6475           wrappers/python/Makefile.am, wrappers/python/beagle.defs,
6476           wrappers/python/beagle.override, wrappers/python/beaglemodule.c,
6477           wrappers/python/gen-defs.sh: Check in libbeagle python bindings
6478           courtesy of Raphael Slinckx
6480 2005-11-14 17:06  dbera
6482         * ChangeLog, Best/Best.cs, Best/BestTray.cs, Best/BestWindow.cs:
6483           Save best window settings even when ran with --no-tray.
6485 2005-11-14 16:00  joeshaw
6487         * Best/Makefile.am, tools/Makefile.am: Also dist the desktop.in
6488           files.  Fixes a problem where you can't make clean and then make
6489           again from the same 0.1.2 tarball
6491 2005-11-14 14:07  joeshaw
6493         * beagled/LuceneQueryingDriver.cs: Check for null secondary
6494           searcher when building blacklists
6496 2005-11-13 16:31  dbera
6498         * ChangeLog: Wrong date :P.
6500 2005-11-13 15:04  dbera
6502         * ChangeLog, Filters/FilterHtml.cs,
6503           Filters/HtmlAgilityPack/HtmlDocument.cs,
6504           Filters/HtmlAgilityPack/HtmlNode.cs: Make FilterHtml event driven
6505           instead of DOM-based.  Emulate ReadToEnd() in the html parser by
6506           two fixed-size buffers.  Few more optimisations in the parser.
6507           Make FilterHtml detect encoding from meta-tag.
6509 2005-11-13 09:50  serrador
6511         * po/: ChangeLog, es.po: 2005-11-13  Francisco Javier F. Serrador
6512           <serrador@cvs.gnome.org>
6514                   * es.po: Updated Spanish translation.
6516 2005-11-12 14:08  llipka
6518         * configure.in: Bump version to 0.1.3
6520 2005-11-11 00:44  trow
6522         * configure.in: Require mono 1.1.10.
6524 2005-11-11 00:31  trow
6526         * NEWS: Updated for 0.1.2 release.
6528 2005-11-11 00:27  trow
6530         * configure.in: Small configure tweaks.
6532 2005-11-09 21:32  dbera
6534         * beagled/AkregatorQueryable/AkregatorQueryable.cs: Protect against
6535           unsupported storage files.
6537 2005-11-09 11:22  joeshaw
6539         * libbeagle/beagle/: beagle-daemon-information-response.c,
6540           beagle-daemon-information-response.h: Add the IsIndexing field to
6541           the DaemonInformationRequest in libbeagle
6543 2005-11-07 21:05  trow
6545         * Util/: Makefile.am, ThreadPond.cs, UnclosableStream.cs:
6546           ThreadPond is a simple implementation of a thread pool.  It isn't
6547           used for anything right now, but I'm putting it here for
6548           posterity.
6550           UnclosableStream wraps a Stream and proxies all of the methods
6551           except for Close, which gets mapped to Flush.  This comes in
6552           handy when using stupid writer classes (*cough* SharpZipLib
6553           *cough*) that insist on unconditionally closing the underlying
6554           stream.
6556 2005-11-07 17:56  joeshaw
6558         * beagled/LuceneCommon.cs: Fix a cut-and-paste error and another
6559           logic bug when constraining date queries
6561 2005-11-07 17:09  dbera
6563         * ChangeLog, Filters/FilterSource.cs: Reuse StringBuilder.
6565 2005-11-07 14:50  joeshaw
6567         * beagled/LuceneCommon.cs: Don't swap the dates until after we've
6568           checked upper and lower bounds.  Fixes 320769
6570 2005-11-07 04:22  knvijay
6572         * beagled/WebServices/NetBeagleQueryable.cs: Added
6573           GetQueryableStatus method
6575 2005-11-05 17:12  dsd
6577         * ChangeLog, beagled/LuceneCommon.cs:   * beagled/LuceneCommon.cs:
6578           Fix detection of dangling locks
6580 2005-11-05 13:01  adamw
6582         * po/: ChangeLog, en_CA.po:
6583           2005-11-05  Adam Weinberger  <adamw@gnome.org>
6585                   * en_CA.po: Updated Canadian English translation.
6587 2005-11-04 17:05  dbera
6589         * ChangeLog, beagled/PropertyKeywordFu.cs,
6590           beagled/QueryStringParser.cs,
6591           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6592           beagled/BlamQueryable/BlamQueryable.cs,
6593           beagled/KMailQueryable/KMailIndexer.cs: Added extension as a
6594           query keyword.  Some more UTC changes in Blog and KMail backend.
6596 2005-11-04 15:22  joeshaw
6598         * Best/Makefile.am, Best/best.desktop, Best/best.desktop.in,
6599           po/POTFILES.in, tools/Makefile.am, tools/beagle-settings.desktop,
6600           tools/beagle-settings.desktop.in: i18nize the .desktop files.
6601           Patch from Gabor Kelemen
6603 2005-11-04 14:04  joeshaw
6605         * Tiles/TileHitCollection.cs, Util/Conf.cs, tools/Settings.cs,
6606           tools/settings.glade: Make the number of items in Best
6607           configurable.  Based on a patch from Mario Manno
6609 2005-11-04 13:01  joeshaw
6611         * beagled/EvolutionDataServerQueryable/BookContainer.cs: Also index
6612           the full name, so that we get searches on things like middle
6613           names
6615 2005-11-04 12:38  joeshaw
6617         * Filters/FilterC.cs: Exclude include, main, and NULL from the C
6618           filter, since while those aren't keywords, they're extremely
6619           common in C and probably shouldn't be indexed
6621 2005-11-04 11:00  joeshaw
6623         * Util/FileSystem.cs, beagled/BuildIndex.cs,
6624           beagled/FileAttributesStore.cs, beagled/FilterFactory.cs,
6625           beagled/LuceneFileQueryable.cs: Yet more UTC fixes
6627 2005-11-04 10:35  joeshaw
6629         * Tiles/Template.cs, Util/Note.cs,
6630           beagled/EvolutionDataServerQueryable/CalContainer.cs,
6631           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
6632           tools/Query.cs: UTC fixes: Convert back to local time in the Tile
6633           templates, set the Tomboy note's timestamp to the file write time
6634           in UTC, convert calendar timestamps into UTC, get the UTC file
6635           write time for IndexingService indexables, convert UTC back to
6636           local time in beagle-query
6638 2005-11-04 03:02  al_shopov
6640         * po/: ChangeLog, bg.po: 2005-11-04  Alexander Shopov
6641           <ash@contact.bg>
6643                   * bg.po: Updated Bulgarian translation by
6644                   Vladimir Petkov <vpetkov@i-space.org>
6646 2005-11-03 19:54  dbera
6648         * ChangeLog, beagled/AkregatorQueryable/AkregatorQueryable.cs,
6649           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6650           beagled/KMailQueryable/KMailIndexer.cs,
6651           beagled/LifereaQueryable/LifereaQueryable.cs,
6652           beagled/BlamQueryable/BlamQueryable.cs: Move Blog and KMail
6653           backends to UTC.
6655 2005-11-03 16:48  vvaradan
6657         * ChangeLog, Filters/FilterDOC.cs, Filters/FilterOle.cs,
6658           Filters/FilterPPT.cs, Filters/Makefile.am, glue/wv1-glue.c:
6659             * Filters/FilterOle.cs: Abstract base class for PPT and DOC
6660                   filters.
6661                   * Filters/FilterPPT.cs: Derived from FilterOle.
6662                   * Filters/FilterDOC.cs: Derived from FilterOle as wv1
6663           1.2.0 uses
6664                   libgsf instead of libole2.  Meta data parsing is done
6665           using
6666                   gsf-sharp and text-parsing is done using wv1.
6667                   * Filters/wv1-glue.c: A totally-random crash is fixed.
6668           This fixes
6669                   306812 and 31559.  Also, ported to work with both
6670           wv-1.2.0 and
6671                   wv-1.0.3.
6673 2005-11-03 14:17  joeshaw
6675         * BeagleClient/Makefile.am, BeagleClient/QueryableStatus.cs,
6676           BeagleClient/RemoteControl.cs, beagled/GoogleDriver.cs,
6677           beagled/IQueryable.cs, beagled/LuceneCommon.cs,
6678           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
6679           beagled/QueryDriver.cs, beagled/Queryable.cs,
6680           beagled/RemoteControlExecutors.cs,
6681           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6682           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
6683           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
6684           beagled/FileSystemQueryable/FileCrawlTask.cs,
6685           beagled/FileSystemQueryable/TreeCrawlTask.cs,
6686           beagled/GaimLogQueryable/GaimLogQueryable.cs,
6687           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
6688           beagled/KMailQueryable/KMailQueryable.cs,
6689           beagled/KopeteQueryable/KopeteQueryable.cs,
6690           beagled/LifereaQueryable/LifereaQueryable.cs,
6691           beagled/TomboyQueryable/TomboyQueryable.cs, tools/Info.cs: Add
6692           status infrastructure to the daemon, and instrument all of the
6693           backends to use the backend state stuff.  Progress information
6694           (percents) to follow.  Also fix a bug that could cause live
6695           queries to not work if a query was fired while an index was
6696           empty.  Also fix a bug where cached index counts were not being
6697           updated after a flush was run in the helper
6699 2005-11-03 13:41  joeshaw
6701         * Filters/FilterMail.cs: Convert the gmime date to UTC
6703 2005-11-03 13:40  joeshaw
6705         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
6706           Dates from camel are already UTC, so don't convert them
6708 2005-11-03 13:25  joeshaw
6710         * beagled/EvolutionMailDriver/: EvolutionMailIndexableGenerator.cs,
6711           MailCrawler.cs: Use UTC in the mail backend
6713 2005-11-03 13:11  trow
6715         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Store the
6716           extension in a property, and increment the queryable's minor
6717           version.
6719 2005-11-03 13:01  trow
6721         * beagled/: FileAttributesStore.cs,
6722           FileAttributesStore_ExtendedAttribute.cs,
6723           FileSystemQueryable/FileSystemQueryable.cs,
6724           GaimLogQueryable/GaimLogQueryable.cs,
6725           KopeteQueryable/KopeteQueryable.cs: Keep all times in UTC to
6726           avoid time-zone problems.
6728           When setting the beagle:TextFilename and beagle:Filename
6729           properties, do not include the filename extension.
6731 2005-11-03 12:54  trow
6733         * beagled/: beagled-index-helper.in, beagled.in: Only run mono with
6734           --debug (which causes it to use more memory) if beagled was run
6735           with --debug on the command line.
6737 2005-11-03 12:53  dsd
6739         * ChangeLog, Util/Scheduler.cs, beagled/QueryDriver.cs:         *
6740           Util/Scheduler.cs, beagled/QueryDriver.cs: Reuse StringBuilders
6742 2005-11-03 12:51  trow
6744         * Util/PathFinder.cs: Call Path.GetFullPath on BEAGLE_HOME and
6745           BEAGLE_STORAGE.  This fixes bug 320629.
6747 2005-11-02 20:52  dbera
6749         * ChangeLog, Best/BestWindow.cs, Util/Conf.cs,
6750           beagled/PropertyKeywordFu.cs,
6751           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6752           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6753           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6754           beagled/KMailQueryable/KMailIndexer.cs, tools/beagle-status:
6755           Conf.cs: searching.xml was getting saved unnecessarily. Oops!
6756           AkregatorQueryable, KMailQueeryable: minor fixes.  beagle-status:
6757           no more annoying flashing FileSystemQueryable.cs: fixed indexed
6758           files from getting reindexed again.  PropertyKeywordFu.cs: added
6759           mailing list as a query keyword
6761 2005-11-02 15:05  fhedberg
6763         * Filters/FilterDocbook.cs: Set the Filterting to AlreadyFiltered
6764           for the docbook children.
6766 2005-11-01 15:06  clahey
6768         * ChangeLog, Filters/FilterDocbook.cs: 2005-11-01  Christopher
6769           James Lahey  <clahey@ximian.com>
6771                   * Filters/FilterDocbook.cs: Use text/x-docbook-entry
6772           instead of
6773                   text/plain for mime type of entries.
6775 2005-11-01 14:44  fhedberg
6777         * Filters/FilterDocbook.cs: Language and top-level title on the
6778           actual File-item.
6780 2005-11-01 11:26  fhedberg
6782         * Filters/FilterDocbook.cs: Ooh. We have filter versioning.
6784 2005-11-01 11:20  trow
6786         * glue/beagled-utils.c, Util/DirectoryWalker.cs: Be more careful in
6787           our marshaling when passing a StringBuilder to sys_readdir.  This
6788           fixes the dreaded glibc "double free or corruption" crash.
6790 2005-11-01 11:08  fhedberg
6792         * Filters/FilterDocbook.cs: Add language property to docbook
6793           filter.
6795 2005-10-30 19:37  dsd
6797         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
6798           upstream-changes/15_lock-timeout-verbose.patch: Do a little
6799           investigation when lock obtain timeouts occur
6801 2005-10-29 11:15  dsd
6803         * ChangeLog,
6804           beagled/Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
6805           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
6806           beagled/Lucene.Net/Store/Lock.cs,
6807           beagled/Lucene.Net/upstream-changes/13_lock-loop-cleanup.patch,
6808           beagled/Lucene.Net/upstream-changes/14_analysis-leak.patch:    *
6809           beagled/Lucene.Net: Clean up the locking loop, and fix a leak
6811 2005-10-29 10:47  dsd
6813         * beagled/LuceneQueryable.cs: Temporarily revert joe's recent
6814           AcceptQuery() modification. See bug 320014.
6816 2005-10-28 15:32  joeshaw
6818         * configure.in, Filters/FilterPPT.cs: Fix the PPT filter.  Patch
6819           from Varadhan.  Requires gsf-sharp 0.5
6821 2005-10-27 16:28  dsd
6823         * Util/Log.cs: More granularity in log timestamps
6825 2005-10-27 16:17  joeshaw
6827         * configure.in: Add gnome-vfs-sharp-2.0 to the liste of
6828           requirements, and require gtk-sharp 2.3.90 or higher
6830 2005-10-27 16:10  dsd
6832         * beagled/Lucene.Net/: Store/FSDirectory.cs, Store/Lock.cs,
6833           upstream-changes/12_more-lock-logging.patch: More lucene lock
6834           logging (still has to be manually enabled in FSDirectory.cs)
6836 2005-10-27 13:53  dsd
6838         * ChangeLog, Tiles/Tile.cs, Util/GnomeFu.cs:    * Util/GnomeFu.cs:
6839           Readd some gnome bindings, some of the gtk-sharp
6840                   bindings we were using are only available on
6841           gtk-sharp-2.5.
6842                   * Tiles/Tile.cs: Use GnomeFu to do mime application
6843           lookup
6845 2005-10-27 08:14  llipka
6847         * Util/Conf.cs: Typo's are strange.
6849 2005-10-26 17:53  joeshaw
6851         * mozilla-extension/: Makefile.am, chrome.manifest, install.rdf,
6852           locale/en-US/beagle.properties: Add a chrome.manifest file, bump
6853           up the extension version.  For better Firefox 1.5 support
6855 2005-10-26 12:21  joeshaw
6857         * beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
6858           beagled/RemoteIndexer.cs, Util/Inotify.cs, Util/Makefile.am,
6859           Util/Scheduler.cs, beagled/IndexHelper/IndexHelper.cs: * Change
6860           some uses of regular threads to ExceptionHandlingThreads in
6861           Inotify.cs and Scheduler.cs.
6863           * Fix a bug in the scheduler which caused the seconds field of a
6864           TimeSpan to be compared rather than the total number of seconds
6865           elapsed.  This should make throttling a little more reliable.
6867           * Add catch-all exception handlers to beagled, the IndexHelper,
6868           and BuildIndex so that if an unhandled exception is thrown, these
6869           will exit immediately rather than sitting around forever waiting
6870           to be killed.
6872           * Log the PID of the IndexHelper that was just started in the
6873           beagled log.
6875 2005-10-25 14:56  joeshaw
6877         * beagled/Makefile.am: Fix some dependencies that were causing
6878           problems with make -j
6880 2005-10-25 12:42  dsd
6882         * ChangeLog, Tiles/Tile.cs, Tiles/TileFile.cs,
6883           Tiles/TileMailMessage.cs, Util/GnomeFu.cs, Util/Makefile.am,
6884           Util/Vfs.cs, Util/gnome.cs, beagled/FilterFactory.cs:       *
6885           Util/GnomeFu.cs: New, reduced bindings to replace gnome.cs and
6886           Vfs.cs
6887                   * Tiles, beagled/FilterFactory.cs: Use gtk-sharp and
6888           GnomeFu where
6889                   appropriate.
6891 2005-10-24 19:04  dsd
6893         * beagled/.cvsignore: Ignore beagle-build-index
6895 2005-10-24 19:03  dsd
6897         * ChangeLog, BeagleClient/Indexable.cs, Best/Best.cs,
6898           Best/BestTray.cs, Best/BestWindow.cs, Filters/FilterMail.cs,
6899           ImLogViewer/ImLogViewer.cs, ImLogViewer/ImLogWindow.cs,
6900           Tiles/Template.cs, Tiles/TileDocs.cs, Tiles/TileFolder.cs,
6901           Tiles/TileImLog.cs, Tiles/TileMailMessage.cs,
6902           Tiles/TileSpreadsheet.cs, Tiles/TranslationHack.cs,
6903           Tiles/extract-translations.pl, Util/Evolution.cs,
6904           Util/ExifData.cs, Util/ExtendedAttribute.cs, Util/FileAdvise.cs,
6905           Util/FileSystem.cs, Util/Inotify.cs, Util/KdeUtils.cs,
6906           Util/Log.cs, Util/PathFinder.cs, Util/StringFu.cs,
6907           Util/SystemInformation.cs, Util/UnixClient.cs,
6908           Util/UnixListener.cs, Util/XKeybinder.cs,
6909           beagled/BeagleDaemon.cs, beagled/BuildIndex.cs,
6910           beagled/Filter.cs,
6911           beagled/AkregatorQueryable/AkregatorQueryable.cs,
6912           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
6913           beagled/FileSystemQueryable/FileSystemQueryable.cs,
6914           beagled/IndexHelper/IndexHelper.cs,
6915           beagled/KMailQueryable/KMailIndexableGenerator.cs,
6916           beagled/KMailQueryable/KMailIndexer.cs, doc/I18N,
6917           tools/Settings.cs:      * Convert to Mono.Unix everywhere
6918                   * Add BEAGLE_THERE_BE_NO_QUITTIN environment variable,
6919           which when set,
6920                   disables our SIGQUIT handler.
6922 2005-10-24 18:15  dbera
6924         * Best/BestWindow.cs: Fixed a bug in Best caused by the
6925           clear-button patch.
6927 2005-10-24 17:56  dsd
6929         * ChangeLog, beagled/Mono.Data.SqliteClient/Sqlite.cs,
6930           beagled/Mono.Data.SqliteClient/SqliteCommand.cs,
6931           beagled/Mono.Data.SqliteClient/SqliteConnection.cs,
6932           beagled/Mono.Data.SqliteClient/SqliteDataReader.cs,
6933           beagled/Mono.Data.SqliteClient/SqliteParameterCollection.cs,
6934           beagled/Mono.Data.SqliteClient/SqliteTransaction.cs:       *
6935           beagled/Mono.Data.SqliteClient: Merge recent upstream changes
6937 2005-10-24 16:36  joeshaw
6939         * mozilla-extension/install.rdf: Set the supported version for the
6940           Firefox extension to 1.5, as it appears to work on the Firefox
6941           1.5 beta
6943 2005-10-24 16:16  trow
6945         * Filters/FilterImLog.cs, Filters/Makefile.am,
6946           ImLogViewer/ImLogViewer.cs, ImLogViewer/ImLogWindow.cs,
6947           ImLogViewer/Makefile.am, Tiles/TileImLog.cs, Util/ImBuddy.cs,
6948           Util/ImLog.cs, beagled/LuceneQueryable.cs,
6949           beagled/GaimLogQueryable/GaimLogQueryable.cs,
6950           beagled/KopeteQueryable/KopeteQueryable.cs: Move IM log parsing
6951           into a filter, so that everything happens in the helper process.
6952           This dramatically reduces the number of allocations in the
6953           beagled process.  Patch by Daniel Drake.
6955 2005-10-23 13:12  dbera
6957         * ChangeLog, Best/BestWindow.cs, Tiles/SimpleRootTile.cs: Fixes
6958           315984. Adding clear function to best.  Patch submitted by Dennis
6959           Snell <dmsnell@purdue.edu>
6961 2005-10-21 17:24  trow
6963         * BeagleClient/Property.cs, BeagleClient/QueryPart.cs,
6964           Util/StringFu.cs, beagled/LuceneCommon.cs,
6965           beagled/LuceneQueryingDriver.cs, beagled/beagled-index-helper.in,
6966           beagled/beagled.in, bludgeon/Bludgeon.cs, bludgeon/Daemon.cs,
6967           bludgeon/FileModel.cs, bludgeon/QueryFu.cs,
6968           bludgeon/SanityCheck.cs, tools/Query.cs: Implemented date range
6969           queries, starting from some work that Joe had already done.
6971           Added testing of or-queries and date range-queries to bludgeon.
6973           Added heap-buddy support to bludgeon.
6975 2005-10-21 12:06  dbera
6977         * ChangeLog, beagled/PropertyKeywordFu.cs: Adding some email
6978           related query keywords. Now I can search for the HTML filter
6979           email from joe.
6981 2005-10-20 21:23  dbera
6983         * ChangeLog, beagled/AkregatorQueryable/AkregatorQueryable.cs,
6984           beagled/BlamQueryable/BlamQueryable.cs,
6985           beagled/LifereaQueryable/LifereaQueryable.cs: Change Liferea,
6986           Blam and Akregator backends to use stream parsing instead of
6987           serializer.  Removed fixme from property-names in those backends
6988           to use DC element names.
6990 2005-10-20 21:23  dbera
6992         * beagled/PropertyKeywordFu.cs: Changed some comments.
6994 2005-10-20 13:41  joeshaw
6996         * beagled/LuceneQueryable.cs: If we get null back from the
6997           IndexableGenerator, we want to continue through the loop, not
6998           break out of it.  Also fix an obsolete comment
7000 2005-10-19 20:19  fhedberg
7002         * tools/Makefile.am: Don't display warning #0169 - The private
7003           field is never used.
7005 2005-10-19 20:00  dbera
7007         * ChangeLog, Util/Conf.cs, Best/BestWindow.cs: Minor fixes in
7008           BestWindow and added Conf settings for holmes.
7010 2005-10-19 09:07  knvijay
7012         * beagled/: BeagleDaemon.cs, WebServices/WebBackEnd.cs,
7013           WebServices/WebServiceBackEnd.cs: Fix for bug 317622: Enabling
7014           beagled with webservices to support --replace option
7016 2005-10-18 18:15  joeshaw
7018         * beagled/LuceneQueryable.cs: When checking the item count in
7019           AcceptQuery(), look at the driver's rather than conditionally the
7020           indexer's.  This prevents us from starting an index helper
7021           process just to see if we accept a query
7023 2005-10-18 15:50  joeshaw
7025         * mozilla-extension/install.rdf,
7026           mozilla-extension/content/beagleOverlay.js,
7027           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs: Add
7028           new inotify-based indexing to the IndexingService, and port the
7029           firefox extension to use it
7031 2005-10-18 14:05  trow
7033         * Util/Log.cs: Doh!  Forgot to add this before.
7035 2005-10-18 11:37  trow
7037         * Filters/FilterMusic.cs, Util/DelayedTextWriter.cs,
7038           Util/FileAdvise.cs, Util/Logger.cs, Util/Makefile.am,
7039           Util/TeeTextWriter.cs, beagled/BeagleDaemon.cs,
7040           beagled/ExtractContent.cs, beagled/IndexWebContent.cs,
7041           beagled/beagled.in, beagled/IndexHelper/IndexHelper.cs: Revamped
7042           and simplified logging.  Some benefits of the new system: (1) The
7043           fiction of multiple loggers has been removed.  You now just
7044           log by calling static methods: Log.Debug ("foo"), etc.  (2)
7045           Backwards-compatibility.  The Logger class now proxies everything
7046           to the     static Log methods.  (3) Every line of the log is
7047           prefixed with the timestamp, so we don't     scramble multi-line
7048           spew and exceptions when combining daemon and     helper logs.
7049           (4) Exceptions are also logged into a special exception log,
7050           which makes it     very easy to see if exceptions were thrown and
7051           what they were.
7053 2005-10-17 17:26  dbera
7055         * ChangeLog, Util/Conf.cs, Best/BestTray.cs, Best/BestWindow.cs:
7056           Save Best window position, dimension and search history across
7057           sessions.
7059 2005-10-17 16:47  dsd
7061         * Util/StringFu.cs, Util/UriFu.cs, beagled/BeagleDaemon.cs: Remove
7062           some old code now that we require mono >= 1.1.7
7064 2005-10-17 15:57  dsd
7066         * beagled/Lucene.Net/upstream-changes/: 10_fewer-exceptions.patch,
7067           11_charstream-no-exceptions.patch: Add my lucene
7068           de-exceptionisation work as upstream-changes patches
7070 2005-10-17 15:32  dsd
7072         * configure.in: Update comment and message about sqlite3 support
7074 2005-10-17 15:24  dsd
7076         * ChangeLog, configure.in, Util/Inotify.cs, Util/Makefile.am,
7077           glue/Makefile.am:         * configure.in, Util/Inotify.cs,
7078           Util/Makefile.am, glue/Makefile.am:
7079                   Conditionally build inotify support. Disable on FreeBSD.
7081 2005-10-17 14:58  dsd
7083         * ChangeLog, beagled/Lucene.Net/Analysis/Standard/CharStream.cs,
7084           beagled/Lucene.Net/Analysis/Standard/FastCharStream.cs,
7085           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
7086           beagled/Lucene.Net/Document/Field.cs,
7087           beagled/Lucene.Net/Index/FieldInfos.cs:   * beagled/Lucene.Net/:
7088           Small optimization; reduce the amount of
7089                   exception/throwing catching
7091 2005-10-17 10:28  utx
7093         * po/: ChangeLog, cs.po: cs.po: Fixed syntax error.
7095 2005-10-14 19:16  dbera
7097         * ChangeLog, beagled/PropertyKeywordFu.cs, tools/Makefile.am,
7098           tools/Query.cs: Output supported keyword queries in beagle-query
7099           --help
7101 2005-10-14 12:09  joeshaw
7103         * Util/ExceptionHandlingThread.cs,
7104           beagled/EvolutionMailDriver/MailCrawler.cs: Throw an
7105           ArgumentNullException if the method passed into an
7106           ExceptionHandlingThread is null.  Check in various loops if a
7107           shutdown has been requested and short circuit in the mail
7108           crawler.
7110 2005-10-14 10:49  joeshaw
7112         * tools/beagle-query.1: Fix the man page to not include equals
7113           signs with the arguments, and add the --stats-only arg
7115 2005-10-13 09:09  llipka
7117         * Tiles/: TileMusic.cs, template-music.html: Fix bgo 317854 and
7118           display artist
7120 2005-10-13 08:31  llipka
7122         * Util/Logger.cs, beagled/IndexWebContent.cs: * Util/Logger.cs -
7123           Fix bgo 318690 and delete old IndexWebContent files *
7124           beagled/IndexWebContent.cs - Get this compliant with our standard
7126 2005-10-12 22:04  trow
7128         * Util/Scheduler.cs, beagled/BeagleDaemon.cs,
7129           beagled/LuceneQueryable.cs: Added --indexing-test-mode to
7130           beagled, which makes it run in the foreground and then shut down
7131           the daemon when everything is fully indexed.
7133 2005-10-12 20:58  trow
7135         * beagled/: DumpIndex.cs, LuceneCommon.cs, Makefile.am: Added
7136           beagle-dump-index tool.
7138 2005-10-12 09:13  dsd
7140         * ChangeLog, Util/UriFu.cs:     * Util/UriFu.cs: Fix serialization
7141           of non-file uri's
7143 2005-10-11 17:18  serrador
7145         * po/: ChangeLog, es.po: 2005-10-11  Francisco Javier F. Serrador
7146           <serrador@cvs.gnome.org>
7148                   * es.po: Updated Spanish translation.
7150 2005-10-11 09:29  knvijay
7152         * beagled/WebServices/WebServiceBackEnd.cs: Enabling snippets
7154 2005-10-10 20:26  dbera
7156         * beagled/QueryStringParser.cs: Added a FIXME as per Joe's
7157           suggestion.
7159 2005-10-10 20:20  dbera
7161         * Tiles/TileMailMessage.cs: Also check the property
7162           parent:fixme:hasAttachments to determine if the hit is an
7163           attachment.
7165 2005-10-10 17:17  dbera
7167         * beagled/KMailQueryable/KMailQueryable.cs: Better warning if
7168           kmailqueryable finds bad kmail mfolder. bug #318298.
7170 2005-10-10 17:02  trow
7172         * BeagleClient/Indexable.cs: Fixed a cut&paste-o in the static
7173           thread-local buffers.
7175 2005-10-10 11:17  trow
7177         * BeagleClient/Indexable.cs, Util/DirectoryWalker.cs,
7178           Util/ImLog.cs, beagled/BeagleDaemon.cs: Be smarter about re-using
7179           StringBuilders in Util/ImLog.cs and Util/DirectoryWalker.cs.
7181           Use thread-local static buffers in BeagleClient/Indexable.cs,
7182           instead of constantly allocating new buffers.
7184           Changed beagled/BeagleDaemon.cs to not complain when it sees the
7185           --heap-buddy argument on the command line.
7187 2005-10-10 06:29  knvijay
7189         * beagled/WebServices/ExternalAccessFilter.cs: Removed deprecated
7190           use of publicfolder.cfg
7192 2005-10-07 07:03  dsd
7194         * ChangeLog, glue/Makefile.am:  * glue/Makefile.am: Always ship
7195           conditional glue
7196           ----------------------------------------------------------------------
7198 2005-10-06 20:54  trow
7200         * beagled/Lucene.Net/: Analysis/Standard/StandardTokenizer.cs,
7201           QueryParser/QueryParser.cs: Small fixes to allow Lucene 1.9 to
7202           compile.
7204 2005-10-06 17:33  dbera
7206         * HACKING: Minor addition to help converts from Java.
7208 2005-10-06 17:22  dbera
7210         * beagled/Makefile.am: Oops.. forgot.
7212 2005-10-06 17:22  dbera
7214         * beagled/: PropertyKeywordFu.cs, QueryStringParser.cs: Added
7215           keyword based query support e.g. author:dbera. Currently the
7216           mapping is stored by hand in PropertyKeywordFu.cs.
7218 2005-10-06 15:56  trow
7220         * beagled/ExtractContent.cs: If there is no filter for a file,
7221           print the mime type.  This fixes bgo bug 318131.
7223           Sort the properties before displaying them.
7225           Only print debug spew if the --debug option is passed in on the
7226           command line.
7228 2005-10-06 15:29  dsd
7230         * ChangeLog, beagled/Makefile.am,
7231           beagled/Lucene.Net/AssemblyInfo.cs,
7232           beagled/Lucene.Net/LucenePackage.cs,
7233           beagled/Lucene.Net/upstream-changes.diff,
7234           beagled/Lucene.Net/Analysis/LowerCaseFilter.cs,
7235           beagled/Lucene.Net/Analysis/PorterStemmer.cs,
7236           beagled/Lucene.Net/Analysis/StopAnalyzer.cs,
7237           beagled/Lucene.Net/Analysis/Standard/StandardAnalyzer.cs,
7238           beagled/Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
7239           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
7240           beagled/Lucene.Net/Analysis/Standard/TokenMgrError.cs,
7241           beagled/Lucene.Net/Document/DateField.cs,
7242           beagled/Lucene.Net/Document/DateTools.cs,
7243           beagled/Lucene.Net/Document/Document.cs,
7244           beagled/Lucene.Net/Document/Field.cs,
7245           beagled/Lucene.Net/Document/NumberTools.cs,
7246           beagled/Lucene.Net/Index/CompoundFileReader.cs,
7247           beagled/Lucene.Net/Index/CompoundFileWriter.cs,
7248           beagled/Lucene.Net/Index/DocumentWriter.cs,
7249           beagled/Lucene.Net/Index/FieldInfo.cs,
7250           beagled/Lucene.Net/Index/FieldInfos.cs,
7251           beagled/Lucene.Net/Index/FieldsReader.cs,
7252           beagled/Lucene.Net/Index/FieldsWriter.cs,
7253           beagled/Lucene.Net/Index/FilterIndexReader.cs,
7254           beagled/Lucene.Net/Index/IndexReader.cs,
7255           beagled/Lucene.Net/Index/IndexWriter.cs,
7256           beagled/Lucene.Net/Index/MultiReader.cs,
7257           beagled/Lucene.Net/Index/MultipleTermPositions.cs,
7258           beagled/Lucene.Net/Index/SegmentInfos.cs,
7259           beagled/Lucene.Net/Index/SegmentMerger.cs,
7260           beagled/Lucene.Net/Index/SegmentReader.cs,
7261           beagled/Lucene.Net/Index/SegmentTermDocs.cs,
7262           beagled/Lucene.Net/Index/SegmentTermEnum.cs,
7263           beagled/Lucene.Net/Index/SegmentTermPositionVector.cs,
7264           beagled/Lucene.Net/Index/SegmentTermPositions.cs,
7265           beagled/Lucene.Net/Index/SegmentTermVector.cs,
7266           beagled/Lucene.Net/Index/Term.cs,
7267           beagled/Lucene.Net/Index/TermBuffer.cs,
7268           beagled/Lucene.Net/Index/TermDocs.cs,
7269           beagled/Lucene.Net/Index/TermInfosReader.cs,
7270           beagled/Lucene.Net/Index/TermInfosWriter.cs,
7271           beagled/Lucene.Net/Index/TermPositionVector.cs,
7272           beagled/Lucene.Net/Index/TermPositions.cs,
7273           beagled/Lucene.Net/Index/TermVectorOffsetInfo.cs,
7274           beagled/Lucene.Net/Index/TermVectorsReader.cs,
7275           beagled/Lucene.Net/Index/TermVectorsWriter.cs,
7276           beagled/Lucene.Net/QueryParser/MultiFieldQueryParser.cs,
7277           beagled/Lucene.Net/QueryParser/QueryParser.cs,
7278           beagled/Lucene.Net/QueryParser/QueryParserTokenManager.cs,
7279           beagled/Lucene.Net/Search/BooleanClause.cs,
7280           beagled/Lucene.Net/Search/BooleanQuery.cs,
7281           beagled/Lucene.Net/Search/BooleanScorer.cs,
7282           beagled/Lucene.Net/Search/BooleanScorer2.cs,
7283           beagled/Lucene.Net/Search/ConjunctionScorer.cs,
7284           beagled/Lucene.Net/Search/DateFilter.cs,
7285           beagled/Lucene.Net/Search/DisjunctionSumScorer.cs,
7286           beagled/Lucene.Net/Search/FieldCache.cs,
7287           beagled/Lucene.Net/Search/FieldCacheImpl.cs,
7288           beagled/Lucene.Net/Search/FieldDoc.cs,
7289           beagled/Lucene.Net/Search/FieldDocSortedHitQueue.cs,
7290           beagled/Lucene.Net/Search/FieldSortedHitQueue.cs,
7291           beagled/Lucene.Net/Search/FilteredQuery.cs,
7292           beagled/Lucene.Net/Search/FilteredTermEnum.cs,
7293           beagled/Lucene.Net/Search/FuzzyQuery.cs,
7294           beagled/Lucene.Net/Search/FuzzyTermEnum.cs,
7295           beagled/Lucene.Net/Search/HitCollector.cs,
7296           beagled/Lucene.Net/Search/Hits.cs,
7297           beagled/Lucene.Net/Search/IndexSearcher.cs,
7298           beagled/Lucene.Net/Search/MultiPhraseQuery.cs,
7299           beagled/Lucene.Net/Search/MultiSearcher.cs,
7300           beagled/Lucene.Net/Search/MultiTermQuery.cs,
7301           beagled/Lucene.Net/Search/NonMatchingScorer.cs,
7302           beagled/Lucene.Net/Search/ParallelMultiSearcher.cs,
7303           beagled/Lucene.Net/Search/PhrasePrefixQuery.cs,
7304           beagled/Lucene.Net/Search/PhraseQuery.cs,
7305           beagled/Lucene.Net/Search/PhraseScorer.cs,
7306           beagled/Lucene.Net/Search/PrefixQuery.cs,
7307           beagled/Lucene.Net/Search/Query.cs,
7308           beagled/Lucene.Net/Search/QueryFilter.cs,
7309           beagled/Lucene.Net/Search/RangeFilter.cs,
7310           beagled/Lucene.Net/Search/RangeQuery.cs,
7311           beagled/Lucene.Net/Search/RemoteSearchable.cs,
7312           beagled/Lucene.Net/Search/ReqExclScorer.cs,
7313           beagled/Lucene.Net/Search/ReqOptSumScorer.cs,
7314           beagled/Lucene.Net/Search/ScoreDocComparator.cs,
7315           beagled/Lucene.Net/Search/Scorer.cs,
7316           beagled/Lucene.Net/Search/Searchable.cs,
7317           beagled/Lucene.Net/Search/Searcher.cs,
7318           beagled/Lucene.Net/Search/Similarity.cs,
7319           beagled/Lucene.Net/Search/SimilarityDelegator.cs,
7320           beagled/Lucene.Net/Search/Sort.cs,
7321           beagled/Lucene.Net/Search/SortComparator.cs,
7322           beagled/Lucene.Net/Search/SortComparatorSource.cs,
7323           beagled/Lucene.Net/Search/SortField.cs,
7324           beagled/Lucene.Net/Search/TermQuery.cs,
7325           beagled/Lucene.Net/Search/TermScorer.cs,
7326           beagled/Lucene.Net/Search/TopFieldDocs.cs,
7327           beagled/Lucene.Net/Search/Weight.cs,
7328           beagled/Lucene.Net/Search/WildcardQuery.cs,
7329           beagled/Lucene.Net/Search/WildcardTermEnum.cs,
7330           beagled/Lucene.Net/Search/Spans/SpanNearQuery.cs,
7331           beagled/Lucene.Net/Search/Spans/SpanScorer.cs,
7332           beagled/Lucene.Net/Search/Spans/SpanWeight.cs,
7333           beagled/Lucene.Net/Store/BufferedIndexInput.cs,
7334           beagled/Lucene.Net/Store/BufferedIndexOutput.cs,
7335           beagled/Lucene.Net/Store/Directory.cs,
7336           beagled/Lucene.Net/Store/FSDirectory.cs,
7337           beagled/Lucene.Net/Store/IndexInput.cs,
7338           beagled/Lucene.Net/Store/IndexOutput.cs,
7339           beagled/Lucene.Net/Store/InputStream.cs,
7340           beagled/Lucene.Net/Store/Lock.cs,
7341           beagled/Lucene.Net/Store/MMapDirectory.cs,
7342           beagled/Lucene.Net/Store/OutputStream.cs,
7343           beagled/Lucene.Net/Store/RAMDirectory.cs,
7344           beagled/Lucene.Net/Store/RAMFile.cs,
7345           beagled/Lucene.Net/Store/RAMInputStream.cs,
7346           beagled/Lucene.Net/Store/RAMOutputStream.cs,
7347           beagled/Lucene.Net/Util/BitVector.cs,
7348           beagled/Lucene.Net/Util/Constants.cs,
7349           beagled/Lucene.Net/Util/Parameter.cs,
7350           beagled/Lucene.Net/Util/StringHelper.cs,
7351           beagled/Lucene.Net/upstream-changes/01_obtain-lock-fix.patch,
7352           beagled/Lucene.Net/upstream-changes/02_FSDirectory-custom-locking.patch,
7353           beagled/Lucene.Net/upstream-changes/03_FSDirectory-pid-in-lockfile.patch,
7354           beagled/Lucene.Net/upstream-changes/04_utc-times.patch,
7355           beagled/Lucene.Net/upstream-changes/05_FSDirectory-rename-fileshare.patch,
7356           beagled/Lucene.Net/upstream-changes/06_FSDirectory-lock-logging.patch,
7357           beagled/Lucene.Net/upstream-changes/07_TermBuffer-stringcopy.patch,
7358           beagled/Lucene.Net/upstream-changes/08_more-lock-obtain-fixes.patch,
7359           beagled/Lucene.Net/upstream-changes/09-path-combine.patch:      *
7360           beagled/Makefile.am, beagled/Lucene.Net/: Update to Lucene 1.9,
7361           and fix
7362                   a lock obtain bug.
7364 2005-10-06 13:52  joeshaw
7366         * beagled/ExtractContent.cs: Write out the MimeType based on the
7367           Filter's mime type, rather than the Indexable's
7369 2005-10-06 12:50  dsd
7371         * ChangeLog, Util/UriFu.cs:     * Util/UriFu.cs: Convert Uri's to a
7372           constructable form before
7373                   serialization.
7375 2005-10-06 11:53  dsd
7377         * ChangeLog, Util/Scheduler.cs, beagled/IndexSynchronization.cs:
7378               * Util/Scheduler.cs: Don't allow tasks to be added without a
7379           source
7380                   * beagled/IndexSynchronization.cs: Fake a source for
7381           scheduler tasks
7383 2005-10-06 08:40  dsd
7385         * ChangeLog, beagled/KopeteQueryable/KopeteQueryable.cs:        *
7386           beagled/KopeteQueryable/KopeteQueryable.cs: Set a source for
7387           scheduler
7388                   tasks. Thanks to raddy on IRC and Henry S. Thompson on
7389           bug #317997 for
7390                   helping to track this down.
7392 2005-10-05 10:36  dsd
7394         * configure.in: Bump version to 0.1.2
7396 2005-10-05 10:33  dsd
7398         * ChangeLog, configure.in, Best/BestTray.cs, Filters/FilterDOC.cs,
7399           Util/DirectoryWalker.cs, Util/GeckoUtils.cs, Util/Inotify.cs,
7400           Util/IoPriority.cs, Util/SystemInformation.cs,
7401           Util/XKeybinder.cs, glue/Makefile.am:   * glue/Makefile.am:
7402           Consolidate glue code into two libraries,
7403                   libbeagleglue and libbeagleuiglue.
7404                   * Best/BestTray.cs, Util/*: Use
7405           libbeagleglue/libbeagleuiglue
7407 2005-10-04 16:37  joeshaw
7409         * libbeagle/beagle/beagle-query.c: Change beagle_query_add_text()
7410           to use human query parts rather than text
7412 2005-10-03 16:47  trow
7414         * NEWS, configure.in: Incremented version number to 0.1.1.  Updated
7415           NEWS for release.
7417 2005-10-03 14:25  trow
7419         * Tiles/SimpleRootTile.cs: Allow beagled to be started from best on
7420           amd64.  This fixes bgo bug 317826.  Thanks for Jack Miller for
7421           the patch.
7423 2005-10-03 13:42  dsd
7425         * ChangeLog, beagled/LuceneQueryingDriver.cs:   *
7426           beagled/LuceneQueryingDriver.cs: Fix fd leak on certain codepath
7428 2005-10-03 05:42  fwang
7430         * po/: ChangeLog, zh_CN.po: Updated Simplified Chinese translation
7432 2005-09-29 05:53  al_shopov
7434         * po/: ChangeLog, bg.po: 2005-09-29  Alexander Shopov
7435           <ash@contact.bg>
7437                   * bg.po: Updated Bulgarian translation by
7438                   Rostislav Raykov <zbrox@i-space.org>
7440 2005-09-27 09:43  vvaradan
7442         * ChangeLog, Filters/FilterOpenOffice.cs:         * Fixes 317277.
7443                   Patch submitted by David Richards <drichard@largo.com>
7445                   * Filter/FilterOpenOffice.cs: Support OOo Draw files.
7447 2005-09-25 19:19  dbera
7449         * beagled/: Makefile.am, KMailQueryable/KMailIndexableGenerator.cs,
7450           KMailQueryable/KMailIndexer.cs, KMailQueryable/KMailQueryable.cs:
7451           Initial release of a KMail backend
7453 2005-09-25 11:26  aihana
7455         * po/: ChangeLog, ja.po: 2005-09-25  Takeshi AIHANA
7456           <aihana@gnome.gr.jp>
7458                   * Updated Japanese translation for HEAD.
7460 2005-09-25 10:59  hebra
7462         * po/: ChangeLog, de.po: 2005-09-25  Hendrik Brandt
7463           <heb@gnome-de.org>
7465                   * de.po: Updated German translation.
7467 2005-09-20 16:46  joeshaw
7469         * beagled/Server.cs: Don't try to call into a null executor in the
7470           Server
7472 2005-09-20 15:07  joeshaw
7474         * Util/XmlFu.cs: forgot to add this.
7476 2005-09-20 14:38  joeshaw
7478         * BeagleClient/Client.cs, Util/Conf.cs, Util/Makefile.am,
7479           beagled/Server.cs, beagled/FileSystemQueryable/FileNameFilter.cs:
7480           Force encoding for XmlSerializer to be UTF8, since it defaults to
7481           the current system encoding.  Also fix a problem with ignore that
7482           was tracked down by Lukas
7484 2005-09-20 11:51  joeshaw
7486         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Set the task.Source
7487           on the non-inotify task to avoid exceptions.  Fixes bgo #316642
7489 2005-09-19 18:17  joeshaw
7491         * beagled/Makefile.am: Compile the evolution data server backend
7492           into its own assembly, and install into the system backend
7493           directory.  This makes it possible to package separately from the
7494           rest of Beagle
7496 2005-09-19 17:58  joeshaw
7498         * Filters/FilterText.cs: Add a bunch of mime types to the plain
7499           text filter for various things in the shared-mime-info
7501 2005-09-19 12:39  joeshaw
7503         * beagled/EvolutionDataServerQueryable/: BookContainer.cs,
7504           CalContainer.cs: Add a ranting tirade against the Uri class and
7505           change the URI scheme for contacts and calendars to not throw
7506           exceptions.  Fortunately Evolution is forgiving in its URIs.
7507           Also fix a crash if we can't instantiate a Book or Cal
7509 2005-09-17 09:05  llipka
7511         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Call this what it
7512           really is called.
7514 2005-09-16 17:24  adrighem
7516         * po/: ChangeLog, nl.po: 2005-09-16  Vincent van Adrighem
7517           <adrighem@gnome.org>
7519                   * nl.po: Translation updated by Wouter Bolsterlee.
7521 2005-09-16 15:37  joeshaw
7523         * beagled/: Makefile.am,
7524           EvolutionDataServerQueryable/BookContainer.cs,
7525           EvolutionDataServerQueryable/CalContainer.cs,
7526           EvolutionDataServerQueryable/Container.cs,
7527           EvolutionDataServerQueryable/EdsSource.cs,
7528           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
7529           EvolutionDataServerQueryable/SourcesHandler.cs: Heavily refactor
7530           the EDS backend to be more compartmentalized, handle changes
7531           better, correctly remove items when sources are removed, use a
7532           new URI scheme that works with evolution 2.4/eds 1.4, and bump up
7533           the index version number to account for this
7535 2005-09-16 04:34  clyties
7537         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
7539 2005-09-15 19:25  joeshaw
7541         * beagled/: LuceneFileQueryable.cs, LuceneQueryable.cs,
7542           LuceneQueryingDriver.cs: Add a task which allows removal of all
7543           items which match a certain property
7545 2005-09-15 17:43  trow
7547         * beagled/FileSystemQueryable/: DirectoryModel.cs,
7548           DirectoryState.cs, FileCrawlTask.cs, FileSystemQueryable.cs:
7549           Better handling of directories with funny permissions.  This
7550           fixes bnc 117362.
7552 2005-09-15 12:59  trow
7554         * Filters/Makefile.am: Remove FilterGst.cs from the build.
7556 2005-09-15 12:43  trow
7558         * libbeagle/docs/reference/.cvsignore: Be quiet!
7560 2005-09-15 12:40  trow
7562         * NEWS: Updated for release.
7564 2005-09-15 12:37  trow
7566         * configure.in: Require mono 1.1.7.  (Actually, you should upgrade
7567           to 1.1.9.)
7569 2005-09-15 12:05  joeshaw
7571         * Util/Scheduler.cs: Keep track of the number of tasks we've
7572           processed in a given run through the scheduler, and if we pass a
7573           threshold, delay for a bit so that we don't peg the CPU
7575 2005-09-15 05:28  knvijay
7577         * beagled/WebServices/WebServiceProxy.cs: Restoring correct
7578           WebServiceProxy.cs
7580 2005-09-15 04:33  fhedberg
7582         * beagled/Makefile.am: Move undeclared variables.
7584 2005-09-15 04:31  fhedberg
7586         * BeagleClient/Makefile.am: Remove undeclared variables.
7588 2005-09-15 04:01  knvijay
7590         * beagled/WebServices/: WebFrontEnd.cs, WebServiceBackEnd.cs: Added
7591           exception handling in WebFrontEnd
7593 2005-09-14 14:31  dsd
7595         * po/: ChangeLog, pl.po:        * pl.po: Add missing \n
7597 2005-09-14 10:08  llipka
7599         * Util/CommandLineFu.cs, bludgeon/Bludgeon.cs: *
7600           Util/CommandLineFu.cs - Update the options spacing *
7601           bludgeon/Bludgeon.cs - Don't crash if we pass the --help option
7603 2005-09-13 15:33  trow
7605         * beagled/beagled.in, bludgeon/bludgeon.in, tools/wrapper.in: Allow
7606           the path to an alternative mono runtime to be specified by the
7607           BEAGLE_MONO_RUNTIME env variable.
7609 2005-09-13 15:32  trow
7611         * bludgeon/Bludgeon.cs: Added --slowdown option.  Fixed
7612           --total-time to be treated as a number of minutes, not seconds.
7614 2005-09-13 14:33  trow
7616         * configure.in: Incremented version number to 0.1.0.
7618 2005-09-12 15:19  joeshaw
7620         * beagled/QueryDriver.cs: Also fix --add-static-queryable
7622 2005-09-12 15:13  joeshaw
7624         * beagled/QueryDriver.cs: Fix a bug in which you couldn't specify
7625           system queryables to --allow-backend or --deny-backend
7627 2005-09-11 17:58  trow
7629         * beagled/FileSystemQueryable/: FileSystemQueryable.cs,
7630           LuceneNameResolver.cs: Another fix for corner cases related to
7631           bnc bug 116240.
7633 2005-09-09 17:31  joeshaw
7635         * libbeagle/beagle/: beagle-client.c, beagle-client.h,
7636           beagle-parser.c: Add a beagle_client_new_from_socket_path()
7637           function.  Add a comment about behavior in beagle-parser.c
7639 2005-09-09 15:47  trow
7641         * beagled/: FileAttributesStore.cs,
7642           FileSystemQueryable/FileSystemQueryable.cs: Unconditionally
7643           assign a new unique ID to added files.  This correctly handles
7644           copied files, fixing bnc bug 116240.
7646 2005-09-09 07:51  llipka
7648         * beagled/: LuceneFileQueryable.cs, StaticQueryable.cs: If we can't
7649           access a file/path, drop it.
7651 2005-09-08 16:03  dbera
7653         * ChangeLog, beagled/ExtractContent.cs: 2005-09-08  Debajyoti Bera
7654           <dbera.web@gmail.com>
7656                   * beagled/ExtractContent.cs: Fixed crasher #314716 and
7657           added
7658                   mimetype option to beagle-extract-content
7660 2005-09-08 14:20  joeshaw
7662         * beagled/: LuceneCommon.cs, LuceneQueryingDriver.cs: Don't pass
7663           back empty boolean queries if there aren't any terms in a text
7664           part (because stop words are stripped, for example).  This
7665           prevents any results from coming back at all
7667 2005-09-08 14:07  trow
7669         * Util/Inotify.cs, glue/inotify-glue.c: When snarfing inotify
7670           events, don't poll to check if Inotify.Stop has been called.
7671           This fixes (at least partially) bnc bug 115566.
7673 2005-09-08 00:28  trow
7675         * Filters/FilterAbiword.cs: Added support for gzipped abiword
7676           files.  This fixes bgo bug 315460.
7678 2005-09-07 23:49  trow
7680         * beagled/: BuildIndex.cs,
7681           FileSystemQueryable/DirectoryIndexableGenerator.cs,
7682           FileSystemQueryable/TreeCrawlTask.cs: Better symlink handling.
7683           This fixes bgo bug 315469.
7685 2005-09-07 18:41  joeshaw
7687         * beagled/BuildIndex.cs: Add a --disable-restart option to
7688           beagle-build-index
7690 2005-09-07 16:21  joeshaw
7692         * beagled/BuildIndex.cs: Some more sanity checks for
7693           beagle-build-index
7695 2005-09-07 16:11  joeshaw
7697         * beagled/BuildIndex.cs: Give a better error when --target isn't
7698           provided.  Use Logger.Log.Error for errors
7700 2005-09-07 15:59  joeshaw
7702         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
7703           Fix a stupid thinko when escaping backslashes
7705 2005-09-07 14:12  joeshaw
7707         * mozilla-extension/content/beagleOverlay.js: Keep the firefox
7708           extension from freaking out if ~/.beagle doesn't exist
7710 2005-09-07 07:24  yairhr
7712         * ChangeLog, configure.in, po/ChangeLog, po/he.po: [no log message]
7714 2005-09-07 01:28  trow
7716         * Util/Scheduler.cs, beagled/IndexerRequest.cs,
7717           beagled/LuceneQueryable.cs, beagled/RemoteIndexer.cs: Better
7718           clean-up of /tmp files on daemon shutdown.  This fixes a few more
7719           cases of bnc bug 113626.
7721 2005-09-06 23:20  trow
7723         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Carefully
7724           keep track of uids in memory until they have been written out to
7725           the index.  We can use this information to recover gracefully in
7726           certain cases where where things change out from underneath us on
7727           the filesystem.
7729 2005-09-06 22:24  trow
7731         * beagled/FileSystemQueryable/FileSystemQueryable.cs: When
7732           scheduling the removal of a file, actually use the indexable that
7733           we went to the trouble to construct.  This fixes the "deletes"
7734           part of bnc bug 113869.
7736 2005-09-06 17:08  trow
7738         * BeagleClient/Indexable.cs: Remove some debug spew that I left
7739           turned on by mistake.
7741 2005-09-06 16:55  trow
7743         * Filters/FilterPdf.cs, Util/Scheduler.cs,
7744           beagled/LuceneQueryable.cs: Fixed our calculation of the
7745           highest-priority task in the presence of Priority.Maintenance
7746           tasks.  This fixes bnc bug 113626.
7748           Pass the -q argument to pdftotext in our filter.  This keeps us
7749           from spewing control characters to the console when we encounter
7750           a malformed pdf file.
7752           Removed a bit of debug spew.
7754 2005-09-06 14:06  dsd
7756         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
7757               * beagled/FileSystemQueryable/FileSystemQueryable.cs: Forget
7758           internal
7759                   directory references when appropriate.
7761 2005-09-06 10:03  tsola
7763         * po/: ChangeLog, nb.po, no.po: 2005-09-06  Terance Sola
7764           <terance@lyse.net>
7766                   * nb.po: Updated Norwegian bokmål translation.
7767                   * no.po: Same.
7769 2005-09-05 20:44  ituohela
7771         * ChangeLog, configure.in, po/ChangeLog, po/fi.po: Added Finnish
7772           translation
7774 2005-09-04 11:09  llipka
7776         * doc/TODO-integration: Update this a little.
7778 2005-09-02 15:18  trow
7780         * BeagleClient/Indexable.cs, beagled/Filter.cs,
7781           beagled/FilterFactory.cs, beagled/LuceneIndexingDriver.cs:
7782           Tighten up the code responsible for cleaning up temporary files.
7783           This is the beginning of a fix for bnc 113626.
7785 2005-09-02 14:09  trow
7787         * beagled/FileSystemQueryable/FileCrawlTask.cs: If we can't crawl a
7788           directory, mark it as clean and proceed.  This fixes bug 315139.
7790 2005-09-01 11:33  clahey
7792         * ChangeLog, Util/gnome.cs: 2005-09-01  Chris Lahey
7793           <clahey@ximian.com>
7795                   * Util/gnome.cs: Use file_mime_type stuff and use slow if
7796           file
7797                   extension is .xml.
7799 2005-09-01 00:46  trow
7801         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Drop child
7802           indexables in the file system backend.  This fixes (well, it
7803           would be more accurate to say that it punts) bug #314999.
7805 2005-08-31 18:26  serrador
7807         * po/: ChangeLog, es.po: 2005-09-01  Francisco Javier F. Serrador
7808           <serrador@cvs.gnome.org>
7810                   * es.po: Updated Spanish translation.
7812 2005-08-31 18:19  trow
7814         * beagled/: BuildIndex.cs, IndexerReceipts.cs,
7815           LuceneIndexingDriver.cs: Properly set the parent of child
7816           indexables.  In beagle-build-index, don't try to set file
7817           attributes on children.  This fixes bug 314885.
7819 2005-08-31 18:04  trow
7821         * beagled/LuceneQueryable.cs: Don't accept queries if the backend's
7822           index is empty.  This fixes bug 314990.
7824 2005-08-31 15:33  vvaradan
7826         * ChangeLog, Filters/FilterSource.cs:         *
7827           Filters/FilterSource.cs: Reset the line type to none if the line
7828                   that was being parsed was a single-line-comment without a
7829           trailing
7830                   backslash or language style is either lisp or c#.
7832 2005-08-30 23:06  trow
7834         * bludgeon/: FileModel.cs, TestBasic.cs, TestMove.cs, Token.cs:
7835           Some small Bludgeon clean-ups.
7837 2005-08-30 17:45  joeshaw
7839         *
7840           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
7841           Index all IM accounts, not just the first one listed
7843 2005-08-30 16:06  jmas
7845         * po/: ChangeLog, ca.po: Updated Catalan translation
7847 2005-08-30 14:58  trow
7849         * Util/Inotify.cs: A patch from Daniel Drake: Maintain the
7850           parent-child relationship stuff when we move watches around.
7851           Fixes bug #314329.
7853 2005-08-30 06:54  dsd
7855         * Util/StringFu.cs: Add some comments to aid the translators
7857 2005-08-29 18:38  rodrigo
7859         * ChangeLog, configure.in, glue/eggtrayicon.c, glue/eggtrayicon.h:
7860           2005-08-29  Rodrigo Moya <rodrigo@novell.com>
7862                   * glue/eggtrayicon.[ch]: updated from libegg.
7864                   * configure.in: define GETTEXT_PACKAGE for libegg.
7866 2005-08-29 17:24  dsd
7868         * Util/: Makefile.am, Tag.cs: Remove more gst-sharp stuff
7870 2005-08-29 16:13  dsd
7872         * Filters/FilterApe.cs, Filters/FilterFlac.cs,
7873           Filters/FilterGst.cs, Filters/FilterMp3.cs, Filters/FilterMpc.cs,
7874           Filters/FilterOgg.cs, Util/ApeReader.cs, Util/FlacReader.cs,
7875           Util/Mp3Reader.cs, Util/OggReader.cs: Remove obselete audio
7876           filtering files
7878 2005-08-29 16:09  dsd
7880         * ChangeLog, configure.in, Filters/FilterMusic.cs,
7881           Filters/Makefile.am, Filters/entagged-sharp/AudioFile.cs,
7882           Filters/entagged-sharp/AudioFileIO.cs,
7883           Filters/entagged-sharp/AudioFileWrapper.cs,
7884           Filters/entagged-sharp/EncodingInfo.cs,
7885           Filters/entagged-sharp/EntaggedTest.cs,
7886           Filters/entagged-sharp/Tag.cs,
7887           Filters/entagged-sharp/entagged-sharp.sources,
7888           Filters/entagged-sharp/sync-tree.sh,
7889           Filters/entagged-sharp/Ape/MonkeyFileReader.cs,
7890           Filters/entagged-sharp/Ape/Util/ApeTagReader.cs,
7891           Filters/entagged-sharp/Ape/Util/MonkeyDescriptor.cs,
7892           Filters/entagged-sharp/Ape/Util/MonkeyHeader.cs,
7893           Filters/entagged-sharp/Ape/Util/MonkeyInfoReader.cs,
7894           Filters/entagged-sharp/Ape/Util/WavFormatHeader.cs,
7895           Filters/entagged-sharp/Ape/Util/WavRIFFHeader.cs,
7896           Filters/entagged-sharp/Exceptions/CannotReadException.cs,
7897           Filters/entagged-sharp/Flac/FlacFileReader.cs,
7898           Filters/entagged-sharp/Flac/Util/FlacInfoReader.cs,
7899           Filters/entagged-sharp/Flac/Util/FlacTagReader.cs,
7900           Filters/entagged-sharp/Flac/Util/MetadataBlockDataStreamInfo.cs,
7901           Filters/entagged-sharp/Flac/Util/MetadataBlockHeader.cs,
7902           Filters/entagged-sharp/Mp3/Id3Tag.cs,
7903           Filters/entagged-sharp/Mp3/Mp3FileReader.cs,
7904           Filters/entagged-sharp/Mp3/Util/Id3v1TagReader.cs,
7905           Filters/entagged-sharp/Mp3/Util/Id3v23TagReader.cs,
7906           Filters/entagged-sharp/Mp3/Util/Id3v2TagReader.cs,
7907           Filters/entagged-sharp/Mp3/Util/Id3v2TagSynchronizer.cs,
7908           Filters/entagged-sharp/Mp3/Util/LameMPEGFrame.cs,
7909           Filters/entagged-sharp/Mp3/Util/MPEGFrame.cs,
7910           Filters/entagged-sharp/Mp3/Util/Mp3InfoReader.cs,
7911           Filters/entagged-sharp/Mp3/Util/XingMPEGFrame.cs,
7912           Filters/entagged-sharp/Mp3/Util/Id3frames/ApicId3Frame.cs,
7913           Filters/entagged-sharp/Mp3/Util/Id3frames/CommId3Frame.cs,
7914           Filters/entagged-sharp/Mp3/Util/Id3frames/GenericId3Frame.cs,
7915           Filters/entagged-sharp/Mp3/Util/Id3frames/Id3Frame.cs,
7916           Filters/entagged-sharp/Mp3/Util/Id3frames/TextId3Frame.cs,
7917           Filters/entagged-sharp/Mpc/MpcFileReader.cs,
7918           Filters/entagged-sharp/Mpc/Util/MpcHeader.cs,
7919           Filters/entagged-sharp/Mpc/Util/MpcInfoReader.cs,
7920           Filters/entagged-sharp/Ogg/OggFileReader.cs,
7921           Filters/entagged-sharp/Ogg/OggTag.cs,
7922           Filters/entagged-sharp/Ogg/Util/OggInfoReader.cs,
7923           Filters/entagged-sharp/Ogg/Util/OggPageHeader.cs,
7924           Filters/entagged-sharp/Ogg/Util/OggTagReader.cs,
7925           Filters/entagged-sharp/Ogg/Util/VorbisCodecHeader.cs,
7926           Filters/entagged-sharp/Ogg/Util/VorbisTagReader.cs,
7927           Filters/entagged-sharp/Tracker/TrackerFileReader.cs,
7928           Filters/entagged-sharp/Tracker/Util/TrackerTagReader.cs,
7929           Filters/entagged-sharp/Util/AudioFileReader.cs,
7930           Filters/entagged-sharp/Util/ByteBuffer.cs,
7931           Filters/entagged-sharp/Util/CustomAttributes.cs,
7932           Filters/entagged-sharp/Util/TagField.cs,
7933           Filters/entagged-sharp/Util/Utils.cs:  * Filters/entagged-sharp/:
7934           Import entagged-sharp
7935                   * Filters/FilterMusic.cs, Filters/Makefile.am,
7936           configure.in: New
7937                   entagged-sharp-based audio file filter. Remove gst-sharp
7938           stuff.
7940 2005-08-29 15:43  joeshaw
7942         * beagled/: FilterFactory.cs, RemoteIndexer.cs: Walk across the
7943           list of indexables and store the streams for the ones to be added
7944           before we pass the indexables to the helper process.  Fixes a
7945           problem where mail bodies aren't being indexed.  Also fix usage
7946           of GetTextReader() and GetBinaryStream() in FilterFactory.  These
7947           delete temporary streams so we can only use them once.
7949 2005-08-29 02:57  trow
7951         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Slightly less
7952           debug spew.
7954 2005-08-29 02:36  trow
7956         * beagled/HitRegulator.cs: This is obsolete too.
7958 2005-08-29 02:35  trow
7960         * beagled/: LuceneDriver.cs, NameIndex.cs: Removed obsolete code.
7962 2005-08-29 02:16  trow
7964         * beagled/: EvolutionMailDriver/EvolutionMailDriver.cs,
7965           FileSystemQueryable/FileSystemQueryable.cs: Correctly set the
7966           source on some crawler-type tasks.
7968 2005-08-29 02:05  trow
7970         * tools/Makefile.am: A small make distcheck fix.
7972 2005-08-29 01:39  trow
7974         *
7975           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
7976           Replace a few more instances of indexable.Type with
7977           indexable.HitType.
7979 2005-08-29 01:34  trow
7981         * configure.in, BeagleClient/IIndexableGenerator.cs,
7982           BeagleClient/Indexable.cs, BeagleClient/Query.cs,
7983           Filters/FilterDocbook.cs, Filters/FilterMail.cs,
7984           Filters/FilterMonodoc.cs, Util/Inotify.cs, beagled/BuildIndex.cs,
7985           beagled/FilterFactory.cs, beagled/IIndexer.cs,
7986           beagled/IndexWebContent.cs, beagled/IndexerReceipts.cs,
7987           beagled/IndexerRequest.cs, beagled/LuceneCommon.cs,
7988           beagled/LuceneFileQueryable.cs, beagled/LuceneIndexingDriver.cs,
7989           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
7990           beagled/Makefile.am, beagled/RemoteIndexer.cs,
7991           beagled/RemoteIndexerRequest.cs, beagled/beagled-index-helper.in,
7992           beagled/AkregatorQueryable/AkregatorQueryable.cs,
7993           beagled/BlamQueryable/BlamQueryable.cs,
7994           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
7995           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
7996           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
7997           beagled/FileSystemQueryable/FileSystemQueryable.cs,
7998           beagled/GaimLogQueryable/GaimLogQueryable.cs,
7999           beagled/IndexHelper/RemoteIndexerExecutor.cs,
8000           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
8001           beagled/KopeteQueryable/KopeteQueryable.cs,
8002           beagled/LifereaQueryable/LifereaQueryable.cs,
8003           beagled/TomboyQueryable/TomboyQueryable.cs, bludgeon/Bludgeon.cs,
8004           bludgeon/Daemon.cs, bludgeon/FileModel.cs,
8005           bludgeon/HammerAttribute.cs, bludgeon/IHammer.cs,
8006           bludgeon/Log.cs, bludgeon/Makefile.am, bludgeon/SanityCheck.cs,
8007           bludgeon/TestBasic.cs, bludgeon/TestMove.cs, bludgeon/Toolbox.cs,
8008           libbeagle/beagle/beagle-query.c: A big commit, but not as big as
8009           it looks.  Some things were renamed (i.e. indexable.Type became
8010           indexable.HitType) and some APIs changed in minor ways (i.e. the
8011           addition of the PostFlushHook method to IIndexableGenerator),
8012           which required me to make trivial modifications to most of the
8013           backends.
8015           Incremented version number of 0.0.13.2.
8017           More Lucene refactoring: The process of adding and flushing an
8018           index is much cleaner, and we carry around our state in a much
8019           more natural way.  This allowed the file system backend to be
8020           simplified further while at the same time fixing various races.
8022           Mail backend fixes: Set the fixme:date property on imap messages
8023           w/o content.  Deal gracefully with imap folders where we can't
8024           find the account.
8026           Bludgeon: Added all sorts of fancy new features.  You can now
8027           control how the test tree is modified, how many iterations, etc.
8028           from the command line.
8030 2005-08-28 05:18  pkst
8032         * po/: ChangeLog, el.po: Updated Greek Translation
8034 2005-08-26 08:44  clyties
8036         * po/: ChangeLog, vi.po: vi.po: Updated Vietnamese translation.
8038 2005-08-26 04:20  knvijay
8040         * beagled/WebServices/WebServiceBackEnd.cs: added missing score
8041           assignment
8043 2005-08-26 03:14  knvijay
8045         * beagled/WebServices/: NetBeagleHandler.cs, WebBackEnd.cs,
8046           WebServiceBackEnd.cs, WebServiceFrontEnd.cs, WebServiceProxy.cs:
8047           Added formal data types for GetResults & GetSnippets WebService
8048           request arguments
8050 2005-08-25 18:33  joeshaw
8052         * configure.in, BeagleClient/Client.cs, BeagleClient/QueryPart.cs,
8053           Filters/FilterPPT.cs, beagled/Server.cs,
8054           libbeagle/beagle/Makefile.am, libbeagle/beagle/beagle-private.h,
8055           libbeagle/beagle/beagle-query-part-date.c,
8056           libbeagle/beagle/beagle-query-part-date.h,
8057           libbeagle/beagle/beagle-query-part-human.c,
8058           libbeagle/beagle/beagle-query-part-human.h,
8059           libbeagle/beagle/beagle-query-part-or.c,
8060           libbeagle/beagle/beagle-query-part-or.h,
8061           libbeagle/beagle/beagle-query-part-property.c,
8062           libbeagle/beagle/beagle-query-part-property.h,
8063           libbeagle/beagle/beagle-query-part-text.c,
8064           libbeagle/beagle/beagle-query-part-text.h,
8065           libbeagle/beagle/beagle-query-part.c,
8066           libbeagle/beagle/beagle-query-part.h,
8067           libbeagle/beagle/beagle-query.c,
8068           libbeagle/beagle/beagle-request.c: Add --enable-xml-dump
8069           configure option for seeing the XML messages before they are
8070           sent.
8072           Change the XML format to name subparts as Part rather than
8073           SubPart in OR parts to make things easier in C.
8075           Add OR parts to libbeagle, and generally clean up the query part
8076           stuff there a lot.  Add docs.
8078           Fix up the PowerPoint filter a little bit to correctly report
8079           error when it can't parse
8081 2005-08-25 11:19  trow
8083         * beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
8084           beagled/RemoteIndexer.cs, Util/Scheduler.cs: Fine-tuned the way
8085           index optimizes get scheduled, based on feedback from Joe.
8087           Fixed a stupid bug in the scheduler.
8089           Removed some debug spew.
8091 2005-08-25 08:46  knvijay
8093         * ChangeLog: ChangeLog
8095 2005-08-25 08:38  knvijay
8097         * beagled/WebServices/: NetBeagleHandler.cs, WebBackEnd.cs,
8098           WebServiceBackEnd.cs, WebServiceFrontEnd.cs, WebServiceProxy.cs:
8099           Fixed logic for GetSnippets to use hashids of hits as unique ids.
8100           Removed duplicate definitions of web service data types
8102 2005-08-24 15:10  joeshaw
8104         * beagled/BuildIndex.cs: oops, still set idle priority
8106 2005-08-24 14:21  joeshaw
8108         * Util/ExceptionHandlingThread.cs, beagled/BuildIndex.cs: Have the
8109           beagle-build-index program restart itself if its memory usage
8110           gets out of hand.  This means that it has to recrawl the
8111           directories, which is suboptimal, but in my experience it isn't
8112           too bad for documentation
8114 2005-08-24 11:39  joeshaw
8116         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
8117           Escape backslashes in the path so that the mail backend works
8118           with IMAP against Exchange servers
8120 2005-08-23 23:58  trow
8122         * Util/Scheduler.cs: Fixed a stupid typo.
8124 2005-08-23 19:18  trow
8126         * Util/Scheduler.cs, beagled/LuceneQueryable.cs: Scheduler.cs: Add
8127           a "Maintenance" priority to the scheduler, and track the source
8128           of every task.  A maintenance task is only executed after all
8129           immediate or delayed tasks *for that source* have been executed.
8130           Thus maintenance tasks will only execute after all crawlers, etc.
8131           are finished.  In most backends this will only happen when the
8132           data is fully indexed/crawled and the index is in a complete
8133           known state.
8135           LuceneQueryable.cs: Attach a source to the tasks we create.  Move
8136           index optimizes into a maintenance task, to avoid unnecessary
8137           optimizes during indexing.
8139 2005-08-23 17:02  kelemeng
8141         * po/: ChangeLog, hu.po: 2005-08-23  Gabor Kelemen
8142           <kelemeng@gnome.hu>
8144                   * hu.po: Hungarian translation updated.
8146 2005-08-23 11:40  joeshaw
8148         * beagled/: BuildIndex.cs, ManageIndex.cs: Set IO priorities to
8149           idle in beagle-build-index and beagle-manage-index
8151 2005-08-22 17:56  joeshaw
8153         * Best/Best.cs, glue/tomboykeybinder.c, glue/tomboykeybinder.h:
8154           Don't add options that we don't recognize to the query.  Update
8155           the keybinder code that was stolen from tomboy
8157 2005-08-22 15:26  dsd
8159         * configure.in: Disable sqlite3 for now, seems unreliable
8161 2005-08-22 15:02  joeshaw
8163         * tools/: .cvsignore, Makefile.am, beagle-crawl-system.crontab.in:
8164           Don't run crawl-system as part of cron.daily.  It can happen at
8165           any time and on SUSE it'll start within 15 minutes of the first
8166           boot.  crawl-system is an expensive operation and we don't want
8167           it to happen that early.  So schedule it to run at 4:30 am and
8168           put it in cron.d instead
8170 2005-08-20 19:34  dsd
8172         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
8173               * beagled/FileSystemQueryable/FileSystemQueryable.cs: Fix
8174           obvious typo
8175                   which fixes renaming of files.
8177 2005-08-20 18:53  dsd
8179         * ChangeLog, configure.in, Util/ExternalStringsHack.cs.in,
8180           Util/Makefile.am, beagled/FileAttributesStore_Sqlite.cs,
8181           beagled/TextCache.cs:       * configure.in,
8182           Util/ExternalStringsHack.cs.in, Util/Makefile.am,
8183                   beagled/FileAttributesStore_Sqlite.cs,
8184           beagled/TextCache.cs:
8185                   Really support (and prefer) sqlite 3.x - requires a
8186           modified connection
8187                   string.
8189 2005-08-20 15:45  llipka
8191         * Util/ExtendedAttribute.cs: Fix the Exist () method return value
8192           check.
8194 2005-08-19 16:56  joeshaw
8196         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: remove
8197           redundant message
8199 2005-08-19 16:52  joeshaw
8201         * beagled/EvolutionMailDriver/: EvolutionMailDriver.cs,
8202           EvolutionMailIndexableGenerator.cs, MailCrawler.cs: Fix some
8203           nasty inefficiencies in the startup for the mail backend.  Should
8204           fix a lot of pegging of the CPU at startup
8206 2005-08-19 14:05  knvijay
8208         * beagled/WebServices/: ExternalAccessFilter.cs,
8209           NetBeagleHandler.cs, WebBackEnd.cs, WebServiceBackEnd.cs,
8210           WebServiceFrontEnd.cs, WebServiceProxy.cs: Updates to align with
8211           changes in Hit class
8213 2005-08-19 13:32  trow
8215         * glue/inotify-glue.c: Don't spew warnings to the stderr if our
8216           call to poll fails with EINTR.
8218 2005-08-19 11:54  joeshaw
8220         * configure.in, bludgeon/Makefile.am: bump version to 0.0.13.1 and
8221           fix some distcheck issues
8223 2005-08-19 11:04  joeshaw
8225         * Makefile.am, configure.in, Best/BestTray.cs, Best/BestWindow.cs,
8226           Filters/FilterPPT.cs, ImLogViewer/ImLogWindow.cs: gtk-sharp 2.0
8227           support; require new versions of everything, port all the broken
8228           and obsolete code to new widgets.  Includes a patch from Lluís
8229           Pàmies
8231 2005-08-19 00:45  adamw
8233         * po/: ChangeLog, en_CA.po:
8234           2005-08-19  Adam Weinberger  <adamw@gnome.org>
8236                   * en_CA.po: Updated Canadian English translation.
8238 2005-08-18 19:51  dsd
8240         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
8241                   * beagled/FileSystemQueryable/FileSystemQueryable.cs:
8242           Update the last
8243                   crawl time in the DirectoryModel after we have crawled a
8244           directory. Thanks
8245                   to Debajyoti Bera for debugging this.
8247 2005-08-18 17:37  joeshaw
8249         * libbeagle/beagle/beagle-query-part-property.c: Send along the
8250           type data in a QueryPart from libbeagle.  Fix from D Bera
8252 2005-08-18 17:13  trow
8254         * BeagleClient/Hit.cs, Tiles/Template.cs, beagled/GoogleDriver.cs,
8255           beagled/LuceneCommon.cs, beagled/LuceneQueryable.cs,
8256           beagled/LuceneQueryingDriver.cs,
8257           beagled/WebServices/NetBeagleHandler.cs,
8258           beagled/WebServices/WebServiceBackEnd.cs,
8259           beagled/WebServices/WebServiceProxy.cs, bludgeon/Bludgeon.cs,
8260           libbeagle/beagle/beagle-hit.c, libbeagle/beagle/beagle-hit.h,
8261           libbeagle/beagle/beagle-hits-added-response.c,
8262           libbeagle/beagle/beagle-private.h: Compute lucene-style scores
8263           for our hits.
8265           Removed deprecated properties from the Hit object.
8267 2005-08-18 14:52  rml
8269         * glue/: ioprio-glue.c, tomboykeybinder.c, vmsize-glue.c:
8270           Misc. warning fixes for glue/
8272 2005-08-18 14:46  rml
8274         * Util/Inotify.cs, glue/inotify-glue.c: Optimize to the hilt
8275           glue/inotify-glue.c
8277 2005-08-18 14:19  knvijay
8279         * beagled/WebServices/WebServiceBackEnd.cs: Minor Fix
8281 2005-08-18 13:51  trow
8283         * beagled/TextCache.cs: Turned off some debug spew that I turned on
8284           by mistake in the last commit.
8286 2005-08-18 13:50  trow
8288         * beagled/LuceneCommon.cs, beagled/LuceneQueryable.cs,
8289           beagled/TextCache.cs, bludgeon/Bludgeon.cs, bludgeon/Daemon.cs:
8290           Allow the scheduled optimizations to be disabled with an
8291           environment variable.  This is useful for bludgeon.
8293           Check for null when looking for dangling locks.
8295 2005-08-18 13:09  joeshaw
8297         *
8298           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8299           Wrap opening of addressbooks and calendars in a try-catch and
8300           report the error.  Fixes bnc #105462
8302 2005-08-18 11:36  vvaradan
8304         * ChangeLog, Filters/FilterSource.cs, beagled/LuceneCommon.cs:
8305              * Filters/FilterSource.cs: Last word of a non-commented line
8306           is
8307                   not indexed in case of source-code files other than
8308           Python.
8310                   Patch from Debajyoti Bera <dbera.web@gmail.com>
8311                   * beagled/LuceneCommon.cs: in the previous branch,
8312           non-keyword
8313                   properties were stored as prop:_: in the current version,
8314           they are
8315                   stored as prop:t: So the analyzer should search for
8316           "prop:t" to
8317                   determine if its a keyword query.
8319 2005-08-18 07:30  chliao
8321         * po/: ChangeLog, zh_TW.po:
8322           2005-08-18  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
8324                   * zh_TW.po: Updated Traditional Chinese translation.
8326 2005-08-18 01:04  trow
8328         * Util/Scheduler.cs, beagled/FilterFactory.cs,
8329           beagled/LuceneCommon.cs, beagled/LuceneQueryable.cs,
8330           beagled/LuceneQueryingDriver.cs, beagled/TextCache.cs,
8331           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
8332           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
8333           beagled/FileSystemQueryable/CrawlTask.cs,
8334           beagled/FileSystemQueryable/FileCrawlTask.cs,
8335           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8336           beagled/IndexHelper/IndexHelper.cs, bludgeon/Bludgeon.cs,
8337           bludgeon/Daemon.cs: A major overhaul of the Scheduler.
8339           Schedule a lucene index optimization after every flush, where the
8340           delay is a function of the number of segments.
8342           Turn off some debug spew.
8344           Removed dead code.
8346 2005-08-17 16:35  gekker
8348         * ChangeLog, tools/beagle-crawl-system.in: 2005-08-17  Gary Ekker
8349           <gekker@novell.com>
8351                   * tools/beagle-crawl-system.in (CRAWL_USER): change the
8352           user to
8353                   beagleindex, using nobody is a security breach
8354                   Bug #104645 (b.n.c).
8356 2005-08-17 08:02  llipka
8358         * configure.in: The 'okej' dude forgot to add mk to ALL_LINGUAS
8360 2005-08-17 05:57  knvijay
8362         * ChangeLog: [no log message]
8364 2005-08-17 05:47  knvijay
8366         * beagled/WebServices/ExternalAccessFilter.cs: FilterHit for
8367           external accesses to allow only File resources
8369 2005-08-16 19:21  dsd
8371         * Best/BestTray.cs:     * Best/BestTray.cs: Wording improvements
8372           thanks to Adam Weinberger in
8373                   bug #313405.
8375 2005-08-16 19:05  dsd
8377         * ChangeLog, Tiles/TileMailMessage.cs,
8378           Tiles/template-mail-message.html:        *
8379           Tiles/TileMailMessage.cs:
8380                   Use fixme:date as the date field. Only open evolution
8381           mail in
8382                   evolution. Don't display the "Reply" link for
8383           non-evolution mail.
8385 2005-08-16 18:19  dsd
8387         * ChangeLog, Tiles/TileMailMessage.cs:  * Tiles/TileMailMessage.cs:
8388           Add message/rfc822 mimetype for filesystem
8389                   hits.
8391 2005-08-16 17:37  trow
8393         * bludgeon/.cvsignore: Be quiet!
8395 2005-08-16 17:35  trow
8397         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs,
8398           RemoteIndexerRequest.cs,
8399           FileSystemQueryable/FileSystemQueryable.cs,
8400           Lucene.Net/Store/FSDirectory.cs: Be much more careful about how
8401           we handle dangling locks.  Added LuceneCommon.GetBlockOfHits for
8402           use by index-cleaning tasks.
8404 2005-08-16 17:33  trow
8406         * beagled/IndexHelper/: IndexHelper.cs, RemoteIndexerExecutor.cs:
8407           Shut down the helper process if it has been idle for more than 5
8408           minutes.  Be more careful about locking.  Poll a bit less often.
8410 2005-08-16 17:13  trow
8412         * beagled/TextCache.cs: Be more paranoid about locking.
8414 2005-08-16 17:10  trow
8416         * bludgeon/: Daemon.cs, FileModel.cs: Added FileModel.Touch and
8417           Daemon.PingOnce.
8419 2005-08-16 16:53  knvijay
8421         * beagled/WebServices/WebFrontEnd.cs: [no log message]
8423 2005-08-16 16:44  knvijay
8425         * beagled/WebServices/: WebFrontEnd.cs, WebServiceBackEnd.cs: oops
8426           - this version should have all the changes
8428 2005-08-16 16:33  knvijay
8430         * beagled/WebServices/WebServiceBackEnd.cs: minor fix
8432 2005-08-16 16:25  knvijay
8434         * beagled/WebServices/: WebBackEnd.cs, WebFrontEnd.cs,
8435           WebServiceBackEnd.cs: Support for rendering Images and fixes for
8436           recent changes in Beagle daemon
8438 2005-08-16 14:22  trow
8440         * beagled/QueryExecutor.cs: Disconnect from the
8441           QueryDriver.ChangedEvent when cleaning up after ourselves.
8443 2005-08-16 14:04  trow
8445         * BeagleClient/Query.cs, beagled/QueryDriver.cs: Added
8446           QueryDriver.DoQueryLocal for the benefit of the web services, or
8447           anything else that wants to process a query internal to the
8448           daemon.
8450 2005-08-16 12:13  kelemeng
8452         * po/: ChangeLog, hu.po: 2005-08-16  Gabor Kelemen
8453           <kelemeng@gnome.hu>
8455                   * hu.po: Hungarian translation updated.
8457 2005-08-16 11:48  joeshaw
8459         * Tiles/TileFile.cs: Thumbnail file hits.  Based on a patch from D
8460           Bera
8462 2005-08-15 12:51  hebra
8464         * po/: ChangeLog, de.po: 2005-08-15  Hendrik Brandt
8465           <heb@gnome-de.org>
8467                   * de.po: Updated German translation.
8469 2005-08-15 10:34  stojmir
8471         * po/mk.po: ok
8473 2005-08-15 00:26  trow
8475         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
8476           BeagleClient/Query.cs, BeagleClient/QueryPart.cs,
8477           BeagleClient/RemoteControl.cs, beagled/IIndexer.cs,
8478           beagled/LuceneBitArray.cs, beagled/LuceneCommon.cs,
8479           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
8480           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
8481           beagled/ManageIndex.cs, beagled/QueryResult.cs,
8482           beagled/RemoteControlExecutors.cs, beagled/RemoteIndexer.cs,
8483           beagled/RemoteIndexerRequest.cs,
8484           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8485           bludgeon/Bludgeon.cs, bludgeon/Daemon.cs, bludgeon/FileModel.cs,
8486           bludgeon/QueryFu.cs, bludgeon/SanityCheck.cs, bludgeon/Token.cs,
8487           libbeagle/beagle/beagle-query-part.c,
8488           libbeagle/beagle/beagle-query-part.h: Query logic fixes.
8490           All sorts of bludgeon hacking.
8492           Added some optimize-related infrastructure, and a way to request
8493           a full index optimization via RemoteControl.
8495           Small changes to our lucene index format: I moved the mime type
8496           and hit type out of special fields and into properties.  Some
8497           deprecated APIs remain behind to avoid breaking anything.
8499 2005-08-14 13:57  stojmir
8501         * po/mk.po: okej
8503 2005-08-14 13:54  llipka
8505         * Util/: Galago.cs, PullingReader.cs, StringFu.cs: Remove obsolete
8506           stuff that produced compile warnings.
8508 2005-08-14 04:11  pkst
8510         * po/: ChangeLog, el.po: Updated Greek Translation
8512 2005-08-13 14:13  adamw
8514         * po/: ChangeLog, en_CA.po:
8515           2005-08-13  Adam Weinberger  <adamw@gnome.org>
8517                   * en_CA.po: Updated Canadian English translation.
8519 2005-08-13 11:38  llipka
8521         * configure.in: Added 'cs' to all linguas.
8523 2005-08-13 11:29  llipka
8525         * po/cs.po: * cs.po - Czech translation by Petr Ferschamn
8526           <per@ferschmann.cz>
8528 2005-08-12 16:16  dsd
8530         * beagled/FileSystemQueryable/: DirectoryModel.cs,
8531           FileSystemQueryable.cs: Broken pipe :( Sanitize paths before we
8532           add them as roots
8534 2005-08-12 16:15  dsd
8536         * ChangeLog, Util/StringFu.cs: Sanitize paths before we add them as
8537           roots.
8539 2005-08-12 14:38  dsd
8541         * beagled/FileSystemQueryable/FileSystemModel.cs: Remove unused
8542           FileSystemModel.cs
8544 2005-08-12 14:35  dsd
8546         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs:
8547           Forget inotify watches when we remove a directory from internal
8548           structure
8550 2005-08-12 14:27  trow
8552         * bludgeon/Makefile.am: Last one, I promise.
8554 2005-08-12 13:59  trow
8556         * bludgeon/: Makefile.am, beagled.dummy: More build-niceness.
8558 2005-08-12 13:59  rml
8560         * glue/inotify-glue.c:
8561           I CHECKED THIS IN ALREADY.
8563 2005-08-12 13:19  trow
8565         * bludgeon/beagled.dummy: Oops
8567 2005-08-12 13:14  trow
8569         * Makefile.am, configure.in, BeagleClient/Client.cs,
8570           BeagleClient/Message.cs, Util/BetterBitArray.cs,
8571           Util/PathFinder.cs, beagled/LuceneCommon.cs,
8572           beagled/LuceneQueryingDriver.cs, bludgeon/Bludgeon.cs,
8573           bludgeon/Daemon.cs, bludgeon/FileModel.cs, bludgeon/Log.cs,
8574           bludgeon/Makefile.am, bludgeon/QueryFu.cs,
8575           bludgeon/SanityCheck.cs, bludgeon/Token.cs, bludgeon/bludgeon.in:
8576           BetterBitArray logic fixes.  Blocking async messages.  Small
8577           query fixes.  Bludgeon, a beagled testing framework.
8579 2005-08-12 13:08  fhedberg
8581         * Best/Best.cs, Best/BestTray.cs, beagled/BeagleDaemon.cs: * Change
8582           the --autostart argument to --autostarted to be more intuative.
8583           * Add the dialog to best upon quitting, and ask a question about
8584           disabling. https://bugzilla.novell.com/show_bug.cgi?id=102606
8586 2005-08-12 12:55  joeshaw
8588         * Best/Best.cs: Change window title slightly
8590 2005-08-12 10:32  fhedberg
8592         * Best/Best.cs, Util/Conf.cs, beagled/BeagleDaemon.cs,
8593           tools/Settings.cs, tools/settings.glade: Autostart configuration
8594           option. https://bugzilla.novell.com/show_bug.cgi?id=102606
8596 2005-08-12 10:13  dsd
8598         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs,
8599           beagled/FileSystemQueryable/FileSystemQueryable.cs:         *
8600           beagled/FileSystemQueryable/FileNameFilter.cs,
8601                   beagled/FileSystemQueryable/FileSystemQueryable.cs: Drop
8602           internal
8603                   directory references when we add an exclude path.
8605 2005-08-12 10:08  fhedberg
8607         * beagled/Makefile.am: Add EDS_QUERYABLE_CSFILES to EXTRA_DIST.
8609 2005-08-12 08:25  llipka
8611         * Util/Logger.cs: Add a FIXME about the default log level.
8613 2005-08-12 07:49  llipka
8615         * tools/Info.cs: Just a little too much :-)
8617 2005-08-11 19:22  joeshaw
8619         * beagled/LuceneCommon.cs: The hit type property is Type, not
8620           HitType
8622 2005-08-11 18:56  joeshaw
8624         * libbeagle/beagle/: beagle-client.c, beagle-util.c: Don't use
8625           g_stat() because it has issues when dealing with whether to use
8626           stat() or stat64().  Fixes the nautilus and beagle-search crashes
8628 2005-08-11 18:42  fhedberg
8630         * beagled/FileSystemQueryable/FileSystemQueryable.cs: More FSQ
8631           hardening.
8633 2005-08-11 18:33  dsd
8635         * ChangeLog,
8636           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
8637           beagled/FileSystemQueryable/DirectoryModel.cs,
8638           beagled/FileSystemQueryable/FileCrawlTask.cs,
8639           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8640           beagled/FileSystemQueryable/TreeCrawlTask.cs: Fix removal of
8641           roots and a few races related to directories going away during
8642           and after indexing.
8644 2005-08-11 18:03  fhedberg
8646         * beagled/LuceneIndexingDriver.cs: Forgot this.
8648 2005-08-11 17:54  clahey
8650         * tools/crawl-rules/crawl-documentation: *.docbook is valid for kde
8651           docs.
8653 2005-08-11 17:50  fhedberg
8655         * beagled/LuceneIndexingDriver.cs: Move the BuildDocuments call
8656           down into the try/catch section.
8658 2005-08-11 17:32  fhedberg
8660         * tools/Makefile.am: Typo.
8662 2005-08-11 17:01  vvaradan
8664         * ChangeLog, Filters/FilterCpp.cs, Filters/FilterPerl.cs:         *
8665           Filters/FilterPerl.cs: Add commonly used mime type for perl
8666           files.
8668                   * Filters/FilterCpp.cs: Add "while" and "inline" to
8669           keywords list.
8671 2005-08-11 16:45  fhedberg
8673         * tools/beagle-crawl-system.in: Too much.
8675 2005-08-11 16:42  fhedberg
8677         * beagled/BuildIndex.cs, tools/beagle-crawl-system.in,
8678           tools/crawl-rules/crawl-documentation: Patterns for the doc
8679           crawler for Chris.
8681 2005-08-11 16:29  fhedberg
8683         * libbeagle/beagle/Makefile.am: Dist fixes.
8685 2005-08-11 15:31  trow
8687         * beagled/LuceneQueryingDriver.cs: A small query logic fix.
8689 2005-08-11 14:41  fhedberg
8691         * beagled/: BuildIndex.cs, beagle-build-index.8,
8692           beagle-manage-index.8: Add support for allowing/denying file
8693           patterns for indexing in the beagle-build-index tool.
8695 2005-08-11 14:24  fhedberg
8697         * beagled/: FileAttributesStore_Sqlite.cs, LuceneCommon.cs,
8698           LuceneIndexingDriver.cs, Makefile.am, ManageIndex.cs: More Static
8699           Indexing updates.
8701 2005-08-11 14:12  hebra
8703         * po/: ChangeLog, de.po: 2005-08-11  Hendrik Brandt
8704           <heb@gnome-de.org>
8706                   * de.po: Updated German translation.
8708 2005-08-11 14:01  dsd
8710         * ChangeLog, beagled/FileSystemQueryable/FileSystemQueryable.cs,
8711           beagled/FileSystemQueryable/TreeCrawlTask.cs:  *
8712           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8713                   beagled/FileSystemQueryable/TreeCrawlTask.cs: After
8714           removing an exclude
8715                   pattern, recrawl all directories looking for new
8716           subdirectories to index.
8718 2005-08-11 12:20  joeshaw
8720         * libbeagle/beagle/: Makefile.am, beagle-query-part-date.c,
8721           beagle-query-part-human.c, beagle-query-part-property.c,
8722           beagle-query-part-text.c, beagle-query-part.c, beagle-query.c,
8723           beagle-search-term-response.c, beagle-search-term-response.h: Add
8724           the SearchTermResponse class to libbeagle and fix up a bunch of
8725           warnings
8727 2005-08-11 12:04  trow
8729         * configure.in, glue/Makefile.am: make distcheck fixes
8731 2005-08-11 10:42  fhedberg
8733         * tools/crawl-rules/: crawl-applications, crawl-documentation:
8734           Updated crawler rules.
8736 2005-08-11 10:37  fhedberg
8738         * Tiles/TileNote.cs: Enable highlighing. Jon fixed it with the new
8739           query response.
8741 2005-08-11 07:39  knvijay
8743         * beagled/WebServices/: NetBeagleHandler.cs, WebServiceBackEnd.cs:
8744           More changes to align with recent updates
8746 2005-08-11 07:28  llipka
8748         * tools/Info.cs, ImLogViewer/Makefile.am: * Info.cs - Catch the
8749           right exception if we can't connect.  * Makfile.am - Remove the
8750           bloody warning.
8752 2005-08-11 04:20  knvijay
8754         * beagled/WebServices/: NetBeagleHandler.cs, WebServiceBackEnd.cs,
8755           WebServiceProxy.cs: Changes to align with new updates in Hit and
8756           Property classes
8758 2005-08-11 03:38  trow
8760         * BeagleClient/Query.cs, BeagleClient/QueryResponses.cs,
8761           Tiles/TileFromTemplate.cs, beagled/QueryDriver.cs,
8762           beagled/QueryExecutor.cs, beagled/SnippetFu.cs,
8763           beagled/FileSystemQueryable/FileSystemQueryable.cs: More query
8764           fun.  Send information on the text in the query (including
8765           stemmed versions) back to the client from the daemon.
8767 2005-08-11 02:25  trow
8769         * BeagleClient/Hit.cs, Util/BetterBitArray.cs, Util/TopScores.cs,
8770           beagled/GoogleDriver.cs, beagled/IQueryResult.cs,
8771           beagled/LuceneCommon.cs, beagled/LuceneIndexingDriver.cs,
8772           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
8773           beagled/Makefile.am, beagled/ManageIndex.cs,
8774           beagled/QueryDriver.cs, beagled/QueryResult.cs: Query hacking.
8776 2005-08-10 18:57  joeshaw
8778         *
8779           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8780           remove debug spew
8782 2005-08-10 18:55  joeshaw
8784         *
8785           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8786           Some more calendar fixes
8788 2005-08-10 18:27  fhedberg
8790         * beagled/: Makefile.am, FileSystemQueryable/DirectoryModel.cs,
8791           FileSystemQueryable/FileNameFilter.cs,
8792           FileSystemQueryable/FileSystemQueryable.cs: Some ignore changes.
8794 2005-08-10 17:52  fhedberg
8796         * Tiles/TileBlog.cs: 'desktop-launch' for Open.
8798 2005-08-10 17:35  fhedberg
8800         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Don't try to
8801           index a non-existent file.
8803 2005-08-10 17:33  fhedberg
8805         * beagled/: BuildIndex.cs,
8806           FileSystemQueryable/FileSystemQueryable.cs: Adapt BuildIndex.cs
8807           to new infrastructure.
8809 2005-08-10 16:26  rml
8811         * glue/: inotify-syscalls.h, ioprio-glue.c:
8812           glue/inotify-syscalls.h: add support for the 64-bit zSeries
8813           machine.  Who cares about zSeries?
8815 2005-08-10 16:24  rml
8817         * glue/ioprio-glue.c:
8818           glue/ioprio-glue.c: add system call stub support for the SH,
8819           SH64, SPARC, UltraSPARC, and ARM.  See previous commits for a
8820           wealth of knowledge on these architectures.
8822 2005-08-10 16:16  rml
8824         * glue/inotify-syscalls.h:
8825           glue/inotify-syscalls.h: add support for the 64-bit SuperH (SH)
8826           processor.  The 64-bit variant of the architecture is implemented
8827           by the SH5 chip, sporting a 64-bit integer core and 128-bit
8828           vector FPU, armed with  64 32-bit registers.  The integer unit
8829           provides SIMD support and 63 64-bit general purpose registers
8830           (the 64th register is hard-wired to all zeros).
8832 2005-08-10 15:59  rml
8834         * glue/inotify-syscalls.h:
8835           glue/inotify-syscalls.h: add inotify system call support for the
8836           SH architecture, also known as the SuperH.  The SuperH core is a
8837           RISC-based architecture found in a large number of embedded
8838           systems.  The SuperH family was first developed by Hitachi as the
8839           successor to the H8 Family and was outsourced to the newly-formed
8840           SuperH Inc., owned by Hitachi and ST Microelectronics. SuperH Inc
8841           now sells the designs of the CPU cores.
8843           The lineage is as follows
8845           SH-1 - 32-bit with maximum of 20MHz (As used on Sega Saturn to
8846           control the CD-drive and to check the Copy Protection on the
8847           game's CD).
8849           SH-2 - 32-bit with up to 28.7MHz (As used in the Sega Saturn).
8851           SH-3 - 32-bit with up to 200MHz. This spring introduced a MMU to
8852           the SH Family (As used in many Windows CE devices).
8854           SH-4 - 32-bit dual-issue core with a 128-bit vector FPU (As used
8855           in the Dreamcast and on some Sega Arcade Machines such as the
8856           Naomi and Naomi 2).
8858 2005-08-10 15:41  joeshaw
8860         * Util/StringFu.cs: Only print the number of days ago if its fewer
8861           than 6
8863 2005-08-10 15:35  fhedberg
8865         * beagled/Makefile.am: Really disable the ManageIndex for now.
8867 2005-08-10 15:31  rml
8869         * glue/inotify-syscalls.h:
8870           glue/inotify-syscalls.h: add syscall stubs for ARM, a 32-bit RISC
8871           processor architecture that is widely used in a number of
8872           applications. ARM variants are in widespread use in embedded and
8873           low-power applications due to their power saving design features.
8875 2005-08-10 15:22  joeshaw
8877         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
8878           BeagleClient/Property.cs, BeagleClient/Query.cs,
8879           BeagleClient/QueryPart.cs, BeagleClient/Versioned.cs,
8880           Filters/FilterDOC.cs, Filters/FilterMan.cs,
8881           Filters/FilterMonodoc.cs, Tiles/Template.cs, Tiles/TileNote.cs,
8882           Tiles/template-note.html, Util/BetterBitArray.cs,
8883           Util/DirectoryWalker.cs, Util/ExtendedAttribute.cs,
8884           Util/GuidFu.cs, Util/Inotify.cs, Util/Makefile.am,
8885           Util/Scheduler.cs, Util/SmallIntArray.cs, Util/StringFu.cs,
8886           Util/TopScores.cs, beagled/BuildIndex.cs,
8887           beagled/FileAttributes.cs, beagled/FileAttributesStore.cs,
8888           beagled/FileAttributesStore_ExtendedAttribute.cs,
8889           beagled/FileAttributesStore_Mixed.cs,
8890           beagled/FileAttributesStore_Sqlite.cs, beagled/FilterFactory.cs,
8891           beagled/IFileAttributesStore.cs, beagled/IIndexer.cs,
8892           beagled/IndexerReceipts.cs, beagled/LuceneCommon.cs,
8893           beagled/LuceneDriver.cs, beagled/LuceneFileQueryable.cs,
8894           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
8895           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
8896           beagled/ManageIndex.cs, beagled/NameIndex.cs,
8897           beagled/NameIndexTool.cs, beagled/NoiseFilter.cs,
8898           beagled/QueryDriver.cs, beagled/QueryResult.cs,
8899           beagled/QueryStringParser.cs, beagled/RemoteIndexer.cs,
8900           beagled/RemoteIndexerRequest.cs,
8901           beagled/RemoteIndexerResponse.cs, beagled/SanityCheckTool.cs,
8902           beagled/Server.cs, beagled/Shutdown.cs, beagled/SnippetFu.cs,
8903           beagled/StaticQueryable.cs, beagled/TermStatsTool.cs,
8904           beagled/TextCache.cs,
8905           beagled/AkregatorQueryable/AkregatorQueryable.cs,
8906           beagled/BlamQueryable/BlamQueryable.cs,
8907           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
8908           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
8909           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
8910           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
8911           beagled/FileSystemQueryable/DirectoryModel.cs,
8912           beagled/FileSystemQueryable/DirectoryState.cs,
8913           beagled/FileSystemQueryable/FileCrawlTask.cs,
8914           beagled/FileSystemQueryable/FileSystemModel.cs,
8915           beagled/FileSystemQueryable/FileSystemQueryable.cs,
8916           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
8917           beagled/FileSystemQueryable/IFileEventBackend.cs,
8918           beagled/FileSystemQueryable/InotifyBackend.cs,
8919           beagled/FileSystemQueryable/LuceneNameResolver.cs,
8920           beagled/FileSystemQueryable/SanityCheck.cs,
8921           beagled/FileSystemQueryable/TreeCrawlTask.cs,
8922           beagled/FileSystemQueryable/UniqueIdStore.cs,
8923           beagled/GaimLogQueryable/GaimLogQueryable.cs,
8924           beagled/IndexHelper/RemoteIndexerExecutor.cs,
8925           beagled/KopeteQueryable/KopeteQueryable.cs,
8926           beagled/LifereaQueryable/LifereaQueryable.cs,
8927           beagled/Lucene.Net/upstream-changes.diff,
8928           beagled/Lucene.Net/Store/FSDirectory.cs,
8929           beagled/TomboyQueryable/TomboyQueryable.cs,
8930           libbeagle/beagle/Makefile.am,
8931           libbeagle/beagle/beagle-hits-added-response.c,
8932           libbeagle/beagle/beagle-private.h,
8933           libbeagle/beagle/beagle-property.c,
8934           libbeagle/beagle/beagle-property.h,
8935           libbeagle/beagle/beagle-query-part-date.c,
8936           libbeagle/beagle/beagle-query-part-date.h,
8937           libbeagle/beagle/beagle-query-part-human.c,
8938           libbeagle/beagle/beagle-query-part-human.h,
8939           libbeagle/beagle/beagle-query-part-property.c,
8940           libbeagle/beagle/beagle-query-part-property.h,
8941           libbeagle/beagle/beagle-query-part-text.c,
8942           libbeagle/beagle/beagle-query-part-text.h,
8943           libbeagle/beagle/beagle-query-part.c,
8944           libbeagle/beagle/beagle-query-part.h,
8945           libbeagle/beagle/beagle-query.c,
8946           libbeagle/docs/reference/beagle-undocumented.txt, tools/Query.cs,
8947           tools/Settings.cs, tools/beagle-crawl-system.in,
8948           tools/settings.glade: Merge the more-better-lucene-branch back
8949           into HEAD
8951 2005-08-10 15:21  rml
8953         * glue/inotify-syscalls.h:
8954           glue/inotify-syscalls.h: add system call stubs for the SPARC,
8955           SPARC (Scalable Processor ARChitecture) is a pure big-endian RISC
8956           microprocessor architecture originally designed in 1985 by Sun
8957           Microsystems.  The SPARC processor usually contains as many as
8958           128 general purpose registers. At any point, only 32 of them are
8959           available - 8 are global registers and the other 24 are from the
8960           stack of registers. These 24 registers form what is called a
8961           register window, and at function call/return, this window is
8962           moved up and down the register stack. Each window has 8 local
8963           registers and shares 8 registers with adjacent windows. The
8964           shared registers are used for passing function parameters and
8965           returning values, and the local registers are used for keeping
8966           values across function calls. The "Scalable" in SPARC comes from
8967           the fact that the SPARC specification allows up to 32 windows. So
8968           the implementation can choose to implement all 32 to provide
8969           maximum call stack efficiency, or to implement minimum to reduce
8970           the context switching time. Other architectures that include
8971           similar register windows include Intel i960, IA-64, and AMD
8972           29000.
8974 2005-08-10 15:18  rml
8976         * glue/inotify-syscalls.h:
8977           glue/inotify-syscalls.h: add syscall info for the Alpha, also
8978           known as the Alpha AXP, is a 64-bit RISC microprocessor
8979           originally developed and fabricated by Digital Equipment Corp,
8980           which used it in its own line of workstations and servers.
8981           Designed as a successor to the VAX line of computers, it
8982           supported the VMS operating system, as well as Digital UNIX and,
8983           today, Linux.
8985 2005-08-10 14:54  joeshaw
8987         * configure.in, beagled/Makefile.am,
8988           beagled/EvolutionDataServerQueryable/EdsSource.cs,
8989           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
8990           New e-d-s backend which indexes all local addressbooks and
8991           calendars.  Requires evo-sharp CVS right now (0.8)
8993 2005-08-10 14:42  fhedberg
8995         * Tiles/TileNote.cs: No debug.
8997 2005-08-10 14:41  fhedberg
8999         * Tiles/: TileNote.cs, template-note.html: * Layout consistency for
9000           the tomboy note regarding dates.  * Temp. disable the
9001           hightlighting in tomboy.
9003 2005-08-10 14:08  fhedberg
9005         * Util/Evolution.cs: More patterns to remove.
9007 2005-08-10 14:08  fhedberg
9009         * tools/: Makefile.am, crawl-rules/crawl-applications: Index
9010           applications with the system-crawler.
9012 2005-08-10 13:41  al_shopov
9014         * po/: ChangeLog, bg.po: 2005-08-10  Alexander Shopov
9015           <ash@contact.bg>
9017                   * bg.po: Updated Bulgarian translation by
9018                   Rostislav Raykov <zbrox@i-space.org>
9020 2005-08-10 06:42  trow
9022         * BeagleClient/Query.cs, BeagleClient/QueryPart.cs,
9023           Util/BetterBitArray.cs, beagled/LuceneCommon.cs,
9024           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
9025           beagled/LuceneQueryingDriver.cs, beagled/QueryDriver.cs,
9026           beagled/QueryStringParser.cs,
9027           beagled/FileSystemQueryable/FileCrawlTask.cs,
9028           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9029           beagled/FileSystemQueryable/TreeCrawlTask.cs, tools/Query.cs:
9030           More query hacking, including lots of optimizations.
9032 2005-08-09 18:08  hebra
9034         * po/: ChangeLog, de.po: 2005-08-09  Hendrik Brandt
9035           <heb@gnome-de.org>
9037                   * de.po: Updated German translation.
9039 2005-08-09 17:55  dsd
9041         * ChangeLog, Util/Conf.cs:
9042                   * Util/Conf.cs: Fix DateTime comparison, don't reload
9043           config files which
9044                   haven't changed mtime since we last loaded them.
9046 2005-08-09 17:22  fhedberg
9048         * Tiles/TileFolder.cs: Folder open fix for desktop-launch.
9050 2005-08-09 05:41  mdziumanenko
9052         * configure.in, po/ChangeLog, po/uk.po: 2005-08-09  Maxim
9053           Dziumanenko <mvd@mylinux.ua>
9055                   * Added Ukrainian translation.
9057 2005-08-09 02:07  chliao
9059         * po/: ChangeLog, zh_TW.po:
9060           2005-08-09  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
9062                   * zh_TW.po: Updated Traditional Chinese translation.
9064 2005-08-08 22:12  trow
9066         * BeagleClient/Hit.cs, Util/DirectoryWalker.cs,
9067           beagled/FileAttributesStore.cs,
9068           beagled/FileAttributesStore_ExtendedAttribute.cs,
9069           beagled/FileAttributesStore_Mixed.cs,
9070           beagled/FileAttributesStore_Sqlite.cs,
9071           beagled/IFileAttributesStore.cs, beagled/LuceneIndexingDriver.cs,
9072           beagled/LuceneQueryable.cs, beagled/TextCache.cs,
9073           beagled/FileSystemQueryable/FileCrawlTask.cs,
9074           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9075           beagled/FileSystemQueryable/TreeCrawlTask.cs: Fixes for files and
9076           directories with strange permissions.  Be smarter about how we
9077           handle transactions in our sqlite databases.
9079 2005-08-08 17:21  fhedberg
9081         * tools/: Settings.cs, settings.glade: Remove the option to not run
9082           beagle on startup.
9084 2005-08-08 04:39  kelemeng
9086         * po/: ChangeLog, hu.po: 2005-08-08  Gabor Kelemen
9087           <kelemeng@gnome.hu>
9089                   * hu.po: Hungarian translation updated.
9091 2005-08-08 01:40  trow
9093         * BeagleClient/QueryPart.cs, Util/DirectoryWalker.cs,
9094           Util/GuidFu.cs, Util/Inotify.cs, Util/Scheduler.cs,
9095           beagled/BuildIndex.cs, beagled/FileAttributes.cs,
9096           beagled/FileAttributesStore.cs,
9097           beagled/FileAttributesStore_ExtendedAttribute.cs,
9098           beagled/FileAttributesStore_Sqlite.cs, beagled/FilterFactory.cs,
9099           beagled/IndexerReceipts.cs, beagled/LuceneCommon.cs,
9100           beagled/LuceneFileQueryable.cs, beagled/LuceneIndexingDriver.cs,
9101           beagled/LuceneQueryable.cs, beagled/LuceneQueryingDriver.cs,
9102           beagled/Makefile.am, beagled/QueryResult.cs, beagled/Shutdown.cs,
9103           beagled/TextCache.cs, beagled/FileSystemQueryable/CrawlTask.cs,
9104           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
9105           beagled/FileSystemQueryable/DirectoryModel.cs,
9106           beagled/FileSystemQueryable/DirectoryState.cs,
9107           beagled/FileSystemQueryable/FileCrawlTask.cs,
9108           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9109           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9110           beagled/FileSystemQueryable/IFileEventBackend.cs,
9111           beagled/FileSystemQueryable/InotifyBackend.cs,
9112           beagled/FileSystemQueryable/LuceneNameResolver.cs,
9113           beagled/FileSystemQueryable/SanityCheck.cs,
9114           beagled/FileSystemQueryable/TreeCrawlTask.cs,
9115           beagled/FileSystemQueryable/UniqueIdStore.cs: New and improved
9116           FileSystemQueryable, built on top of our improved Lucene
9117           infrastructure.
9119 2005-08-07 23:53  rml
9121         * glue/inotify-syscalls.h:
9122           PPC define is __powerpc__ and PPC64 define is __powerpc64__, not
9123           __ppc__.
9125 2005-08-06 17:34  fhedberg
9127         * beagled/AkregatorQueryable/AkregatorQueryable.cs: * Patch from
9128           Debajyoti Bera to handle deleted feed items.
9130 2005-08-05 17:04  fhedberg
9132         * beagled/LuceneFileQueryable.cs: * Enable
9133           LuceneFileQueryable-derived backends to mark files up to date.
9135 2005-08-05 15:55  fhedberg
9137         * ImLogViewer/ImLogWindow.cs: * Commit hack for multi-client
9138           ImLogWindow on branch.
9140 2005-08-05 15:42  fhedberg
9142         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: *
9143           Add the "fixme:client" property to messages indexed by the imap
9144           generator.
9146 2005-08-05 15:36  fhedberg
9148         * tools/: Makefile.am, beagle-crawl-system.in: * Use the right path
9149           and syntax for beagle-build-index in the crawler.
9151 2005-08-05 15:33  fhedberg
9153         * beagled/: LuceneCommon.cs, LuceneIndexingDriver.cs: * Use the
9154           specified text cache when filtering.
9156 2005-08-05 15:32  fhedberg
9158         * beagled/LuceneQueryable.cs: * Never create the indexer if we're
9159           in read-only mode.  * Use the driver to get the item count in
9160           that case.
9162 2005-08-05 14:36  fhedberg
9164         * beagled/: wrapper.in: LD_LIBRARY_PATH fix.
9166 2005-08-05 11:34  joeshaw
9168         * Best/BestWindow.cs: Don't use GLib.Object.Data, it's evil.  Clean
9169           up some code which used it unnecessarily
9171 2005-08-04 19:15  baddog
9173         * po/: ChangeLog, zh_TW.po: Fix Language Team Reference
9175 2005-08-04 11:31  joeshaw
9177         * Tiles/: TileFile.cs, template-file.html: Use the title of the
9178           document as the main link for a file, if it's set
9180 2005-08-04 09:04  llipka
9182         * beagled/SnippetFu.cs: Don't waste our highlight colors on stop
9183           words.
9185 2005-08-03 07:37  dsd
9187         * configure.in: Bump version to 0.0.13
9189 2005-08-02 22:15  fhedberg
9191         * ImLogViewer/ImLogWindow.cs: -Some- client agnostic changes to the
9192           ImLogViewer. The ImLog.cs still sucks from a dynamic perspective
9193           however.
9195 2005-08-02 21:35  fhedberg
9197         * Util/DirectoryWalker.cs: Remove debug spew.
9199 2005-08-02 21:34  fhedberg
9201         * Util/IoPriority.cs, Util/Makefile.am,
9202           beagled/IndexHelper/IndexHelper.cs, glue/Makefile.am,
9203           glue/ioprio-glue.c: Robert Love, our hero.
9205 2005-08-02 19:20  dsd
9207         * ChangeLog, Tiles/TileMusic.cs:        * Tiles/TileMusic.cs:
9208           Correct mime type for flac files
9210 2005-08-02 18:22  dsd
9212         * ChangeLog, Tiles/Tile.cs:     * Tiles/Tile.cs: Handle commands
9213           which are 'quoted'
9215 2005-08-02 11:35  vvaradan
9217         * ChangeLog, Filters/FilterSource.cs: Patch from Sreekanth G
9218           <sreekanthnaga@gmail.com>  * Handle all possible pascal-style
9219           comments properly.
9221 2005-08-01 16:40  fhedberg
9223         * beagled/beagled.1: Manpage update.
9225 2005-08-01 15:41  adamw
9227         * po/: ChangeLog, en_CA.po:
9228           2005-08-01  Adam Weinberger  <adamw@gnome.org>
9230                   * en_CA.po: Updated Canadian English translation.
9232 2005-08-01 11:52  rml
9234         * glue/inotify-syscalls.h:
9235           s390 inotify support, my little puppets.
9237 2005-08-01 04:20  knvijay
9239         * tools/: Settings.cs, settings.glade: Minor Fixes
9241 2005-07-31 19:12  fhedberg
9243         * Util/DirectoryWalker.cs: Remove debug spew.
9245 2005-07-31 17:33  dsd
9247         * configure.in: Temporarily from uk from ALL_LINGUAS until uk.po is
9248           in place (I have emailed the committer)
9250 2005-07-31 02:55  mdziumanenko
9252         * ChangeLog, configure.in, po/ChangeLog: [no log message]
9254 2005-07-30 16:13  adamw
9256         * po/: ChangeLog, en_CA.po:
9257           2005-07-30  Adam Weinberger  <adamw@gnome.org>
9259                   * en_CA.po: Updated Canadian English translation.
9261 2005-07-30 12:04  hebra
9263         * po/: ChangeLog, de.po: 2005-07-30  Hendrik Brandt
9264           <heb@gnome-de.org>
9266                   * de.po: Updated German translation.
9268 2005-07-29 18:19  fhedberg
9270         * tools/: Makefile.am, Settings.cs, settings.glade: beagle-settings
9271           options for networking. From KN Vijay. On branch.
9273 2005-07-29 18:18  fhedberg
9275         * tools/Settings.cs: And some ifdef's.
9277 2005-07-29 18:12  fhedberg
9279         * tools/: Makefile.am, Settings.cs, settings.glade: beagle-settings
9280           options for networking. From KN Vijay.
9282 2005-07-29 17:33  fhedberg
9284         * beagled/: LuceneFileQueryable.cs, Makefile.am,
9285           AkregatorQueryable/AkregatorQueryable.cs,
9286           BlamQueryable/BlamQueryable.cs,
9287           LifereaQueryable/LifereaQueryable.cs: * Add support to the
9288           LuceneFileQueryable for child-indexables. Mark the file indexed
9289           when the last child is done.  * Update the Blam-, Liferea-,
9290           Akregator- backends to use it.
9292 2005-07-29 15:11  fhedberg
9294         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Broken pipe.
9296 2005-07-29 15:07  fhedberg
9298         * Util/ImBuddy.cs, Util/ImLog.cs,
9299           beagled/KopeteQueryable/KopeteCrawler.cs,
9300           beagled/KopeteQueryable/KopeteQueryable.cs: Update the Kopete
9301           backend for the lucene changes.
9303 2005-07-29 15:06  fhedberg
9305         * Tiles/TileImLog.cs, beagled/GaimLogQueryable/GaimLogQueryable.cs:
9306           Move the buddy lookup to the daemon (HitFilter in GaimQueryable).
9308 2005-07-29 14:04  fhedberg
9310         * Util/DirectoryWalker.cs, glue/Makefile.am, glue/beagled-utils.c:
9311           Previous fix onto branch.
9313 2005-07-29 14:03  fhedberg
9315         * Util/DirectoryWalker.cs, glue/Makefile.am, glue/beagled-utils.c:
9316           Workaround for a nasty bug in Mono.Posix.Syscall.readdir that
9317           prevents us from read the entire directory if there's any
9318           non-UTF8 coded filenames. We still throw away non-valid filenames
9319           (compliments by the marshalling) but at least we get the others.
9321 2005-07-28 17:17  fhedberg
9323         * Filters/FilterSpreadsheet.cs: Check if xmlReader == null before
9324           closing it.
9326 2005-07-28 07:05  knvijay
9328         * Util/Conf.cs, beagled/WebServices/WebServiceBackEnd.cs: Misc.
9329           fixes
9331 2005-07-28 06:59  knvijay
9333         * beagled/BeagleDaemon.cs: Removed outdated WebServices command
9334           line options
9336 2005-07-28 06:38  knvijay
9338         * beagled/BeagleDaemon.cs: Typo fix
9340 2005-07-28 06:34  knvijay
9342         * beagled/: BeagleDaemon.cs, WebServices/WebServiceBackEnd.cs:
9343           Added commandline option to disable WebServices
9345 2005-07-28 01:41  trow
9347         * BeagleClient/Indexable.cs, Tiles/template-note.html,
9348           Util/ExtendedAttribute.cs, beagled/BuildIndex.cs,
9349           beagled/FileAttributes.cs, beagled/FileAttributesStore.cs,
9350           beagled/FileAttributesStore_ExtendedAttribute.cs,
9351           beagled/IIndexer.cs, beagled/IndexerReceipts.cs,
9352           beagled/LuceneCommon.cs, beagled/LuceneFileQueryable.cs,
9353           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
9354           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
9355           beagled/RemoteIndexer.cs, beagled/RemoteIndexerRequest.cs,
9356           beagled/RemoteIndexerResponse.cs, beagled/Server.cs,
9357           beagled/TextCache.cs,
9358           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
9359           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9360           beagled/GaimLogQueryable/GaimLogQueryable.cs,
9361           beagled/IndexHelper/RemoteIndexerExecutor.cs,
9362           beagled/TomboyQueryable/TomboyQueryable.cs: Another great big
9363           lump of refactoring goodness.
9365           This commit contains: (1) Extensive de-crufting.  (2) A total
9366           revamp of IIndexer change notifications.  (3) Lots of clean-up in
9367           LuceneQueryable and the lower-level Lucene parts.      I've
9368           removed a lot of the horrible hacks that were added to      make
9369           the filesystem backend work (prime example: all of that dreadful
9370               Uri remapping code), and replaced it with more generic hooks
9371               that can be used for Uri remapping but which are useful for
9372           other      stuff too.  (4) Some annoying file-centric assumptions
9373           have been moved from     LuceneQueryable into a new class,
9374           LuceneFileQueryable.      LuceneFileQueryable will automatically
9375           update a file's FileAttributes      after it has been indexed,
9376           provides a default implementation of      HitIsValid, etc.
9377           Smaller, file-oriented backends should use this.  (5) Lots of
9378           little bug fixes for things that I stumbled across while
9379           hacking.
9381           Caveats: (1) I've almost certainly broken stuff.  (2) The Blam
9382           and Liferea backends are turned off in the build.      Fixing
9383           them should be easy.  (3) The File System backend is also turned
9384           off.  Fixing it is     somewhat less easy.
9386           Enjoy.
9388 2005-07-27 20:33  dsd
9390         * beagled/FileSystemQueryable/FileSystemQueryable.cs: kill debug
9391           spew on branch
9393 2005-07-27 20:32  dsd
9395         * beagled/FileSystemQueryable/FileSystemQueryable.cs: oops - kill
9396           debug spew
9398 2005-07-27 20:29  dsd
9400         * beagled/FileSystemQueryable/: CrawlTask.cs, FileNameFilter.cs,
9401           FileSystemModel.cs, FileSystemQueryable.cs,
9402           FileSystemWatcherBackend.cs, IFileEventBackend.cs,
9403           InotifyBackend.cs: Some recent changes from HEAD:
9405                   * beagled/FileSystemQueryable/CrawlTask.cs,
9406                   beagled/FileSystemQueryable/FileSystemModel.cs,
9407                   beagled/FileSystemQueryable/FileSystemQueryable.cs,
9408                   beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9409                   beagled/FileSystemQueryable/IFileEventBackend.cs,
9410                   beagled/FileSystemQueryable/InotifyBackend.cs: Merge the
9411           concept of
9412                   scanning and crawling into crawling only, to reduce
9413           startup expense.
9415                   * beagled/FileSystemQueryable/FileNameFilter.cs,
9416                   beagled/FileSystemQueryable/FileSystemModel.cs,
9417                   beagled/FileSystemQueryable/FileSystemQueryable.cs: When
9418           an exclude path is
9419                   added, we should forget about that in the internal
9420           directory structure, drop
9421                   watches on it, and remove it from the crawling queue.
9422           Consolidate code
9423                   between Delete and RecursivelyRemove_Unlocked.
9425 2005-07-27 20:23  dsd
9427         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs,
9428           beagled/FileSystemQueryable/FileSystemModel.cs,
9429           beagled/FileSystemQueryable/FileSystemQueryable.cs:         *
9430           beagled/FileSystemQueryable/FileNameFilter.cs,
9431                   beagled/FileSystemQueryable/FileSystemModel.cs,
9432                   beagled/FileSystemQueryable/FileSystemQueryable.cs: When
9433           an exclude path is
9434                   added, we should forget about that in the internal
9435           directory structure, drop
9436                   watches on it, and remove it from the crawling queue.
9437           Consolidate code
9438                   between Delete and RecursivelyRemove_Unlocked.
9440 2005-07-27 17:48  joeshaw
9442         * Util/UnixClient.cs, beagled/Server.cs: Get rid of
9443           UnixClient.Flush() to keep it in sync with the upstream version.
9444           Fix the usage in Server.cs to get the stream and then flush.
9446 2005-07-27 16:43  joeshaw
9448         * Filters/FilterText.cs: oops
9450 2005-07-27 16:43  joeshaw
9452         * Filters/: FilterText.cs: Bump the text filter limit from 1mb to
9453           5mb
9455 2005-07-27 14:56  joeshaw
9457         * mozilla-extension/content/beagleOverlay.js: Add a mozilla
9458           preference which enables/disables the plugin in a persistent way
9460 2005-07-27 12:41  fhedberg
9462         * beagled/: LuceneQueryable.cs, StaticQueryable.cs: Land on
9463           previous fix on branch.
9465 2005-07-27 12:36  fhedberg
9467         * beagled/: LuceneQueryable.cs, StaticQueryable.cs: Support
9468           HitIsValid in StaticQueryable.
9470 2005-07-27 11:59  rml
9472         * glue/inotify-syscalls.h:
9473           ia64 inotify support.
9475 2005-07-27 11:49  rml
9477         * glue/inotify-syscalls.h:
9478           inotify support for PPC32.
9480 2005-07-27 11:45  fhedberg
9482         * beagled/: BuildIndex.cs, Filter.cs, FilterFactory.cs: Commit it
9483           to the branch too.
9485 2005-07-27 11:42  fhedberg
9487         * beagled/: BuildIndex.cs, Filter.cs, FilterFactory.cs: Clean up
9488           the filtering code. Allow it to pass streams if we're doing in
9489           process indexing.
9491 2005-07-27 11:04  dsd
9493         * ChangeLog, Filters/FilterSpreadsheet.cs:      *
9494           Filters/FilterSpreadsheet.cs: Workaround the zombie processes bug
9495           for
9496                   ssindex invocations
9498 2005-07-27 10:58  rml
9500         * glue/inotify-syscalls.h:
9501           x86-64 inotify support.
9503 2005-07-27 10:29  dsd
9505         * ChangeLog, Filters/FilterPdf.cs:      * Filters/FilterPdf.cs:
9506           Workaround the zombie processes bug for pdftotext
9507                   invocations
9509 2005-07-26 17:31  joeshaw
9511         * beagled/LuceneCommon.cs: Check for null return values from
9512           StringToQuery in QueryPartToQuery so that we avoid exceptions
9513           when stop words are a part of our query text
9515 2005-07-26 16:22  joeshaw
9517         * Makefile.am, configure.in, Best/best.desktop,
9518           chooser-fu/beaglequery.c, chooser-fu/chooser-test.c,
9519           glue/tomboykeybinder.c, glue/vmsize-glue.c, glue/wv1-glue.c,
9520           tools/beagle-settings.desktop, searchomatic/searchomatic.c:
9521           Commit a bunch of build fixes: Don't build the chooser-fu
9522           directory; remove an obsolete warning abou the epiphany extension
9523           being installed in the wrong place; various fixes to the Best and
9524           beagle-settings .desktop files; fix a bunch of warnings in C glue
9526 2005-07-26 15:16  fhedberg
9528         * Util/ImBuddy.cs: Try/Catch the parsing of the contact lists in
9529           Gaim & Kopete.
9531 2005-07-26 14:59  joeshaw
9533         * Util/PullingReader.cs, beagled/Filter.cs: Fix some filtering
9534           bottlenecks that really popped up when trying to index very large
9535           OpenOffice documents.  Instead of pulling only the head of the
9536           ArrayList in the filter, walk the list, add everything to the
9537           buffer and clear the list.  Thanks Fredrik and Jon
9539 2005-07-25 13:05  dsd
9541         * ChangeLog, Util/Inotify.cs:   * Util/Inotify.cs: Consolidate some
9542           code, and reduce watches to minimal
9543                   possible form upon Unsubscribe/ChangeSubscription.
9545 2005-07-25 13:03  dsd
9547         * ChangeLog, beagled/FileSystemQueryable/CrawlTask.cs,
9548           beagled/FileSystemQueryable/FileSystemModel.cs,
9549           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9550           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9551           beagled/FileSystemQueryable/IFileEventBackend.cs,
9552           beagled/FileSystemQueryable/InotifyBackend.cs:    *
9553           beagled/FileSystemQueryable/CrawlTask.cs,
9554                   beagled/FileSystemQueryable/FileSystemModel.cs,
9555                   beagled/FileSystemQueryable/FileSystemQueryable.cs,
9556                   beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
9557                   beagled/FileSystemQueryable/IFileEventBackend.cs,
9558                   beagled/FileSystemQueryable/InotifyBackend.cs: Merge the
9559           concept of
9560                   scanning and crawling into crawling only, to reduce
9561           startup expense.
9563 2005-07-25 11:35  joeshaw
9565         * beagled/Server.cs: Fix a very hard-to-trigger race when aborting
9566           out of the read
9568 2005-07-25 10:56  joeshaw
9570         * Filters/FilterPdf.cs: Set the priority class on pdfinfo to
9571           BelowNormal, so that it doesn't dominate the CPU on expensive
9572           runs.  Patch from Paul Betts
9574 2005-07-21 20:14  dsd
9576         * ChangeLog, Util/Conf.cs:      * Util/Conf.cs: Add ConfigOptions
9577           for adding/removing excludes, so that
9578                   excludes can be manipulated via beagle-config.
9580 2005-07-21 16:47  fhedberg
9582         * Tiles/TileImLog.cs, Util/ImBuddy.cs, Util/ImLog.cs,
9583           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
9584           beagled/Makefile.am,
9585           beagled/GaimLogQueryable/GaimLogQueryable.cs,
9586           beagled/KopeteQueryable/KopeteCrawler.cs,
9587           beagled/KopeteQueryable/KopeteQueryable.cs: KopeteQueryable
9589 2005-07-21 14:58  joeshaw
9591         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
9592           Names shouldn't be keywords in the evo mail backend.  I did this
9593           on the branch but forgot to commit it to the trunk too
9595 2005-07-21 14:57  joeshaw
9597         * Filters/FilterMail.cs: Names shouldn't be keywords in the mail
9598           filter
9600 2005-07-21 12:33  fhedberg
9602         * AUTHORS, beagled/Makefile.am,
9603           beagled/AkregatorQueryable/AkregatorQueryable.cs: Added Akregator
9604           backend from Debajyoti Bera.
9606 2005-07-21 10:51  joeshaw
9608         * Tiles/Tile.cs: The command we get from the mime system can
9609           actually be the program and arguments, and passing in such a
9610           command to ProcessStartInfo.FileName causes problems, so split
9611           out any arguments and add them to the argument string instead
9613 2005-07-21 10:17  fhedberg
9615         * BeagleClient/Property.cs, libbeagle/beagle/Makefile.am,
9616           libbeagle/beagle/beagle-hits-added-response.c,
9617           libbeagle/beagle/beagle-private.h,
9618           libbeagle/beagle/beagle-property.c,
9619           libbeagle/beagle/beagle-query-part-date.c,
9620           libbeagle/beagle/beagle-query-part-date.h,
9621           libbeagle/beagle/beagle-query-part-human.c,
9622           libbeagle/beagle/beagle-query-part-human.h,
9623           libbeagle/beagle/beagle-query-part-property.c,
9624           libbeagle/beagle/beagle-query-part-property.h,
9625           libbeagle/beagle/beagle-query-part-text.c,
9626           libbeagle/beagle/beagle-query-part-text.h,
9627           libbeagle/beagle/beagle-query-part.c,
9628           libbeagle/beagle/beagle-query-part.h,
9629           libbeagle/beagle/beagle-query.c,
9630           libbeagle/docs/reference/beagle-undocumented.txt: Add support for
9631           new query construction to libbeagle.
9633 2005-07-20 17:18  trow
9635         * Util/Makefile.am, Util/TopScores.cs, beagled/LuceneCommon.cs:
9636           Added TopScores, a class for efficiently finding the N
9637           highest-scoring objects in a set.  Fixed a small bug in live
9638           queries.
9640 2005-07-20 03:54  knvijay
9642         * Util/Conf.cs: Added option to check status of WebServices
9643           GlobalAccess
9645 2005-07-20 03:35  knvijay
9647         * beagled/WebServices/WebServiceBackEnd.cs: Fix to use fully
9648           qualified DNS host name
9650 2005-07-20 02:26  knvijay
9652         * beagled/WebServices/: NetBeagleQueryable.cs, WebBackEnd.cs,
9653           WebFrontEnd.cs, search.aspx: Fixes to show NetBeagle check-box
9654           only when NetBeagle nodes are configured. Updated Beagle Web
9655           Interface Title to show the hostname for external accesses
9657 2005-07-19 17:28  jogley
9659         * po/: ChangeLog, en_GB.po:
9661           2005-07-19  James Ogley  <james@usr-local-bin.org>
9663                   * po/en_GB.po: Updated British English translation.
9665 2005-07-19 15:46  joeshaw
9667         * Filters/FilterMail.cs,
9668           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
9669           We should be indexing names in emails as text, not keywords
9671 2005-07-19 15:22  orrc
9673         * po/: ChangeLog, en_GB.po: 2005-07-19  Christopher Orr
9674           <chris@orr.me.uk>
9676                   * en_GB.po: Updated British English translation.
9678 2005-07-19 13:56  joeshaw
9680         * Tiles/TileMailMessage.cs: Don't try to put presence on the mail
9681           message tile if we have galago support but not evo-sharp support
9683 2005-07-19 13:55  fhedberg
9685         * tools/: Makefile.am, beagle-crawl-system.in: Use the correct path
9686           to beagle-build-index in beagle-crawl-system, thanks to Cameron
9687           for pointing it out ;)
9689 2005-07-19 13:22  joeshaw
9691         * beagled/LuceneQueryingDriver.cs: Check for secondary_searcher ==
9692           null when trying to merge the properties in
9694 2005-07-19 13:20  fhedberg
9696         * beagled/LuceneIndexingDriver.cs: IIndexer events.
9698 2005-07-19 13:18  fhedberg
9700         * beagled/LuceneCommon.cs: Belongs to the last commit.
9702 2005-07-19 12:52  fhedberg
9704         * beagled/: BuildIndex.cs, LuceneQueryingDriver.cs,
9705           StaticQueryable.cs: Update the static indexing stuff for new
9706           lucene design.
9708 2005-07-19 10:32  fhedberg
9710         * Util/Conf.cs: Rollback some stuff so we can build again.
9712 2005-07-19 08:16  knvijay
9714         * beagled/WebServices/WebFrontEnd.cs: Bug Fixes
9716 2005-07-19 06:33  knvijay
9718         * ChangeLog: [no log message]
9720 2005-07-19 06:30  knvijay
9722         * beagled/WebServices/search.aspx: Added background color for
9723           search box in Web interface
9725 2005-07-19 06:29  knvijay
9727         * beagled/WebServices/: NetBeagleQueryable.cs, WebBackEnd.cs,
9728           WebFrontEnd.cs, WebServiceBackEnd.cs, WebServiceFrontEnd.cs:
9729           Updates to provide option in WebInterface to enable/disable
9730           NetworkedBeagle search on per-query basis
9732 2005-07-19 06:24  knvijay
9734         * Util/Conf.cs: Update to networking section to handle arguments
9735           without explicit port no.
9737 2005-07-18 22:31  trow
9739         * beagled/Lucene.Net/upstream-changes.diff: Updated for my last
9740           tweak to FSDirectory.cs.
9742 2005-07-18 22:30  trow
9744         * Util/BetterBitArray.cs, Util/Makefile.am, Util/SmallIntArray.cs,
9745           beagled/LuceneCommon.cs, beagled/LuceneQueryingDriver.cs,
9746           beagled/Lucene.Net/Store/FSDirectory.cs: Relevancy hacks.
9747           Support Uri filtering in queries.  Work on modifying mutable
9748           properties.  Querying fixes.  Allow sharing when opening files in
9749           dotLucene.
9751 2005-07-18 19:23  fhedberg
9753         * beagled/ManageIndex.cs: Disable locking for read-only ops.
9755 2005-07-18 17:02  trow
9757         * Util/StringFu.cs, beagled/LuceneCommon.cs, beagled/Makefile.am,
9758           beagled/NameIndexTool.cs, beagled/SanityCheckTool.cs,
9759           beagled/FileSystemQueryable/FileSystemModel.cs,
9760           beagled/FileSystemQueryable/FileSystemQueryable.cs: Stop using
9761           the NameIndex, since the name  is now stored in mutable
9762           properties on the Indexable.
9764 2005-07-18 16:16  fhedberg
9766         * Tiles/TileFolder.cs: TileFolder Open fix.
9768 2005-07-18 15:29  trow
9770         * Filters/FilterDOC.cs, Filters/FilterMan.cs,
9771           Filters/FilterMonodoc.cs, Tiles/Template.cs,
9772           Util/BetterBitArray.cs, Util/Makefile.am, beagled/BuildIndex.cs,
9773           beagled/LuceneCommon.cs, beagled/LuceneDriver.cs,
9774           beagled/LuceneIndexingDriver.cs, beagled/LuceneQueryable.cs,
9775           beagled/LuceneQueryingDriver.cs, beagled/Makefile.am,
9776           beagled/ManageIndex.cs, beagled/NameIndex.cs,
9777           beagled/NoiseFilter.cs, beagled/QueryStringParser.cs,
9778           beagled/SnippetFu.cs, beagled/TermStatsTool.cs,
9779           beagled/TextCache.cs,
9780           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
9781           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
9782           beagled/FileSystemQueryable/FileSystemQueryable.cs,
9783           beagled/IndexHelper/RemoteIndexerExecutor.cs,
9784           libbeagle/beagle/beagle-hits-added-response.c,
9785           libbeagle/beagle/beagle-private.h,
9786           libbeagle/beagle/beagle-property.c,
9787           libbeagle/beagle/beagle-property.h, tools/Query.cs: (Committing
9788           again due a broken pipe error...)
9790           Welcome to beagle-more-better-lucene-branch.  We hope you enjoy
9791           your stay.
9793           This branch contains a radical reworking of beagle's interaction
9794           with Lucene.  We now split our index into two: a primary index
9795           that contains indexed fulltexts and non-mutable metadata.  The
9796           secondary index contains metadata that we would like to be able
9797           to change w/o requiring a reindex.  We call such metadata
9798           "mutable": canonical examples are filenames, nautilus notes,
9799           nautilus emblems, etc.
9801           I've almost certainly introduced many bugs here, so be careful.
9803 2005-07-18 15:28  trow
9805         * BeagleClient/: Indexable.cs, Property.cs, Query.cs, QueryPart.cs,
9806           Versioned.cs: Welcome to beagle-more-better-lucene-branch.  We
9807           hope you enjoy your stay.
9809           This branch contains a radical reworking of beagle's interaction
9810           with Lucene.  We now split our index into two: a primary index
9811           that contains indexed fulltexts and non-mutable metadata.  The
9812           secondary index contains metadata that we would like to be able
9813           to change w/o requiring a reindex.  We call such metadata
9814           "mutable": canonical examples are filenames, nautilus notes,
9815           nautilus emblems, etc.
9817           I've almost certainly introduced many bugs here, so be careful.
9819 2005-07-18 11:50  dsd
9821         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs,
9822           beagled/FileSystemQueryable/FileSystemModel.cs:     *
9823           beagled/FileSystemQueryable/FileNameFilter.cs: When we drop an
9824           exclude
9825                   pattern, set the entire filesystem state to unknown.
9826                   * FileSystemQueryable/FileSystemModel.cs: Setting state
9827           to unknown should
9828                   trigger a recrawl.
9830 2005-07-18 03:58  adamw
9832         * po/: ChangeLog, en_CA.po:
9833           2005-07-18  Adam Weinberger  <adamw@gnome.org>
9835                   * en_CA.po: Updated Canadian English translation.
9837 2005-07-17 03:43  fhedberg
9839         * configure.in, Tiles/Makefile.am, Tiles/Tile.cs: "This place
9840           better be worth it, they better be doing coke here."
9842 2005-07-15 21:38  chliao
9844         * po/: ChangeLog, zh_TW.po:
9845           2005-07-16  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
9847                   * zh_TW.po: Updated Traditional Chinese translation.
9849 2005-07-15 17:49  joeshaw
9851         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
9852           Better progress indication for mboxes
9854 2005-07-15 15:58  fhedberg
9856         * tools/crawl-rules/: crawl-documentation, crawl-windows: Forgot
9857           the rules.
9859 2005-07-15 15:57  fhedberg
9861         * beagle.spec.in, beagled/Makefile.am, tools/.cvsignore,
9862           tools/Makefile.am, tools/beagle-crawl-system.in: Rules for
9863           crawling the system from a cron-job.
9865 2005-07-15 15:18  fhedberg
9867         * beagled/BuildIndex.cs: Better arguments for beagle-build-index.
9869 2005-07-15 13:12  joeshaw
9871         * libbeagle/beagle/: beagle-client.c, beagle-util.c, beagle-util.h:
9872           Add support for the locally synchronized storage dirs to
9873           libbeagle
9875 2005-07-15 12:56  trow
9877         * libbeagle/beagle/: beagle-indexable.c, beagle-indexable.h: Added
9878           IndexableFiltering.AlreadyFiltered, a way for an indexable to
9879           indicate that its readers will always return nice, clean,
9880           ready-to-index text.  Set AlreadyFiltered on indexables created
9881           from gaim logs.  Updated libbeagle to know about the new
9882           IndexableFiltering option.
9884 2005-07-15 12:54  trow
9886         * BeagleClient/Indexable.cs, beagled/FilterFactory.cs,
9887           beagled/GaimLogQueryable/GaimLogQueryable.cs: Added
9888           IndexableFiltering.AlreadyFiltered, which provides a way for an
9889           indexable to indicate that its readers will return clean text
9890           that does not need to be filtered.
9892 2005-07-15 12:42  joeshaw
9894         * BeagleClient/Hit.cs: The Beagle.Hit indexer property should be
9895           public
9897 2005-07-15 12:32  joeshaw
9899         * beagled/GaimLogQueryable/GaimLogQueryable.cs: We do in fact need
9900           to filter the gaim logs, or else NoContent is set to true and the
9901           text readers are never added to the lucene document
9903 2005-07-15 06:09  vvaradan
9905         * ChangeLog, configure.in: * Show the availability of gst-sharp as
9906           "disabled" instead of "no".
9908 2005-07-14 23:17  fhedberg
9910         * beagled/: BuildIndex.cs, FilterFactory.cs, LuceneDriver.cs,
9911           LuceneQueryable.cs, StaticQueryable.cs, TextCache.cs,
9912           beagle-build-index.8: Support text-cache for static indexes.
9914           * Added --cache-text argument to beagle-build-index *
9915           De-staticized TextCache * Minor changes to the filtering
9917 2005-07-14 16:37  fhedberg
9919         * Util/Conf.cs: Get rid of GetHashCode warning for ExcludeItem.
9921 2005-07-14 16:24  joeshaw
9923         * BeagleClient/Client.cs, Util/PathFinder.cs,
9924           beagled/BeagleDaemon.cs, beagled/RemoteIndexer.cs,
9925           beagled/Server.cs, beagled/IndexHelper/IndexHelper.cs: Use a safe
9926           temp filename for when we're handing a remote home directory.
9927           Move the sockets there since we can't create unix domain sockets
9928           on smbfs.  Add some nasty code to clean up after ourselves as
9929           best we can
9931 2005-07-14 16:16  joeshaw
9933         * libbeagle/beagle/beagle-hits-added-response.c: oops, forgot this
9935 2005-07-14 16:14  joeshaw
9937         * BeagleClient/Hit.cs, libbeagle/beagle/beagle-hit.c,
9938           libbeagle/beagle/beagle-private.h: Don't keep Score around in
9939           libbeagle; just calculate it from the raw score and multiplier,
9940           since it's not serialized by the daemon
9942 2005-07-14 15:28  rml
9944         * Util/Inotify.cs, glue/inotify-glue.c, glue/inotify-syscalls.h,
9945           glue/inotify.h: Port Beagle to the New Inotify.
9947 2005-07-14 13:41  fhedberg
9949         * beagled/: BuildIndex.cs, Makefile.am, ManageIndex.cs,
9950           beagle-build-index.8, beagle-manage-index.8: * Install
9951           beagle-build-index & beagle-manage-index into /sbin instead of
9952           /bin * Use the first argument as index_dir in beagle-build-index
9953           * Manpages for said tools.
9955 2005-07-14 03:59  knvijay
9957         * Util/Conf.cs: Added CheckGlobalAccess option to webservices
9958           section
9960 2005-07-13 21:28  fhedberg
9962         * beagled/LuceneDriver.cs: Merge fix pointed out by Jon.
9964 2005-07-13 12:28  fhedberg
9966         * Util/Conf.cs, Util/PathFinder.cs, Util/Scheduler.cs,
9967           beagled/BeagleDaemon.cs, beagled/IndexSynchronization.cs,
9968           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
9969           beagled/Makefile.am, beagled/NameIndexTool.cs,
9970           beagled/SanityCheckTool.cs,
9971           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
9972           Index Synchronization
9974           * If PathFinder.HomeDir is on NFS, or BEAGLE_SYNCHRONIZE_LOCALLY
9975           is set we synchronize the indexes locally (to /tmp/beagle-$user).
9976            * Needed to move all the indexes to a separate directory, so if
9977           you don't want to re-index everything, move them to
9978           ~/.beagle/Indexes.  * Configuration option to disable
9979           synchronization totally.  * Added support for tasks executed on
9980           shutdown.
9982 2005-07-13 11:03  fhedberg
9984         * Util/PathFinder.cs: Removed a bunch of unused code.
9986 2005-07-13 07:16  llipka
9988         * Tiles/TilePicture.cs: Update the F-spot tags spacing a bit.
9990 2005-07-12 14:46  kelemeng
9992         * po/: ChangeLog, hu.po: 2005-07-12  Gabor Kelemen
9993           <kelemeng@gnome.hu>
9995                   * hu.po: Hungarian translation updated.
9997 2005-07-12 14:29  hebra
9999         * po/: ChangeLog, de.po: 2005-07-12  Hendrik Brandt
10000           <heb@gnome-de.org>
10002                   * de.po: Updated German translation.
10004 2005-07-12 13:39  fhedberg
10006         * Util/SystemInformation.cs: Remove some unused code and add some
10007           new unused code.
10009 2005-07-12 10:02  fhedberg
10011         * beagled/LuceneDriver.cs: Do actually create an index even if
10012           there is no minor_version provided.
10014 2005-07-12 09:31  fhedberg
10016         * Filters/FilterText.cs: Give the right message when the text file
10017           is too large to filter.
10019 2005-07-11 19:55  dsd
10021         * ChangeLog, beagled/LuceneDriver.cs: Allow unspecified index minor
10022           versions (= 'dont care'). Allows beagle-manage-index to work on
10023           versioned indexes.
10025 2005-07-11 15:18  trow
10027         * beagled/beagled-index-helper.in: Removed some debug spew.
10029 2005-07-11 15:18  trow
10031         * NEWS: Updated for Lukas's last patch.
10033 2005-07-11 15:14  llipka
10035         * Filters/FilterMail.cs, Tiles/TileMailMessage.cs,
10036           Tiles/TranslationHack.cs, Tiles/template-mail-message.html:
10037           Render the mail attachments nicely.
10039 2005-07-11 15:08  trow
10041         * NEWS: Updated again for release.
10043 2005-07-11 14:38  joeshaw
10045         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10046           Fix a problem where we were losing mails from the index if an
10047           IMAP summary was updated later.  Also add some additional
10048           debugging spew and sort the deleted list up front, so that
10049           removals are more efficient later (since they're done in UID
10050           order, we should always be removing from near the head of the
10051           list)
10053 2005-07-11 14:17  trow
10055         * NEWS: Updated for release.
10057 2005-07-11 14:14  fhedberg
10059         * beagled/BuildIndex.cs: Dont index dot-dirs & files with
10060           beagle-build-index.
10062 2005-07-11 10:56  hebra
10064         * po/: ChangeLog, de.po: 2005-07-10  Hendrik Brandt
10065           <heb@gnome-de.org>
10067                   * de.po: Corrected mis-translation.
10069 2005-07-10 10:14  hebra
10071         * po/: ChangeLog, de.po: 2005-07-10  Hendrik Brandt
10072           <heb@gnome-de.org>
10074                   * de.po: Updated German translation.
10076 2005-07-09 02:13  adamw
10078         * po/: ChangeLog, en_CA.po:
10079           2005-07-09  Adam Weinberger  <adamw@gnome.org>
10081                   * en_CA.po: Updated Canadian English translation.
10083 2005-07-09 00:31  trow
10085         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Explicitly disable
10086           filtering --- we don't need it, since we are passing in nice
10087           clean text.
10089 2005-07-08 19:54  joeshaw
10091         * Util/camel.cs: time_t is an arch dependent size, so account for
10092           that in our camel summary parser
10094 2005-07-08 17:05  joeshaw
10096         * Filters/FilterDocbook.cs: remove debug writeline
10098 2005-07-08 15:30  fhedberg
10100         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Command line argument
10101           for loading static indexes for Dave.
10103 2005-07-08 15:24  clahey
10105         * ChangeLog, Filters/FilterDocbook.cs: 2005-07-08  Christopher
10106           James Lahey  <clahey@ximian.com>
10108                   * Filters/FilterDocbook.cs: Turn off XmlResolver here so
10109           that it
10110                   doesn't read the DTDs.
10112 2005-07-08 12:47  trow
10114         * libbeagle/: Makefile.am, beagle/Makefile.am: A small "make
10115           distcheck" fix.
10117 2005-07-08 12:39  llipka
10119         * Best/: BestTray.cs, BestWindow.cs: Add a clear history item to
10120           the tray menu.
10122 2005-07-08 11:40  joeshaw
10124         * beagled/IndexHelper/RemoteIndexerExecutor.cs: Store the
10125           child_indexables streams in the helper before sending them back
10126           to the daemon.  Fixes a problem with indexing mail attachments
10127           since I moved the child indexable generation from the evolution
10128           backend to the mail filter.  Many thanks to Lukas for discovering
10129           it, and Fredrik for also looking at it
10131 2005-07-08 08:59  llipka
10133         * ImLogViewer/ImLogViewer.glade: Fix some window glitches.
10135 2005-07-08 08:59  knvijay
10137         * ChangeLog: [no log message]
10139 2005-07-08 08:50  knvijay
10141         * beagled/WebServices/: NetBeagleHandler.cs, NetBeagleQueryable.cs,
10142           WebServiceBackEnd.cs, WebServiceProxy.cs: Added a limit on the
10143           no. of intermediate Beagle nodes a request is cascaded through
10145 2005-07-08 04:51  knvijay
10147         * beagled/WebServices/WebBackEnd.cs: [no log message]
10149 2005-07-08 04:49  knvijay
10151         * beagled/WebServices/: WebBackEnd.cs, WebFrontEnd.cs: Updated
10152           support for Actions in Web interface when dealing with external
10153           queries
10155 2005-07-07 17:22  joeshaw
10157         * Filters/FilterMusic.cs: Print out the reason why we couldn't
10158           filter a music file to the debug log
10160 2005-07-07 16:31  fhedberg
10162         * Filters/FilterDocbook.cs: More Docbook filtering.
10164 2005-07-07 13:26  joeshaw
10166         * Tiles/Tile.cs, Tiles/TileFolder.cs, Util/ArrayFu.cs,
10167           beagled/LuceneDriver.cs, beagled/SnippetFu.cs: Remap directories
10168           a little differently in the Tile code.  Don't snippet stop words
10170 2005-07-07 12:53  trow
10172         * beagled/LuceneQueryable.cs: Get the item count from the indexer,
10173           not the LuceneDriver we use for queries.
10175 2005-07-07 09:30  knvijay
10177         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs,
10178           ExternalAccessFilter.cs, NetBeagleHandler.cs,
10179           NetBeagleQueryable.cs: Updates for cascaded network operation
10181 2005-07-06 19:40  trow
10183         * Tiles/TileContact.cs,
10184           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
10185           Use the beagle: namespace on the photo filename property.
10187 2005-07-06 19:12  trow
10189         *
10190           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
10191           When we cache the contact photo on the filesystem, open the file
10192           with FileShare.ReadWrite, and close the file when we are done
10193           writing to it.
10195 2005-07-06 18:54  trow
10197         * Util/Inotify.cs, beagled/FileSystemQueryable/InotifyBackend.cs:
10198           Added the ability to change an Inotify.Watch's event mask via the
10199           ChangeSubscription method.
10201           Use ChangeSubscription to adjust the event mask in
10202           InotifyBackend.WatchFile.
10204 2005-07-06 17:32  joeshaw
10206         *
10207           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
10208           If the REV field in the vCard is empty, always index the contact.
10209           Fixes a bug where newly added contacts weren't being updated
10210           with older versions of evolution
10212 2005-07-06 16:51  dsd
10214         * ChangeLog, libbeagle/beagle/beagle-client.c: libbeagle: Use
10215           /home/dsd/beagle-testing and check for existance of the relevant
10216           socket.
10218 2005-07-06 14:04  llipka
10220         * Tiles/Makefile.am: Eeek!
10222 2005-07-06 13:55  llipka
10224         * libbeagle/: beagle/.cvsignore, examples/.cvsignore: AVATAR is a
10225           conceptual HOTOL, SSTO spaceplane being developed by India's
10226           Defence Research and Development Organisation.
10228 2005-07-06 13:39  llipka
10230         * libbeagle/.cvsignore: Defining feudalism is difficult because
10231           there is no generally accepted agreement on what it means.
10233 2005-07-06 13:39  serrador
10235         * po/: ChangeLog, es.po: 2005-07-06  Francisco Javier F. Serrador
10236           <serrador@cvs.gnome.org>
10238                   * es.po: Updated Spanish translation.
10240 2005-07-06 13:28  joeshaw
10242         * acinclude.m4: Add gtk-doc.m4 to acinclude.m4 so that users don't
10243           need gtkdoc installed to autogen
10245 2005-07-06 13:14  joeshaw
10247         * Makefile.am: Only descend into the libbeagle directory if it's
10248           enabled
10250 2005-07-06 12:40  fhedberg
10252         * Filters/FilterDirectory.cs: Fix typo.
10254 2005-07-06 12:29  joeshaw
10256         * libbeagle/beagle/: beagle-cancelled-response.c,
10257           beagle-cancelled-response.h, beagle-client.c, beagle-client.h,
10258           beagle-daemon-information-request.c,
10259           beagle-daemon-information-request.h,
10260           beagle-daemon-information-response.c,
10261           beagle-daemon-information-response.h, beagle-empty-response.c,
10262           beagle-empty-response.h, beagle-error-response.c,
10263           beagle-error-response.h, beagle-finished-response.c,
10264           beagle-finished-response.h, beagle-hit.c, beagle-hit.h,
10265           beagle-hits-added-response.c, beagle-hits-added-response.h,
10266           beagle-hits-subtracted-response.c,
10267           beagle-hits-subtracted-response.h, beagle-indexable.c,
10268           beagle-indexable.h, beagle-indexing-service-request.c,
10269           beagle-indexing-service-request.h, beagle-parser.c,
10270           beagle-parser.h, beagle-private.h, beagle-property.c,
10271           beagle-property.h, beagle-query-part.c, beagle-query-part.h,
10272           beagle-query.c, beagle-query.h, beagle-request.c,
10273           beagle-request.h, beagle-response.c, beagle-response.h,
10274           beagle-shutdown-request.c, beagle-shutdown-request.h,
10275           beagle-snippet-request.c, beagle-snippet-request.h,
10276           beagle-snippet-response.c, beagle-snippet-response.h,
10277           beagle-timestamp.c, beagle-timestamp.h, beagle-util.c,
10278           beagle-util.h, beagle.h: add copyright headers to all the source
10279           files
10281 2005-07-06 12:17  joeshaw
10283         * gtk-doc.make: forgot this
10285 2005-07-06 12:05  joeshaw
10287         * Makefile.am, configure.in, libbeagle/.cvsignore,
10288           libbeagle/Makefile.am, libbeagle/libbeagle-0.0.pc.in,
10289           libbeagle/beagle/.cvsignore, libbeagle/beagle/Makefile.am,
10290           libbeagle/beagle/beagle-cancelled-response.c,
10291           libbeagle/beagle/beagle-cancelled-response.h,
10292           libbeagle/beagle/beagle-client.c,
10293           libbeagle/beagle/beagle-client.h,
10294           libbeagle/beagle/beagle-daemon-information-request.c,
10295           libbeagle/beagle/beagle-daemon-information-request.h,
10296           libbeagle/beagle/beagle-daemon-information-response.c,
10297           libbeagle/beagle/beagle-daemon-information-response.h,
10298           libbeagle/beagle/beagle-empty-response.c,
10299           libbeagle/beagle/beagle-empty-response.h,
10300           libbeagle/beagle/beagle-error-response.c,
10301           libbeagle/beagle/beagle-error-response.h,
10302           libbeagle/beagle/beagle-finished-response.c,
10303           libbeagle/beagle/beagle-finished-response.h,
10304           libbeagle/beagle/beagle-hit.c, libbeagle/beagle/beagle-hit.h,
10305           libbeagle/beagle/beagle-hits-added-response.c,
10306           libbeagle/beagle/beagle-hits-added-response.h,
10307           libbeagle/beagle/beagle-hits-subtracted-response.c,
10308           libbeagle/beagle/beagle-hits-subtracted-response.h,
10309           libbeagle/beagle/beagle-indexable.c,
10310           libbeagle/beagle/beagle-indexable.h,
10311           libbeagle/beagle/beagle-indexing-service-request.c,
10312           libbeagle/beagle/beagle-indexing-service-request.h,
10313           libbeagle/beagle/beagle-marshal.list,
10314           libbeagle/beagle/beagle-parser.c,
10315           libbeagle/beagle/beagle-parser.h,
10316           libbeagle/beagle/beagle-private.h,
10317           libbeagle/beagle/beagle-property.c,
10318           libbeagle/beagle/beagle-property.h,
10319           libbeagle/beagle/beagle-query-part.c,
10320           libbeagle/beagle/beagle-query-part.h,
10321           libbeagle/beagle/beagle-query.c, libbeagle/beagle/beagle-query.h,
10322           libbeagle/beagle/beagle-request.c,
10323           libbeagle/beagle/beagle-request.h,
10324           libbeagle/beagle/beagle-response.c,
10325           libbeagle/beagle/beagle-response.h,
10326           libbeagle/beagle/beagle-shutdown-request.c,
10327           libbeagle/beagle/beagle-shutdown-request.h,
10328           libbeagle/beagle/beagle-snippet-request.c,
10329           libbeagle/beagle/beagle-snippet-request.h,
10330           libbeagle/beagle/beagle-snippet-response.c,
10331           libbeagle/beagle/beagle-snippet-response.h,
10332           libbeagle/beagle/beagle-timestamp.c,
10333           libbeagle/beagle/beagle-timestamp.h,
10334           libbeagle/beagle/beagle-util.c, libbeagle/beagle/beagle-util.h,
10335           libbeagle/beagle/beagle.h, libbeagle/beagle/test-client.c,
10336           libbeagle/docs/.cvsignore, libbeagle/docs/Makefile.am,
10337           libbeagle/docs/reference/.cvsignore,
10338           libbeagle/docs/reference/Makefile.am,
10339           libbeagle/docs/reference/beagle-docs.sgml,
10340           libbeagle/docs/reference/beagle-overrides.txt,
10341           libbeagle/docs/reference/beagle-sections.txt,
10342           libbeagle/docs/reference/beagle-undocumented.txt,
10343           libbeagle/docs/reference/beagle.types,
10344           libbeagle/docs/reference/tmpl/beagle-cancelled-response.sgml,
10345           libbeagle/docs/reference/tmpl/beagle-client.sgml,
10346           libbeagle/docs/reference/tmpl/beagle-daemon-information-request.sgml,
10347           libbeagle/docs/reference/tmpl/beagle-daemon-information-response.sgml,
10348           libbeagle/docs/reference/tmpl/beagle-empty-response.sgml,
10349           libbeagle/docs/reference/tmpl/beagle-error-response.sgml,
10350           libbeagle/docs/reference/tmpl/beagle-finished-response.sgml,
10351           libbeagle/docs/reference/tmpl/beagle-hit.sgml,
10352           libbeagle/docs/reference/tmpl/beagle-hits-added-response.sgml,
10353           libbeagle/docs/reference/tmpl/beagle-hits-subtracted-response.sgml,
10354           libbeagle/docs/reference/tmpl/beagle-indexable.sgml,
10355           libbeagle/docs/reference/tmpl/beagle-indexing-service-request.sgml,
10356           libbeagle/docs/reference/tmpl/beagle-property.sgml,
10357           libbeagle/docs/reference/tmpl/beagle-query-part.sgml,
10358           libbeagle/docs/reference/tmpl/beagle-query.sgml,
10359           libbeagle/docs/reference/tmpl/beagle-request.sgml,
10360           libbeagle/docs/reference/tmpl/beagle-response.sgml,
10361           libbeagle/docs/reference/tmpl/beagle-shutdown-request.sgml,
10362           libbeagle/docs/reference/tmpl/beagle-snippet-request.sgml,
10363           libbeagle/docs/reference/tmpl/beagle-snippet-response.sgml,
10364           libbeagle/docs/reference/tmpl/beagle-timestamp.sgml,
10365           libbeagle/docs/reference/tmpl/beagle-unused.sgml,
10366           libbeagle/examples/.cvsignore, libbeagle/examples/Makefile.am,
10367           libbeagle/examples/beagle-search.c,
10368           libbeagle/examples/beagle-shutdown.c: Add libbeagle, a C API for
10369           searching and indexing against the beagle daemon
10371 2005-07-06 10:36  llipka
10373         * beagled/: GaimLogQueryable/GaimLogQueryable.cs,
10374           TomboyQueryable/TomboyQueryable.cs: Fixup usage of properties for
10375           better search results.
10377 2005-07-06 10:27  llipka
10379         * beagled/: TomboyQueryable/TomboyQueryable.cs,
10380           GaimLogQueryable/GaimLogQueryable.cs,
10381           LauncherQueryable/LauncherQueryable.cs,
10382           LifereaQueryable/LifereaQueryable.cs: Fixup usage of properties
10383           for better search results.
10385 2005-07-05 22:18  fhedberg
10387         * beagled/LifereaQueryable/LifereaQueryable.cs: Don't add the
10388           entire entry text as a keyword.
10390 2005-07-05 17:12  fhedberg
10392         * Util/Conf.cs,
10393           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
10394           beagled/FileSystemQueryable/FileNameFilter.cs,
10395           beagled/FileSystemQueryable/FileSystemModel.cs,
10396           beagled/FileSystemQueryable/FileSystemQueryable.cs,
10397           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
10398           beagled/FileSystemQueryable/IFileEventBackend.cs,
10399           beagled/FileSystemQueryable/InotifyBackend.cs, tools/.cvsignore:
10400           Better handle configuration updates:
10402           * Conf.cs: Moved a lot of code from FSQ/FileNameFilter.cs to here
10403           * FileSystemModel.cs: Implement configuration change logic *
10404           FileNameFilter.cs: Implement configuration change logic *
10405           IFileEventBackend.cs: Ability to forget watches *
10406           FileSystemWatcherBackend.cs: Ability to forget watches *
10407           InotifyBackend.cs: Ability to forget watches
10409 2005-07-05 14:18  kelemeng
10411         * po/: ChangeLog, hu.po: 2005-07-05  Gabor Kelemen
10412           <kelemeng@gnome.hu>
10414                   * hu.po: Hungarian translation updated.
10416 2005-07-05 09:31  knvijay
10418         * ChangeLog: [no log message]
10420 2005-07-05 09:29  knvijay
10422         * beagled/WebServices/: NetBeagleHandler.cs, NetBeagleQueryable.cs,
10423           WebBackEnd.cs, WebServiceBackEnd.cs, WebServiceProxy.cs: Added
10424           support for cascaded networked Beagle searches
10426 2005-07-05 09:26  knvijay
10428         * Tiles/TileNetwork.cs: Updated comments
10430 2005-07-04 08:23  tsola
10432         * po/: ChangeLog, nb.po, no.po: 2005-07-04  Terance Sola
10433           <terance@lyse.net>
10435                   * nb.po: Updated Norwegian bokmål translation.
10436                   * no.po: Same.
10438 2005-07-04 04:01  knvijay
10440         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs:
10441           Simplifying code related to determination of local/global access
10442           for webservices
10444 2005-07-03 18:49  adamw
10446         * po/: ChangeLog, en_CA.po:
10447           2005-07-03  Adam Weinberger  <adamw@gnome.org>
10449                   * en_CA.po: Updated Canadian English translation.
10451 2005-07-01 17:39  fhedberg
10453         * Util/Conf.cs: And dont watch for modify's, just CloseWrite and
10454           Create.
10456 2005-07-01 17:22  fhedberg
10458         * Util/Conf.cs: Don't be a nazi when opening the configuration
10459           files.
10461 2005-07-01 15:37  joeshaw
10463         * beagled/LuceneQueryable.cs: Subtract an added URI from the
10464           QueryResult before adding it back in, so that we get proper
10465           updates, which were broken when we moved from dbus to the new
10466           message passing system
10468 2005-07-01 14:07  fhedberg
10470         * beagled/BuildIndex.cs: beagle-build-index: Be more intelligent.
10472 2005-07-01 11:12  fhedberg
10474         * beagled/BeagleDaemon.cs: Didnt really want to remove this
10475           earlier.
10477 2005-07-01 11:10  knvijay
10479         * ChangeLog: [no log message]
10481 2005-07-01 10:57  knvijay
10483         * beagled/WebServices/: ExternalAccessFilter.cs,
10484           NetBeagleHandler.cs, NetBeagleQueryable.cs, WebBackEnd.cs,
10485           WebFrontEnd.cs, WebServiceBackEnd.cs, WebServiceFrontEnd.cs:
10486           Updates to work with new configuration system
10488 2005-07-01 10:54  knvijay
10490         * Tiles/TileNetwork.cs: Correction in logic to get HostNamePort of
10491           the networked Beagle returning the hit
10493 2005-07-01 10:47  knvijay
10495         * Util/: Conf.cs, Makefile.am: Added config sections for
10496           WebServices and Networking
10498 2005-06-30 18:10  dsd
10500         * ChangeLog, configure.in: Support either sqlite2 or sqlite3
10502 2005-06-30 17:45  dsd
10504         * ChangeLog, beagled/FilterFactory.cs: Small reorganisation so that
10505           we don't try and get the file mime-type twice.
10507 2005-06-30 14:28  joeshaw
10509         * BeagleClient/Query.cs, beagled/QueryDriver.cs: Set the default
10510           querydomain to both Local and System, fix a backwards assignment
10511           when loading static queryables
10513 2005-06-30 12:44  joeshaw
10515         * Util/: ExternalStringsHack.cs.in, Makefile.am, PathFinder.cs:
10516           base the SystemDir on $localstatedir
10518 2005-06-30 12:19  joeshaw
10520         * Util/Scheduler.cs: Remove some debug spew
10522 2005-06-30 12:07  joeshaw
10524         * BeagleClient/Indexable.cs, Filters/FilterMail.cs,
10525           Filters/Makefile.am, Util/Scheduler.cs,
10526           beagled/ExtractContent.cs, beagled/Filter.cs,
10527           beagled/FilterFactory.cs, beagled/HitRegulator.cs,
10528           beagled/LuceneDriver.cs, beagled/NameIndex.cs,
10529           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
10530           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10531           New mail filter, which gives us MailDir support, and port the
10532           Evolution backends over to using it.
10534           If an mbox or summary is updated and the generator is already in
10535           the scheduler, don't readd it and reset it back to the start.  So
10536           we'll actually index everything while Evo is running rather than
10537           recrawling.
10539           Tweak the scheduler to throttle when many immediate priority
10540           tasks come in.  This will help with the situations when you untar
10541           a tarball or rm -r a directory.
10543           Update ExtractContent to follow child indexables
10545           Add a Uri field to the Filter, so that child indexables can set
10546           their Uris based on the parent's.
10548           Don't instantiate a IndexReader when we're just using it for
10549           IndexSearcher.  That way we don't have to manage lifecycle.
10551 2005-06-30 11:52  fhedberg
10553         * BeagleClient/Query.cs, Util/Conf.cs, Util/PathFinder.cs,
10554           beagled/.cvsignore, beagled/BeagleDaemon.cs,
10555           beagled/BuildIndex.cs, beagled/FileAttributesStore_Sqlite.cs,
10556           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
10557           beagled/Makefile.am, beagled/ManageIndex.cs,
10558           beagled/QueryDriver.cs, beagled/StaticQueryable.cs,
10559           beagled/Lucene.Net/upstream-changes.diff,
10560           beagled/Lucene.Net/Store/FSDirectory.cs: System indexing
10562           * Added beagle-build-index for building static indexes.  * Added
10563           beagle-manage-index for low-level Lucene index management.  *
10564           Allow us to disable Lucene locking per-FSDirectory.  * Load
10565           system-wide indexes from /var/cache/beagle/indexes
10567 2005-06-30 10:47  fhedberg
10569         * BeagleClient/Indexable.cs, Filters/FilterDocbook.cs: Titles for
10570           the sections in FilterDocbook.
10572 2005-06-30 08:59  fhedberg
10574         * beagled/IndexHelper/RemoteIndexerExecutor.cs: Don't instantiate
10575           new LuceneDrivers for every remote indexing request.
10577 2005-06-30 08:59  llipka
10579         * Tiles/TileContact.cs, Tiles/TileImLog.cs,
10580           Tiles/TileMailMessage.cs, Tiles/template-contact.html,
10581           Tiles/template-mail-message.html, Tiles/template-picture.html,
10582           Util/Galago.cs: Galago support: * Add support to Contact tile *
10583           Add support to MailMessage tile * Update the templates
10584           accordingly
10586           I18N: * Forgot to commit the template-picture.html previously
10588 2005-06-30 08:38  llipka
10590         * Tiles/TranslationHack.cs: I18N stuff.
10592 2005-06-30 08:18  llipka
10594         * Filters/FilterImage.cs, Filters/FilterJpeg.cs,
10595           Filters/FilterPng.cs, Filters/Makefile.am, Tiles/TilePicture.cs,
10596           Tiles/template-picture.html: F-Spot metadata support.
10598 2005-06-30 05:39  dsd
10600         * ChangeLog, Best/BestWindow.cs: Catch the right exception
10602 2005-06-30 05:38  dsd
10604         * Util/: ImLog.cs, StringFu.cs: Add HexUnescape convenience
10605           function. Use HexUnescape on Gaim directory names when using them
10606           in readable form.
10608 2005-06-27 19:57  orrc
10610         * Filters/FilterChm.cs: Update FilterChm to use AddSupportedFlavor
10612 2005-06-27 19:51  dsd
10614         * ChangeLog, Filters/FilterPPT.cs: Compile fix for FilterPPT
10616 2005-06-27 17:59  hebra
10618         * po/: ChangeLog, de.po: 2005-06-28  Hendrik Brandt
10619           <heb@gnome-de.org>
10621                   * de.po: Updated German translation.
10623 2005-06-27 17:59  fhedberg
10625         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Filtering fix.
10627 2005-06-27 16:18  fhedberg
10629         * beagled/IIndexer.cs: Added a FIXME.
10631 2005-06-27 15:43  fhedberg
10633         * BeagleClient/Indexable.cs, Filters/FilterAbiword.cs,
10634           Filters/FilterApe.cs, Filters/FilterC.cs,
10635           Filters/FilterCSharp.cs, Filters/FilterCpp.cs,
10636           Filters/FilterDOC.cs, Filters/FilterDesktop.cs,
10637           Filters/FilterDirectory.cs, Filters/FilterDocbook.cs,
10638           Filters/FilterFlac.cs, Filters/FilterFortran.cs,
10639           Filters/FilterHtml.cs, Filters/FilterJava.cs,
10640           Filters/FilterJpeg.cs, Filters/FilterJs.cs,
10641           Filters/FilterLisp.cs, Filters/FilterMan.cs,
10642           Filters/FilterMatlab.cs, Filters/FilterMonodoc.cs,
10643           Filters/FilterMp3.cs, Filters/FilterMpc.cs, Filters/FilterOgg.cs,
10644           Filters/FilterOpenOffice.cs, Filters/FilterPascal.cs,
10645           Filters/FilterPdf.cs, Filters/FilterPerl.cs,
10646           Filters/FilterPhp.cs, Filters/FilterPng.cs,
10647           Filters/FilterPython.cs, Filters/FilterRTF.cs,
10648           Filters/FilterScilab.cs, Filters/FilterSpreadsheet.cs,
10649           Filters/FilterText.cs, Filters/Makefile.am, Tiles/TileFile.cs,
10650           Tiles/TileFolder.cs, Tiles/TileLauncher.cs, Tiles/TileMonodoc.cs,
10651           Tiles/template-folder.html, beagled/Filter.cs,
10652           beagled/FilterFactory.cs, beagled/Flavor.cs, beagled/IIndexer.cs,
10653           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
10654           beagled/RemoteIndexer.cs, beagled/RemoteIndexerResponse.cs,
10655           beagled/RenamingLuceneDriver.cs,
10656           beagled/FileSystemQueryable/FileSystemModel.cs,
10657           beagled/FileSystemQueryable/FileSystemQueryable.cs,
10658           beagled/IndexHelper/RemoteIndexerExecutor.cs: Filtering:
10660           * Match multiple filters per indexable, and use the one with the
10661           highest rank.  * Match filters with a combination of Uri,
10662           Extension and/or MimeType.  * Allow FilterFactory to fall through
10663           the filter list if a filter can't process an indexable.  * Added
10664           .desktop/.directory filters * Added Monodoc filter * Added
10665           Docbook filter * Introduced events & callbacks when Indexables
10666           are filtered * Mark files in the FSQ with FilterName &
10667           FilterVersion when they are filtered * Re-index files when a
10668           newer filter is available
10670 2005-06-27 10:44  dsd
10672         * ChangeLog, Util/ImLog.cs: Use PathToFileUri to handle 'odd' file
10673           characters better
10675 2005-06-26 22:23  trow
10677         * po/pl.po: I forgot to add this previously.  Thanks to Chris Orr
10678           for pointing this out.
10680 2005-06-26 09:36  llipka
10682         * ImLogViewer/ImLogWindow.cs: And return the money.
10684 2005-06-26 09:34  llipka
10686         * ImLogViewer/ImLogWindow.cs: BUG #308855: Remember the selected
10687           log in the timeline.
10689 2005-06-25 13:02  dsd
10691         * Util/ArrayFu.cs: Document why IndexOfByte exists
10693 2005-06-25 13:00  dsd
10695         * Util/DirectoryWalker.cs: Don't print whole exception, just the
10696           message will do
10698 2005-06-24 16:24  trow
10700         * configure.in, beagled/beagled-index-helper.in,
10701           beagled/beagled.in: Added Polish translation from Michał
10702           Kastelik.
10704           Number the helper's heap-buddy outfiles, so they don't get
10705           clobbered when the helper gets recycled.
10707 2005-06-24 15:39  joeshaw
10709         * ChangeLog, BeagleClient/IndexingService.cs,
10710           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
10711           2005-06-23  Anders Carlsson  <andersca@imendio.com>
10713                   * BeagleClient/IndexingService.cs:
10714                   Return an empty response after an indexing request.
10716                   *
10717           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
10718                   Make the ToRemove list an xml array.
10720 2005-06-24 14:52  joeshaw
10722         * beagled/Lucene.Net/: upstream-changes.diff, Store/FSDirectory.cs,
10723           Store/RAMDirectory.cs, Store/RAMFile.cs,
10724           Store/RAMOutputStream.cs: Use UTC timestamps in Lucene so that
10725           we're don't box integers unnecessarily
10727 2005-06-24 13:30  trow
10729         * beagled/: Makefile.am, beagled-index-helper.in, beagled.in: Added
10730           --heap-buddy argument to beagled.
10732 2005-06-24 12:23  joeshaw
10734         * Tiles/: TileMailMessage.cs, template-mail-message.html: Add Reply
10735           back as an action to the mail tile
10737 2005-06-24 12:11  vvaradan
10739         * ChangeLog, Tiles/TileMailMessage.cs: * A Crasher fix in Open() of
10740           TileMailMessage.
10742 2005-06-24 12:08  trow
10744         * tools/Makefile.am: Replaced a -o with -out: to silence a warning.
10746 2005-06-24 11:45  joeshaw
10748         * beagled/wrapper.in: add  to the beagled/wrapper.in template
10750 2005-06-24 11:36  joeshaw
10752         * BeagleClient/Client.cs, Util/ArrayFu.cs, beagled/Server.cs: Move
10753           IndexOfByte() into Util.ArrayFu, and use it in the Server
10754           implementation as well
10756 2005-06-24 11:33  fhedberg
10758         * Util/: ArrayFu.cs, Makefile.am: ArrayFu
10760 2005-06-24 11:26  trow
10762         * BeagleClient/Client.cs: Replaced calls to Array.IndexOf with a
10763           small custom function to avoid boxing the second argument ---
10764           this was responsible for 9% of all allocations in beagled
10765           according to heap-buddy.
10767 2005-06-23 19:44  joeshaw
10769         * Util/ExtendedAttribute.cs, beagled/BeagleDaemon.cs,
10770           beagled/ExtractContent.cs, beagled/FileAttributesStore_Sqlite.cs,
10771           beagled/LuceneQueryable.cs, beagled/QueryDriver.cs,
10772           beagled/QueryableFlavor.cs,
10773           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10774           Add support for running without extended attributes
10776 2005-06-23 18:59  kelemeng
10778         * po/: ChangeLog, hu.po: 2005-06-24  Gabor Kelemen
10779           <kelemeng@gnome.hu>
10781                   * hu.po: Hungarian translation updated.
10783 2005-06-23 18:31  trow
10785         * beagled/FileAttributesStore_Sqlite.cs: Use a BitArray for our
10786           path flags instead of (yuck) manually manipulating the individual
10787           bits in an array of bytes.
10789 2005-06-23 15:22  dsd
10791         * ChangeLog,
10792           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
10793           Kill fixme:subject as subject is properly stored in dc:title
10795 2005-06-23 13:17  trow
10797         * BeagleClient/Indexable.cs: If NoContent is true, return null for
10798           the Indexable's various streams.
10800 2005-06-23 13:16  trow
10802         * beagled/: ExtractContent.cs, FilterFactory.cs, LuceneDriver.cs:
10803           If we don't know how to filter an Indexable, set NoContent to
10804           true.  Check the NoContent flag when constructing a Lucene
10805           Document from the Indexable.
10807 2005-06-22 18:57  dsd
10809         * glue/inotify-glue.c: Use perror before error report
10811 2005-06-22 18:32  trow
10813         * beagled/LuceneDriver.cs: Don't throw a bunch of exceptions on
10814           empty queries.
10816 2005-06-22 18:21  dsd
10818         * ChangeLog, glue/inotify-glue.c: Introduce some friendly error
10819           messages
10821 2005-06-22 17:36  joeshaw
10823         * BeagleClient/Client.cs, BeagleClient/Query.cs, tools/Query.cs:
10824           Fix some error corner cases when trying to write to sockets with
10825           clients
10827 2005-06-22 17:18  joeshaw
10829         * tools/Shutdown.cs: Be forgiving of communication errors in
10830           Shutdown
10832 2005-06-22 11:22  joeshaw
10834         * beagled/: LuceneDriver.cs, NameIndex.cs, Server.cs: The comment
10835           about the searcher closing the reader is a dirty, dirty lie.  So
10836           remove the comment and fix the code.  Also handle all exceptions
10837           when trying to send a response, since we can get more than just
10838           an IOException (including some weird reflection exception) if we
10839           try to write data to a socket that has already been shut down
10841 2005-06-21 11:27  fhedberg
10843         * beagle-daemon.pc.in: Fix typo
10845 2005-06-21 07:56  chliao
10847         * po/: ChangeLog, zh_TW.po:
10848           2005-06-21  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
10850                   * zh_TW.po: Updated Traditional Chinese translation.
10852 2005-06-21 04:14  knvijay
10854         * ChangeLog, beagled/WebServices/search.aspx.in: [no log message]
10856 2005-06-21 04:09  knvijay
10858         * beagled/: Makefile.am, WebServices/search.aspx: Replacing
10859           search.aspx.in with search.aspx
10861 2005-06-20 20:02  tsola
10863         * po/: ChangeLog, nb.po, no.po: 2005-06-21  Terance Sola
10864           <terance@lyse.net>
10866                   * nb.po: Updated Norwegian Bokmål translation.
10867                   * no.po: Same as above.
10869 2005-06-20 10:56  joeshaw
10871         * ChangeLog, configure.in, po/tr.po: Turkish translation from Enver
10872           Altin
10874 2005-06-20 07:49  knvijay
10876         * beagled/WebServices/search.aspx.in: Moving img tag within web
10877           form
10879 2005-06-20 07:03  knvijay
10881         * beagled/WebServices/search.aspx.in: Using relative url for Beagle
10882           dog image
10884 2005-06-19 10:33  llipka
10886         * Tiles/: TileBlog.cs, template-blog.html: Add an author field to
10887           the blog template.
10889 2005-06-18 14:45  orrc
10891         * Util/Evolution.cs: Check whether imap directory exists before
10892           attempting traversal.
10894 2005-06-17 18:59  joeshaw
10896         * beagled/: BlamQueryable/BlamQueryable.cs,
10897           LifereaQueryable/LifereaQueryable.cs: Make the LifereaQueryable
10898           also an IIndexableGenerator, and fix the BlamQueryable to attach
10899           a timestamp in the generator case
10901 2005-06-17 18:54  adamw
10903         * po/en_CA.po:
10904           2005-06-17  Adam Weinberger  <adamw@gnome.org>
10906                   * en_CA.po: Updated Canadian English translation.
10908 2005-06-17 14:20  joeshaw
10910         * Best/BestWindow.cs: Change the Show() function to be Present() so
10911           that we get consistent placement again
10913 2005-06-17 12:50  llipka
10915         * Tiles/template-mail-message.html: Fix a bug when the tile didnt
10916           show up the subject when 'Who' was null. This is related to the
10917           email attachments.
10919 2005-06-17 11:31  joeshaw
10921         * Filters/FilterC.cs: Add text/x-chdr (header files) as a supported
10922           mime type for the C source filter
10924 2005-06-17 10:04  llipka
10926         * Tiles/TileMailMessage.cs: Random.
10928 2005-06-17 10:04  llipka
10930         * configure.in, Tiles/TileMailMessage.cs: Fix a null reference
10931           exception in TileMailMessage.cs which made Best crash. Change
10932           galago to galago-sharp in configure.in
10934 2005-06-17 07:22  knvijay
10936         * beagled/WebServices/WebServiceBackEnd.cs: Enabling log messages
10938 2005-06-17 05:52  knvijay
10940         * ChangeLog: [no log message]
10942 2005-06-17 05:49  knvijay
10944         * BeagleClient/NetworkHit.cs: Update to support prefetching/caching
10945           of snippets
10947 2005-06-17 05:48  knvijay
10949         * beagled/WebServices/: NetBeagleHandler.cs, NetBeagleQueryable.cs,
10950           WebBackEnd.cs, WebServiceBackEnd.cs: Added support for
10951           Prefetching & caching snippets for Network Hits
10953 2005-06-17 05:44  knvijay
10955         * beagled/WebServices/ExternalAccessFilter.cs: Cleanup of unwanted
10956           code
10958 2005-06-17 00:53  fhedberg
10960         * tools/: Settings.cs, settings.glade: Bug #308023.
10962 2005-06-17 00:44  adamw
10964         * po/: ChangeLog, en_CA.po:
10965           2005-06-17  Adam Weinberger  <adamw@gnome.org>
10967                   * en_CA.po: Updated Canadian English translation.
10969 2005-06-16 15:08  joeshaw
10971         * beagled/Makefile.am: Only create the XSP dirs if web services are
10972           enabled.  Patch from Jeremy Messenger
10974 2005-06-16 12:59  joeshaw
10976         * beagled/BlamQueryable/BlamQueryable.cs: Use an
10977           IIndexableGenerator for the blam backend
10979 2005-06-15 22:15  fhedberg
10981         * Util/Evolution.cs: Belonging to my last commit.
10983 2005-06-15 22:13  fhedberg
10985         * po/POTFILES.in, po/sv.po, tools/Settings.cs: * Minor bugfix for
10986           the configuration UI * Minor fixed for i18n * Updated Swedish
10987           translation
10989 2005-06-15 21:38  fhedberg
10991         * Makefile.am, beagle-daemon.pc.in, configure.in: Expose daemon
10992           plugin development for external development via pkg-config.
10994 2005-06-15 21:21  fhedberg
10996         * beagled/FileSystemQueryable/: FileNameFilter.cs,
10997           FileSystemModel.cs: Properly filter old stuff in FSQ.HitIsValid
10999 2005-06-15 20:16  dsd
11001         * ChangeLog, configure.in: Use single = for equality thanks to
11002           Jeremy Messenger in bug 307847
11004 2005-06-15 16:46  serrador
11006         * po/: ChangeLog, es.po: 2005-06-15  Francisco Javier F. Serrador
11007           <serrador@cvs.gnome.org>
11009                   * es.po: Updated Spanish translation.
11011 2005-06-15 16:40  joeshaw
11013         * configure.in, BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
11014           BeagleClient/Property.cs, Tiles/TileMailMessage.cs,
11015           beagled/ExtractContent.cs, beagled/Filter.cs,
11016           beagled/FilterFactory.cs, beagled/IIndexer.cs,
11017           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
11018           beagled/RemoteIndexer.cs, beagled/RemoteIndexerResponse.cs,
11019           beagled/RenamingLuceneDriver.cs,
11020           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
11021           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
11022           beagled/FileSystemQueryable/FileSystemQueryable.cs,
11023           beagled/IndexHelper/RemoteIndexerExecutor.cs, tools/Query.cs: *
11024           New filtering code.  Adds ParentUri to Hit and Indexable.  Adds
11025           new BinaryStream to Indexable.  Adds new AddChildIndexable()
11026           method and a ChildIndexables ArrayList property to the Filter.
11028           * Multiprop enhancements - allows us to get all of the properties
11029           matching a certain term out as an array on the Hit.
11031           * Mail backend enhancements - indexing of attachments, nicer code
11032           to extract multiple names and addresses in recipients, and tile
11033           support to display attachment hits (needs work)
11035 2005-06-15 13:33  trow
11037         * configure.in, Util/Makefile.am: Put version back to 0.0.12
11038           Re-enable the galago check Include Galago.cs in COND_CS_FILES
11040 2005-06-15 13:31  trow
11042         * configure.in: Turn off the galago check for now.
11044 2005-06-15 13:22  trow
11046         * NEWS, configure.in, Filters/Makefile.am, Util/Makefile.am,
11047           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
11048           beagled/RemoteIndexer.cs, beagled/RemoteIndexerRequest.cs,
11049           beagled/RenamingLuceneDriver.cs,
11050           beagled/IndexHelper/RemoteIndexerExecutor.cs: Fixes for 0.0.11.1:
11051           * Chm filter build fixes * Index versioning fixes to avoid
11052           purging the file system index every time
11054 2005-06-15 11:13  fhedberg
11056         * Best/BestTray.cs, Util/Conf.cs, Util/Evolution.cs,
11057           Util/SystemInformation.cs, beagled/FileAttributesStore_Sqlite.cs,
11058           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
11059           beagled/FileSystemQueryable/FileNameFilter.cs,
11060           beagled/FileSystemQueryable/FileSystemModel.cs,
11061           beagled/FileSystemQueryable/FileSystemQueryable.cs,
11062           po/POTFILES.in, tools/.cvsignore, tools/Makefile.am,
11063           tools/Settings.cs, tools/beagle-settings.desktop,
11064           tools/settings.glade: Basic configuration stuff.
11066 2005-06-15 07:49  llipka
11068         * configure.in, Tiles/TileImLog.cs, Tiles/template-im-log.html,
11069           Util/Galago.cs, Util/Makefile.am: Galago support.
11071 2005-06-15 05:25  knvijay
11073         * beagled/WebServices/WebFrontEnd.cs: Fix to display navigation
11074           icons
11076 2005-06-14 19:51  trow
11078         * configure.in: Incremented version # to 0.0.12.
11080 2005-06-14 17:26  trow
11082         * BeagleClient/Makefile.am, Tiles/Makefile.am, beagled/Makefile.am:
11083           Build fixes.
11085 2005-06-14 17:10  trow
11087         * images/Makefile.am: Images don't need to be conditional on
11088           whether not not web services are turned on.  (And it breaks the
11089           build anyway.)
11091 2005-06-14 16:35  trow
11093         * NEWS: Updated for release.
11095 2005-06-14 13:34  joeshaw
11097         * Util/camel.cs: Decode.FixedInt and Decode.UInt aren't the same
11098           size on disk, so account for that
11100 2005-06-14 06:54  knvijay
11102         * Tiles/TileNetwork.cs: Added Null check for snippet
11104 2005-06-14 04:12  knvijay
11106         * images/dog.png, images/netbeagle.png,
11107           beagled/WebServices/search.aspx.in: Aligning with new Beagle logo
11109 2005-06-13 19:49  dsd
11111         * ChangeLog, Util/Conf.cs, Util/Inotify.cs,
11112           beagled/BlamQueryable/BlamQueryable.cs,
11113           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
11114           beagled/FileSystemQueryable/InotifyBackend.cs,
11115           beagled/GaimLogQueryable/GaimLogQueryable.cs,
11116           beagled/LauncherQueryable/LauncherQueryable.cs,
11117           beagled/LifereaQueryable/LifereaQueryable.cs,
11118           beagled/TomboyQueryable/TomboyQueryable.cs: Implement
11119           subscription system. Update to work with subscription system.
11121 2005-06-13 18:34  trow
11123         * configure.in: A small build fix for Ubuntu.
11125 2005-06-13 18:07  joeshaw
11127         * Util/camel.cs: accept more evolution summary versions
11129 2005-06-13 15:45  joeshaw
11131         * Util/ExternalStringsHack.cs.in: Fix a compiler error about how
11132           XattrLib can't be marked both const and static
11134 2005-06-13 15:23  fhedberg
11136         * Util/: CompatFileChooser.cs, Evolution.cs, HigMessageDialog.cs,
11137           Makefile.am: Some stuff that might be good to have around.
11139 2005-06-13 14:25  dsd
11141         * ChangeLog, configure.in, Util/ExtendedAttribute.cs,
11142           Util/ExternalStringsHack.cs.in, Util/Makefile.am: Add support for
11143           glibc 2.2.x with extended attributes via libattr, by attempting
11144           to discover which libraries are available at configure-time.
11146 2005-06-13 06:48  knvijay
11148         * beagled/WebServices/ExternalAccessFilter.cs: Minor Fix
11150 2005-06-13 06:19  vvaradan
11152         * ChangeLog, Filters/FilterMatlab.cs, Filters/FilterScilab.cs,
11153           Filters/FilterSource.cs, Filters/Makefile.am: * Matlab and Scilab
11154           filters.
11156 2005-06-12 10:30  trow
11158         * po/POTFILES.in: Aded ImLogViewer/imLogWindow.cs to the list of
11159           files to be tanslated.
11161 2005-06-12 10:09  redfox
11163         * ChangeLog, configure.in, po/ChangeLog, po/fr.po: Added French
11164           translation.
11166 2005-06-10 15:29  adrighem
11168         * po/: ChangeLog, nl.po: 2005-06-10  Vincent van Adrighem
11169           <adrighem@gnome.org>
11171                   * nl.po: Translation updated by Wouter Bolsterlee.
11173 2005-06-09 23:43  trow
11175         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Set a minor
11176           version on the FileSystemQueryable to force a re-index.
11178 2005-06-09 23:39  trow
11180         * beagled/NameIndex.cs: Some NameIndex simplifications.
11182 2005-06-09 18:34  dsd
11184         * ChangeLog, configure.in, Util/ExtendedAttribute.cs,
11185           Util/Makefile.am: Add target O/S detection available through
11186           OS_LINUX and OS_FREEBSD defines. Add support for FreeBSD's
11187           extattrs.
11189 2005-06-09 18:31  joeshaw
11191         * Util/Util.dll.config.in: Add a libgnomevfs-2 dllmap.  Pointed out
11192           by tseng
11194 2005-06-09 18:21  joeshaw
11196         * beagled/beagled.in: fix a backwards logic test for when to
11197           default to foreground/background
11199 2005-06-09 14:47  joeshaw
11201         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11202           We're using gmime already for hasAttachments, so don't check the
11203           camel flags
11205 2005-06-09 10:58  rml
11207         * Util/SystemInformation.cs: Use Mono.Posix, not Mono.Unix.
11209 2005-06-09 10:36  rml
11211         * Util/SystemInformation.cs: Disk statistics!  Adds public get
11212           methods: DiskStatsWriteBytes, DiskStatsWriteReqs,
11213           DiskStatsReadBytes, and DiskStatsReadReqs that return the
11214           read/write bytes/requests on the device that contains the Lucene
11215           index.  Currently, automatically updates once per call.
11217           We need somewhere _else_ to call these and build a rate, so we
11218           can measure rate and throttle as needed.
11220 2005-06-09 10:32  joeshaw
11222         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11223           oops, off by one error in the flags
11225 2005-06-09 09:20  knvijay
11227         * beagled/WebServices/WebServiceBackEnd.cs: Fix in doQuery to
11228           return empty string when there are no snippets
11230 2005-06-09 06:19  knvijay
11232         * ChangeLog: [no log message]
11234 2005-06-09 06:07  knvijay
11236         * beagled/WebServices/WebServiceBackEnd.cs: Simplified GetSnippets
11237           implementation
11239 2005-06-09 00:33  trow
11241         * beagled/: LuceneDriver.cs, NameIndex.cs: Make queries on the
11242           NameIndex work properly.  Do the right thing w/ queries
11243           containing stop-words.  Fixed limiting a query to a subset of
11244           Uris in the NameIndex.  Assorted other query fixes.
11246 2005-06-08 17:42  joeshaw
11248         * Util/camel.cs,
11249           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11250           Extract the flags from the X-Evolution header for mboxes, and
11251           don't index messages which are marked as spam
11253 2005-06-08 14:56  trow
11255         * Filters/FilterChm.cs: Oops.
11257 2005-06-08 14:52  trow
11259         * configure.in, Filters/FilterChm.cs, Filters/FilterHtml.cs,
11260           Filters/Makefile.am, Tiles/TileDocs.cs, Util/ChmFile.cs,
11261           Util/Makefile.am: CHM filter (patch from Miguel Cabrera)
11263 2005-06-08 11:10  trow
11265         * tools/Makefile.am: A fix for make distcheck.
11267 2005-06-08 08:19  knvijay
11269         * beagled/WebServices/: WebServiceBackEnd.cs,
11270           WebServiceFrontEnd.cs, WebServiceProxy.cs: Added WebService
11271           method GetSnippets to obtain snippets for specified network hits
11273 2005-06-08 02:39  knvijay
11275         * Tiles/HitFlavor.cs: Fix in Weight property implementation to
11276           support network hits
11278 2005-06-07 22:58  trow
11280         * Util/Scheduler.cs, Util/SystemInformation.cs,
11281           beagled/BeagleDaemon.cs, beagled/FileAttributesStore_Sqlite.cs,
11282           beagled/TextCache.cs: More sqlite locking fixes.
11284           BEAGLE_EXERCISE_THE_DOG_HARDER.  You know you want it.
11286 2005-06-07 22:18  trow
11288         * tools/Query.cs: Added --flood option.
11290 2005-06-07 16:50  trow
11292         * configure.in, beagled/Makefile.am, beagled/TextCache.cs,
11293           beagled/Mono.Data.SqliteClient/Sqlite.cs,
11294           beagled/Mono.Data.SqliteClient/SqliteCommand.cs,
11295           beagled/Mono.Data.SqliteClient/SqliteConnection.cs,
11296           beagled/Mono.Data.SqliteClient/SqliteDataAdapter.cs,
11297           beagled/Mono.Data.SqliteClient/SqliteDataReader.cs,
11298           beagled/Mono.Data.SqliteClient/SqliteException.cs,
11299           beagled/Mono.Data.SqliteClient/SqliteParameter.cs,
11300           beagled/Mono.Data.SqliteClient/SqliteParameterCollection.cs,
11301           beagled/Mono.Data.SqliteClient/SqliteRowUpdatedEventArgs.cs,
11302           beagled/Mono.Data.SqliteClient/SqliteRowUpdatedEventHandler.cs,
11303           beagled/Mono.Data.SqliteClient/SqliteRowUpdatingEventArgs.cs,
11304           beagled/Mono.Data.SqliteClient/SqliteRowUpdatingEventHandler.cs,
11305           beagled/Mono.Data.SqliteClient/SqliteTransaction.cs:
11306           Mono.Data.SqliteClient is broken wrt locking.  The bugs are fixed
11307           in this copy --- once I'm sure the kinks are all worked out we'll
11308           send it all upstream to mono.
11310           This fixes some weird races in the TextCache, mostly seen when
11311           you generate snippets while indexing.
11313 2005-06-07 05:26  knvijay
11315         * Tiles/TileNetwork.cs: Added Source attribute
11317 2005-06-07 05:24  knvijay
11319         * beagled/WebServices/NetBeagleHandler.cs: Set source for network
11320           hits to Network
11322 2005-06-07 03:25  knvijay
11324         * ChangeLog: [no log message]
11326 2005-06-07 03:24  knvijay
11328         * beagled/WebServices/ExternalAccessFilter.cs: Removing Debug
11329           messages
11331 2005-06-07 03:19  knvijay
11333         * beagled/WebServices/: ExternalAccessFilter.cs,
11334           WebServiceBackEnd.cs: Added support for exporting multiple
11335           folders for public webservice access
11337 2005-06-06 17:06  joeshaw
11339         * Util/Util.dll.config.in: Add a specific mapping for libgnomeui-2
11340           so that devel packages aren't often required.  Patch from Brandon
11341           Hale
11343 2005-06-06 15:20  dsd
11345         * ChangeLog, beagled/beagled.in: Various launcher script
11346           fixes/improvements from bug 168329
11348 2005-06-06 14:59  llipka
11350         * tools/.cvsignore: Dark Sith says NOOOooooo.
11352 2005-06-06 14:58  llipka
11354         * ChangeLog, beagled/Makefile.am, beagled/Lucene.Net/Makefile.am,
11355           beagled/Lucene.Net/upstream-changes.diff,
11356           beagled/Lucene.Net/Index/SegmentTermEnum.cs,
11357           beagled/Lucene.Net/Index/TermBuffer.cs,
11358           beagled/Lucene.Net/Index/TermInfosReader.cs: Add a backport from
11359           Lucene SVN. Now we dont do so *many* allocs and are using
11360           TermBuffer
11362 2005-06-06 14:51  llipka
11364         * Util/Timeline.cs: Use DateTime.Add (int) to initialize the date
11365           pools.
11367 2005-06-06 14:18  joeshaw
11369         * beagled/Server.cs: Catch and ignore socket/io exceptions in the
11370           watch.  Boooooooring
11372 2005-06-06 14:04  trow
11374         * beagled/LuceneDriver.cs: Only blow away the index if there is a
11375           dangling write-lock.
11377 2005-06-06 13:38  trow
11379         * BeagleClient/Query.cs, beagled/LuceneDriver.cs, tools/Query.cs:
11380           Support + and - in queries.  Add support for the
11381           BEAGLE_OPTIMIZE_ON_STARTUP environment variable.
11383 2005-06-06 13:36  trow
11385         * Tiles/TileMailMessage.cs: Use dc:title instead of fixme:subject.
11387 2005-06-06 12:32  dsd
11389         * ChangeLog, Util/Conf.cs: Apply forgotten improvements patch
11391 2005-06-06 12:07  trow
11393         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11394           Fixed a cut&paste-o: We were adding the subject property twice
11395           (and once as a keyword, which was stupid).
11397 2005-06-06 12:05  trow
11399         * beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
11400           Indexing service-related tasks should have Immediate priority.
11402 2005-06-06 10:35  trow
11404         * Util/DirectoryWalker.cs: Catch exceptions in file filters.  This
11405           fixes bug 306397.
11407 2005-06-06 09:11  knvijay
11409         * beagled/WebServices/WebBackEnd.cs: Minor Fix
11411 2005-06-06 07:22  knvijay
11413         * beagled/: BeagleDaemon.cs, WebServices/WebServiceBackEnd.cs:
11414           Removed WebServicesArgs dependency
11416 2005-06-06 06:51  knvijay
11418         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs: Wait
11419           time between checks for Query responses in Web*BackEnds increased
11420           to 100 ms
11422 2005-06-06 05:30  knvijay
11424         * beagled/: BeagleDaemon.cs, WebServices/WebServiceBackEnd.cs:
11425           Moving WebServiceArgs instance to WebServiceBackEnd
11427 2005-06-05 20:10  orrc
11429         * po/: ChangeLog, en_GB.po: 2005-06-06  Christopher Orr
11430           <chris@orr.me.uk>
11432                   * en_GB.po: Updated British English translation.
11434 2005-06-05 19:59  orrc
11436         * beagled/beagled.in: Fixed beagled wrapper script
11438 2005-06-04 11:36  dsd
11440         * ChangeLog, Util/Conf.cs: Don't use static classes just yet
11442 2005-06-03 17:14  joeshaw
11444         * beagled/LifereaQueryable/LifereaQueryable.cs: Convert the dates
11445           to local time
11447 2005-06-03 16:30  joeshaw
11449         * beagled/: BeagleDaemon.cs, RemoteControlExecutors.cs,
11450           Shutdown.cs, FileSystemQueryable/FileSystemModel.cs: Fix up the
11451           startup and shutdown procedures a bit.  Start the main loop as
11452           soon as possible, and defer most of the startup to an idle
11453           handler.  This allows us to avoid some warnings related to not
11454           having a main loop if the shutdown handler is called before the
11455           main loop is started.  Spew the live threads after the main loop
11456           has exited, and only if we're in debug mode.  When handling a
11457           remote shutdown request, do it in a thread instead of an idle
11458           handler; this way we can shut down the daemon even if we don't
11459           have a main loop.  In the file system backend, if we get a
11460           shutdown request while scanning all the directories, bail out.
11462 2005-06-03 15:18  joeshaw
11464         * configure.in, Best/Makefile.am, Best/best.in,
11465           beagled/Makefile.am, beagled/beagled.in, beagled/wrapper.in,
11466           tools/Makefile.am, tools/wrapper.in: Check for bash in configure,
11467           and substitute it into all the wrapper scripts
11469 2005-06-03 12:59  joeshaw
11471         * Tiles/HitFlavor.cs: back out network tile flavor hack
11473 2005-06-03 10:16  knvijay
11475         * beagled/WebServices/ExternalAccessFilter.cs: [no log message]
11477 2005-06-03 10:00  knvijay
11479         * beagled/WebServices/: ExternalAccessFilter.cs,
11480           WebServiceBackEnd.cs: Minor Fix
11482 2005-06-03 09:41  llipka
11484         * Best/BestWindow.cs: Dont change hit type unless it has really
11485           changed.
11487 2005-06-03 08:50  knvijay
11489         * beagled/WebServices/NetBeagleHandler.cs: Minor Fix
11491 2005-06-03 08:08  knvijay
11493         * beagled/WebServices/: ExternalAccessFilter.cs,
11494           NetBeagleQueryable.cs: Minor fixes
11496 2005-06-03 07:47  dsd
11498         * ChangeLog, Util/Inotify.cs, beagled/BeagleDaemon.cs: Don't say
11499           that we are starting Inotify threads when we aren't using
11500           inotify.
11502 2005-06-03 07:39  knvijay
11504         * ChangeLog: [no log message]
11506 2005-06-03 07:33  knvijay
11508         * beagled/WebServices/NetBeagleHandler.cs,
11509           beagled/WebServices/NetBeagleQueryable.cs,
11510           beagled/WebServices/WebServiceProxy.cs, Tiles/TileNetwork.cs,
11511           Tiles/template-network.html, BeagleClient/NetworkHit.cs:
11512           Committing changes for Networked Beagle operation
11514 2005-06-03 07:30  knvijay
11516         * BeagleClient/Makefile.am, Tiles/HitFlavor.cs, Tiles/Makefile.am,
11517           beagled/Makefile.am, images/Makefile.am, images/netbeagle.png:
11518           Committing changes for Networked Beagle operation
11520 2005-06-03 06:19  knvijay
11522         * ChangeLog: [no log message]
11524 2005-06-03 06:17  knvijay
11526         * beagled/WebServices/: ExternalAccessFilter.cs,
11527           WebServiceBackEnd.cs: Added default access filter for public
11528           folder
11530 2005-06-02 17:46  joeshaw
11532         * configure.in: require zip for the mozilla-extension
11534 2005-06-02 17:27  joeshaw
11536         * Util/Vfs.cs: The icon_data ref parameter is declared const, so
11537           don't free it.  Fixes the crash in #306155
11539 2005-06-02 14:37  joeshaw
11541         * Best/BestTray.cs: Use Window.Present() instead of Show() when
11542           showing the Best window
11544 2005-06-02 14:14  joeshaw
11546         * beagled/beagled.in: Don't use pidof because not everything has
11547           it.  Use ps instead.  Based on a patch from jylefort@FreeBSD.org
11549 2005-06-02 14:07  joeshaw
11551         * beagled/wrapper.in, tools/wrapper.in: use exec when executing the
11552           wrapper scripts.  Patch from jylefort@FreeBSD.org
11554 2005-06-02 13:28  joeshaw
11556         * beagled/Server.cs: If the client is null in SetupWatch(), close
11557           the connection
11559 2005-06-02 11:30  adamw
11561         * po/: ChangeLog, en_CA.po:
11562           2005-06-02  Adam Weinberger  <adamw@gnome.org>
11564                   * en_CA.po: Updated Canadian English translation.
11566 2005-06-02 09:15  knvijay
11568         * ChangeLog: [no log message]
11570 2005-06-02 09:14  knvijay
11572         * beagled/BeagleDaemon.cs: Added --enable-network startup command
11573           line option for WebServices
11575 2005-06-02 08:08  knvijay
11577         * ChangeLog: [no log message]
11579 2005-06-02 08:03  knvijay
11581         * beagled/WebServices/: ExternalAccessFilter.cs, WebBackEnd.cs,
11582           WebServiceBackEnd.cs, WebServiceFrontEnd.cs: Fixes to
11583           filtering/translating logic for external access to Beagle
11584           web/web-service interface
11586 2005-06-01 18:06  joeshaw
11588         * Util/SystemInformation.cs: Use libc's getloadavg() instead of
11589           parsing /proc/loadavg.  Patch from  jylefort@FreeBSD.org
11591 2005-06-01 17:39  joeshaw
11593         * BeagleClient/Hit.cs: Make a bunch of things XmlAttributes instead
11594           of XmlElements to make my life suck a little less
11596 2005-06-01 11:08  al_shopov
11598         * po/ChangeLog, po/bg.po, ChangeLog, configure.in: 2005-06-01
11599           Alexander Shopov  <ash@contact.bg>
11601                   * Added Bulgarian translation by
11602                   Rostislav Raykov <zbrox@i-space.org>
11604 2005-06-01 10:55  llipka
11606         * ImLogViewer/: ImLogViewer.glade, ImLogWindow.cs: Cleanup, Round
11607           1. FIGHT.
11609 2005-06-01 01:49  knvijay
11611         * beagled/WebServices/WebFrontEnd.cs: Fix to enable images with
11612           shorter version of Beagle Web Search URL
11614 2005-05-31 14:12  joeshaw
11616         *
11617           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11618           Support another date format for the Rev field in vcard, use the
11619           invariant culture instead of the default culture, and wrap the
11620           ParseExact() call in a try-catch and print a nice warning instead
11621           of throwing an exception
11623 2005-05-31 14:09  dsd
11625         * ChangeLog, BeagleClient/RemoteControl.cs, Util/Conf.cs,
11626           Util/Makefile.am, beagled/BeagleDaemon.cs,
11627           beagled/RemoteControlExecutors.cs,
11628           beagled/FileSystemQueryable/FileNameFilter.cs,
11629           beagled/FileSystemQueryable/FileSystemModel.cs,
11630           beagled/FileSystemQueryable/FileSystemQueryable.cs, doc/TODO,
11631           tools/Config.cs, tools/Makefile.am, tools/beagle-config.1:
11632           Configuration system backend and command-line client, with some
11633           basic control over indexing.
11635 2005-05-31 11:19  joeshaw
11637         * configure.in: bump version number to 0.0.11
11639 2005-05-31 06:13  trow
11641         * Util/Logger.cs: In PruneOldLogs, behave better if we encounter
11642           strangely-named files in the log directory.  Fixes bug 306009.
11644 2005-05-30 20:10  trow
11646         * beagled/BeagleDaemon.cs: Give the correct URL for the wiki's
11647           "Enabling extended attributes" page.  Fixes bug #305965.
11649 2005-05-30 11:20  trow
11651         * Util/: Scheduler.cs, SystemInformation.cs: If we are running from
11652           battery power, don't speed up the indexing when the system is
11653           idle.
11655 2005-05-30 09:17  knvijay
11657         * ChangeLog: [no log message]
11659 2005-05-30 09:12  knvijay
11661         * beagled/WebServices/WebServiceBackEnd.cs: BeagleXSP application
11662           list folders checked for existence
11664 2005-05-30 06:18  trow
11666         * NEWS, beagled/BlamQueryable/BlamQueryable.cs: Fixed properties in
11667           the blam backend.
11669 2005-05-30 06:12  trow
11671         * NEWS,
11672           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11673           Fixed properties on addressbook objects... certain things were
11674           keyword properties that shouldn't be.
11676 2005-05-30 05:51  trow
11678         * po/POTFILES.skip: Addded POTFILES.skip.
11680 2005-05-30 05:45  trow
11682         * AUTHORS, NEWS: Updated for 0.0.10 release.
11684 2005-05-29 09:56  rml
11686         * ImLogViewer/: .cvsignore, Makefile.am: "make distcheck" fix
11687           ".cvsignore" addition
11689 2005-05-29 08:49  trow
11691         * BeagleClient/Client.cs, Best/best.in, Util/UnixClient.cs,
11692           beagled/RemoteIndexer.cs, beagled/Server.cs: Flush streams after
11693           we finish writing to them.  Initialize last_item_count to -1, so
11694           that GetItemCount will do the right thing if it is called before
11695           adding items to the index.
11697 2005-05-28 19:00  joeshaw
11699         * Util/: StringFu.cs, camel.cs: Those damned i's and j's look so
11700           similar.  Also update a few flags in the evo summary
11702 2005-05-28 10:10  chpe
11704         * ChangeLog, Makefile.am, configure.in,
11705           epiphany-extension/.cvsignore, epiphany-extension/Makefile.am,
11706           epiphany-extension/beagle.xml.in.in,
11707           epiphany-extension/ephy-beagle-extension.c,
11708           epiphany-extension/ephy-beagle.c: 2005-05-28  Christian Persch
11709           <chpe@cvs.gnome.org>
11711                   * configure.in: Update configure checks to detect
11712           Epiphany >= 1.6.
11713                   * Makefile.am:
11714                   * epiphany-extension/.cvsignore:
11715                   * epiphany-extension/Makefile.am:
11716                   * epiphany-extension/beagle.xml.in.in:
11717                   * epiphany-extension/ephy-beagle-extension.c:
11718           (load_status_cb),
11719                   (impl_attach_tab), (impl_detach_tab),
11720           (impl_attach_window),
11721                   (impl_detach_window), (ephy_beagle_extension_iface_init),
11722                   (ephy_beagle_extension_class_init),
11723                   (ephy_beagle_extension_get_type),
11724                   (ephy_beagle_extension_register_type):
11725                   * epiphany-extension/ephy-beagle.c: (register_module):
11726                   Update Epiphany extension to work with Epiphany >= 1.6.
11727                   Fixes bug #167948 and bug #167949.
11729 2005-05-27 19:29  joeshaw
11731         * BeagleClient/Query.cs: "Part" and "Parts" were switched when
11732           generating XML
11734 2005-05-27 15:45  joeshaw
11736         * Tiles/Template.cs: Assign the actual value to the key in the hash
11737           table, and don't try to look it up.  Revert the GetValue()
11738           change, it wasn't the right fix
11740 2005-05-27 12:37  joeshaw
11742         * Util/Makefile.am: whoops, didn't mean to commit this
11744 2005-05-27 12:36  joeshaw
11746         * Util/: GeckoUtils.cs, Makefile.am: Catch gconf exceptions when
11747           trying to get fonts and try to fall back on something sane
11749 2005-05-27 12:15  joeshaw
11751         * Util/StringFu.cs: Fix a use of the wrong iterator variable
11753 2005-05-27 09:21  knvijay
11755         * beagled/WebServices/WebServiceBackEnd.cs: Removed public folder
11756           application mapping arg for BeagleXsp
11758 2005-05-27 09:13  knvijay
11760         * beagled/WebServices/WebServiceBackEnd.cs: Added FallBackAppString
11761           to retry BeagleXsp initialization in case of ArgumentException
11762           for invalid path
11764 2005-05-26 11:10  knvijay
11766         * ChangeLog: [no log message]
11768 2005-05-26 11:05  knvijay
11770         * beagled/WebServices/WebServiceBackEnd.cs: Updates to WebFrontEnd
11771           and search.aspx.in to serve images from web server, instead of
11772           file:/// uris
11774 2005-05-26 10:59  knvijay
11776         * beagled/WebServices/: WebFrontEnd.cs, search.aspx.in: Updates to
11777           WebFrontEnd and search.aspx.in to serve images from web server,
11778           instead of file:/// uris
11780 2005-05-26 08:42  knvijay
11782         * beagled/WebServices/WebServiceBackEnd.cs: Addl. check for
11783           searchToken validity in GetMoreResults
11785 2005-05-26 08:25  knvijay
11787         * ChangeLog: [no log message]
11789 2005-05-26 08:20  knvijay
11791         * beagled/WebServices/WebServiceBackEnd.cs: Updates to
11792           WebServiceBackEnd following recent changes in Hit & Property
11793           classes
11795 2005-05-26 06:29  knvijay
11797         * beagled/WebServices/WebBackEnd.cs: Added locks to Web interface
11798           backend code
11800 2005-05-26 06:17  knvijay
11802         * Tiles/Template.cs: Fix to remove NPException
11804 2005-05-25 18:24  joeshaw
11806         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
11807           Fix Evo IMAP accounts that use different auth methods
11809 2005-05-25 14:47  llipka
11811         * Best/BestWindow.cs: Delayed queries once again.
11813 2005-05-25 14:06  adamw
11815         * po/: ChangeLog, en_CA.po:
11816           2005-05-25  Adam Weinberger  <adamw@gnome.org>
11818                   * en_CA.po: Updated Canadian English translation.
11820 2005-05-25 09:53  llipka
11822         * Best/BestWindow.cs: Fixed delayed queries and proper error
11823           handling when daemon is not started
11825 2005-05-24 17:41  trow
11827         * Tiles/TileImLog.cs: Use Query.QuotedText instead of
11828           Query.TextAsArray.
11830 2005-05-24 17:12  trow
11832         * BeagleClient/Client.cs, BeagleClient/Hit.cs,
11833           BeagleClient/Makefile.am, BeagleClient/Message.cs,
11834           BeagleClient/Property.cs, BeagleClient/Query.cs,
11835           BeagleClient/QueryPart.cs, BeagleClient/Snippet.cs,
11836           BeagleClient/Versioned.cs, Tiles/Template.cs, Tiles/TileNote.cs,
11837           Util/Scheduler.cs, Util/StringFu.cs, beagled/BugzillaDriver.cs,
11838           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
11839           beagled/RemoteIndexer.cs,
11840           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
11841           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
11842           beagled/Lucene.Net/Index/Term.cs, po/POTFILES.in, tools/Query.cs:
11843           Added multi-property support to Hits.  Refactored Queries.  It is
11844           now possible to query against specific fields.  Fixed keywork
11845           properties and keyword queries.  Tweak e-mail relevancy according
11846           to how many e-mails you have sent the sender.  This helps keep
11847           spam out of the top e-mail search results.  Removed some debug
11848           spew.  Misc. clean-up.
11850 2005-05-24 14:46  joeshaw
11852         * Util/KdeUtils.cs: static classes are a c# 2.0 feature, so fake it
11853           with a private constructor instead
11855 2005-05-24 10:07  llipka
11857         * ImLogViewer/ImLogViewer.cs, ImLogViewer/ImLogWindow.cs,
11858           ImLogViewer/Makefile.am, Tiles/TileImLog.cs: Add highlighting
11859           support to IM viewer.
11861 2005-05-24 08:18  dsd
11863         * ChangeLog, Util/inotify-test: Fix parameter escaping
11865 2005-05-24 06:48  fhedberg
11867         * Tiles/TileFolder.cs: Up the rank of TileFolder by adding Type.
11868           Bug #305302.
11870 2005-05-23 16:09  joeshaw
11872         * beagled/Server.cs: If the client connection just hangs up without
11873           sending any data, don't bother throwing an error
11875 2005-05-23 07:41  llipka
11877         * beagled/BeagleDaemon.cs: Add --help option to beagled.
11879 2005-05-22 08:27  dsd
11881         * beagled/RemoteControlImpl.cs: Remove unused RemoteControlImpl.cs
11883 2005-05-21 18:01  dsd
11885         * beagled/PathFinder.cs: Remove unused beagled/PathFinder.cs
11887 2005-05-20 18:35  joeshaw
11889         * beagled/Makefile.am: More warnings we want to ignore
11891 2005-05-20 09:05  knvijay
11893         * beagled/WebServices/WebBackEnd.cs,
11894           beagled/WebServices/WebFrontEnd.cs,
11895           beagled/WebServices/WebServiceBackEnd.cs,
11896           beagled/WebServices/WebServiceFrontEnd.cs,
11897           beagled/WebServices/ExternalAccessFilter.cs, beagled/Makefile.am,
11898           ChangeLog: Support for filtering hit results for external
11899           web/web-service access
11901 2005-05-20 08:48  fhedberg
11903         * Best/BestWindow.cs: Don't bail out if the UnixClient is disposed
11904           (eg. lost connection to the daemon) but try again.
11906 2005-05-20 08:07  farnold
11908         * po/: ChangeLog, de.po: 2005-05-20  Frank Arnold
11909           <farnold@cvs.gnome.org>
11911                   * de.po: Updated German translation.
11913 2005-05-20 03:26  trow
11915         * beagled/: LuceneQueryable.cs,
11916           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11917           Oops.
11919 2005-05-20 03:18  trow
11921         *
11922           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
11923           Compare each contact's REV field against a stored timestamp for
11924           when we last crawled the local addressbook.  This allows us to
11925           avoid re-indexing the entire addressbook each time we start the
11926           daemon.
11928 2005-05-19 06:17  knvijay
11930         * ChangeLog: Updates to WebServer and WebBackEnd.cs
11932 2005-05-19 06:16  knvijay
11934         * beagled/WebServices/WebBackEnd.cs: Fixes to work with recent
11935           Beagle code changes
11937 2005-05-19 06:16  knvijay
11939         * beagled/WebServices/WebServer/: ApplicationServer.cs,
11940           AssemblyInfo.cs, AssemblyInfo.cs.in, IWebSource.cs,
11941           InitialWorkerRequest.cs, XSPApplicationHost.cs,
11942           XSPWorkerRequest.cs, server.cs: Changes to upgrade to XSP-1.0.9
11943           version
11945 2005-05-18 23:56  trow
11947         * configure.in, Filters/FilterJpeg.cs, Util/JpegHeader.cs: Copy a
11948           better libexif check from f-spot's configure.in.  In particular,
11949           we now correctly deal with libexif 0.6.12.
11951           Index standard (i.e. non-exif) jpeg comments.  Patch from
11952           Debajyoti Bera.
11954 2005-05-18 17:44  joeshaw
11956         * configure.in: I lied.  But I am pretty sure this is it.
11958 2005-05-18 17:39  joeshaw
11960         * configure.in: I promise this will be my last commit to
11961           configure.in today
11963 2005-05-18 17:31  joeshaw
11965         * configure.in: fix a typo in the KDE detection and add some
11966           comments for why we need certain deps
11968 2005-05-18 17:28  joeshaw
11970         * configure.in: uh, check for it, but don't pass its C compiler
11971           flags to mono
11973 2005-05-18 17:23  joeshaw
11975         * configure.in: require gnome-vfs-2.0 pkgconfig
11977 2005-05-17 18:06  dsd
11979         * ChangeLog, Tiles/template-blog.html, Tiles/template-docs.html,
11980           Tiles/template-file.html, Tiles/template-folder.html,
11981           Tiles/template-launcher.html, Tiles/template-mockup.html,
11982           Tiles/template-music.html, Tiles/template-picture.html,
11983           Tiles/template-presentation.html,
11984           Tiles/template-spreadsheet.html: Added mouseover tooltips to most
11985           templates
11987 2005-05-17 17:32  trow
11989         * beagled/: PostIndexHandler.cs, PreIndexHandler.cs: Removed more
11990           dead code.
11992 2005-05-17 17:30  trow
11994         * beagled/: BeagleDaemon.cs, IndexHelper/IndexHelper.cs: Always
11995           call our unix signal handlers before connecting them, to ensure
11996           that they are pre-JITed.
11998 2005-05-17 17:24  dsd
12000         * ChangeLog, configure.in, Util/ExternalStringsHack.cs.in,
12001           Util/KdeUtils.cs, Util/Makefile.am,
12002           beagled/LauncherQueryable/LauncherQueryable.cs: KDE discovery
12003           rework: Use kde-config at configure-time, and if not present,
12004           guess at runtime.
12006 2005-05-17 16:03  joeshaw
12008         * BeagleClient/Message.cs, BeagleClient/QueryResponses.cs,
12009           beagled/QueryExecutor.cs, beagled/RemoteIndexerRequest.cs,
12010           beagled/RemoteIndexerResponse.cs, beagled/Server.cs: It's not
12011           called JoeBus... but do add copyright/license messages to a bunch
12012           of files
12014 2005-05-17 15:26  fhedberg
12016         * beagled/: NetworkDriver.cs, NetworkHandler.cs, NetworkService.cs:
12017           CVS is my bitch.
12019 2005-05-17 15:23  fhedberg
12021         * configure.in, beagled/BeagleDaemon.cs, beagled/Makefile.am:
12022           Remove old network interface.
12024 2005-05-17 15:18  rml
12026         * BeagleClient/Message.cs, beagled/Server.cs: It is called JoeBus.
12027           Address it as such.
12029 2005-05-17 15:15  rml
12031         * BeagleClient/Factory.cs, BeagleClient/FactoryProxy.cs,
12032           BeagleClient/QueryProxy.cs, BeagleClient/RemoteControlProxy.cs,
12033           beagled/FactoryImpl.cs, beagled/QueryImpl.cs: Remove defunct
12034           files that should of been ditched in the branch merge.
12036 2005-05-17 15:13  rml
12038         * beagled/NetworkHandler.cs, doc/TODO-integration: Remove more
12039           DBUS-isms because that filthy whore is no longer with us.
12041 2005-05-17 14:03  llipka
12043         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Make search work
12044           again in IM viewer.
12046 2005-05-17 12:22  fhedberg
12048         * beagled/: LuceneDriver.cs, LuceneQueryable.cs: Enable per-index
12049           versioning.  If you change something in any of the lucene based
12050           queryables (properties, uri-schemes etc), increment the
12051           index_version parameter in the LuceneQueryable ctor and the
12052           specific index will be rebuilt.
12054 2005-05-17 11:03  dsd
12056         * tools/.cvsignore: Ignore beagle-shutdown
12058 2005-05-16 18:47  joeshaw
12060         * beagled/: BeagleDaemon.cs, RemoteIndexer.cs: Fix a few minor
12061           things in BeagleDaemon.cs which either don't apply or have
12062           changed due to the new branch.  Add support for
12063           BEAGLE_RUN_HELPER_BY_HAND back to the RemoteIndexer.  Add a
12064           little better logging in a couple places, check to see if the
12065           helper socket exists as a shortcut in CheckHelper() so that we
12066           don't try connecting to it if it isn't there.
12068 2005-05-16 16:15  joeshaw
12070         * BeagleClient/Query.cs, Tiles/TileNote.cs: Fix a Best crash when
12071           opening Tomboy notes
12073 2005-05-16 13:26  dsd
12075         * ChangeLog, beagled/Makefile.am,
12076           beagled/LauncherQueryable/LauncherCrawler.cs,
12077           beagled/LauncherQueryable/LauncherQueryable.cs: Reduce duplicated
12078           code and kill LauncherCrawler.
12080 2005-05-16 13:21  dsd
12082         * ChangeLog, Tiles/TileLauncher.cs, Util/KdeUtils.cs,
12083           Util/Makefile.am, beagled/LauncherQueryable/LauncherQueryable.cs:
12084           KDE launcher querying, and KDE launcher icon lookups.
12086 2005-05-16 12:34  dsd
12088         * ChangeLog, BeagleClient/Query.cs, beagled/HitRegulator.cs,
12089           beagled/QueryDriver.cs, tools/Query.cs, tools/beagle-query.1:
12090           Support for lowering the maximum number of hits returned per
12091           backend.
12093 2005-05-16 12:21  rml
12095         * beagle-0.0.pc.in: Remove more DBUSisms.
12097 2005-05-16 12:13  trow
12099         * beagled/RenamingLuceneDriver.cs: Oops... forgot to add this file.
12101           This doesn't happen nearly as often with Subversion, since "svn
12102           st" is actually coherent and readable...
12104 2005-05-16 12:05  trow
12106         * configure.in, BeagleClient/Client.cs, BeagleClient/DBusisms.cs,
12107           BeagleClient/Factory.cs, BeagleClient/Hit.cs,
12108           BeagleClient/IRdf.cs, BeagleClient/Indexable.cs,
12109           BeagleClient/IndexingService.cs, BeagleClient/Makefile.am,
12110           BeagleClient/Message.cs, BeagleClient/Query.cs,
12111           BeagleClient/QueryResponses.cs, BeagleClient/RemoteControl.cs,
12112           BeagleClient/Snippet.cs, BeagleClient/WebHistoryIndexer.cs,
12113           BeagleClient/WebHistoryIndexerProxy.cs, Best/Best.cs,
12114           Best/BestTray.cs, Best/BestWindow.cs, Best/Makefile.am,
12115           Filters/Makefile.am, ImLogViewer/Makefile.am, Tiles/Makefile.am,
12116           Tiles/SimpleRootTile.cs, Tiles/Tile.cs, Tiles/TileCanvas.cs,
12117           Tiles/TileFromHitTemplate.cs, Tiles/TileFromTemplate.cs,
12118           Tiles/TileImLog.cs, Tiles/TileMenuContext.cs, Tiles/TileNote.cs,
12119           Util/ExceptionHandlingThread.cs, Util/FileAdvise.cs,
12120           Util/FlacReader.cs, Util/FrequencyStatistics.cs, Util/Inotify.cs,
12121           Util/Logger.cs, Util/Makefile.am, Util/Mozilla.cs,
12122           Util/Mp3Reader.cs, Util/PathFinder.cs, Util/Scheduler.cs,
12123           Util/Timeline.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12124           Util/UriFu.cs, Util/camel.cs, beagled/BeagleDaemon.cs,
12125           beagled/BugzillaDriver.cs, beagled/DBusisms.cs,
12126           beagled/ExtractContent.cs, beagled/FileAttributesStore_Sqlite.cs,
12127           beagled/Filter.cs, beagled/FilterFactory.cs,
12128           beagled/FilteredIndexable.cs, beagled/GoogleDriver.cs,
12129           beagled/HitRegulator.cs, beagled/IDBusObject.cs,
12130           beagled/IQueryable.cs, beagled/IndexHelperFu.cs,
12131           beagled/IndexWebContent.cs, beagled/LuceneDriver.cs,
12132           beagled/LuceneQueryable.cs, beagled/Makefile.am,
12133           beagled/NameIndex.cs, beagled/NameIndexTool.cs,
12134           beagled/QueryBody.cs, beagled/QueryDriver.cs,
12135           beagled/QueryExecutor.cs, beagled/QueryResult.cs,
12136           beagled/Queryable.cs, beagled/RemoteControlExecutors.cs,
12137           beagled/RemoteIndexer.cs, beagled/RemoteIndexerProxy.cs,
12138           beagled/RemoteIndexerRequest.cs,
12139           beagled/RemoteIndexerResponse.cs, beagled/Server.cs,
12140           beagled/Shutdown.cs, beagled/SnippetExecutor.cs,
12141           beagled/SnippetFu.cs, beagled/SnippetTest.cs,
12142           beagled/TextCache.cs, beagled/BlamQueryable/BlamQueryable.cs,
12143           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
12144           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
12145           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
12146           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
12147           beagled/FileSystemQueryable/FileSystemModel.cs,
12148           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12149           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
12150           beagled/GaimLogQueryable/GaimLogQueryable.cs,
12151           beagled/IndexHelper/IndexHelper.cs,
12152           beagled/IndexHelper/RemoteIndexerExecutor.cs,
12153           beagled/IndexHelper/RemoteIndexerImpl.cs,
12154           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs,
12155           beagled/LauncherQueryable/LauncherQueryable.cs,
12156           beagled/MozillaQueryable/MozillaQueryable.cs,
12157           beagled/TomboyQueryable/TomboyQueryable.cs,
12158           beagled/WebServices/WebBackEnd.cs,
12159           beagled/WebServices/WebServiceBackEnd.cs, images/Images.cs,
12160           images/Makefile.am, tools/.cvsignore,
12161           tools/ExerciseFileSystem.cs, tools/Info.cs, tools/Makefile.am,
12162           tools/Query.cs, tools/Shutdown.cs, tools/beagle-index-info,
12163           tools/beagle-ping, tools/beagle-shutdown, tools/beagle-status:
12164           This commit merges the beagle-no-dbus-branch back into HEAD.  We
12165           no longer use D-BUS for our IPC.
12167           Also contains a bunch of small clean-ups to get rid of compiler
12168           warnings.
12170 2005-05-14 17:23  kelemeng
12172         * po/: ChangeLog, hu.po: 2005-05-14  Gabor Kelemen
12173           <kelemeng@gnome.hu>
12175                   * hu.po: Hungarian translation updated.
12177 2005-05-13 16:58  joeshaw
12179         * BeagleClient/Makefile.am, BeagleClient/WebHistoryIndexer.cs,
12180           Tiles/Makefile.am, Tiles/TileMenuContext.cs, Util/Makefile.am,
12181           beagled/FilteredIndexable.cs, beagled/IDBusObject.cs,
12182           beagled/IndexHelper/RemoteIndexerImpl.cs: Remove a bunch of dead
12183           code
12185 2005-05-13 16:49  trow
12187         * BeagleClient/Client.cs, BeagleClient/DBusisms.cs,
12188           BeagleClient/WebHistoryIndexerProxy.cs, Util/Logger.cs,
12189           beagled/DBusisms.cs, beagled/IndexHelperFu.cs,
12190           beagled/IndexWebContent.cs, beagled/RemoteIndexerProxy.cs:
12191           Removed some more dead code.
12193 2005-05-13 16:42  joeshaw
12195         * BeagleClient/IRdf.cs: Remove dead file
12197 2005-05-13 16:37  joeshaw
12199         * beagled/Filter.cs: If the filter fails to open, warn about it.
12200           Happened when I tried to filter /dev/zero
12202 2005-05-13 16:17  adamw
12204         * po/: ChangeLog, en_CA.po: 2005-05-13  Adam Weinberger
12205           <adamw@gnome.org>
12207                   * en_CA.po: Updated Canadian English translation.
12209 2005-05-13 13:05  trow
12211         * BeagleClient/IndexingService.cs, BeagleClient/Makefile.am,
12212           beagled/IndexWebContent.cs, beagled/Makefile.am,
12213           beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
12214           Added indexing service.  Make IndexWebContent.cs index via the
12215           indexing service.
12217 2005-05-13 03:01  llipka
12219         * Util/Timeline.cs: Take no. 3, smile please.
12221 2005-05-13 02:45  llipka
12223         * Util/Timeline.cs: I love CVS.
12225 2005-05-13 02:44  llipka
12227         * Util/Timeline.cs: Thanks Joe.
12229 2005-05-12 18:55  joeshaw
12231         * Util/PathFinder.cs, beagled/FilterFactory.cs: Fix the logic a bit
12232           in FilterIndexable; don't continue if filter is null, but print
12233           out the 'no filter' message if there's no content
12235 2005-05-12 15:58  llipka
12237         * ImLogViewer/ImLogViewer.cs, Util/Timeline.cs: Fix a horrible
12238           mistake in Timeline.cs caused by cut/pasting.
12240 2005-05-12 15:09  llipka
12242         * Best/BestTray.cs: Small UI changes to the recent searches tray
12243           stuff.
12245 2005-05-11 18:14  joeshaw
12247         * BeagleClient/: Hit.cs, Message.cs: Put a lock around the static
12248           message types, remove a bunch of dead code from Hit
12250 2005-05-11 15:25  rml
12252         * Util/Inotify.cs: This makes my laugh so much more easier it is
12253           not even funny, I mean, dude, seriously.
12255 2005-05-11 14:39  trow
12257         * BeagleClient/Indexable.cs, BeagleClient/Makefile.am,
12258           Util/Logger.cs, beagled/FilterFactory.cs,
12259           beagled/RemoteIndexer.cs, beagled/TextCache.cs,
12260           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
12261           beagled/IndexHelper/IndexHelper.cs,
12262           beagled/TomboyQueryable/TomboyQueryable.cs: Helper recycling
12263           fixes.  Filtering fixes.  TextCache fixes.
12265 2005-05-11 07:42  pkst
12267         * po/: ChangeLog, el.po: Updated Greek Translation.
12269 2005-05-10 13:44  joeshaw
12271         * configure.in: Add a configure-time check for wsdl
12273 2005-05-10 02:25  trow
12275         * beagled/: GaimLogQueryable/GaimLogQueryable.cs,
12276           MozillaQueryable/MozillaQueryable.cs,
12277           TomboyQueryable/TomboyQueryable.cs: If we aren't actually
12278           filtering, don't set mime-types in the backends.
12280 2005-05-10 02:14  trow
12282         * BeagleClient/Client.cs, BeagleClient/Indexable.cs,
12283           BeagleClient/Message.cs, beagled/FilterFactory.cs,
12284           beagled/RemoteIndexer.cs, beagled/Server.cs,
12285           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
12286           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12287           beagled/IndexHelper/IndexHelper.cs,
12288           beagled/IndexHelper/RemoteIndexerExecutor.cs: Better helper
12289           recycling.  Filtering fixes.
12291 2005-05-09 17:52  rml
12293         * Util/Inotify.cs,
12294           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
12295           beagled/FileSystemQueryable/InotifyBackend.cs,
12296           beagled/GaimLogQueryable/GaimLogQueryable.cs,
12297           beagled/LauncherQueryable/LauncherQueryable.cs,
12298           beagled/TomboyQueryable/TomboyQueryable.cs, glue/inotify.h:
12299           Inotify API and ABI update.  Oops, I did it again.
12301           You now need Inotify 0.23-6 or later to use Beagle CVS.
12303           SUSE kernel packages 737.inotify.0 or later provide this version.
12305           http://primates.ximian.com/~rml/kernel-rml/suse-93-i586/
12307           http://www.kernel.org/pub/linux/kernel/people/rml/inotify/v2.6/0.23/
12309           God Save the Pooch.
12311 2005-05-09 16:06  joeshaw
12313         * Util/Inotify.cs: backport a fix that is on HEAD
12315 2005-05-09 16:05  joeshaw
12317         * Util/UnixClient.cs, Util/UnixListener.cs, beagled/Server.cs,
12318           tools/Info.cs: Shut down a little more cleanly
12320 2005-05-06 17:21  joeshaw
12322         * beagled/WebServices/: WebBackEnd.cs, WebServiceBackEnd.cs: Make
12323           the web services stuff build on this branch
12325 2005-05-06 15:02  joeshaw
12327         * beagled/: FilterFactory.cs, LuceneDriver.cs: Filter everything,
12328           but only sniff the mime type from the file if it's a
12329           non-transient file.
12331 2005-05-06 09:09  chliao
12333         * ChangeLog, configure.in, po/ChangeLog, po/zh_TW.po: 2005-05-06
12334           Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
12336                   * zh_TW.po: Added Traditional Chinese translation.
12338 2005-05-05 17:19  trow
12340         * Util/UriFu.cs, beagled/LuceneDriver.cs, beagled/QueryDriver.cs,
12341           beagled/Server.cs, beagled/IndexHelper/IndexHelper.cs: Changes to
12342           how the Server maps request messages to executors.  Only filter
12343           files where the Uri and ContentUri are the same.  Turn on the
12344           signal handlers in the IndexHelper.
12346 2005-05-05 16:35  joeshaw
12348         * BeagleClient/Client.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12349           beagled/RemoteControlExecutors.cs, beagled/Server.cs: A bunch of
12350           bug fixes, made the sync IO case use the sync IO APIs directly
12351           instead of wrapping them around our async APIs
12353 2005-05-05 15:10  trow
12355         * beagled/IndexHelper/IndexHelper.cs: Make the memory threshold
12356           something more reasonable... I'd been using an artificially low
12357           value for testing.
12359 2005-05-05 14:45  dsd
12361         * ChangeLog, beagled/LauncherQueryable/LauncherQueryable.cs: Don't
12362           choke on unreadable desktop files
12364 2005-05-05 10:50  vvaradan
12366         * Filters/FilterLisp.cs: The actual filter file. ;) (OMG!! that was
12367           close enough to break cvs, ugh)
12369 2005-05-05 10:36  vvaradan
12371         * ChangeLog, Filters/FilterRTF.cs, Filters/FilterSource.cs,
12372           Filters/Makefile.am: * Added "header" and "footer" control words
12373           in RTF filter.  * Patch from Wojciech Polak <wojciechpolak at
12374           gmail.com>   Lisp filter.
12376 2005-05-04 23:39  trow
12378         * configure.in, BeagleClient/Client.cs, BeagleClient/Indexable.cs,
12379           BeagleClient/Makefile.am, BeagleClient/Message.cs,
12380           BeagleClient/RemoteControl.cs, Best/BestWindow.cs,
12381           Util/ExceptionHandlingThread.cs, Util/UnixClient.cs,
12382           Util/UnixListener.cs, beagled/BeagleDaemon.cs,
12383           beagled/ExtractContent.cs, beagled/Filter.cs,
12384           beagled/FilterFactory.cs, beagled/FilteredIndexable.cs,
12385           beagled/LuceneDriver.cs, beagled/Makefile.am,
12386           beagled/RemoteIndexer.cs, beagled/RemoteIndexerRequest.cs,
12387           beagled/RemoteIndexerResponse.cs, beagled/Server.cs,
12388           beagled/Shutdown.cs, beagled/BlamQueryable/BlamQueryable.cs,
12389           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12390           beagled/IndexHelper/IndexHelper.cs,
12391           beagled/IndexHelper/RemoteIndexerExecutor.cs, tools/Query.cs: New
12392           daemon/helper communications, based on Joe's new message-passing
12393           stuff.  No more FilteredIndexable.  No more D-BUS.
12395 2005-05-03 14:44  llipka
12397         * beagled/BeagleDaemon.cs: Dammit.
12399 2005-05-03 14:37  llipka
12401         * beagled/BeagleDaemon.cs: Bail out eariler if we run as root, so
12402           we dont write anything to the filesystem and break users
12403           permissions.
12405 2005-05-03 13:02  joeshaw
12407         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Remove some dead
12408           code.  Pointed out by BlurredWe on IRC
12410 2005-05-03 05:34  pkst
12412         * ChangeLog, configure.in, po/ChangeLog, po/el.po: Added Greek
12413           Translation.
12415 2005-05-03 02:39  knvijay
12417         * ChangeLog, beagled/WebServices/WebBackEnd.cs: Fixes in
12418           WebBackEnd.cs to remove duplicate population of queryBody
12420 2005-05-02 18:48  dsd
12422         * Util/.cvsignore: Ignore .config file
12424 2005-05-02 18:47  dsd
12426         * ChangeLog, Tiles/HitFlavor.cs, Util/ImLog.cs,
12427           beagled/GaimLogQueryable/GaimLogQueryable.cs: Use real file://
12428           URI's for GAIM logs. Fixes searching of logs with non-standard
12429           characters in their name. (e.g. # in irc logs)
12431 2005-05-02 15:50  joeshaw
12433         * BeagleClient/Message.cs, beagled/BeagleDaemon.cs,
12434           beagled/Makefile.am, beagled/Server.cs: We can't serialize
12435           Exceptions, so don't bother having an Exception field in
12436           ErrorResponse or setting an InnerException in
12437           ResponseMessageException.  Rewrite ReplaceExisting() to use the
12438           new remote control interface.  Remove the WebHistoryQueryable
12439           since it was unused and it exported an unused dbus interface.
12440           For the server, initialize the UnixListener in the main thread so
12441           that we can catch any exceptions (like that another server is
12442           running on it)
12444 2005-05-02 15:00  joeshaw
12446         * Util/: UnixClient.cs, UnixListener.cs: Sync up the UnixClient and
12447           UnixListener with what is in mono now
12449 2005-05-02 09:33  llipka
12451         * ImLogViewer/ImLogViewer.cs: Add support for highlighting search
12452           terms in the IM viewer.
12454 2005-05-02 08:52  knvijay
12456         * ChangeLog, beagled/Makefile.am: Changes to add Snippet support to
12457           Beagle Web interface
12459 2005-05-02 08:35  knvijay
12461         * ChangeLog, beagled/WebServices/WebBackEnd.cs: Added support for
12462           Snippets in Web Interface
12464 2005-04-30 10:42  mwh
12466         * po/: ChangeLog, da.po:         * da.po: Updated Danish
12467           translation.
12469 2005-04-29 13:56  joeshaw
12471         * glue/tomboykeybinder.c: improve the keybinding code
12473 2005-04-29 13:39  rml
12475         * tools/Makefile.am: Add boot.inotify.init to EXTRA_DIST
12477 2005-04-29 11:50  rml
12479         * tools/boot.inotify.init: Add a boot-time init script for setting
12480           Beagle-friendly inotify defaults.
12482 2005-04-29 06:49  llipka
12484         * Util/Logger.cs: Minor tuning to log pruning.
12486 2005-04-29 05:29  mwh
12488         * po/da.po:         * da.po: Updated Danish translation.
12490 2005-04-29 05:01  mwh
12492         * po/: ChangeLog, da.po:         * da.po: Updated Danish
12493           translation.
12495 2005-04-28 15:45  llipka
12497         * Util/Logger.cs: Remove logs older than 7 days on startup.
12499 2005-04-28 15:44  trow
12501         * Util/Inotify.cs: Actually add the queued event to the right
12502           array.
12504 2005-04-28 14:52  joeshaw
12506         * BeagleClient/Message.cs, Util/Inotify.cs,
12507           beagled/RemoteControlExecutors.cs, tools/.cvsignore,
12508           tools/Info.cs, tools/Makefile.am, tools/Shutdown.cs,
12509           tools/beagle-index-info, tools/beagle-ping,
12510           tools/beagle-shutdown, tools/beagle-status: Port all the little
12511           tools over to the new API.  Also fix a small bug in Inotify.cs.
12513 2005-04-28 05:57  mwh
12515         * po/: ChangeLog, da.po:         * da.po: Added Danish translation.
12517 2005-04-28 05:56  mwh
12519         * ChangeLog, configure.in:         * configure.in: Added Danish da
12520           to ALL_LINGUAS.
12522 2005-04-27 14:43  trow
12524         * AUTHORS: Thanks Jimmy!
12526 2005-04-27 13:08  rml
12528         * Util/Inotify.cs, glue/inotify.h: Add support for Inotify
12529           One-Shot.  Don't actually use it, but it is there as
12530           EventType.OneShot.
12532           Because EventType.All was set to all-ones, Beagle as-of now is
12533           required for inotify 0.23 or the 727 kernels.
12535           Also, update to latest inotify.h.
12537 2005-04-26 02:46  knvijay
12539         * beagled/WebServices/WebServiceBackEnd.cs: Logger fixes in
12540           WebServiceBackEnd
12542 2005-04-25 17:59  joeshaw
12544         * tools/Query.cs: Only connect to ClosedEvent when we're not
12545           connecting to FinishedEvent
12547 2005-04-25 15:59  joeshaw
12549         * BeagleClient/Client.cs, BeagleClient/Message.cs,
12550           BeagleClient/QueryResponses.cs, BeagleClient/Snippet.cs,
12551           Util/PathFinder.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12552           beagled/QueryExecutor.cs, beagled/Server.cs,
12553           beagled/SnippetExecutor.cs: Part Two in our series 'Getting
12554           Screwed With Your Pants On Featuring CVS'
12556 2005-04-25 15:51  joeshaw
12558         * BeagleClient/Client.cs, BeagleClient/Message.cs,
12559           BeagleClient/QueryProxy.cs, BeagleClient/QueryResponses.cs,
12560           BeagleClient/RemoteControlProxy.cs, BeagleClient/Snippet.cs,
12561           Util/PathFinder.cs, Util/UnixClient.cs, Util/UnixListener.cs,
12562           beagled/FactoryImpl.cs, beagled/PathFinder.cs,
12563           beagled/QueryExecutor.cs, beagled/QueryImpl.cs,
12564           beagled/RemoteControlImpl.cs, beagled/Server.cs,
12565           beagled/SnippetExecutor.cs: CVS completely fucked me on that last
12566           commit, with all the additions and removals going on HEAD but the
12567           changes going onto the branch.  What a piece of shit
12569 2005-04-25 15:37  joeshaw
12571         * BeagleClient/QueryProxy.cs, BeagleClient/RemoteControlProxy.cs,
12572           beagled/FactoryImpl.cs, beagled/PathFinder.cs,
12573           beagled/QueryImpl.cs, beagled/RemoteControlImpl.cs: hmm, dunno
12574           why these weren't removed the first time...
12576 2005-04-25 15:35  joeshaw
12578         * beagled/QueryBody.cs: Another file I forgot to remove
12580 2005-04-25 15:34  joeshaw
12582         * BeagleClient/Client.cs, BeagleClient/Factory.cs,
12583           BeagleClient/Hit.cs, BeagleClient/Makefile.am,
12584           BeagleClient/Message.cs, BeagleClient/Query.cs,
12585           BeagleClient/QueryProxy.cs, BeagleClient/QueryResponses.cs,
12586           BeagleClient/RemoteControl.cs,
12587           BeagleClient/RemoteControlProxy.cs, BeagleClient/Snippet.cs,
12588           Best/BestWindow.cs, Tiles/SimpleRootTile.cs, Tiles/Tile.cs,
12589           Tiles/TileFromHitTemplate.cs, Tiles/TileFromTemplate.cs,
12590           Tiles/TileNote.cs, Util/Makefile.am, Util/PathFinder.cs,
12591           Util/UnixClient.cs, Util/UnixListener.cs,
12592           beagled/BeagleDaemon.cs, beagled/BugzillaDriver.cs,
12593           beagled/FactoryImpl.cs, beagled/GoogleDriver.cs,
12594           beagled/HitRegulator.cs, beagled/IQueryable.cs,
12595           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
12596           beagled/Makefile.am, beagled/NameIndex.cs,
12597           beagled/NameIndexTool.cs, beagled/PathFinder.cs,
12598           beagled/QueryDriver.cs, beagled/QueryExecutor.cs,
12599           beagled/QueryImpl.cs, beagled/QueryResult.cs,
12600           beagled/Queryable.cs, beagled/RemoteControlExecutors.cs,
12601           beagled/RemoteControlImpl.cs, beagled/Server.cs,
12602           beagled/SnippetExecutor.cs, beagled/SnippetFu.cs,
12603           beagled/SnippetTest.cs,
12604           beagled/FileSystemQueryable/FileSystemModel.cs,
12605           beagled/FileSystemQueryable/FileSystemQueryable.cs,
12606           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/.cvsignore,
12607           tools/Query.cs: First pass at removing dbus deps for Query,
12608           Snippets, and RemoteControl
12610 2005-04-23 09:18  hebra
12612         * po/: ChangeLog, de.po: 2005-04-23  Hendrik Brandt
12613           <heb@gnome-de.org>
12615                   * de.po: Add some bugfixes in German translation.
12617 2005-04-22 09:58  knvijay
12619         * ChangeLog, beagled/BeagleDaemon.cs, beagled/Makefile.am,
12620           beagled/WebServices/WebBackEnd.cs,
12621           beagled/WebServices/WebServiceBackEnd.cs: Simplifying WebServices
12622           initialization code in BeagleDaemon.cs, by moving this into
12623           WebServicesBackEnd assembly
12625 2005-04-21 17:34  trow
12627         * Util/Inotify.cs: Don't hold the event queue lock when marshalling
12628           the low-level inotify events into QueuedEvent objects.
12630           Added Analyzed and Dispatched flags and HoldUntil time to
12631           QueuedEvent objects.  Events are not dispatched before their
12632           HoldUntil time.
12634           Added clean-up and analysis methods that operate on the queue
12635           before we dispatch an event.  We now pair moves in the analysis
12636           phase.
12638 2005-04-21 16:43  joseppc
12640         * ChangeLog, configure.in, po/ChangeLog, po/ca.po: Added Catalan
12641           translation.
12643 2005-04-21 13:07  trow
12645         * Util/Inotify.cs: A few small tweaks we need for event coalescing:
12646           * Created a nicer QueuedEvent class * Build the filename string
12647           at snarf-time * Use an ArrayList for the event queue instead of a
12648           Queue.  We need to   be able to inspect the queue in order to
12649           know what we can coalesce.
12651           Also, fixed a small bug: in the DispatchWorker, actually wait for
12652           2s instead of 2ms.
12654 2005-04-20 18:35  kelemeng
12656         * po/: ChangeLog, hu.po: 2005-04-21  Gabor Kelemen
12657           <kelemeng@gnome.hu>
12659                   * hu.po: Hungarian translation updated.
12661 2005-04-20 17:40  trow
12663         * beagled/BeagleDaemon.cs: Shut down cleanly on SIGINT, SIGQUIT and
12664           SIGTERM.
12666 2005-04-20 14:14  dsd
12668         * ChangeLog, configure.in, Util/Makefile.am,
12669           Util/Util.dll.config.in: Import dll-mapping from f-spot, fixes
12670           lack of image indexing for some users. Reported by Northsea on
12671           IRC.
12673 2005-04-20 12:07  fhedberg
12675         * beagled/MonodocQueryable/MonodocQueryable.cs: Some minor changes
12676           to the Monodoc backend.  An updated Monodoc patch is available at
12677           http://users.avafan.com/~fredrik/beagle/monodoc-beagle.diff
12679 2005-04-20 10:55  dsd
12681         * Util/ExtendedAttribute.cs: Add a FIXME - we should start using
12682           Mono.Unix.Syscall at some point.
12684 2005-04-19 04:21  kelemeng
12686         * configure.in: 2005-04-19  Gabor Kelemen  <kelemeng@gnome.hu>
12688                   * configure.in: Added hu to ALL_LINGUAS.
12690 2005-04-19 04:21  kelemeng
12692         * po/: ChangeLog, hu.po: 2005-04-19  Gabor Kelemen
12693           <kelemeng@gnome.hu>
12695                   * hu.po: Hungarian translation added.
12697 2005-04-19 00:51  trow
12699         * beagled/: FileAttributesStore_Sqlite.cs, TextCache.cs,
12700           FileSystemQueryable/UniqueIdStore.cs: SQLite clean-ups.
12702 2005-04-18 19:52  trow
12704         * beagled/FileSystemQueryable/FileSystemModel.cs: Catch the correct
12705           exception.
12707 2005-04-18 19:50  trow
12709         * Util/DirectoryWalker.cs, Util/Inotify.cs, Util/Makefile.am,
12710           Util/Scheduler.cs, beagled/LuceneDriver.cs,
12711           beagled/EvolutionMailDriver/MailCrawler.cs,
12712           beagled/FileSystemQueryable/CrawlTask.cs,
12713           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
12714           beagled/FileSystemQueryable/FileSystemModel.cs,
12715           beagled/GaimLogQueryable/GaimLogCrawler.cs: Use DirectoryWalker
12716           (which is implemented using Mono.Posix.opendir and
12717           Mono.Posix.readdir) to traverse directories.  It scales much
12718           better than using System.IO.DirectoryInfo.
12720 2005-04-18 17:08  trow
12722         * configure.in: Bumped version number to 0.0.10.  (I forgot to do
12723           this after the last release.)
12725 2005-04-17 13:16  serrador
12727         * ChangeLog, configure.in, po/ChangeLog, po/es.po: 2005-04-17
12728           Francisco Javier Fernandez  <cyphra@vir.tecknolabs.com>
12730                   * es.po: Added Spanish translation by Antonio Ognio.
12732 2005-04-17 08:26  llipka
12734         * beagled/BlamQueryable/BlamQueryable.cs: #300132: Fix Blam
12735           real-time indexing with inotify.
12737 2005-04-16 15:59  llipka
12739         * Util/Note.cs, beagled/TomboyQueryable/TomboyQueryable.cs:
12740           Real-time indexing for Tomboy notes works again.
12742 2005-04-16 05:24  llipka
12744         * beagled/TomboyQueryable/TomboyQueryable.cs: HitIsValid for
12745           TomboyQueryable
12747 2005-04-15 07:29  vvaradan
12749         * ChangeLog, Filters/FilterJs.cs, Filters/Makefile.am: * Javascript
12750           filter.  * With extension support being enabled, Ape and Mpc
12751           filters started working. ;-)
12753 2005-04-15 07:15  vvaradan
12755         * ChangeLog, beagled/Filter.cs, beagled/FilterFactory.cs,
12756           beagled/FilteredIndexable.cs: Not all files are correctly
12757           identified through Mime-types.  Example, a ".js" file.
12758           Rennovating the Extension support for filters.
12760 2005-04-14 15:55  kmaraas
12762         * po/: ChangeLog, nb.po, no.po: 2005-04-14  Kjartan Maraas
12763           <kmaraas@gnome.org>
12765                   * nb.po: Update from Terance. Now complete.
12766                   * no.po: Same.
12768 2005-04-14 15:17  joeshaw
12770         * beagled/RemoteIndexer.cs: Remove a #if
12771           DBUS_IS_BROKEN_BROKEN_BROKEN block from some code
12773 2005-04-14 08:45  vvaradan
12775         * ChangeLog, Filters/FilterC.cs, Tiles/TileSpreadsheet.cs: * A typo
12776           in FilterC * Removed unused variable from TileSpreadsheet
12778 2005-04-13 10:48  llipka
12780         * Tiles/TileHitCollection.cs: Fix a typo.
12782 2005-04-12 19:04  farnold
12784         * po/: ChangeLog, de.po: 2005-04-13  Frank Arnold
12785           <farnold@cvs.gnome.org>
12787                   * de.po: Updated German translation.
12789 2005-04-11 08:10  aihana
12791         * po/: ChangeLog, ja.po: 2005-04-11  Takeshi AIHANA
12792           <aihana@gnome.gr.jp>        * ja.po: Updated Japanese translation
12793           for v0.0.9.
12795 2005-04-07 19:16  orrc
12797         * po/: ChangeLog, en_GB.po: 2005-04-08  Christopher Orr
12798           <chris@protactin.co.uk>
12800                   * en_GB.po: Updated British English translation.
12802 2005-04-07 18:01  vvaradan
12804         * ChangeLog, Filters/FilterAbiword.cs, Filters/Makefile.am: *
12805           Missing Filters/Makefile.am changes and a warning fix for
12806           FilterAbiword.cs
12808 2005-04-07 17:58  vvaradan
12810         * ChangeLog, Filters/FilterSpreadsheet.cs, Tiles/Makefile.am,
12811           Tiles/TileSpreadsheet.cs, Tiles/template-spreadsheet.html: *
12812           Spreadsheet filter. Requires "ssindex" tool from gnumeric.  *
12813           ssindex is more of a data-extraction tool now.
12815 2005-04-07 17:57  joeshaw
12817         * Best/BestWindow.cs, Tiles/TileCanvas.cs, Tiles/template-page.css:
12818           Pull font settings from gconf and apply them to the style.
12819           Should fix the GIANT FONT PROBLEM people were seeing in
12820           non-english locales
12822 2005-04-07 14:40  vvaradan
12824         * ChangeLog, Filters/FilterOpenOffice.cs: * Oops.. a
12825           Logger.Log.Error() call with a "{0}" but no argument in
12826           FilterOpenoffice.cs.
12828 2005-04-07 13:09  adamw
12830         * po/: ChangeLog, en_CA.po: 2005-04-07  Adam Weinberger
12831           <adamw@gnome.org>
12833                   * en_CA.po: Updated Canadian English translation.
12835 2005-04-07 11:53  trow
12837         * configure.in: Added nb and no to ALL_LINGUAS.
12839 2005-04-07 11:31  trow
12841         * NEWS: A few more items for 0.0.9.
12843 2005-04-07 07:04  kmaraas
12845         * po/: ChangeLog, nb.po, no.po: 2005-04-07  Kjartan Maraas
12846           <kmaraas@gnome.org>
12848                   * nb.po: Norwegian bokmal translation from Terance
12849                   Edward Sola <terance at lyse net>.
12851 2005-04-07 05:35  fhedberg
12853         * ImLogViewer/ImLogViewer.cs, ImLogViewer/Makefile.am,
12854           Tiles/TileImLog.cs, po/POTFILES.in, po/sv.po: * More I18N stuff *
12855           Update the swedish translation
12857 2005-04-07 05:34  fhedberg
12859         * Tiles/: TileFolder.cs, template-folder.html: Update the folder
12860           tile, allow open the parent folder and display # of child objects
12862 2005-04-07 03:58  knvijay
12864         * beagled/BeagleDaemon.cs: Updates to fix WebServices
12865           install/uninstall after recent reorganizations
12867 2005-04-07 03:50  knvijay
12869         * ChangeLog, beagled/BeagleDaemon.cs, beagled/Makefile.am: Updates
12870           to fix WebServices install/uninstall after recent reorganizations
12872 2005-04-07 01:20  trow
12874         * NEWS: Updated for 0.0.9 release.
12876 2005-04-07 00:19  trow
12878         * beagled/LuceneDriver.cs: Noise filter fixes.  This fixes bug
12879           172592.
12881 2005-04-06 23:30  trow
12883         * beagled/: BeagleDaemon.cs, Makefile.am: Web services fixes.
12885 2005-04-06 11:41  raphaelh
12887         * po/: ChangeLog, pt_BR.po: Updated pt_BR translation
12889 2005-04-06 11:30  adamw
12891         * po/: ChangeLog, en_CA.po: 2005-04-06  Adam Weinberger
12892           <adamw@gnome.org>
12894                   * en_CA.po: Updated Canadian English translation.
12896 2005-04-06 09:10  aihana
12898         * ChangeLog, configure.in: 2005-04-06  Takeshi AIHANA
12899           <aihana@gnome.gr.jp>      * configure.in: Added 'ja' (Japanese)
12900           to ALL_LINGUAS.
12902 2005-04-06 09:08  aihana
12904         * po/: ChangeLog, ja.po: 2005-04-06  Takeshi AIHANA
12905           <aihana@gnome.gr.jp>        * ja.po: Added Japanese translation.
12907 2005-04-06 05:49  knvijay
12909         * ChangeLog, beagled/WebServices/WebServiceBackEnd.cs: Updated
12910           WebServicesBackEnd.cs to use System.Guid in TokenGenerator
12912 2005-04-06 05:14  vvaradan
12914         * ChangeLog, Filters/FilterHtml.cs: Patch from Saravana
12915           <saravana_psgtech@yahoo.co.in>   * Process <meta>, <img> and <a>
12916           and extract required information.    * Add <i> and <th> to the
12917           list of *Hot tags*
12919 2005-04-06 05:00  farnold
12921         * po/: ChangeLog, de.po: 2005-04-06  Frank Arnold
12922           <farnold@cvs.gnome.org>
12924                   * de.po: Updated German translation.
12926 2005-04-05 19:17  orrc
12928         * ChangeLog, configure.in, Util/StringFu.cs, po/ChangeLog,
12929           po/POTFILES.in, po/en_GB.po: 2005-04-05  Christopher Orr
12930           <chris@protactin.co.uk>
12932                   * configure.in: Added en_GB to ALL_LINGUAS.
12933                   * po/en_GB.po: Added British English translation.
12934                   * Util/StringFu.cs: Added l10n support for date/time
12935           strings.
12937 2005-04-05 18:32  trow
12939         * Util/ExternalStringsHack.cs.in, Util/Makefile.am,
12940           beagled/BeagleDaemon.cs: Get rid of a hard-wired path in
12941           BeagleDaemon.cs.
12943 2005-04-05 17:38  trow
12945         * configure.in, beagled/Makefile.am,
12946           beagled/WebServices/search.aspx.in, images/Makefile.am: Lots of
12947           web services build fixes.  We now make distcheck when web
12948           services are enabled.
12950 2005-04-05 17:25  fhedberg
12952         * po/sv.po: Updated the swedish translation
12954 2005-04-05 16:20  adrighem
12956         * po/: ChangeLog, nl.po: 2005-04-05  Vincent van Adrighem
12957           <adrighem@gnome.org>
12959                   * nl.po: Translation updated by Wouter Bolsterlee.
12961 2005-04-05 16:08  fhedberg
12963         * Tiles/Makefile.am, po/sv.po: Updated the swedish translation
12965 2005-04-05 15:54  fhedberg
12967         * Tiles/TranslationHack.cs, Tiles/extract-translations.pl,
12968           po/POTFILES.in: Hack to make the template system intltool
12969           compatible. When you add strings to the templates be sure to run
12970           Tiles/extract-translations.pl afterwards.
12972 2005-04-05 15:49  joeshaw
12974         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Commit dsd's
12975           --list-backends patch.  Closes bug #171117
12977 2005-04-05 15:46  adrighem
12979         * po/: ChangeLog, nl.po: 2005-04-05  Vincent van Adrighem
12980           <adrighem@gnome.org>
12982                   * nl.po: Translation updated by Wouter Bolsterlee.
12984 2005-04-05 15:19  joeshaw
12986         * Filters/FilterHtml.cs, Tiles/template-blog.html,
12987           beagled/BlamQueryable/BlamQueryable.cs: Set up a
12988           FilteredIndexable in the BlamQueryable backend.  Add a snippet to
12989           the blog template.  Tweak the HTML filter to allow fragments
12990           instead requiring a complete document (ie, <body> tag).  Fix for
12991           bug #171469
12993 2005-04-05 15:01  raphaelh
12995         * ChangeLog, configure.in, po/ChangeLog, po/pt_BR.po: Added pt_BR
12996           translation
12998 2005-04-05 14:01  adamw
13000         * ChangeLog, configure.in, po/ChangeLog, po/en_CA.po: 2005-04-05
13001           Adam Weinberger  <adamw@gnome.org>
13003                   * configure.in: Added en_CA to ALL_LINGUAS.
13004                   * po/en_CA.po: Added Canadian English translation.
13006 2005-04-05 12:37  joeshaw
13008         * beagled/Makefile.am: Install beagle-index-url from beagled.
13009           Patch from Christopher Orr
13011 2005-04-05 09:56  fhedberg
13013         * po/de.po: Small typo fix.
13015 2005-04-05 09:27  knvijay
13017         * beagled/Makefile.am: Updating beagled/Makefile.am to ensure
13018           search.aspx gets built everytime
13020 2005-04-05 07:27  vvaradan
13022         * ChangeLog, Filters/FilterDOC.cs, beagled/ExtractContent.cs,
13023           beagled/Filter.cs, glue/wv1-glue.c: * Third round of
13024           little-easy-optimization.  This is more of a Fixme fix in
13025           Filter.cs.  http://bugzilla.gnome.org/show_bug.cgi?id=169758 can
13026           be really closed now, (though working on a
13027           little-more-optimization but not related to timing).
13029 2005-04-05 07:13  knvijay
13031         * ChangeLog, images/dog.png: WebServices: Moved dog.png to images
13032           and replaced search.aspx with search.aspx.in
13034 2005-04-05 07:09  knvijay
13036         * beagled/: Makefile.am, WebServices/dog.png,
13037           WebServices/search.aspx, WebServices/search.aspx.in: WebServices:
13038           Moved dog.png to images and replaced search.aspx with
13039           search.aspx.in
13041 2005-04-05 06:22  farnold
13043         * ChangeLog, configure.in: 2005-04-05  Frank Arnold
13044           <farnold@cvs.gnome.org>
13046                   * configure.in: Added "de" to ALL_LINGUAS.
13048 2005-04-05 06:16  farnold
13050         * po/: ChangeLog, de.po: 2005-04-05  Frank Arnold
13051           <farnold@cvs.gnome.org>
13053                   * de.po: Added German translation.
13055 2005-04-05 05:33  fhedberg
13057         * Best/BestWindow.cs, Tiles/TileFolder.cs,
13058           Tiles/TileMailMessage.cs, Util/StringFu.cs, po/sv.po: More I18N
13059           stuff
13061           * bug #172641 - plural forms * bug #172643 - no markup * bug
13062           #172646 - explanations
13064 2005-04-05 02:15  trow
13066         * Tiles/Tile.cs: Open Hits w/ mime-type inode/directory in
13067           nautilus.  This fixes bug 171181.
13069 2005-04-05 01:46  trow
13071         * beagled/: LuceneQueryable.cs,
13072           FileSystemQueryable/DirectoryIndexableGenerator.cs,
13073           FileSystemQueryable/FileSystemModel.cs,
13074           FileSystemQueryable/FileSystemQueryable.cs: Fixed a few bugs in
13075           the file system backend related to copying and moving files.
13077           To work around a mono bug, ignore files whose name's contain '\'.
13078            This fixes bug 170437, and is based on a patch by Varadhan.
13080           Work around a mono bug which causes dates in the stat structure
13081           to not reflect daylight savings time.  This fixes bug 172009.
13083 2005-04-05 00:46  fwang
13085         * configure.in, po/ChangeLog, po/zh_CN.po: Added Simplified Chinese
13086           translation.
13088 2005-04-04 18:47  joeshaw
13090         * Tiles/TileMailMessage.cs: If the query we get back after passing
13091           the string to Evolution.BookQuery.FromString is null, don't call
13092           into the book's GetContacts() method.  Fixes a problem with the
13093           default mail in SUSE 9.3, which doesn't contain an email address
13094           but does have extraneous quotation marks
13096 2005-04-04 18:02  rml
13098         * glue/inotify.h: glue/inotify.h: inotify header from latest
13099           inotify code drop.
13101           No API/ABI changes.  Promise.
13103 2005-04-04 17:33  joeshaw
13105         * beagled/LuceneDriver.cs: remove a redundant search against
13106           PropertiesText
13108 2005-04-04 17:09  joeshaw
13110         * beagled/SnippetFu.cs: Alter the character checks in the snippet
13111           code so that we can legitimately get snippets for certain symbols
13112           like the caret
13114 2005-04-04 17:06  adrighem
13116         * configure.in: 2005-04-04  Vincent van Adrighem
13117           <adrighem@gnome.org>
13119                   * configure.in: Added nl to ALL_LINGUAS.
13121 2005-04-04 17:06  adrighem
13123         * po/: ChangeLog, nl.po: 2005-04-04  Vincent van Adrighem
13124           <adrighem@gnome.org>
13126                   * nl.po: Translation added by Wouter Bolsterlee.
13128 2005-04-04 15:22  joeshaw
13130         * Tiles/template-mail-message.html: remove the line that disables
13131           the 'stock' snippet... we don't want it
13133 2005-04-04 15:03  joeshaw
13135         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13136           Remove some debug spew
13138 2005-04-04 14:56  joeshaw
13140         * Util/camel.cs,
13141           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
13142           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
13143           beagled/EvolutionMailDriver/MailCrawler.cs: Add support for evo
13144           2.2's imap4rev1 backend
13146 2005-04-04 13:22  fhedberg
13148         * beagled/ExternalStringsHack.cs.in: Remove unused files
13150 2005-04-04 12:47  fhedberg
13152         * .cvsignore, Makefile.am, autogen.sh, configure.in, Best/Best.cs,
13153           Best/BestTray.cs, Best/BestWindow.cs, Best/Makefile.am,
13154           Tiles/Makefile.am, Tiles/Template.cs, Tiles/TileDocs.cs,
13155           Tiles/TileFolder.cs, Tiles/TileLauncher.cs,
13156           Tiles/TileMailMessage.cs, Tiles/template-blog.html,
13157           Tiles/template-docs.html, Tiles/template-file.html,
13158           Tiles/template-folder.html, Tiles/template-im-log.html,
13159           Tiles/template-launcher.html, Tiles/template-mail-message.html,
13160           Tiles/template-music.html, Tiles/template-note.html,
13161           Tiles/template-picture.html, Tiles/template-presentation.html,
13162           Tiles/template-web-history.html, Util/.cvsignore,
13163           Util/ExternalStringsHack.cs.in, Util/Makefile.am,
13164           Util/StringFu.cs, beagled/.cvsignore, beagled/Makefile.am,
13165           beagled/PathFinder.cs,
13166           beagled/LauncherQueryable/LauncherQueryable.cs, doc/I18N,
13167           po/.cvsignore, po/ChangeLog, po/POTFILES.in, po/sv.po: Basic I18N
13168           support
13170 2005-04-04 09:21  knvijay
13172         * ChangeLog, beagled/WebServices/WebServiceBackEnd.cs: Fix in
13173           WebServiceBackEnd.cs to return searchToken whenever there is at
13174           least one result returned
13176 2005-04-01 18:24  joeshaw
13178         * Tiles/: Tile.cs, TileFolder.cs: Open nautilus with the
13179           --no-desktop argument for those who don't want it doing that.
13180           Patch originally from Joshua Nichols and extended a bit by me
13182 2005-04-01 18:03  joeshaw
13184         * Tiles/template-launcher.html: Add an 'Open' action to the
13185           launcher tile.  Based on a patch from Chris Schneider
13187 2005-04-01 17:24  joeshaw
13189         * beagled/FileSystemQueryable/FileSystemModel.cs: When scanning
13190           directories, handle unreadable directories
13192 2005-04-01 16:52  joeshaw
13194         * Util/Inotify.cs: Throw IOException rather than a System.Exception
13195           when we're unable to watch or ignore a directory since that's
13196           what most code is looking for in their try-catch blocks (and
13197           really it is an IOException)
13199 2005-04-01 16:32  joeshaw
13201         * configure.in: Require mono 1.0.6 or newer, for the 'Lock timed
13202           out' bug
13204 2005-04-01 13:46  dsd
13206         * ChangeLog, Tiles/TilePicture.cs: Properly handle URI's when
13207           finding thumbnail paths. Fixes bug 171153.
13209 2005-04-01 13:05  dsd
13211         * ChangeLog, configure.in, Filters/FilterJpeg.cs, Util/ExifData.cs,
13212           Util/JpegHeader.cs: Merge from F-spot in order to be compatible
13213           with Mono 1.1.5
13215 2005-04-01 12:54  dsd
13217         * ChangeLog, configure.in: Option parsing improvements and cleanups
13219 2005-03-31 17:08  dsd
13221         * beagled/.cvsignore: Add beagle-index-url to .cvsignore
13223 2005-03-31 17:06  dsd
13225         * beagled/WebServices/.cvsignore: Add cvsignore file
13227 2005-03-31 16:33  joeshaw
13229         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13230           Add a trailing slash when comparing imap URIs.  Fixes a subtle
13231           bug with certain accounts
13233 2005-03-31 16:24  dsd
13235         * ChangeLog, tools/Query.cs: Minor improvements to command line
13236           parsing
13238 2005-03-31 15:58  dsd
13240         * ChangeLog, beagled/PathFinder.cs: Handle directories ending with
13241           '/'
13243 2005-03-31 15:24  vvaradan
13245         * ChangeLog, Filters/FilterRTF.cs: * Filters/FilterRTF.cs:
13246           Before/After rewinding the file-stream, ignore the already
13247           buffered-data in the stream reader.  Fixes part of
13248           http://bugzilla.gnome.org/show_bug.cgi?id=172294. (now
13249           font-details and other unwanted-strings are not extracted.)
13251 2005-03-31 14:42  joeshaw
13253         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13254           back out some debug spew in the mail backend.  i hate cvs so much
13256 2005-03-31 14:41  joeshaw
13258         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13259           Updated beagle-index-url and firefox extension.  Fixes various
13260           issues with filtering of HTML, saving and displaying page titles,
13261           displaying snippets, cleaning up after itself, and the location
13262           of where temp files are stored.  As seen in the world famous Nat
13263           Friedman brainshare keynote beagle demo.  Also make a few fields
13264           in the launcher queryable be stored as non-searched fields
13266 2005-03-31 14:16  joeshaw
13268         * Tiles/template-web-history.html, beagled/IndexWebContent.cs,
13269           beagled/Makefile.am,
13270           beagled/LauncherQueryable/LauncherQueryable.cs,
13271           mozilla-extension/Makefile.am,
13272           mozilla-extension/content/beagleOverlay.js,
13273           mozilla-extension/content/beagleOverlay.xul,
13274           mozilla-extension/content/md5.js, tools/IndexWebContent.cs,
13275           tools/Makefile.am: Updated beagle-index-url and firefox
13276           extension.  Fixes various issues with filtering of HTML, saving
13277           and displaying page titles, displaying snippets, cleaning up
13278           after itself, and the location of where temp files are stored.
13279           As seen in the world famous Nat Friedman brainshare keynote
13280           beagle demo.  Also make a few fields in the launcher queryable be
13281           stored as non-searched fields
13283 2005-03-31 11:50  dsd
13285         * ChangeLog, Util/ImLog.cs: Ignore GAIM logs which don't have the
13286           standard filename format
13288 2005-03-31 08:06  knvijay
13290         * beagled/WebServices/: Makefile.in, WebServer/.cvsignore,
13291           WebServer/ApplicationServer.cs, WebServer/AssemblyInfo.cs,
13292           WebServer/AssemblyInfo.cs.in, WebServer/BaseApplicationHost.cs,
13293           WebServer/BaseRequestBroker.cs, WebServer/IApplicationHost.cs,
13294           WebServer/IWebSource.cs, WebServer/InitialWorkerRequest.cs,
13295           WebServer/LingeringNetworkStream.cs, WebServer/Makefile.am,
13296           WebServer/MonoWorkerRequest.cs, WebServer/Tracing.cs,
13297           WebServer/XSPApplicationHost.cs, WebServer/XSPWorkerRequest.cs,
13298           WebServer/server.cs: Added subfolder WebServer under the new
13299           WebServices folder within beagled
13301 2005-03-31 07:47  knvijay
13303         * beagled/WebServices/Makefile.in: Changes to move WebServices code
13304           into a subfolder within beagled
13306 2005-03-31 07:41  knvijay
13308         * ChangeLog, configure.in, beagled/Makefile.am,
13309           beagled/WebBackEnd.cs, beagled/WebFrontEnd.cs,
13310           beagled/WebServiceBackEnd.cs, beagled/WebServiceFrontEnd.cs,
13311           beagled/dog.png, beagled/search.asmx, beagled/search.aspx,
13312           beagled/web.config, beagled/WebServices/Makefile.am,
13313           beagled/WebServices/WebBackEnd.cs,
13314           beagled/WebServices/WebFrontEnd.cs,
13315           beagled/WebServices/WebServiceBackEnd.cs,
13316           beagled/WebServices/WebServiceFrontEnd.cs,
13317           beagled/WebServices/dog.png, beagled/WebServices/search.asmx,
13318           beagled/WebServices/search.aspx, beagled/WebServices/web.config:
13319           Changes to move WebServices code into a subfolder within beagled
13321 2005-03-31 06:27  vvaradan
13323         * ChangeLog, Filters/FilterDOC.cs, beagled/Filter.cs: * Defined a
13324           new AppendText() with two-arguments to give more flexibility for
13325           filters to add contents to normal and hot-text pools.
13327 2005-03-31 03:26  knvijay
13329         * ChangeLog, beagled/Makefile.am: Fixes to include missing
13330           web-services resources as part of Beagle distribution
13332 2005-03-30 17:03  vvaradan
13334         * ChangeLog, Filters/FilterDOC.cs, beagled/Filter.cs,
13335           glue/wv1-glue.c: * More optimization of MS-Word document
13336           indexing.  Fixes http://bugzilla.gnome.org/show_bug.cgi?id=169758
13338 2005-03-30 13:16  trow
13340         * configure.in: Require dbus-sharp >= 0.23.4 and gmime-sharp >=
13341           2.1.13.
13343 2005-03-30 10:07  vvaradan
13345         * ChangeLog, Filters/FilterAbiword.cs, Filters/Makefile.am: * More
13346           validations. Fixes
13347           http://bugzilla.gnome.org/show_bug.cgi?id=170082
13349 2005-03-29 14:12  rml
13351         * glue/inotify.h: update glue/inotify.h from latest inotify.  no
13352           API/ABI changes.
13354 2005-03-29 13:42  vvaradan
13356         * ChangeLog, Tiles/template-mail-message.html: * Do not show
13357           markups in the "subject" of deleted mails in Best.
13359 2005-03-29 13:35  trow
13361         * beagled/IndexHelper/RemoteIndexerImpl.cs: Be more paranoid about
13362           catching and logging exceptions.
13364 2005-03-29 12:37  joeshaw
13366         * beagled/: Filter.cs, FilteredIndexable.cs: Pass DeleteContent
13367           onto the Filters from the FilteredIndexable, and actually delete
13368           the content when appropriate
13370 2005-03-29 09:35  vvaradan
13372         * ChangeLog, Filters/FilterPerl.cs: Patch from Chris Schneider
13373           <cschneid@colostate.edu>   * Filters/FilterPerl.cs: Bad "elseif"
13374           keyword in perl keyword list.  Fixes
13375           http://bugzilla.gnome.org/show_bug.cgi?id=171175.
13377 2005-03-29 09:14  trow
13379         * beagled/LuceneDriver.cs: Reverted Varadhan's fix for bug 171944.
13381 2005-03-29 09:01  vvaradan
13383         * ChangeLog, beagled/beagled.in: * Be informative to users when
13384           beagled exits on errors when run in --bg mode.  Fixes
13385           http://bugzilla.gnome.org/show_bug.cgi?id=171975
13387 2005-03-29 08:09  knvijay
13389         * beagled/: BeagleWebCb.cs, BeagleWebSvcCb.cs, WebBackEnd.cs,
13390           WebFrontEnd.cs, WebServiceBackEnd.cs, WebServiceFrontEnd.cs,
13391           beagledWeb.cs, beagledWebSvc.cs: Renamed WebServices code files,
13392           changed configure option to --enable-webservices & added Firefox
13393           search bar support and other changes in Web Services code
13395 2005-03-29 08:06  knvijay
13397         * ChangeLog, configure.in, beagled/BeagleDaemon.cs,
13398           beagled/Makefile.am, beagled/search.asmx, beagled/search.aspx:
13399           Renamed WebServices code files, changed configure option to
13400           --enable-webservices & added Firefox search bar support and other
13401           changes in Web Services code
13403 2005-03-29 03:02  vvaradan
13405         * ChangeLog, beagled/LuceneDriver.cs: * Fix for
13406           http://bugzilla.gnome.org/show_bug.cgi?id=171944. Delete
13407           indexable URI when indexable.DeleteContent is set to true.  *
13408           Corrected ChangeLog dates. (pointed out by Daniel :) )
13410 2005-03-28 08:16  vvaradan
13412         * ChangeLog, Tiles/TileDocs.cs, Tiles/TilePresentation.cs: * Fix
13413           for http://bugzilla.gnome.org/show_bug.cgi?id=171864.  Show more
13414           information about OO 2.0 documents in Best.
13416 2005-03-25 16:55  joeshaw
13418         * Tiles/SimpleRootTile.cs: When starting the daemon from best, wrap
13419           it in a try-catch in case it fails
13421 2005-03-24 10:40  trow
13423         * configure.in: 0.0.9, again.
13425 2005-03-24 10:31  trow
13427         * NEWS, configure.in: Updated NEWS and version number for the
13428           (sigh) 0.0.8.1 release.
13430 2005-03-24 09:47  trow
13432         * beagled/Makefile.am: A tiny, strictly cosmetic fix.
13434 2005-03-24 09:28  trow
13436         * beagled/: Makefile.am, beagled.in: Build fixes for the web
13437           services.  Fixed beagled.in to allow us to run in-place with web
13438           services enabled.
13440 2005-03-23 15:22  rml
13442         * ChangeLog: 0.0.9
13444 2005-03-23 15:22  rml
13446         * configure.in: configure.in: Bump version to 0.0.9
13448 2005-03-23 15:21  rml
13450         * glue/: inotify-glue.c, inotify.h: Update inotify glue layer for
13451           the new, fresh, supercool new inotify, 0.21.
13453           THIS BREAKS ABI AND API.
13455           Inotify support now requires inotify-0.21.  Users of the SUSE
13456           kernel packages, see http://primates.ximian.com/~rml/kernel-rml
13458 2005-03-23 13:21  trow
13460         * configure.in: Bumped version to 0.0.8.
13462 2005-03-23 13:20  trow
13464         * NEWS: Added a few more items.  We sure did a lot since 0.0.7.
13466 2005-03-23 13:08  trow
13468         * NEWS: A few more NEWS items.
13470 2005-03-23 13:07  trow
13472         * NEWS: Updated for 0.0.8 release.
13474 2005-03-21 18:58  dsd
13476         * ChangeLog, beagled/BeagleDaemon.cs: beagled shouldn't be run as
13477           root
13479 2005-03-21 15:21  vvaradan
13481         * ChangeLog, Filters/FilterOpenOffice.cs: * Fix
13482           http://bugzilla.gnome.org/show_bug.cgi?id=171102
13484 2005-03-21 14:54  joeshaw
13486         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13487           Wrap calls to GMimeInitialize() in try-catch in case gmime isn't
13488           installed or something else goes wrong
13490 2005-03-21 14:41  dsd
13492         * HACKING: Fix bugzilla URL
13494 2005-03-21 14:32  joeshaw
13496         * mozilla-extension/install.rdf: bump supported firefox version
13497           from 1.0 to 1.0.1
13499 2005-03-20 10:46  dsd
13501         * Filters/FilterDOC.cs: Lone Console.WriteLine --> Logger.Log.Info
13503 2005-03-18 23:22  dsd
13505         * ChangeLog, Util/UriFu.cs: Fix for filenames with odd characters,
13506           bug #170862
13508 2005-03-18 20:01  joeshaw
13510         * glue/tomboykeybinder.c: Fix the infamous F12 bug, where it would
13511           work if numlock is off, but wouldn't if it were on
13513 2005-03-18 18:51  fhedberg
13515         * Tiles/TileFile.cs, Tiles/TileLauncher.cs, images/Images.cs:
13516           Another fix for bug #165629 from Drake. Make GetHtmlSource safer.
13518 2005-03-18 15:05  trow
13520         * beagled/RemoteIndexer.cs: Make the current debug spew more
13521           explicit about which remote indexer we are dealing with.
13523 2005-03-18 15:01  trow
13525         * beagled/FileSystemQueryable/FileSystemModel.cs: Oops --- this
13526           should also have been in the last commit.
13528 2005-03-18 15:01  trow
13530         * beagled/FileSystemQueryable/FileSystemWatcherBackend.cs: If we
13531           get a change notification for a directory, mark it as dirty so
13532           that it will be crawled again sooner.
13534 2005-03-18 13:14  trow
13536         * BeagleClient/Indexable.cs, BeagleClient/Property.cs,
13537           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
13538           Added a new propery type: properties that are stored but not
13539           searched by standard queries.  Tweaked the addressbook queryable
13540           to use unsearched properties for photos: since the photos are
13541           cached under ~/.beagle, searching for "beagle" would match every
13542           contact with a photo.
13544 2005-03-18 07:02  fhedberg
13546         * Filters/FilterOpenOffice.cs: Update for last commit.
13548 2005-03-18 06:56  fhedberg
13550         * Filters/FilterOpenOffice.cs, ChangeLog: Fix for bug #170783 from
13551           Varadhan - More MIME stuff for the OpenOffice filter.
13553 2005-03-17 23:34  trow
13555         * beagled/: NameIndex.cs, FileSystemQueryable/UniqueIdStore.cs,
13556           Lucene.Net/Store/FSDirectory.cs: Turn off some of the
13557           less-helpful debugging spew.
13559 2005-03-17 23:26  trow
13561         * beagled/EvolutionMailDriver/MailCrawler.cs: Actually index local
13562           mboxes.
13564 2005-03-17 22:04  trow
13566         * beagled/: RemoteIndexer.cs, RemoteIndexerProxy.cs,
13567           IndexHelper/RemoteIndexerImpl.cs: Attempt to work around dropped
13568           FlushComplete signals by polling the flush status in a timeout.
13570 2005-03-17 19:44  trow
13572         * beagled/: LuceneDriver.cs, NameIndex.cs,
13573           Lucene.Net/Store/FSDirectory.cs: Put lucene locks in the right
13574           place.  Use Mono.Posix.Syscall to create the lucene lock files.
13575           This might help with the locking errors people have been seeing.
13577 2005-03-17 19:00  joeshaw
13579         * Filters/FilterOpenOffice.cs: Add all the 1.0 template types, as
13580           well as all the new opendocument 2.0 types to the OpenOffice
13581           filter
13583 2005-03-17 13:58  trow
13585         * beagled/HitRegulator.cs: Varadhan's fix for bug 170637: check for
13586           null Uris in HitRegulator.Subtract.
13588 2005-03-17 09:26  fhedberg
13590         * ChangeLog, Tiles/TileFile.cs, beagled/GConfThreadHelper.cs,
13591           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
13592           glue/wv1-glue.c: Fixes for
13594           * bug 169059 - Drake & Varadhan - Don't crash on
13595           GConf.NoSuchKeyException in GConfThreadHelper * bug 165629 -
13596           Drake & Hedberg - Default to a blank document icon if we can't
13597           find one for the mimetype * bug 170124 - Varadhan - Don't skip
13598           non-iso chars in the Word filter
13600 2005-03-16 21:04  rml
13602         * beagled/FileSystemQueryable/InotifyBackend.cs: bug #170540: Catch
13603           the IOException from Inotify.Watch () and handle the case of a
13604           directory vanishing out from under us.
13606           We already catch it for WatchFiles, just not WatchDirectories.
13608           I love lamp.
13610 2005-03-16 18:40  trow
13612         * beagled/LuceneDriver.cs: A tiny bit less debug spew.
13614 2005-03-16 18:17  trow
13616         * beagled/QueryImpl.cs: Fixes a race condition where you could
13617           crash the daemon if a d-bus signal emission that had been hoisted
13618           into the main loop got executed after the object had been
13619           unregistered.  To fix it, each QueryImpl tracks its own
13620           registration state, and firing the events (which the idle handler
13621           does by calling public methods) only if registered.
13623 2005-03-16 17:49  trow
13625         * beagled/: DBusisms.cs, QueryImpl.cs: If an object we've
13626           registered w/ D-BUS implements IDisposable, call Dispose after we
13627           unregister it.
13629           A few hacks to work around leaks.
13631 2005-03-16 17:07  joeshaw
13633         * beagled/EvolutionMailDriver/MailCrawler.cs: whoops, remove debug
13634           spew
13636 2005-03-16 17:04  joeshaw
13638         * beagled/EvolutionMailDriver/: EvolutionMailDriver.cs,
13639           MailCrawler.cs: When we're crawling for mail, the only thing we
13640           care about are summaries, so call DirectoryInfo.GetFiles() with a
13641           search pattern of '*summary'
13643 2005-03-16 16:00  fhedberg
13645         * Tiles/TileImLog.cs, images/gnome-gaim.png: Fix for bug #170534 -
13646           Use gaim icon from Images.dll
13648 2005-03-16 15:34  trow
13650         * beagled/: LuceneQueryable.cs,
13651           FileSystemQueryable/FileSystemModel.cs,
13652           FileSystemQueryable/FileSystemQueryable.cs,
13653           FileSystemQueryable/FileSystemWatcherBackend.cs: Catch and log a
13654           bunch of exceptions, leaving the file system indexes in an
13655           unknown state.  Life isn't always easy.  Try to deal with a few
13656           weird cases.  More debugging spew, because we didn't have enough
13657           to begin with.
13659 2005-03-16 02:33  trow
13661         * beagled/FileSystemQueryable/FileSystemWatcherBackend.cs: Paranoia
13662           and debugging spew: two of the things that make beagle great!
13664 2005-03-16 01:39  joeshaw
13666         * Tiles/template-launcher.html: Add 'Application' in front of the
13667           app name for launchers so that it's more clear what they are
13669 2005-03-16 01:35  joeshaw
13671         * configure.in: and fix the dbus check so that it actually works
13673 2005-03-16 01:27  joeshaw
13675         * configure.in: check for the dbus headers.  we need them to
13676           determine whether we're using an older dbus API
13678 2005-03-15 22:08  trow
13680         * beagled/FileSystemQueryable/: CrawlTask.cs, FileSystemModel.cs,
13681           UniqueIdStore.cs: More file system backend fixes.
13683 2005-03-15 21:40  joeshaw
13685         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13686           Make liberal use of the using clause and Dispose() on various
13687           GMime objects so that we use much, much less memory when indexing
13688           mail
13690 2005-03-15 20:38  trow
13692         * beagled/NameIndex.cs: Don't throw an exception if Guid.Empty is
13693           passed it -- just log it and return.
13695 2005-03-15 19:46  fhedberg
13697         * Best/BestTray.cs: Minor clean-up. Unused variables.
13699 2005-03-15 19:30  trow
13701         * beagled/Makefile.am: Tiny clean-up.
13703 2005-03-15 19:27  fhedberg
13705         * Best/: BestTray.cs, BestWindow.cs: Hack for bug #170511 - fix the
13706           positioning issue.
13708 2005-03-15 18:58  trow
13710         * beagled/: .cvsignore, FileAttributesStore.cs,
13711           FileAttributesStore_ExtendedAttribute.cs,
13712           FileAttributesStore_Sqlite.cs, LuceneQueryable.cs, Makefile.am,
13713           NameIndex.cs, SanityCheckTool.cs,
13714           FileSystemQueryable/FileSystemModel.cs,
13715           FileSystemQueryable/FileSystemQueryable.cs,
13716           FileSystemQueryable/SanityCheck.cs,
13717           FileSystemQueryable/UniqueIdStore.cs: Allows stores to be opened
13718           with without requiring a specific fingerprint.  Assorted bug
13719           fixes.  Initial sanity-checking code.
13721 2005-03-15 18:53  trow
13723         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
13724           Check to make sure that this.mbox_parser is not null
13726 2005-03-15 18:19  fhedberg
13728         * ImLogViewer/ImLogViewer.cs, Tiles/TileMailMessage.cs,
13729           Tiles/TileMusic.cs, Tiles/template-music.html: Some fixes
13731           * Patch from Varadhan for bug #166375 regarding the MusicTile *
13732           Make the ImLogViewer compatible with older gtk-sharp * Revert to
13733           using stock icons for mail, they were actually shipping in Gnome
13734           2.10, my mistake.
13736 2005-03-15 12:00  trow
13738         * Best/: Best.cs, BestWindow.cs: Truth in advertising.
13740 2005-03-15 09:40  trow
13742         * beagled/FileSystemQueryable/FileSystemQueryable.cs: If we are
13743           ignoring a file, ignore requests to remove that file from the
13744           index.
13746 2005-03-15 09:11  trow
13748         * beagled/FileSystemQueryable/FileSystemQueryable.cs: When renaming
13749           things, do the right thing if either the old or new names
13750           indicate they should be ignored.  If both are being ignored, do
13751           nothing.  If the old name was being ignored, treat the rename as
13752           an add.  If the new name is being ignored, treat the rename as a
13753           removal.
13755 2005-03-14 14:43  rml
13757         * Best/: Best.cs, BestTray.cs: Best/Best.cs :: Main(): The tray
13758           icon was falling out of scope.
13760 2005-03-14 08:27  fhedberg
13762         * ChangeLog, ImLogViewer/ImLogViewer.cs,
13763           ImLogViewer/ImLogViewer.glade, Tiles/TileDocs.cs,
13764           Tiles/TileMusic.cs, Tiles/TilePresentation.cs, Util/ImBuddy.cs,
13765           Util/ImLog.cs, Util/Timeline.cs, Util/UriFu.cs,
13766           beagled/GaimLogQueryable/GaimLogQueryable.cs: Patches for
13768           * bug #170297 - ImLogViewer return args * bug #170269 - ImBuddy
13769           checks if blist exists * bug #170300 - Show music filename if no
13770           tags exists * bug #170307 - HitIsValid for GaimLogQueryable
13772 2005-03-14 00:26  trow
13774         * beagled/Makefile.am: make distcheck fixes
13776 2005-03-14 00:20  trow
13778         * beagled/: .cvsignore, LuceneDriver.cs, LuceneQueryable.cs,
13779           Makefile.am, NameIndex.cs, NameIndexTool.cs,
13780           FileSystemQueryable/FileSystemModel.cs,
13781           FileSystemQueryable/FileSystemQueryable.cs,
13782           FileSystemQueryable/UniqueIdStore.cs,
13783           IndexHelper/RemoteIndexerImpl.cs: Make live queries work properly
13784           with mv when matching against filenames.  Misc. mv fixes.
13785           Rationalized query construction in LuceneDriver: we will now
13786           never generate queries w/ too many clauses, etc.  Added
13787           beagle-name-index, a small tool to help debug the NameIndex.
13788           More and better debug spew.
13790 2005-03-13 23:04  fhedberg
13792         * Tiles/TileImLog.cs: s/Chat in/Conversation in
13794 2005-03-13 23:00  fhedberg
13796         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Fix for bug
13797           #170136. Hide the search entry and cleaned up the viewer a bit.
13799 2005-03-13 22:42  fhedberg
13801         * Best/: BestTray.cs, BestWindow.cs: Fix for bug #170262. How Best
13802           handles F12 events.
13804 2005-03-13 19:02  fhedberg
13806         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Include who says
13807           what in the im-log snippet.
13809 2005-03-13 15:19  fhedberg
13811         * images/Makefile.am: Forgot the Makefile.am.
13813 2005-03-13 15:18  fhedberg
13815         * Tiles/TileMailMessage.cs, images/mail-large-new.png,
13816           images/mail-large-read-replied.png, images/mail-large-read.png:
13817           Better sized mail icons. Bug #170024.
13819 2005-03-13 13:45  fhedberg
13821         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix for bug
13822           #160150. Use SnippetFu in the Gaim backend. Hacky
13824 2005-03-13 12:04  fhedberg
13826         * Tiles/TileFile.cs: Fix bug #170208. Reveal action not functioning
13827           after removing the fixme:directory keyword.
13829 2005-03-13 07:05  trow
13831         * Util/Inotify.cs, Util/UriFu.cs, beagled/FileAttributesStore.cs,
13832           beagled/FileAttributesStore_ExtendedAttribute.cs,
13833           beagled/IIndexer.cs, beagled/LuceneDriver.cs,
13834           beagled/LuceneQueryable.cs, beagled/RemoteIndexer.cs,
13835           beagled/RemoteIndexerProxy.cs,
13836           beagled/FileSystemQueryable/CrawlTask.cs,
13837           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
13838           beagled/FileSystemQueryable/FileSystemModel.cs,
13839           beagled/FileSystemQueryable/FileSystemQueryable.cs,
13840           beagled/FileSystemQueryable/InotifyBackend.cs,
13841           beagled/FileSystemQueryable/UniqueIdStore.cs,
13842           beagled/IndexHelper/RemoteIndexerImpl.cs: Added mv support to the
13843           file system backend Fixed a ton of file system backend bugs Fixed
13844           uri serialization issues Removed dead code Added a bunch of new
13845           debug spew
13847           "It's a very literary high.  A Kafka high.  It makes you feel
13848           like a bug."
13850 2005-03-13 06:35  fhedberg
13852         * Tiles/template-mail-message.html: Workaround for bug #170021.
13853           Dont display the "Forward" and "Reply" actions.
13855 2005-03-12 23:37  trow
13857         * ChangeLog, BeagleClient/Hit.cs, Tiles/Template.cs, Tiles/Tile.cs,
13858           Tiles/TileBlog.cs, Tiles/TileCalendar.cs, Tiles/TileContact.cs,
13859           Tiles/TileDocs.cs, Tiles/TileFile.cs, Tiles/TileFolder.cs,
13860           Tiles/TileFromTemplate.cs, Tiles/TileImLog.cs,
13861           Tiles/TileLauncher.cs, Tiles/TileMailMessage.cs,
13862           Tiles/TileMonodoc.cs, Tiles/TileMusic.cs, Tiles/TilePicture.cs,
13863           Tiles/TilePresentation.cs, Tiles/template-music.html,
13864           Util/StringFu.cs, Util/UriFu.cs, beagled/BugzillaDriver.cs,
13865           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
13866           beagled/LuceneQueryable.cs,
13867           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/Query.cs: I
13868           am reverting the following four commits:
13870           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
13872           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
13874           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
13876           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
13878 2005-03-12 23:16  rps
13880         * beagled/IndexHelper/IndexHelper.cs: Fix for newer D-BUS.
13881           GetOwner -> GetNameOwner
13883 2005-03-12 21:55  fhedberg
13885         * beagled/SnippetFu.cs: Patch for bug #166775. I should be shot for
13886           writing this.
13888 2005-03-12 19:24  vvaradan
13890         * ChangeLog, Tiles/Template.cs, Tiles/TileFile.cs: * Now, there
13891           won't be any "fixme:directory" stuff in Hit.  Manipulate them
13892           when a hit is added to the template and use
13893           Template["fixme:directory"] in the "Reveal" action.
13895 2005-03-12 19:19  rml
13897         * Util/Inotify.cs: Expire MovedFrom events in two seconds instead
13898           of five.
13900 2005-03-12 19:11  rml
13902         * Util/Inotify.cs, beagled/BlamQueryable/BlamQueryable.cs,
13903           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
13904           beagled/FileSystemQueryable/InotifyBackend.cs,
13905           beagled/GaimLogQueryable/GaimLogQueryable.cs,
13906           beagled/LauncherQueryable/LauncherQueryable.cs,
13907           beagled/LifereaQueryable/LifereaQueryable.cs,
13908           beagled/MonodocQueryable/MonodocQueryable.cs,
13909           beagled/TomboyQueryable/TomboyQueryable.cs: Oh boy, this is a
13910           pretty one. Change the prototype of Inotify.Event to not include
13911           the cookie.  Who needs a cookie, anyhow?  Then add support for
13912           unmatched events. We only have to worry about MovedFrom events,
13913           because MovedTo's always proceed a MovedFrom.  For MovedTo
13914           events, we store each pending event in PendingMove and expire
13915           them every 5 seconds.  After 5 seconds without a corresponding
13916           MovedFrom, we sent out the event.  Otherwise, if there is a
13917           corresponding MovedTo, we send out just the MovedTo with a
13918           srcpath argument equal to the MovedFrom's argument.  For
13919           unmatched events, we send out the singleton MovedTo or MovedFrom
13920           with srcpath=null.
13922           One tricky race is when we get another move event on the file
13923           while waiting to expire a given MovedFrom.  Say one does  "mv foo
13924           /not/watching;mv /not/watching/foo ." Then the MovedFrom, queued
13925           and waiting to expire, is delivered _after_ the MovedTo.  We
13926           handle this case by checking for pending MovedFrom events, during
13927           a MovedTo event, with matching directory (watches) and filenames.
13928            If we find such an event, we dispatch it immediately and remove
13929           it from the expiration list.
13931           Sigh.  Not pretty.  But I think it all works.
13933 2005-03-12 19:08  joeshaw
13935         * beagled/IndexHelper/IndexHelper.cs: Conditionalize dbus API
13936           differences
13938 2005-03-12 18:46  vvaradan
13940         * ChangeLog, Tiles/TileDocs.cs, Tiles/TileMusic.cs,
13941           Tiles/TilePresentation.cs, Util/UriFu.cs: * Show "Title" for
13942           SXW/ABW/DOC/SXI/PPT/PDF/PS/RTF iff "fixme.title" exist.  * Show
13943           "Filename" as title for Music files iff "fixme.title" doesn't
13944           exist.
13946 2005-03-12 17:39  vvaradan
13948         * Tiles/Template.cs: Extraneous Console.WriteLine message.
13950 2005-03-12 17:11  vvaradan
13952         * ChangeLog, Filters/FilterPPT.cs: * Catch exceptions from Gsf and
13953           log them nicely.
13955 2005-03-12 16:41  vvaradan
13957         * ChangeLog, BeagleClient/Hit.cs, Tiles/Template.cs, Tiles/Tile.cs,
13958           Tiles/TileBlog.cs, Tiles/TileCalendar.cs, Tiles/TileContact.cs,
13959           Tiles/TileDocs.cs, Tiles/TileFile.cs, Tiles/TileFolder.cs,
13960           Tiles/TileFromTemplate.cs, Tiles/TileImLog.cs,
13961           Tiles/TileLauncher.cs, Tiles/TileMailMessage.cs,
13962           Tiles/TileMonodoc.cs, Tiles/TileMusic.cs, Tiles/TilePicture.cs,
13963           Tiles/TilePresentation.cs, Tiles/template-music.html,
13964           Util/StringFu.cs, beagled/BugzillaDriver.cs,
13965           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
13966           beagled/LuceneQueryable.cs,
13967           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/Query.cs: *
13968           Beagle now can support indexing Multiple-properties with same
13969           name.  For example, there can be more than one "fixme:title" for
13970           a hit.  All the properties are stored in arraylists and are
13971           retrieved as ICollection.  Also, easy to use StringFu methods are
13972           provided in Util/StringFu.cs.  * Shout loud if this breaks
13973           anything. :-)
13975 2005-03-12 16:17  trow
13977         * beagled/FileSystemQueryable/UniqueIdStore.cs: To speed things up,
13978           disable synchronous writes to the sqlite db.
13980 2005-03-12 15:27  rml
13982         * Util/Inotify.cs: Missing brace.
13984 2005-03-12 15:11  rml
13986         * Util/Inotify.cs: s/dstpath/srcpath/ confusion
13988 2005-03-12 14:47  rml
13990         * Util/Inotify.cs, beagled/BlamQueryable/BlamQueryable.cs,
13991           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
13992           beagled/FileSystemQueryable/InotifyBackend.cs,
13993           beagled/GaimLogQueryable/GaimLogQueryable.cs,
13994           beagled/LauncherQueryable/LauncherQueryable.cs,
13995           beagled/LifereaQueryable/LifereaQueryable.cs,
13996           beagled/MonodocQueryable/MonodocQueryable.cs,
13997           beagled/TomboyQueryable/TomboyQueryable.cs: Util/Inotify.cs: Add
13998           new "srcpath" argument to Inotify.Event and send the srcpath of
13999           moves along with MovedTo and MovedFrom events.
14001           beagled/*: update Inotify.Event prototype
14003 2005-03-12 13:35  trow
14005         * Filters/Makefile.am: automake is so picky
14007 2005-03-12 11:58  trow
14009         * Filters/Makefile.am: Disable the Abiword filter pending the
14010           resolution of bug 170082.
14012 2005-03-12 11:12  rml
14014         * Util/Inotify.cs: Comment typo.
14016 2005-03-12 08:03  trow
14018         * beagled/RemoteIndexer.cs: Changed to allow extra-verbose
14019           debugging spew to be turned on and off by setting
14020           RemoteIndexer.Debug.
14022 2005-03-12 00:33  trow
14024         * Util/GConfThreadHelper.cs, Util/Makefile.am, Util/Scheduler.cs,
14025           beagled/BeagleDaemon.cs, beagled/GConfThreadHelper.cs,
14026           beagled/Makefile.am,
14027           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14028           Moved GConfThreadHelper into beagled, added a timeout to the
14029           Monitor.Wait and changed it to occasionally poll the shutdown
14030           status while it waits.  This fixes a deadlock on shutdown.
14032           Minor spew fixes.
14034           (If we have a real version control system, I could have moved
14035           that file instead of doing a remove and an add.)
14037 2005-03-12 00:17  trow
14039         * beagled/: RemoteIndexer.cs, Shutdown.cs: Several changes to more
14040           avoid getting deadlocked on shutdown.  Better safe than sorry.
14042 2005-03-11 23:36  trow
14044         * glue/inotify-glue.c: Removed an evil increment from inside a
14045           macro.  If the select on /dev/inotify returns an error, just bail
14046           out without snarfing any events.  This fixes a deadlock on
14047           shutdown.
14049 2005-03-11 23:06  trow
14051         * glue/inotify-glue.c: In inotify_snarf_events, we need to
14052           increment pending_count in the while loop that we use to help
14053           group events.
14055 2005-03-11 21:30  fhedberg
14057         * Tiles/TileDocs.cs: Don't display blank titles in the document
14058           tile.
14060 2005-03-11 20:55  fhedberg
14062         * Tiles/TileCanvas.cs: Fix some crazy rendering bugs in Best.
14063           Render the entire page at once.
14065 2005-03-11 19:08  joeshaw
14067         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14068           Iterate cross the subparts in a multipart message by hand instead
14069           of using Multipart.ForeachPart() so that we don't leak delegates
14071 2005-03-11 18:48  trow
14073         * beagled/IndexHelperFu.cs: Reuse the same GLib.IdleHandler rather
14074           than allocating a new one every time.
14076 2005-03-11 17:51  fhedberg
14078         * Tiles/TileImLog.cs, Tiles/template-im-log.html, Util/ImLog.cs,
14079           beagled/GaimLogQueryable/GaimLogQueryable.cs: Added the
14080           fixme:protocol property to IM-logs and only allow "Send IM" for
14081           conversations and contacts on AIM.  Minor IM-tile change; Chat
14082           in/Conversation with.  Hack for #158094 until Gaim gets fixed.
14084 2005-03-11 16:25  joeshaw
14086         * beagled/LauncherQueryable/LauncherQueryable.cs: Only index
14087           desktop files if they have a Name property
14089 2005-03-11 16:14  rml
14091         * Util/Inotify.cs: Default Verbose to false.  Previous checkin
14092           flipped it to true.
14094 2005-03-11 15:15  joeshaw
14096         * Util/Inotify.cs, beagled/BugzillaDriver.cs, beagled/Makefile.am,
14097           beagled/QueryDriver.cs,
14098           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
14099           beagled/LauncherQueryable/LauncherCrawler.cs,
14100           beagled/LauncherQueryable/LauncherQueryable.cs: Warn when we
14101           can't open /dev/inotify, don't debug log it.  Add
14102           RequireInotify=false to the BugzillaDriver and the EDS queryable
14103           When we can't start backends because of a lack of inotify, warn
14104           instead of debug.  Add a non-inotify implementation for the
14105           Launcher backend
14107 2005-03-11 14:18  rml
14109         * Util/Inotify.cs, beagled/FileSystemQueryable/InotifyBackend.cs:
14110           If we move a directory that is being watched, the watch is
14111           preserved, as are the watches on any subdirectories, and their
14112           subdirectories, and so on.  This means that our cached value from
14113           WatchedInfo.Path will no longer be accurate.  We need to trap
14114           MovedFrom and MovedTo, check if the thing being moved is a
14115           directory, and then and update our internal data structures
14116           accordingly.
14118 2005-03-11 13:43  rml
14120         * Util/FileAdvise.cs: Clarify my comment.  Misc. cleanup.
14122           Honestly, We've Had Enough.
14124 2005-03-11 13:42  rml
14126         * beagled/FileSystemQueryable/InotifyBackend.cs: Fix bug #169262
14128 2005-03-11 13:26  joeshaw
14130         * Best/: Best.cs, best.desktop: Add a --show-window option to best
14131           and switch the .desktop file to it
14133 2005-03-11 03:50  llipka
14135         * Best/best.desktop, Tiles/TileImLog.cs: Open Best with the
14136           --no-tray option in the desktop entry. Enable opening Gaim IRC
14137           logs with the IM viewer.
14139 2005-03-11 01:17  trow
14141         * beagled/IndexHelper/IndexHelper.cs: If we are deferring our
14142           shutdown because no RemoteIndexerImpl has been closed yet, wait a
14143           bit between checks.
14145 2005-03-10 23:58  trow
14147         * beagled/: FilteredIndexable.cs,
14148           FileSystemQueryable/FileNameFilter.cs,
14149           FileSystemQueryable/FileSystemModel.cs: Don't index nautilus
14150           emblems or notes.  It is inefficient, and it doesn't even really
14151           work properly.
14153           Don't cache the ignore state of files: it doesn't scale well.
14155           Removed an unused variable in FileSystemModel.cs
14157 2005-03-10 20:52  fhedberg
14159         * beagle.spec.in, beagled/Makefile.am, beagled/beagled.1,
14160           Best/Makefile.am, tools/Makefile.am, tools/beagle-query.1:
14161           Man-pages. Bug #160329
14163 2005-03-10 19:12  trow
14165         * configure.in: Restored some fixes that got clobbered when merging
14166           in the web services stuff.
14168 2005-03-10 19:01  trow
14170         * beagled/BeagleDaemon.cs: Reapplied two bug fixes that got
14171           clobbered when landing the web services stuff.
14173 2005-03-10 19:00  trow
14175         * beagled/FileSystemQueryable/FileSystemModel.cs: Avoid creating an
14176           ArrayList when we don't need to.
14178 2005-03-10 17:48  rml
14180         * glue/inotify-glue.c: glue/inotify-glue.c: misc. rabble:
14181           max_queued_events is unsigned, match types to inotify.h, fix
14182           signed/unsigned comparisons, retval from FIONREAD is unsigned,
14183           misc. cleanup.
14185 2005-03-10 16:13  joeshaw
14187         * configure.in: Add a sqlite check because I am sick of this
14188           problem dammit
14190 2005-03-10 15:16  trow
14192         * configure.in: Removed some noise.
14194 2005-03-10 15:07  trow
14196         * BeagleClient/Indexable.cs, Filters/FilterText.cs, Util/GuidFu.cs,
14197           Util/Makefile.am, beagled/BeagleDaemon.cs,
14198           beagled/FileAttributes.cs, beagled/FileAttributesStore.cs,
14199           beagled/FileAttributesStore_ExtendedAttribute.cs,
14200           beagled/FileAttributesStore_Mixed.cs,
14201           beagled/FileAttributesStore_Sqlite.cs,
14202           beagled/FilteredIndexable.cs, beagled/IndexHelperFu.cs,
14203           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
14204           beagled/Makefile.am, beagled/NameIndex.cs,
14205           beagled/RemoteIndexer.cs, beagled/Shutdown.cs,
14206           beagled/TextCache.cs, beagled/beagled.in,
14207           beagled/FileSystemQueryable/CrawlTask.cs,
14208           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
14209           beagled/FileSystemQueryable/FileSystemModel.cs,
14210           beagled/FileSystemQueryable/FileSystemQueryable.cs,
14211           beagled/FileSystemQueryable/UniqueIdStore.cs,
14212           beagled/IndexHelper/IndexHelper.cs,
14213           beagled/IndexHelper/RemoteIndexerImpl.cs: Infrastructure changes
14214           to support efficient file moves and renames.  Removed some debug
14215           spew.
14217 2005-03-10 14:37  llipka
14219         * tools/beagle-status: Use proper argument for line count in 'head'
14221 2005-03-10 14:02  llipka
14223         * Best/: Best.cs, BestWindow.cs: Fix error handling for commandline
14224           searches. Fix check for D-BUS down exception. Code optimizations.
14226 2005-03-10 13:28  joeshaw
14228         * Tiles/TileBlog.cs: wrap the call to Gnome.Url.Show() in a
14229           try-catch
14231 2005-03-10 13:23  joeshaw
14233         * Tiles/TileFromTemplate.cs: Wrap the call to get the snippet in a
14234           try-catch so that best doesn't die when we're going through the
14235           pages and we can't contact the daemon
14237 2005-03-10 11:25  joeshaw
14239         * Best/Best.cs: skip over session management args, these are
14240           handled by Gnome.Program
14242 2005-03-10 07:43  vvaradan
14244         * ChangeLog, Filters/FilterDOC.cs, glue/wv1-glue.c: *  Fix for
14245           http://bugzilla.gnome.org/show_bug.cgi?id=169758.  Reduce the
14246           number of round-trips between managed and unmanaged code.
14248 2005-03-10 05:32  fhedberg
14250         * Makefile.am, configure.in, beagled/BeagleDaemon.cs,
14251           beagled/BeagleWebCb.cs, beagled/BeagleWebSvcCb.cs,
14252           beagled/Makefile.am, beagled/beagledWeb.cs,
14253           beagled/beagledWebSvc.cs, beagled/dog.png, beagled/search.asmx,
14254           beagled/search.aspx, beagled/web.config: Landed Vijay's web
14255           interface.
14257 2005-03-10 01:39  vvaradan
14259         * ChangeLog, Filters/FilterPPT.cs: Oops.. forgot to commit support
14260           for PPT4.0 files.  Beagle will not extract content from those
14261           files. :)
14263 2005-03-09 21:06  dsd
14265         * ChangeLog, tools/Query.cs: beagle-query no longer requires an X
14266           server to run.
14268 2005-03-09 21:05  dsd
14270         * ChangeLog, beagled/BeagleDaemon.cs,
14271           beagled/IndexHelper/IndexHelper.cs, glue/screensaver-glue.c:
14272           beagled no longer requires an X server to run.
14274 2005-03-09 21:02  dsd
14276         * ChangeLog, Util/NautilusTools.cs, Util/StringFu.cs: Fix for
14277           filenames containing '"'
14279 2005-03-09 13:27  joeshaw
14281         * Best/Best.cs: We need to explicitly instantiate delegates for
14282           maximum compatibility
14284 2005-03-09 12:42  dsd
14286         * ChangeLog, BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
14287           Util/UriFu.cs, beagled/LuceneDriver.cs: Round 3 of dsd vs Uri
14288           escaping: Fix for filenames containing '#'
14290 2005-03-09 12:20  trow
14292         * Best/BestWindow.cs: Make PageUp and PageDown work in Best, fixing
14293           bug 169700.  Patch from Wouter Bolsterlee.
14295 2005-03-09 05:59  llipka
14297         * beagled/.cvsignore: Oh, the beauty of silence.
14299 2005-03-09 05:57  llipka
14301         * Best/Best.cs: Best tuning (show parameter usage, exit on non-tray
14302           mode)
14304 2005-03-08 21:53  trow
14306         * beagled/: BeagleDaemon.cs, IndexHelperFu.cs, RemoteIndexer.cs: A
14307           fix for one of our d-bus work-arounds: if we are already in the
14308           main loop's thread, don't create an idle to fetch the proxy and
14309           then wait for it to finish --- since we will block the main
14310           thread while waiting, our idle will never get run.  Hilarity
14311           ensues.
14313 2005-03-08 15:53  nat
14315         * Best/: BestTray.cs, BestWindow.cs: Change from "Bleeding-Edge
14316           Search Tool" to "Beagle Search".
14318 2005-03-08 14:37  trow
14320         * beagled/RemoteIndexer.cs: Oops.
14322 2005-03-08 14:17  trow
14324         * beagled/RemoteIndexer.cs: If the remote indexer has disappeared
14325           and we are shutting down, Proxy could return null.  Check for it
14326           to avoid a exception.
14328 2005-03-07 17:17  rml
14330         * glue/inotify.h:
14331           glue/inotify.h: update to latest inotify.h from inotify tree
14333 2005-03-06 20:21  dsd
14335         * ChangeLog, beagled/FileSystemQueryable/FileNameFilter.cs: Use
14336           PathFinder.HomeDir
14338 2005-03-06 17:28  dsd
14340         * ChangeLog, beagled/IndexHelper/IndexHelper.cs,
14341           beagled/IndexHelper/RemoteIndexerImpl.cs: Verify that
14342           NewRemoteIndexerPath requests are coming from beagled
14344 2005-03-06 17:24  dsd
14346         * ChangeLog, Util/StringFu.cs, Util/gnome.cs: Handle filenames
14347           containing '%'. Fixes bug #169422
14349 2005-03-05 14:53  trow
14351         * BeagleClient/Query.cs: Removed some superfluous code.
14353 2005-03-04 13:51  rml
14355         * glue/inotify.h: Update glue/inotify.h from my current inotify
14356           tree.
14358           This does not break ABI/API.  Just keeping the world in sync.
14360           <b>test</b>
14362 2005-03-03 19:03  fhedberg
14364         * Best/: BestTray.cs, BestWindow.cs: Minor fix. dog.png->best.png
14366 2005-03-03 18:29  joeshaw
14368         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14369           If the gconf key for the evolution accounts doesn't exist, fail
14370           gracefully
14372 2005-03-03 18:14  joeshaw
14374         * Best/best.desktop: Add Application as a category to the best
14375           desktop file
14377 2005-03-03 18:07  joeshaw
14379         * Best/best.desktop: forgot to add this
14381 2005-03-03 18:07  joeshaw
14383         * Best/Makefile.am, images/Makefile.am, images/best.png,
14384           images/dog.png: Add a .desktop file and install an icon
14386 2005-03-03 11:25  trow
14388         * Util/ImBuddy.cs: Don't use Inotify to watch the .gaim/blist.xml,
14389           just poll the file once per minute and reload it if necessary.
14391 2005-03-02 19:22  vvaradan
14393         * ChangeLog, Filters/FilterOpenOffice.cs, Filters/FilterRTF.cs: *
14394           Continuation of handling exception-stack-trace spews...
14396 2005-03-02 18:23  vvaradan
14398         * ChangeLog, Filters/FilterPPT.cs: *  Fix for
14399           http://bugzilla.gnome.org/show_bug.cgi?id=169038.  Do not spew
14400           out the entire stack trace in case of an exception.
14402 2005-03-01 14:54  trow
14404         * configure.in: We now default to setting
14405           DBUS_IS_BROKEN_BROKEN_BROKEN to work around the remaining locking
14406           bugs in D-BUS.  The workarounds can be turned off by using the
14407           --disable-dbus-workarounds option to configure.
14409 2005-03-01 08:47  trow
14411         * images/Images.cs: In GetHtmlSource, check to make sure that the
14412           name that is passed in is not null.
14414 2005-03-01 08:29  llipka
14416         * ImLogViewer/ImLogViewer.cs: Small updates to IM viewer.
14418 2005-02-28 23:58  trow
14420         * Util/ExtendedAttribute.cs: If we can't get or set EAs on a file,
14421           throw an IOException instead of a generic exception.
14423 2005-02-28 23:20  trow
14425         * NEWS: Final updates for 0.0.7.
14427 2005-02-28 16:18  vvaradan
14429         * ChangeLog, configure.in, Filters/FilterOpenOffice.cs,
14430           Filters/FilterPPT.cs, Filters/FilterRTF.cs,
14431           Filters/FilterSource.cs: *  Disable gst# support for the
14432           time-being *  Shut-up some warnings in some filters.
14434 2005-02-28 15:18  trow
14436         * beagled/: NetworkDriver.cs, NetworkHandler.cs: Updated the
14437           network backend to reflect the latest Queryable changes.  At
14438           least it now compiles properly...
14440 2005-02-28 15:03  trow
14442         * NEWS: Updated for 0.0.7 release.
14444 2005-02-28 01:42  trow
14446         * beagled/: LuceneQueryable.cs, IndexHelper/RemoteIndexerImpl.cs:
14447           If we filter out a hit from a set of query result because
14448           HitIsValid returned false, schedule that index record for
14449           removal.
14451           Use UriFu.UriStringToUri to convert the string back to a Uri in
14452           RemoteIndexerImpl.Remove.
14454 2005-02-28 01:23  trow
14456         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14457           Don't index the mail headers as text along with the message
14458           bodies.
14460 2005-02-27 17:53  trow
14462         * Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
14463           Tiles/template-presentation.html,
14464           beagled/FileAttributesStore_ExtendedAttribute.cs,
14465           beagled/Filter.cs, beagled/LuceneDriver.cs, beagled/TextCache.cs,
14466           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14467           beagled/IndexHelper/RemoteIndexerImpl.cs: Changed
14468           FilterOpenOffice to be more careful about popping or peeking the
14469           hot_nodes stack.
14471           Reduced the no-index threshold for text/plain files to 5mb.
14473           Show a snippet in the presentation tile.
14475           Don't show any debug spew if we can't store a file's attributes
14476           in EAs.
14478           In LuceneDriver, dump the term stats in a slightly more
14479           convenient order.
14481           Make Filters more robust against exceptions thrown while pulling
14482           text.
14484           When indexing mail, skip any part whose content type is not text.
14485            This vastly decreases the size of the mail index.
14487           Fixed a stupid bug in the TextCache: of course there can be more
14488           than one self-cached file.
14490           In RemoteIndexerImpl, don't mark the indexer as unsafe to close
14491           until the beginning of a flush.  This will allow the helper
14492           process to shut down gracefully if the beagled crashes somewhere
14493           between adding items to index and calling flush.
14495 2005-02-27 09:07  fhedberg
14497         * beagled/: Makefile.am, GaimLogQueryable/GaimLogCrawler.cs,
14498           GaimLogQueryable/GaimLogQueryable.cs: De-inotified the Gaim
14499           backend.
14501 2005-02-26 19:38  trow
14503         * beagled/: LuceneDriver.cs, Makefile.am, TermStatsTool.cs: Added
14504           beagle-term-stats, a tool for spewing information about the terms
14505           in an index.
14507           Added code to LuceneDriver to make it possible for
14508           beagle-term-stats to spew information about terms in an index.
14510           Change our BeagleAnalyzer to filter out stuff that is obviously
14511           garbage from the text part of our index.  This should help mail
14512           indexes be less bloated.
14514 2005-02-25 18:52  joeshaw
14516         * beagled/LauncherQueryable/LauncherQueryable.cs: Patch from Daniel
14517           Drake to use Path.Combine for the launcher paths
14519 2005-02-25 18:47  joeshaw
14521         * Tiles/TileCanvas.cs, Tiles/TileImLog.cs, Tiles/TileLauncher.cs,
14522           Tiles/TileMailMessage.cs, Util/camel.cs,
14523           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14524           Don't kill Best if evolution isn't in the path when we try to
14525           open a mail message.  Also detect what evolution imap summary
14526           versions we support.
14528 2005-02-25 13:19  orrc
14530         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix from Daniel
14531           Drake for bug 168519: Simplify logdir watching in
14532           GaimLogQueryable.
14534 2005-02-25 09:55  vvaradan
14536         * ChangeLog, Filters/FilterOpenOffice.cs: *  Add support for the
14537           new OO.o 2.0 format (.odt).  This fixes
14538           http://bugzilla.gnome.org/show_bug.cgi?id=157100
14540 2005-02-24 17:47  joeshaw
14542         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Fix a straggling
14543           usage of /home/joe and fix a corner case in the gaim backend in
14544           which logs wouldn't be loaded correctly if one directory existed
14545           but the other didn't.  Path from Daniel Drake
14547 2005-02-24 17:39  joeshaw
14549         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Watch for the
14550           creation of the local and imap directories in .evolution.  Based
14551           on a patch from Daniel Drake
14553 2005-02-24 11:37  joeshaw
14555         * configure.in, Util/ExifData.cs: Oops, forgot to commit this:
14556           Handle both libexif 0.5 and 0.6.  Patch from Daniel Drake
14558 2005-02-24 10:26  llipka
14560         * beagled/BlamQueryable/BlamQueryable.cs,
14561           beagled/EvolutionMailDriver/MailCrawler.cs, tools/.cvsignore:
14562           Somewhat quiet patches.
14564 2005-02-24 10:00  llipka
14566         * Util/ExtendedAttribute.cs: Remove the Syscall.access check in EAs
14567           for now since it was causing trouble.
14569 2005-02-24 08:09  trow
14571         * beagled/: LuceneQueryable.cs, TextCache.cs: In the TextCache,
14572           open files with FileShare.ReadWrite.  Close the TextReader we get
14573           from the TextCache after generating our snippet.  This fixes bug
14574           168368.
14576 2005-02-23 21:25  trow
14578         * Util/ExtendedAttribute.cs, Util/Logger.cs, Util/Makefile.am,
14579           Util/SystemInformation.cs, beagled/BeagleDaemon.cs,
14580           beagled/beagled.in,
14581           beagled/FileSystemQueryable/FileSystemModel.cs,
14582           beagled/FileSystemQueryable/InotifyBackend.cs,
14583           beagled/IndexHelper/IndexHelper.cs,
14584           beagled/IndexHelper/RemoteIndexerImpl.cs, glue/vmsize-glue.c:
14585           Handle inotify queue overflow events in the file system
14586           queryable.
14588           A bunch of logging fixes.  The IndexHelper now logs to a separate
14589           file.  (Fixes bug 168098)
14591           Proper handling of --fg and --bg in the beagled script.  (Fixes
14592           bug 168282)
14594           Watch VmRSS to decide when to restart the IndexHelper, not
14595           VmSize.
14597           Set the shutdown memory threshold relative to the initial memory
14598           size, not a fixed size.
14600           Never shutdown the helper process if it hasn't actually done
14601           anything yet.
14603 2005-02-23 18:29  fhedberg
14605         * beagled/: BlamQueryable/BlamQueryable.cs,
14606           LifereaQueryable/LifereaQueryable.cs,
14607           TomboyQueryable/TomboyQueryable.cs: Cleanup of the
14608           "checkforexistence" code by Daniel Drake.
14610 2005-02-23 16:54  rml
14612         * glue/inotify.h: Update glue/inotify.h from latest inotify tree.
14613           Does not break anything.
14615           "Why?" asked Fly.  "Indeed," said Pig.
14617 2005-02-23 15:47  rml
14619         * glue/wv1-glue.c: Fix compile warning.
14621           The teeth of most bear specifies is of similar composition to
14622           paper.
14624 2005-02-23 12:11  vvaradan
14626         * ChangeLog, glue/wv1-glue.c: *  Fix for
14627           http://bugzilla.gnome.org/show_bug.cgi?id=166155.  Do not
14628           consider non-printing characters for indexing (in UTF8 charset).
14629           Also, process word-specific-special-characters properly.
14631 2005-02-23 07:50  vvaradan
14633         * ChangeLog, Filters/FilterOpenOffice.cs, Filters/FilterPPT.cs: *
14634           Fix part of http://bugzilla.gnome.org/show_bug.cgi?id=157100,
14635           index hyperlinks.  *  Continuation of fix for
14636           http://bugzilla.gnome.org/show_bug.cgi?id=168028, decide the Ole
14637           Storage system to parse in DoOpen() itself.  *  Enable Snippet
14638           mode for PPT documents.
14640 2005-02-23 06:16  vvaradan
14642         * ChangeLog, Filters/FilterPPT.cs: *  Fix for
14643           http://bugzilla.gnome.org/show_bug.cgi?id=168028.  The
14644           observation so far says that a PPT can have three different
14645           formats (God knows the reality), a
14646           Straightforward-documented-format, 95 and DUAL STORAGE.  DUAL
14647           STORAGE stores both 95 (on the top level) and the
14648           Straightforward-documented-format under PP97_DUALSTORAGE
14649           directory in the Ole2 file system.  Beagle will be able to index
14650           PP97_DUALSTORAGE and when it finds a 95 format, just silently
14651           skips. ;-)
14653           Patches are welcome to add support for 95 formats ;-)
14655 2005-02-23 05:13  fhedberg
14657         * beagled/MonodocQueryable/MonodocQueryable.cs: De-inotified and
14658           cleaned up the Monodoc backend
14660 2005-02-23 04:39  vvaradan
14662         * ChangeLog, Filters/FilterPPT.cs: *  Fix for
14663           http://bugzilla.gnome.org/show_bug.cgi?id=168238.  Do not compare
14664           the stream names for equality until and otherwise the encoding is
14665           taken care of. ;-)
14667 2005-02-23 03:00  trow
14669         * Filters/FilterText.cs: Don't try to index extremely large files
14670           of type text/plain, since they probably don't contain much
14671           interesting human-readable info.
14673 2005-02-23 02:39  trow
14675         * beagled/: Crawler.cs, FileSystemEventMonitor.cs,
14676           IndexOptimizer.cs, Relevancy.cs,
14677           FileSystemQueryable/LastCrawlTime.cs,
14678           FileSystemQueryable/WatchedDirectory.cs: Removed some obsolete
14679           code.
14681 2005-02-23 02:26  trow
14683         * Util/ExceptionHandlingThread.cs, Util/UriFu.cs,
14684           beagled/FileAttributesStore.cs, beagled/QueryResult.cs: In
14685           UriFu.StringToUris, use UriStringToUri to convert each piece of
14686           the split string into a Uri.  This fixes another bug with
14687           filenames containing @.
14689           In FileAttributesStore.AttachTimestamp, explicitly set the path
14690           on the object we get out of ReadOrCreate.  Otherwise an
14691           already-indexed file that is copied to another name will never
14692           appear to be up-to-date.
14694           In QueryResult: (1) Be more paranoid about catching exceptions
14695           (2) Added a comment explaining why we can get away w/ not using
14696           an ExceptionHandlingThread.
14698 2005-02-23 00:50  trow
14700         * beagled/FileAttributesStore_Sqlite.cs: If our fallback attribute
14701           db appears to be in a strange state due to multiple entries for
14702           the same directory and filename, don't just freak out and throw
14703           an exception: instead, delete the duplicate records and just
14704           return null.
14706           Don't clear the associated path flag if a read fails: there could
14707           be another path in the db that hashes to the same value.
14709 2005-02-23 00:30  trow
14711         * beagled/FilteredIndexable.cs: Another patch from the redoubtable
14712           Daniel Drake: Use an XmlTextReader instead of hacky string
14713           operations to inspect some XML.  This fixes bug 167896.
14715 2005-02-23 00:18  trow
14717         * Util/ExtendedAttribute.cs,
14718           beagled/FileAttributesStore_ExtendedAttribute.cs: Another patch
14719           from Daniel Drake: don't spew out exceptions when we can't set
14720           EAs on a file.  This fixes bug 168195.
14722 2005-02-23 00:06  trow
14724         * beagled/BeagleDaemon.cs: Another patch from Daniel Drake: Don't
14725           print the full backtrace if we can't connect to the session bus.
14726           This fixes bug 167760.
14728 2005-02-23 00:01  trow
14730         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
14731           BeagleClient/Makefile.am, Util/UriFu.cs, beagled/LuceneDriver.cs,
14732           beagled/QueryImpl.cs: Applied a patch from Daniel Drake to
14733           properly quote file:// Uris containing @.  This fixes bug 167664.
14735 2005-02-22 23:45  trow
14737         * beagled/: IIndexer.cs, IndexHelperFu.cs, LuceneDriver.cs,
14738           LuceneQueryable.cs, RemoteIndexer.cs, RemoteIndexerProxy.cs,
14739           IndexHelper/RemoteIndexerImpl.cs: In IndexHelperFu, only hoist
14740           the d-bus calls for creating a new proxy into the mainloop if
14741           DBUS_IS_BROKEN_BROKEN_BROKEN is set.
14743           When calling GetItemCount, get the count from the LuceneDriver in
14744           the helper process --- it is the one that is up-to-date.
14746           Added an extra paranoid check to try to avoid re-indexing the
14747           same document multiple times.
14749 2005-02-21 07:40  fhedberg
14751         * beagled/LifereaQueryable/LifereaQueryable.cs: De-inotified the
14752           LifereaQueryable
14754 2005-02-21 01:29  trow
14756         * Util/CommandLineFu.cs, Util/FlacReader.cs, Util/ImBuddy.cs,
14757           Util/Inotify.cs, Util/Mozilla.cs, beagled/Shutdown.cs,
14758           tools/ExerciseFileSystem.cs: Fixed compile-time warnings.  Turned
14759           on extra debugging in the shutdown code.  More work on
14760           beagle-exercise-file-system.
14762 2005-02-20 19:14  trow
14764         * tools/Makefile.am: a build fix
14766 2005-02-20 19:10  trow
14768         * Util/Makefile.am, tools/ExerciseFileSystem.cs, tools/Makefile.am:
14769           The beginnings of a test program.
14771 2005-02-20 18:21  fhedberg
14773         * beagled/: BlamQueryable/BlamQueryable.cs,
14774           TomboyQueryable/TomboyQueryable.cs:
14775           De-inotified BlamQueryable and TomboyQueryable.  Cleaned up the
14776           TomboyQueryable since it doesnt use the Backup directory anymore.
14777           Changed the Uri pattern for blogs into something like
14778           feed:http://blah.com/index.rss
14780 2005-02-20 16:37  trow
14782         * beagled/FilteredIndexable.cs: Attach the filename (with and w/o
14783           the extension) as a keyword property.  This allows you to search
14784           for files by their exact filenames, which never worked before.
14786 2005-02-20 15:29  trow
14788         * beagled/GoogleDriver.cs: Set RequireInotify=false on the google
14789           and web history backends.
14791 2005-02-20 15:24  trow
14793         * beagled/: LuceneDriver.cs, Makefile.am, QueryDriver.cs,
14794           QueryableFlavor.cs, EvolutionMailDriver/EvolutionMailDriver.cs,
14795           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14796           EvolutionMailDriver/MailCrawler.cs,
14797           FileSystemQueryable/CrawlTask.cs,
14798           FileSystemQueryable/FileSystemModel.cs,
14799           FileSystemQueryable/FileSystemQueryable.cs: If we don't have
14800           inotify, walk the filesystem more slowly the second time around.
14802           Fixed the mail backend to work w/o inotify.
14804           Added a RequireInotify field to the QueryableFlavor.  We now
14805           automatically turn off backends that require inotify if it isn't
14806           present.
14808 2005-02-20 04:47  trow
14810         * Util/Inotify.cs, beagled/FileAttributesStore.cs,
14811           beagled/FileAttributesStore_ExtendedAttribute.cs,
14812           beagled/LuceneQueryable.cs, beagled/Makefile.am,
14813           beagled/QueryImpl.cs, beagled/RemoteIndexer.cs,
14814           beagled/FileSystemQueryable/CrawlTask.cs,
14815           beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs,
14816           beagled/FileSystemQueryable/FileNameFilter.cs,
14817           beagled/FileSystemQueryable/FileSystemModel.cs,
14818           beagled/FileSystemQueryable/FileSystemQueryable.cs,
14819           beagled/FileSystemQueryable/FileSystemWatcherBackend.cs,
14820           beagled/FileSystemQueryable/IFileEventBackend.cs,
14821           beagled/FileSystemQueryable/InotifyBackend.cs: Hacked the
14822           FileSystemQueryable to sort of work without inotify.
14824 2005-02-18 17:00  joeshaw
14826         * BeagleClient/Indexable.cs, BeagleClient/Property.cs,
14827           Util/StringFu.cs, beagled/FilteredIndexable.cs: Ok, the old XML
14828           invalid char approach didn't work, so filter them out now
14829           whenever a property is set.  This sucks.
14831 2005-02-18 15:03  joeshaw
14833         * configure.in, BeagleClient/Indexable.cs, Util/StringFu.cs,
14834           beagled/FilteredIndexable.cs, beagled/QueryImpl.cs,
14835           beagled/RemoteIndexer.cs,
14836           beagled/IndexHelper/RemoteIndexerImpl.cs: conditionally define
14837           DBUS_IS_BROKEN_BROKEN_BROKEN depending on whether we're using
14838           0.23.2.  Before we serialize any XML, walk over it and make sure
14839           we're not going to put in any invalid XML characters.
14841 2005-02-18 14:42  trow
14843         * beagled/: BeagleDaemon.cs, Filter.cs, LuceneDriver.cs,
14844           QueryResult.cs,
14845           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14846           FileSystemQueryable/FileSystemQueryable.cs,
14847           Lucene.Net/Index/FieldInfos.cs,
14848           Lucene.Net/QueryParser/QueryParser.cs,
14849           Lucene.Net/QueryParser/QueryParserTokenManager.cs,
14850           Lucene.Net/Store/FSDirectory.cs: Lots of little clean-ups to get
14851           rid of compiler warnings.  (Removed unused variables, etc.)
14853 2005-02-18 13:25  trow
14855         * beagled/: BeagleDaemon.cs, LuceneDriver.cs, NetworkDriver.cs,
14856           PathFinder.cs, TextCache.cs, BlamQueryable/BlamQueryable.cs,
14857           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
14858           EvolutionMailDriver/EvolutionMailDriver.cs,
14859           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs,
14860           GaimLogQueryable/GaimLogQueryable.cs,
14861           LauncherQueryable/LauncherQueryable.cs,
14862           LifereaQueryable/LifereaQueryable.cs,
14863           TomboyQueryable/TomboyQueryable.cs: Added PathFinder.HomeDir,
14864           which is now used to locate the user's homedir.  This replaces a
14865           bunch calls to Environment.GetEnviromentVariable ("HOME"), and
14866           can be overriden by setting BEAGLE_HOME.
14868           Renamed PathFinder.RootDir as PathFinder.StorageDir, and made the
14869           necessary changes throughout.  It defaults to
14870           PathFind.HomeDir/.beagle, but can be overriden by setting
14871           BEAGLE_STORAGE.
14873 2005-02-17 18:32  joeshaw
14875         * tools/Query.cs: Print out a nice error message on dbus exceptions
14876           in beagle-query.  Patch from Daniel Drake
14878 2005-02-17 18:05  joeshaw
14880         * Filters/FilterJpeg.cs: handle an invalid exif date gracefully.
14881           Patch from Daniel Drake
14883 2005-02-16 16:49  trow
14885         * configure.in: Changed version number to 0.0.7.
14887 2005-02-16 13:49  trow
14889         * NEWS, beagled/QueryImpl.cs,
14890           beagled/IndexHelper/RemoteIndexerImpl.cs: Work around D-BUS bugs
14891           by hoisting some more calls out of threads and up into the main
14892           loop.
14894 2005-02-16 12:36  trow
14896         * NEWS, configure.in, glue/inotify-glue.c: Fixed a potential buglet
14897           in inotify_snarf_events --- initialize the number of records read
14898           to zero, so we can't return garbage in the event of a timeout.
14900           Incremented version to 0.0.6.1 for our brown-paper-bag release.
14902           Updated NEWS for 0.0.6.1.
14904 2005-02-16 11:34  llipka
14906         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14907           Fix a bug with opening sub-subdirectories.
14909 2005-02-16 09:18  llipka
14911         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
14912           Fix bug 167535: Extention error in Evolution Mail Index
14914 2005-02-16 08:35  vvaradan
14916         * ChangeLog, Filters/FilterGst.cs:
14917           *  Fix for a compile time error in FilterGst.cs
14919 2005-02-15 15:43  trow
14921         * NEWS: Updated for impending 0.0.6 release.
14923 2005-02-15 13:32  trow
14925         * Util/PullingReader.cs: If our text source throws an exception,
14926           catch it and set the 'done' flag.
14928 2005-02-15 12:50  vvaradan
14930         * ChangeLog, Filters/FilterCSharp.cs, Filters/FilterSource.cs:
14931           *  C# language doesn't follow "spanning" of single-line comments
14932           to multiple-lines.
14934           *  Fixes a bug when parsing C# files.  Pointed out by Raf
14935           (kikidonk). Thanks Raf!!
14937 2005-02-15 00:34  trow
14939         * beagled/: RemoteIndexer.cs, IndexHelper/IndexHelper.cs,
14940           IndexHelper/RemoteIndexerImpl.cs: Better handling of shutdowns of
14941           the helper process.
14943 2005-02-14 23:35  trow
14945         * beagled/: Shutdown.cs, IndexHelper/IndexHelper.cs,
14946           IndexHelper/RemoteIndexerImpl.cs: Added more-verbose debugging to
14947           the Shutdown process.
14949           Added RemoteIndexerImpl.UnconditionallyCloseAll method, which we
14950           call before shutting down in the helper in the event of abnormal
14951           termination of the beagled.
14953           Poll the com.novell.Beagle service's status in a timeout in the
14954           helper, and shut down if it disappears.
14956           Replaced various Console.WriteLines with Logger.Log.Debugs.
14958 2005-02-14 19:39  trow
14960         * BeagleClient/Indexable.cs: Removed some forgotten debug spew.
14962 2005-02-14 19:32  trow
14964         * BeagleClient/Indexable.cs,
14965           beagled/LauncherQueryable/LauncherQueryable.cs: When StoreStream
14966           is called, only set the DeleteContent flag if we actually stored
14967           anything.
14969           Tiny clean-ups to the launcher and web history backends.
14971 2005-02-14 19:18  trow
14973         * BeagleClient/Indexable.cs: Comment out transient file clean-up
14974           for now.
14976 2005-02-14 18:59  trow
14978         * BeagleClient/Indexable.cs, Filters/Makefile.am,
14979           Util/CommandLineFu.cs, beagled/IndexHelperFu.cs,
14980           beagled/RemoteIndexer.cs, beagled/IndexHelper/IndexHelper.cs:
14981           Fixed indexing of Indexables after a StoreStream.  Added
14982           BEAGLE_RUN_HELPER_BY_HAND environment variable.  Fixed a build
14983           bug in Filters/Makefile.am.  Feel the power of my CommandLineFu!
14985 2005-02-14 16:23  joeshaw
14987         * beagled/: BlamQueryable/BlamQueryable.cs,
14988           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
14989           LauncherQueryable/LauncherQueryable.cs,
14990           LifereaQueryable/LifereaQueryable.cs,
14991           MonodocQueryable/MonodocQueryable.cs,
14992           TomboyQueryable/TomboyQueryable.cs: Don't pass in a path as the
14993           backend name
14995 2005-02-14 15:45  joeshaw
14997         * beagled/IndexHelperFu.cs: Fix a dbus cut-and-paste error
14999 2005-02-11 15:58  trow
15001         * configure.in, BeagleClient/Indexable.cs, BeagleClient/Query.cs,
15002           Util/Scheduler.cs, Util/StringFu.cs, Util/UriFu.cs,
15003           beagled/BeagleDaemon.cs, beagled/FilteredIndexable.cs,
15004           beagled/IndexHelperFu.cs, beagled/LuceneDriver.cs,
15005           beagled/LuceneQueryable.cs, beagled/Makefile.am,
15006           beagled/QueryImpl.cs, beagled/RemoteIndexer.cs,
15007           beagled/RemoteIndexerProxy.cs, beagled/wrapper.in,
15008           beagled/IndexHelper/IndexHelper.cs,
15009           beagled/IndexHelper/RemoteIndexerImpl.cs: Behold, out-of-process
15010           indexing!
15012 2005-02-11 14:36  trow
15014         * beagled/BeagleDaemon.cs: Wrap the code that logs
15015           Environment.CommandLine in a try/catch block, to work around a
15016           weird bug in mono 1.1.3.
15018 2005-02-11 14:30  joeshaw
15020         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Watch for ~/.gaim
15021           and ~/.gaim/logs if they don't exist.  Patch from Robert Van
15022           Gorkom <vangorra@plu.edu>
15024 2005-02-10 18:32  rml
15026         * beagled/beagled.1: Add beagled/beagled.1, a man page for
15027           beagled(1).
15029           This completes bug #160329.
15031           Raw chicken is an imporant link in nature's chain.
15033 2005-02-10 18:21  rml
15035         * Best/best.1: Add Best/best.1, a man page for best(1).  This
15036           partially fixes bug #160329.
15038           Every non-empty finite inner product space has an orthonormal
15039           basis.
15041 2005-02-10 18:09  rml
15043         * tools/beagle-query.1: Update tools/beagle-query.1, the
15044           beagle-query(1) man page.  I work in an office.
15046 2005-02-10 18:09  rml
15048         * tools/beagle-status.1: Add beagle-status(1) man page as
15049           tools/beagle-status.1.  I do not own a car.
15051 2005-02-10 17:56  rml
15053         * tools/: beagle-query.1, beagle-query.man: Improve, add to, and
15054           clean up the beagle-query(1) man page.  Rename it to
15055           beagle-query.1.  This partially fixes bug #160329. I bruise
15056           easily.
15058 2005-02-10 17:52  vvaradan
15060         * ChangeLog, Filters/FilterDOC.cs, glue/wv1-glue.c:
15061           glue/wv1-glue.c: Separate out the wvInit() call, should be called
15062           only one through-out the scope of an application.
15064           Filters/FilterDOC.cs: Track wvInit() call through a static
15065           member.  This also fixes Bug -
15066           http://bugzilla.gnome.org/show_bug.cgi?id=166150
15068 2005-02-10 17:47  rml
15070         * tools/beagle-shutdown.1: Add tools/beagle-shutdown.1: The man
15071           page for beagle-shutdown(1), baby.  This partially solves bug
15072           #160329.  The uniformed poll worker found soothsaying hard on the
15073           hips.
15075 2005-02-09 16:57  rml
15077         * glue/: inotify-glue.c, inotify.h: Inotify bits.
15079                   glue/inotify.h: Update with header from latest inotify
15080           kernel.
15081                   glue/inotify-glue.c: Update to use the aforementioned
15082           updated header.
15084           The walrus with a bad foot was unsuccessful in securing a post
15085           office box (bad credit).
15087 2005-02-09 11:06  trow
15089         * beagled/SnippetFu.cs: Committed a small fix for Varadhan.
15091 2005-02-09 07:31  vvaradan
15093         * ChangeLog, Filters/FilterRTF.cs, beagled/SnippetFu.cs: *
15094           beagled/SnippetFu.cs: Fix for
15095           http://bugzilla.gnome.org/show_bug.cgi?id=166648. Trim the final
15096           snippet to the allowed-length.
15098           * Filters/FilterRTF.cs: Fix for
15099           http://bugzilla.gnome.org/show_bug.cgi?id=166768.
15101 2005-02-08 11:54  vvaradan
15103         * ChangeLog, Filters/FilterAbiword.cs, Filters/FilterDOC.cs,
15104           Filters/FilterPdf.cs, Filters/FilterRTF.cs, glue/wv1-glue.c: DOC,
15105           ABW, RTF and PDF filters: Added support for "Structural Break"s,
15106           which is needed for proper snippet support.
15108           glue/wv1-glue.c:  Handle partially formatted strings and
15109           structural breaks.
15111 2005-02-07 07:11  llipka
15113         * ImLogViewer/ImLogViewer.cs, Tiles/TileMusic.cs,
15114           Tiles/template-music.html: Fixed indenting in IM viewer again.
15115           Fixed the ID tag bug #166206.
15117 2005-02-07 06:17  llipka
15119         * ImLogViewer/: ImLogViewer.cs, Makefile.am: Removed the obsolete
15120           Gecko stuff. Fixed indentation in the buffer.
15122 2005-02-05 14:53  vvaradan
15124         * ChangeLog, Best/Best.cs, Filters/FilterOpenOffice.cs,
15125           Filters/FilterRTF.cs, beagled/Filter.cs: beagled/Filter.cs: Few
15126           tweaks on Hot pool manipulations.  Filter/FilterOpenOffice.cs:
15127           More elegant(?) logic to handle wierd combination of
15128           text-formatting, fixes Bug#157100.  Filter/FilterRTF.cs: Metadata
15129           info can be anywhere in the document.  Commented out the
15130           "file-offset" positioning code after reading the meta-data.
15131           Best/Best.cs: Added a console message to guide users to look at
15132           their Systray for Best icon. (Based on FAQs in #dashboard,
15133           suggested by ikke)
15135 2005-02-05 13:40  joejg
15137         * mozilla-extension/content/beagleAddDomainDialog.xul: this time
15138           remember to add xul file
15140 2005-02-05 11:13  joejg
15142         * mozilla-extension/: Makefile.am, content/beaglePrefs.js,
15143           content/beaglePrefs.xul: Added James Vipond's mozilla extension
15144           patch
15146 2005-02-04 20:55  orrc
15148         * Best/Best.cs, mozilla-extension/content/beagleOverlay.js: Minor
15149           fix to mozilla plugin from bug #166318.  Small related update to
15150           Best cmd line behaviour.
15152 2005-02-04 10:06  vvaradan
15154         * ChangeLog, Filters/FilterOle.cs, Filters/FilterOpenOffice.cs,
15155           Filters/FilterPPT.cs, Filters/Makefile.am: FilterPPT.cs: Validate
15156           the ole stream before using it for content-extraction.  This
15157           fixes Bug#:166265.  FilterOle.cs is removed as no-other class is
15158           there to derive from it except FilterPPT.cs Similar changes to
15159           FilterOpenOffice.cs.
15161 2005-02-03 16:33  orrc
15163         * Filters/FilterPhp.cs: Corrected typos in PHP source filter with
15164           patch by Rich Midwinter.  Closes bug #166163.
15166 2005-02-03 06:56  vvaradan
15168         * ChangeLog, Filters/FilterPdf.cs:  Filter/FilterPdf.cs: Fix for
15169           Bug#:166040. Filename parameter for pdfinfo command should be
15170           tagged between a pair "".
15172 2005-02-02 09:44  trow
15174         * beagled/.cvsignore, Best/TrayIcon/.cvsignore,
15175           Best/TrayIcon/libtrayicon/.cvsignore: Be quiet!
15177 2005-02-01 17:32  joeshaw
15179         * configure.in, Filters/FilterPdf.cs,
15180           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
15181           Handle some exceptions in the PDF filter, fix some MIME encoding
15182           issues in various mail headers, and now require gmime 2.1.11
15184 2005-02-01 17:07  trow
15186         * BeagleClient/DBusisms.cs, beagled/BeagleDaemon.cs,
15187           beagled/DBusisms.cs, beagled/FileAttributesStore.cs,
15188           beagled/IIndexer.cs, beagled/IndexHelperFu.cs,
15189           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
15190           beagled/Makefile.am, beagled/RemoteIndexer.cs,
15191           beagled/RemoteIndexerProxy.cs, beagled/beagled.in,
15192           beagled/BlamQueryable/BlamQueryable.cs,
15193           beagled/FileSystemQueryable/FileSystemQueryable.cs,
15194           beagled/FileSystemQueryable/WatchedDirectory.cs,
15195           beagled/GaimLogQueryable/GaimLogQueryable.cs,
15196           beagled/IndexHelper/IndexHelper.cs,
15197           beagled/IndexHelper/RemoteIndexerImpl.cs,
15198           beagled/LauncherQueryable/LauncherQueryable.cs,
15199           beagled/LifereaQueryable/LifereaQueryable.cs,
15200           beagled/TomboyQueryable/TomboyQueryable.cs: First stage of
15201           refactoring beagled to push indexing operations into another
15202           process.
15204 2005-02-01 14:12  rml
15206         * glue/inotify.h: Update glue/inotify.h from latest inotify patch.
15207           Do not worry, please do not fret, this will not break ABI.  Just
15208           keeping the wheel's of synchronization in check.
15210 2005-02-01 14:10  rml
15212         * glue/inotify-glue.c: There are currently 5,381 coding styles in
15213           glue/inotify-glue.c.  Unify them down to only one with my amazing
15214           cool gindent script and make Chris Rivera shut the hell up.
15215           Seriously.  Does this kid have nothing better to do than complain
15216           about coding style in stuff I work on?  And--one other thing--why
15217           does he smell like cabbage?
15219 2005-01-31 15:52  joeshaw
15221         * configure.in, Filters/FilterHtml.cs,
15222           beagled/TomboyQueryable/TomboyQueryable.cs: Update configure.in
15223           to be more clear what mozilla files we're looking for and where
15224           to find them.  If HtmlAgilityPack can't find out what encoding an
15225           HTML file is in, assume ASCII.  If .tomboy doesn't exist, have
15226           the tomboy backend watch for it rather than give up.  (Patch from
15227           Larry Reaves)
15229 2005-01-30 08:44  llipka
15231         * Tiles/: Tile.cs, TileFile.cs, TileImLog.cs: Patch from Ikke to
15232           fix Evolution launching and the send mail action in ImTile.
15234 2005-01-30 07:37  llipka
15236         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Show buddy icon
15237           in IM viewer if it exists. Dont open IM viewer for IRC logs.
15239 2005-01-29 11:41  llipka
15241         * Tiles/: Tile.cs, TileContact.cs: Fix the gaim-remote stuff to
15242           actually work.
15244 2005-01-29 04:52  fhedberg
15246         * configure.in, beagled/Makefile.am: Really disable the Thunderbird
15247           backend.
15249 2005-01-28 15:59  rml
15251         * ChangeLog, Util/Inotify.cs, glue/inotify-glue.c, glue/inotify.h:
15252           2005-01-28  Robert Love  <rml@novell.com>
15254                   * Util/Inotify.cs: update for inotify ABI changes
15255           (dynamic filenames)
15256                   * glue/inotify-glue.c: ditto
15257                   * glue/inotify.h: header from inotify 0.18
15259           Balloonish Baffoon-Snake!
15261 2005-01-28 15:18  joeshaw
15263         * configure.in, BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
15264           beagled/BeagleDaemon.cs, beagled/DBusisms.cs,
15265           beagled/FactoryImpl.cs, beagled/Makefile.am: Add configure checks
15266           and preprocessor conditions for which dbus API to use
15268 2005-01-28 14:28  trow
15270         * Tiles/template-google.html: Properly handle the HTML in the title
15271           and snippet that we get from Google.
15273 2005-01-28 08:57  vvaradan
15275         * ChangeLog, Filters/FilterOpenOffice.cs: Fix for Bug#:162910.
15276           consider table-count as spreadsheet count iff it is a OOo calc
15277           document.
15279 2005-01-28 03:54  vvaradan
15281         * ChangeLog, Tiles/template-docs.html: Fix for Bug#:165480.
15282           Instead of @Snippet@ use @%Snippet@ to process the
15283           markups present in @Snippet@.
15285 2005-01-27 22:30  trow
15287         * beagled/: LuceneDriver.cs, SnippetFu.cs: Allow -foo in a query to
15288           exclude matches containing foo.
15290 2005-01-27 17:05  trow
15292         * mozilla-extension/: install.rdf, content/beagleOverlay.js,
15293           content/beaglePrefs.js, content/beaglePrefs.xul,
15294           locale/en-US/beagle.dtd: A patch from Tom von Schwerdtner: * Adds
15295           preferences and functionality to filter based on host (eg,
15296           'www.google.com' or 'localhost').  This checks page.location.host
15297           only, so it can not distinguish between ports.  * Removed what
15298           looked like old and obsolete preferences (placement of   menu
15299           separator stuff that was commented out anyways).  * Changed the
15300           UI to what seems like more appropriate XUL.
15302 2005-01-27 16:01  trow
15304         * configure.in: Increment the version number.
15306 2005-01-27 15:48  llipka
15308         * Tiles/TileCanvas.cs: Fix rendering bug.
15310 2005-01-27 15:24  joeshaw
15312         * Tiles/TileCanvas.cs, Util/ExceptionHandlingThread.cs,
15313           Util/Inotify.cs, Util/Makefile.am,
15314           beagled/BlamQueryable/BlamQueryable.cs,
15315           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
15316           beagled/FileSystemQueryable/FileSystemQueryable.cs,
15317           beagled/GaimLogQueryable/GaimLogQueryable.cs,
15318           beagled/LifereaQueryable/LifereaQueryable.cs,
15319           beagled/MonodocQueryable/MonodocQueryable.cs,
15320           beagled/MozillaQueryable/MozillaQueryable.cs,
15321           beagled/TomboyQueryable/TomboyQueryable.cs: - Set the UTF-8
15322           charset using a Content-Type http-equiv meta tag at the top of
15323           all our tile rendering.  Based on a patch from Jonas Klingstedt.
15325           - Apply a patch from Larry Reaves that makes the Tomboy backend
15326           work when the Backup directory doesn't exist
15328           - Set our filename encoding to UTF-8 in the Inotify code, so that
15329           we properly index non-ASCII files.
15331           - Add an ExceptionHandlingThread class and port all the backends
15332           to use it.  This makes tracking down unhandled exceptions in the
15333           backends much, much easier.
15335           - Fix a problem in the Evo mail backend where a non-existent
15336           directory (because of mono's transparent translation of
15337           backslashes to forward slashes) was killing the backend.
15339 2005-01-26 11:06  llipka
15341         * Best/BestTray.cs: Fixed the tray menu to contain Quit rather than
15342           Close
15344 2005-01-26 01:49  trow
15346         * beagled/Filter.cs, beagled/Makefile.am, tools/Makefile.am: Set
15347           permissions properly on the external optimizing script.  Removed
15348           some debug spew.  Install beagle-index-info.
15350 2005-01-26 00:53  trow
15352         * AUTHORS, README: Added note thanking George Aroush
15354 2005-01-26 00:49  trow
15356         * NEWS: NEWS tweaks.
15358 2005-01-26 00:42  trow
15360         * NEWS, beagled/FileAttributesStore_Sqlite.cs: Locking for sqlite
15361           file attributes store.  Draft version of 0.0.5 NEWS.
15363 2005-01-25 17:14  trow
15365         * configure.in: Fix a cut&paste-o in the configure arg docstring.
15367 2005-01-25 16:58  trow
15369         * Filters/FilterSource.cs, Filters/FilterText.cs, Util/UriFu.cs,
15370           beagled/Filter.cs, beagled/FilteredIndexable.cs,
15371           beagled/HitRegulator.cs, beagled/LuceneDriver.cs,
15372           beagled/QueryImpl.cs, beagled/QueryResult.cs,
15373           beagled/TextCache.cs, beagled/beagled.in: Added code to keep us
15374           from copying text files into the text cache.  We generate the
15375           snippets directly from the original files instead.
15377           Applied a modified version of Adam Lofts' Uri Hashtable patch.
15378           This fixes bug 164361.
15380 2005-01-25 16:02  joeshaw
15382         * beagled/beagled.in: Don't enable MONO_DISABLE_SHM; it causes too
15383           many problems on mono 1.1
15385 2005-01-25 15:13  llipka
15387         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade,
15388           beagle-imlogviewer.in: IM Viewer - Use Gtk.TextView instead of
15389           Gecko to render the conversation (R. Slinckx). Type ahead
15390           searching has landed (still a little buggy and slow).
15392 2005-01-25 11:14  nat
15394         * searchomatic/searchomatic.c: Launch Best with the --no-tray
15395           option.
15397 2005-01-25 11:13  nat
15399         *
15400           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
15402           Index the GroupWise IM field.
15404 2005-01-25 11:13  nat
15406         * Tiles/: TileImLog.cs, template-contact.html: Add IM fields to the
15407           contact tile.
15409 2005-01-25 11:13  nat
15411         * Best/Best.cs: Make the --no-tray option actually work.
15413 2005-01-25 10:45  trow
15415         * ImLogViewer/Makefile.am, Util/Scheduler.cs, beagled/Makefile.am:
15416           A few 'make distcheck' fixes.
15418           Changed EXERCISE_THE_DOG to BEAGLE_EXERCISE_THE_DOG.  The old one
15419           still works, but causes beagled to print a warning message.
15421 2005-01-24 15:40  llipka
15423         * beagled/.cvsignore: DND
15425 2005-01-24 06:34  vvaradan
15427         * ChangeLog, Filters/FilterPascal.cs, Filters/FilterSource.cs,
15428           Filters/Makefile.am: Added pascal support.  [ Demo'ed on stage
15429           hacking of beagle in Hacker Crackdown, 2005 @ NIT, Trichy
15430           (http://www.nitt.edu/hackercrackdown/index.php?section=speakers),
15431           by writing this Filter ;)]
15433 2005-01-23 23:38  trow
15435         * ImLogViewer/ImLogViewer.cs, Tiles/TileCanvas.cs,
15436           Tiles/TileContact.cs, Tiles/TileFile.cs, Tiles/TileImLog.cs,
15437           Util/Archive.cs, beagled/FilteredIndexable.cs, images/Images.cs:
15438           Replace a bunch of "file://"+path type constructions by calls to
15439           StringFu.PathToQuotedFileUri (path) or UriFu.PathToFileUri
15440           (path).  This ensures that special characters in the path are
15441           quoted correctly.
15443 2005-01-23 17:32  trow
15445         * Util/PullingReader.cs: Allow an identifier to be attached to a
15446           pulling reader.
15448 2005-01-23 17:30  trow
15450         * beagled/: .cvsignore, BeagleDaemon.cs, Filter.cs,
15451           FilteredIndexable.cs, IndexOptimizer.cs, LuceneDriver.cs,
15452           Makefile.am, MasterDelete.cs, beagled.in,
15453           FileSystemQueryable/WatchedDirectory.cs: Try to optimize our
15454           lucene indices in an external process.  Added a tool to manually
15455           delete Uris from a lucene index.  Avoid a bunch of boxing allocs
15456           in WatchedDirectory.CompareTo.
15458 2005-01-22 21:56  trow
15460         * beagled/TextCache.cs: Applied a patch from Chris Orr to fix
15461           another apostrophe-related sqlite problem.
15463 2005-01-22 21:33  nat
15465         * Tiles/template-note.html,
15466           beagled/TomboyQueryable/TomboyQueryable.cs: Snippet support for
15467           Tomboy tiles.
15469 2005-01-22 21:14  trow
15471         * beagled/TomboyQueryable/TomboyQueryable.cs: Simple snippet
15472           support for Tomboy notes.
15474 2005-01-22 20:22  trow
15476         * Tiles/: Template.cs, template-web-history.html: Ellipsize long
15477           Uris.
15479 2005-01-22 18:43  trow
15481         * Filters/FilterGst.cs, Filters/FilterMusic.cs,
15482           Filters/FilterSource.cs, Filters/FilterText.cs,
15483           Tiles/TileMusic.cs, Tiles/template-music.html: Applied Adam
15484           Lofts' patches from bug #160694 to get music tiles working again.
15485           Small tweaks to FilterSource to avoid unnecessary allocations.
15487 2005-01-22 17:23  fhedberg
15489         * AUTHORS, beagled/Makefile.am,
15490           beagled/LifereaQueryable/LifereaQueryable.cs: Added a Liferea
15491           Backend from Carl-Emil Lagerstedt. Closes bug #164556.
15493 2005-01-22 12:56  llipka
15495         * Tiles/: Makefile.am, TileCalendar.cs, template-calendar.html: The
15496           calendar tile is in for all you meeting lovers.
15498 2005-01-22 12:55  llipka
15500         * images/: Makefile.am, emblem-calendar.png: Added calendar emblem.
15502 2005-01-22 12:53  llipka
15504         * beagled/.cvsignore: Quiet.
15506 2005-01-22 00:35  trow
15508         * Util/ImLog.cs: Re-wrote GaimLog.StripTags to avoid a whole bunch
15509           of unnecessary allocations.
15511 2005-01-21 23:44  trow
15513         * AUTHORS: Updated my e-mail address.
15515 2005-01-21 04:12  vvaradan
15517         * ChangeLog, Filters/FilterFortran.cs, Filters/FilterPerl.cs,
15518           Filters/FilterPhp.cs, Filters/FilterSource.cs,
15519           Filters/Makefile.am: patch received from vish for Fortran and PHP
15520           filter support.
15522 2005-01-20 21:08  trow
15524         * beagled/: LuceneDriver.cs, FileSystemQueryable/FileNameFilter.cs:
15525           Time our optimize operations and write the info out into the log.
15526           Avoid a bunch of unnecessary allocations in the FileNameFilter.
15528 2005-01-20 17:53  joeshaw
15530         * beagled/FileAttributesStore_Sqlite.cs: compile before checking in
15532 2005-01-20 17:53  joeshaw
15534         * beagled/FileAttributesStore_Sqlite.cs: More apostrophe fixes.
15535           From Edward Cho
15537 2005-01-20 16:50  joeshaw
15539         * configure.in, beagled/LuceneDriver.cs: Add a configure check to
15540           make sure we have mono.pc.  Add a try-catch for reading things
15541           out of the sqlite file attribute db
15543 2005-01-20 14:29  joeshaw
15545         * Best/BestWindow.cs: make sure the GtkEntry part of the GnomeEntry
15546           gets the focus.  Patch from Stephen Solka
15548 2005-01-20 14:04  joeshaw
15550         * Tiles/TileCanvas.cs: use a slightly different URI
15552 2005-01-20 13:44  joeshaw
15554         * Tiles/TileCanvas.cs: Change the OpenStream base uri from http to
15555           file so that images show up on tiles in Mozilla 1.7
15557 2005-01-20 07:40  vvaradan
15559         * ChangeLog, Filters/FilterC.cs, Filters/FilterCSharp.cs,
15560           Filters/FilterCpp.cs, Filters/FilterJava.cs,
15561           Filters/FilterPerl.cs, Filters/FilterPython.cs,
15562           Filters/FilterSource.cs, Filters/Makefile.am: Now,
15563           FilterSource.cs is an abstract class and other
15564           "programming-language" specific classes derive from it.  All the
15565           language specific code is moved into individual derived classes.
15566           Support for new language have to derive from this abstract parent
15567           and implement their own-specific-handlers.
15569 2005-01-20 02:32  vvaradan
15571         * ChangeLog, Filters/FilterPPT.cs: Title, Sub-titles and other
15572           special sections in PPT files are identified and marked HOT.
15574 2005-01-20 01:49  vvaradan
15576         * ChangeLog, beagled/SnippetFu.cs: A small correction on Length
15577           ("<b></b>") from 6 to 7.
15579 2005-01-19 17:04  trow
15581         * Util/Scheduler.cs, beagled/HitRegulator.cs, beagled/QueryImpl.cs,
15582           beagled/QueryResult.cs, beagled/TextCache.cs,
15583           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
15584           beagled/FileSystemQueryable/FileSystemQueryable.cs: Fixed a bug
15585           in live queries.  Added some locking to the TextCache, since
15586           multiple threads might need to operate on it simulatenously.
15587           Added check for BEAGLE_IMMEDIATE_PRIORITY_ONLY env variable to
15588           disable non-immediate scheduler tasks.  This effectively turns
15589           off crawling.  Fixed a bogus relevancy multiplier in the file
15590           system backend.
15592 2005-01-19 14:47  joejg
15594         * AUTHORS: changing email address in AUTHORS
15596 2005-01-19 14:01  trow
15598         * beagled/SnippetTest.cs: Forgot to add this before... a small
15599           program to compute snippets from text files.
15601 2005-01-19 14:00  trow
15603         * Filters/FilterHtml.cs, Tiles/TileFromTemplate.cs,
15604           Tiles/template-docs.html, Util/ImLog.cs, Util/Scheduler.cs,
15605           Util/StringFu.cs, beagled/ExtractContent.cs,
15606           beagled/LuceneQueryable.cs, beagled/Makefile.am,
15607           beagled/QueryImpl.cs, beagled/QueryResult.cs,
15608           beagled/SnippetFu.cs, images/Images.cs: More snippet hacking.
15609           Moved CountWords from ImLog to StringFu.  Removed some debug
15610           spew.  Misc small tweaks and fixes.
15612 2005-01-19 12:46  joeshaw
15614         * configure.in: Check for various mono dlls
15616 2005-01-19 08:45  vvaradan
15618         * ChangeLog, Filters/FilterPPT.cs: Special character validations
15619           and more elegant parsing of PPT.  Now, PPTs generated by OO.o are
15620           completely parsed.
15622 2005-01-18 13:05  joeshaw
15624         * beagled/LuceneDriver.cs: Don't optimize all the indexes at
15625           startup anymore... since we're now using the compound file format
15626           we're not really in danger of running out of file descriptors,
15627           and this makes the daemon start up much faster
15629 2005-01-18 12:14  trow
15631         * beagled/Filter.cs, beagled/LuceneDriver.cs,
15632           Filters/FilterOpenOffice.cs, Filters/FilterText.cs: Incremented
15633           LuceneDriver.VERSION to force a re-index.  Small filter changes
15634           to help with snippets.
15636 2005-01-17 20:14  joeshaw
15638         * Util/Inotify.cs,
15639           beagled/FileSystemQueryable/FileSystemQueryable.cs: Reduce about
15640           a meg from the heap by removing some allocation-heavy code from
15641           critical paths
15643 2005-01-17 16:26  joeshaw
15645         * beagled/LuceneDriver.cs: Only optimize after 19 open/close cycles
15646           of an IndexWriter
15648 2005-01-17 16:25  nat
15650         * beagled/GaimLogQueryable/GaimLogQueryable.cs: Hilight multiple
15651           search terms in snippets.
15653 2005-01-17 16:02  llipka
15655         * ImLogViewer/ImLogViewer.cs, Util/GtkUtils.cs: Added accelerators
15656           to the IM viewer window.\nChanged namespace of Util/GtkUtils.cs
15657           to Beagle.Util rather than just Beagle.
15659 2005-01-17 15:59  llipka
15661         * Best/BestWindow.cs: Added accelerators to the IM viewer
15662           window.\nChanged namespace of Util/GtkUtils.cs to Beagle.Util
15663           rather than just Beagle.
15665 2005-01-17 15:36  joeshaw
15667         * beagled/Lucene.Net/Search/PhraseQuery.cs: Fix another null
15668           Clone()
15670 2005-01-17 14:54  joeshaw
15672         * beagled/: Makefile.am, Lucene.Net/AssemblyInfo.cs,
15673           Lucene.Net/SupportClass.cs, Lucene.Net/upstream-changes.diff,
15674           Lucene.Net/Analysis/Analyzer.cs,
15675           Lucene.Net/Analysis/CharTokenizer.cs,
15676           Lucene.Net/Analysis/LetterTokenizer.cs,
15677           Lucene.Net/Analysis/LowerCaseFilter.cs,
15678           Lucene.Net/Analysis/LowerCaseTokenizer.cs,
15679           Lucene.Net/Analysis/PerFieldAnalyzerWrapper.cs,
15680           Lucene.Net/Analysis/PorterStemFilter.cs,
15681           Lucene.Net/Analysis/PorterStemmer.cs,
15682           Lucene.Net/Analysis/SimpleAnalyzer.cs,
15683           Lucene.Net/Analysis/StopAnalyzer.cs,
15684           Lucene.Net/Analysis/StopFilter.cs, Lucene.Net/Analysis/Token.cs,
15685           Lucene.Net/Analysis/TokenFilter.cs,
15686           Lucene.Net/Analysis/TokenStream.cs,
15687           Lucene.Net/Analysis/Tokenizer.cs,
15688           Lucene.Net/Analysis/WhitespaceAnalyzer.cs,
15689           Lucene.Net/Analysis/WhitespaceTokenizer.cs,
15690           Lucene.Net/Analysis/Standard/CharStream.cs,
15691           Lucene.Net/Analysis/Standard/FastCharStream.cs,
15692           Lucene.Net/Analysis/Standard/ParseException.cs,
15693           Lucene.Net/Analysis/Standard/StandardAnalyzer.cs,
15694           Lucene.Net/Analysis/Standard/StandardFilter.cs,
15695           Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
15696           Lucene.Net/Analysis/Standard/StandardTokenizer.jj,
15697           Lucene.Net/Analysis/Standard/StandardTokenizerConstants.cs,
15698           Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
15699           Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.zip,
15700           Lucene.Net/Analysis/Standard/Token.cs,
15701           Lucene.Net/Analysis/Standard/TokenMgrError.cs,
15702           Lucene.Net/Document/DateField.cs,
15703           Lucene.Net/Document/Document.cs, Lucene.Net/Document/Field.cs,
15704           Lucene.Net/Index/CompoundFileReader.cs,
15705           Lucene.Net/Index/CompoundFileWriter.cs,
15706           Lucene.Net/Index/DocumentWriter.cs,
15707           Lucene.Net/Index/FieldInfo.cs, Lucene.Net/Index/FieldInfos.cs,
15708           Lucene.Net/Index/FieldsReader.cs,
15709           Lucene.Net/Index/FieldsWriter.cs,
15710           Lucene.Net/Index/FilterIndexReader.cs,
15711           Lucene.Net/Index/IndexReader.cs, Lucene.Net/Index/IndexWriter.cs,
15712           Lucene.Net/Index/MultiReader.cs,
15713           Lucene.Net/Index/MultipleTermPositions.cs,
15714           Lucene.Net/Index/SegmentInfo.cs,
15715           Lucene.Net/Index/SegmentInfos.cs,
15716           Lucene.Net/Index/SegmentMergeInfo.cs,
15717           Lucene.Net/Index/SegmentMergeQueue.cs,
15718           Lucene.Net/Index/SegmentMerger.cs,
15719           Lucene.Net/Index/SegmentReader.cs,
15720           Lucene.Net/Index/SegmentTermDocs.cs,
15721           Lucene.Net/Index/SegmentTermEnum.cs,
15722           Lucene.Net/Index/SegmentTermPositions.cs,
15723           Lucene.Net/Index/SegmentTermVector.cs, Lucene.Net/Index/Term.cs,
15724           Lucene.Net/Index/TermDocs.cs, Lucene.Net/Index/TermEnum.cs,
15725           Lucene.Net/Index/TermFreqVector.cs, Lucene.Net/Index/TermInfo.cs,
15726           Lucene.Net/Index/TermInfosReader.cs,
15727           Lucene.Net/Index/TermInfosWriter.cs,
15728           Lucene.Net/Index/TermPositionVector.cs,
15729           Lucene.Net/Index/TermPositions.cs,
15730           Lucene.Net/Index/TermVectorsReader.cs,
15731           Lucene.Net/Index/TermVectorsWriter.cs,
15732           Lucene.Net/QueryParser/CharStream.cs,
15733           Lucene.Net/QueryParser/FastCharStream.cs,
15734           Lucene.Net/QueryParser/MultiFieldQueryParser.cs,
15735           Lucene.Net/QueryParser/ParseException.cs,
15736           Lucene.Net/QueryParser/QueryParser.cs,
15737           Lucene.Net/QueryParser/QueryParser.jj,
15738           Lucene.Net/QueryParser/QueryParser.zip,
15739           Lucene.Net/QueryParser/QueryParserConstants.cs,
15740           Lucene.Net/QueryParser/QueryParserTokenManager.cs,
15741           Lucene.Net/QueryParser/TermPositions.cs,
15742           Lucene.Net/QueryParser/Token.cs,
15743           Lucene.Net/QueryParser/TokenMgrError.cs,
15744           Lucene.Net/Search/BooleanClause.cs,
15745           Lucene.Net/Search/BooleanQuery.cs,
15746           Lucene.Net/Search/BooleanScorer.cs,
15747           Lucene.Net/Search/CachingWrapperFilter.cs,
15748           Lucene.Net/Search/ConjunctionScorer.cs,
15749           Lucene.Net/Search/DateFilter.cs,
15750           Lucene.Net/Search/DefaultSimilarity.cs,
15751           Lucene.Net/Search/ExactPhraseScorer.cs,
15752           Lucene.Net/Search/Explanation.cs,
15753           Lucene.Net/Search/FieldCache.cs,
15754           Lucene.Net/Search/FieldCacheImpl.cs,
15755           Lucene.Net/Search/FieldDoc.cs,
15756           Lucene.Net/Search/FieldDocSortedHitQueue.cs,
15757           Lucene.Net/Search/FieldSortedHitQueue.cs,
15758           Lucene.Net/Search/Filter.cs, Lucene.Net/Search/FilteredQuery.cs,
15759           Lucene.Net/Search/FilteredTermEnum.cs,
15760           Lucene.Net/Search/FuzzyQuery.cs,
15761           Lucene.Net/Search/FuzzyTermEnum.cs,
15762           Lucene.Net/Search/HitCollector.cs, Lucene.Net/Search/HitQueue.cs,
15763           Lucene.Net/Search/Hits.cs, Lucene.Net/Search/IndexSearcher.cs,
15764           Lucene.Net/Search/MultiSearcher.cs,
15765           Lucene.Net/Search/MultiTermQuery.cs,
15766           Lucene.Net/Search/ParallelMultiSearcher.cs,
15767           Lucene.Net/Search/PhrasePositions.cs,
15768           Lucene.Net/Search/PhrasePrefixQuery.cs,
15769           Lucene.Net/Search/PhraseQuery.cs,
15770           Lucene.Net/Search/PhraseQueue.cs,
15771           Lucene.Net/Search/PhraseScorer.cs,
15772           Lucene.Net/Search/PrefixQuery.cs, Lucene.Net/Search/Query.cs,
15773           Lucene.Net/Search/QueryFilter.cs,
15774           Lucene.Net/Search/QueryTermVector.cs,
15775           Lucene.Net/Search/RangeQuery.cs,
15776           Lucene.Net/Search/RemoteSearchable.cs,
15777           Lucene.Net/Search/ScoreDoc.cs,
15778           Lucene.Net/Search/ScoreDocComparator.cs,
15779           Lucene.Net/Search/Scorer.cs, Lucene.Net/Search/Searchable.cs,
15780           Lucene.Net/Search/Searcher.cs, Lucene.Net/Search/Similarity.cs,
15781           Lucene.Net/Search/SloppyPhraseScorer.cs,
15782           Lucene.Net/Search/Sort.cs, Lucene.Net/Search/SortComparator.cs,
15783           Lucene.Net/Search/SortComparatorSource.cs,
15784           Lucene.Net/Search/SortField.cs, Lucene.Net/Search/TermQuery.cs,
15785           Lucene.Net/Search/TermScorer.cs, Lucene.Net/Search/TopDocs.cs,
15786           Lucene.Net/Search/TopFieldDocs.cs, Lucene.Net/Search/Weight.cs,
15787           Lucene.Net/Search/WildcardQuery.cs,
15788           Lucene.Net/Search/WildcardTermEnum.cs,
15789           Lucene.Net/Search/Spans/NearSpans.cs,
15790           Lucene.Net/Search/Spans/SpanFirstQuery.cs,
15791           Lucene.Net/Search/Spans/SpanNearQuery.cs,
15792           Lucene.Net/Search/Spans/SpanNotQuery.cs,
15793           Lucene.Net/Search/Spans/SpanOrQuery.cs,
15794           Lucene.Net/Search/Spans/SpanQuery.cs,
15795           Lucene.Net/Search/Spans/SpanScorer.cs,
15796           Lucene.Net/Search/Spans/SpanTermQuery.cs,
15797           Lucene.Net/Search/Spans/SpanWeight.cs,
15798           Lucene.Net/Search/Spans/Spans.cs, Lucene.Net/Store/Directory.cs,
15799           Lucene.Net/Store/FSDirectory.cs, Lucene.Net/Store/InputStream.cs,
15800           Lucene.Net/Store/Lock.cs, Lucene.Net/Store/OutputStream.cs,
15801           Lucene.Net/Store/RAMDirectory.cs, Lucene.Net/Store/RAMFile.cs,
15802           Lucene.Net/Store/RAMInputStream.cs,
15803           Lucene.Net/Store/RAMOutputStream.cs, Lucene.Net/Util/Arrays.cs,
15804           Lucene.Net/Util/BitVector.cs, Lucene.Net/Util/Constants.cs,
15805           Lucene.Net/Util/Number.cs, Lucene.Net/Util/PriorityQueue.cs,
15806           Lucene.Net/Util/StringHelper.cs: Land DotLucene 1.4.3
15808 2005-01-17 14:53  nat
15810         * Tiles/: TileImLog.cs, TileMailMessage.cs: Query the Evolution
15811           addressbook for full names, not IM names, since they are cached
15812           in the in-memory addressbook summary and this is therefore 10x
15813           faster.
15815           In reality we should not be querying Evolution at all for this
15816           information since it's already stored in the Beagle index.
15818 2005-01-17 09:57  nat
15820         * ImLogViewer/ImLogViewer.cs: Added a space to the usage.
15822 2005-01-15 12:16  llipka
15824         * ImLogViewer/: ImLogViewer.cs, ImLogViewer.glade: Small UI touches
15825           and bugfixes.
15827 2005-01-15 00:35  trow
15829         * BeagleClient/Hit.cs, BeagleClient/Query.cs, Best/best.in,
15830           ImLogViewer/ImLogViewer.cs, Tiles/SimpleRootTile.cs,
15831           Tiles/Tile.cs, Tiles/TileFromTemplate.cs, Tiles/TileImLog.cs,
15832           Tiles/template-file.html, Tiles/template-im-log.html,
15833           Tiles/template-mail-message.html, Util/ImLog.cs,
15834           Util/StringMatcher.cs, beagled/FactoryImpl.cs,
15835           beagled/LuceneQueryable.cs, beagled/QueryImpl.cs,
15836           beagled/GaimLogQueryable/GaimLogQueryable.cs, tools/Query.cs:
15837           More work on snippet support.  Added snippets to tile
15838           infrastructure.  Added code to compute snippets for gaim logs.
15840 2005-01-14 22:12  trow
15842         * Util/ImLog.cs, ImLogViewer/ImLogViewer.cs: Some more code
15843           clean-up.
15845           In the log view, don't fully parse all of the logs before
15846           displaying the window... just parse enough to construct a
15847           reasonable snippet.  This makes the log viewer start up much
15848           faster.
15850 2005-01-14 16:35  trow
15852         * ImLogViewer/ImLogViewer.cs: More clean-up.  If we pass in a
15853           specific log-file on the command line, open w/ that log selected.
15854           Otherwise open displaying the most recent conversation.
15856 2005-01-14 16:08  trow
15858         * ImLogViewer/ImLogViewer.cs: Code clean-up, misc. tweaks, small
15859           fixes.
15861 2005-01-14 15:10  trow
15863         * ImLogViewer/ImLogViewer.cs: Sort conversations in
15864           reverse-chronological order.  Correctly set the speaker's name in
15865           the "Conversation with..." label.
15867 2005-01-14 14:49  trow
15869         * ImLogViewer/ImLogViewer.cs: Fixed a small bug and added some
15870           gratuitous debug spew.
15872 2005-01-14 14:42  trow
15874         * ImLogViewer/beagle-imlogviewer.in: Use the in-tree copies of the
15875           glue libraries when running uninstalled.
15877 2005-01-14 14:14  llipka
15879         * Makefile.am, configure.in, ImLogViewer/.cvsignore,
15880           ImLogViewer/ImLogViewer.cs, ImLogViewer/Makefile.am,
15881           Util/Timeline.cs: IM viewer once again and united we stand.
15883 2005-01-14 11:58  trow
15885         * Makefile.am, configure.in: Disable the IM log viewer for now.
15887 2005-01-14 11:44  llipka
15889         * ImLogViewer/: ImLogViewer.cs, Makefile.in: New makefile
15891 2005-01-14 10:38  llipka
15893         * Makefile.am, configure.in, ImLogViewer/ImLogViewer.cs,
15894           ImLogViewer/ImLogViewer.glade, ImLogViewer/Makefile.in,
15895           ImLogViewer/beagle-imlogviewer.in, Tiles/TileImLog.cs: Boom!
15896           ImLogViewer has entered the building.
15898 2005-01-14 10:35  llipka
15900         * Util/: Makefile.am, Timeline.cs: Added a Timeline class for
15901           sorting chronological events
15903 2005-01-13 19:05  joeshaw
15905         * Tiles/TileLauncher.cs, Util/gnome.cs, images/Images.cs: Remove a
15906           bunch of redundant icon code from Util/gnome.cs since it's all
15907           now in gnome-sharp.  Update TileLauncher and images/Images.cs to
15908           use it
15910 2005-01-13 04:56  nat
15912         * Tiles/TileImLog.cs: Added a FIXME.
15914 2005-01-12 22:11  joeshaw
15916         * configure.in: Require dbus-sharp 0.23
15918 2005-01-12 21:06  trow
15920         * BeagleClient/Hit.cs, BeagleClient/Query.cs,
15921           BeagleClient/QueryProxy.cs, beagled/BugzillaDriver.cs,
15922           beagled/GoogleDriver.cs, beagled/HitRegulator.cs,
15923           beagled/IQueryable.cs, beagled/LuceneQueryable.cs,
15924           beagled/QueryImpl.cs, beagled/QueryResult.cs,
15925           beagled/Queryable.cs: Some infrastructure we need for snippets: *
15926           Attach the source Queryable to server-side Hits.  * Cache Hits in
15927           the QueryResult.  * Added a mechanism to map Uris back to cached
15928           Hits.  * Added stub GetSnippet functions.  * Added a
15929           snippet-fetching D-BUS method to Query.
15931 2005-01-12 20:09  trow
15933         * beagled/TextCache.cs: Zero-pad cache subdirectories.  Fixes bug
15934           163853.
15936 2005-01-12 17:23  joejg
15938         * Tiles/: TileLauncher.cs, template-launcher.html: add
15939           launcherqueryable tiles
15941 2005-01-12 17:22  joejg
15943         * beagled/LauncherQueryable/LauncherQueryable.cs: Add
15944           LauncherQueryable code
15946 2005-01-12 17:17  joejg
15948         * configure.in, Tiles/Makefile.am,
15949           beagled/ExternalStringsHack.cs.in, beagled/Makefile.am: add
15950           launcherQueryable code
15952 2005-01-12 15:30  joeshaw
15954         * Best/BestTray.cs, Best/BestWindow.cs,
15955           beagled/FileAttributesStore_Sqlite.cs: Going through bugzilla,
15956           committing patches.  Fix for SQL queries with apostrophes from
15957           Edward Cho, add a right-click menu to Best from Shobith Alva, and
15958           clean up the text when searching by category so that it doesn't
15959           widen the window when you first go to a category
15961 2005-01-12 10:49  vvaradan
15963         * ChangeLog, configure.in, beagled/Makefile.am: Mozilla-backend is
15964           now optional.
15966 2005-01-12 02:58  trow
15968         * Util/: Makefile.am, StringMatcher.cs: An implementation of the
15969           Knuth-Morris-Pratt string matching algorithm.
15971 2005-01-12 01:10  trow
15973         * Filters/FilterDOC.cs, Filters/FilterPdf.cs, Filters/FilterRTF.cs,
15974           beagled/FilteredIndexable.cs, beagled/TextCache.cs: Re-enable
15975           snippet mode handling in FilteredIndexable, and turn it on in
15976           more filters.  Small TextCache fixes.
15978 2005-01-11 23:54  trow
15980         * beagled/: HitRegulator.cs, IQueryResult.cs, LuceneDriver.cs: File
15981           a bug in HitRegulator that caused spurious add events to be
15982           generated.  Change IQueryResult.Add to return a bool indicating
15983           whether or not the Hit was actually added, and updated
15984           HitRegulator.Add accordingly.
15986 2005-01-11 16:14  joeshaw
15988         * configure.in: Require gecko-sharp 0.6 explicitly in the configure
15989           check
15991 2005-01-11 15:49  trow
15993         * configure.in: Fixed a typo in the scrensaver.h check.
15995 2005-01-11 05:05  vvaradan
15997         * ChangeLog: ChangeLog... ;)
15999 2005-01-11 05:04  vvaradan
16001         * Filters/FilterSource.cs, Tiles/TileDocs.cs,
16002           Tiles/template-docs.html: More perl keywords and some
16003           beautification of Tiles for doc/rtf/sxw/pdf.
16005 2005-01-10 00:09  trow
16007         * BeagleClient/Hit.cs, Tiles/TileHitCollection.cs,
16008           beagled/BugzillaDriver.cs, beagled/GoogleDriver.cs,
16009           beagled/HitRegulator.cs, beagled/IQueryResult.cs,
16010           beagled/IQueryWorker.cs, beagled/IQueryable.cs,
16011           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
16012           beagled/Makefile.am, beagled/NetworkDriver.cs,
16013           beagled/QueryDriver.cs, beagled/QueryImpl.cs,
16014           beagled/QueryResult.cs, beagled/Queryable.cs,
16015           beagled/Relevancy.cs, beagled/Shutdown.cs, beagled/beagled.in,
16016           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16017           beagled/FileSystemQueryable/FileSystemQueryable.cs,
16018           beagled/GaimLogQueryable/GaimLogQueryable.cs: Extensive
16019           refactoring of our Query architecture.  Queries are now much
16020           faster.  Moved relevancy calculations into the backends.  Removed
16021           dead, unused and obsolete code.
16023 2005-01-07 15:59  joeshaw
16025         * ChangeLog, configure.in: 2005-01-07  Joe Shaw
16026           <joeshaw@novell.com>
16028                   * configure.in: Add a check for
16029           X11/extensions/scrnsaver.h, to fix
16030                   #162831.
16032 2005-01-07 08:46  vvaradan
16034         * ChangeLog, Filters/FilterRTF.cs: Header, Footer and Footnote
16035           contents are marked *HOT* and some more validations on partially
16036           formatted texts in RTF files.
16038 2005-01-06 14:41  trow
16040         * Util/: Makefile.am, inotify-test: Added an inotify-test wrapper
16041           script and Makefile rules to build Inotify.exe.
16043 2005-01-05 14:30  trow
16045         * configure.in: Increment the version number to 0.0.5.  Added the
16046           gmime-sharp prefix to the gac path.  Remove duplicate entries
16047           from the gac path.
16049 2005-01-04 03:46  vvaradan
16051         * ChangeLog, Filters/FilterSource.cs: Index perl files.
16053 2005-01-04 01:39  vvaradan
16055         * ChangeLog, Tiles/template-docs.html,
16056           Tiles/template-presentation.html: Display author information in
16057           tiles for documents of type SXI/PPT/SXW/ABW/DOC/RTF/PDF.
16059 2005-01-03 09:22  vvaradan
16061         * ChangeLog: Oops... changelog changes :-)
16063 2005-01-03 09:19  vvaradan
16065         * Filters/FilterAbiword.cs, Filters/FilterOpenOffice.cs,
16066           Filters/FilterPdf.cs, Tiles/Makefile.am, Tiles/TileDocs.cs,
16067           Tiles/TilePresentation.cs, Tiles/template-docs.html,
16068           Tiles/template-presentation.html: Fix for Bug 160338. Count of
16069           slides shown for presentation files.  Also, count of pages, words
16070           and title are shown for Doc types like MS DOC, SXW, PDF, ABW and
16071           RTF.
16073 2005-01-01 15:09  campd
16075         * Tiles/TileHitCollection.cs: Subtract() was returning if the hit
16076           was successfully removed from all_hits, so the hit was not being
16077           removed from hits.  Fixed that.
16079 2004-12-30 11:53  fhedberg
16081         * Util/Mozilla.cs, beagled/MozillaQueryable/MozillaQueryable.cs:
16082           MozillaQueryable enhancement
16084 2004-12-28 06:23  llipka
16086         * images/Makefile.am: Removed dead files
16088 2004-12-25 13:18  llipka
16090         * images/action-reveal.png: Tidy up after yourself
16092 2004-12-25 11:49  llipka
16094         * Best/BestWindow.cs, Tiles/TileHitCollection.cs: More work on
16095           sources - fixed bugs, added Contact source to Best
16097 2004-12-24 09:22  llipka
16099         * Best/BestWindow.cs: Corrected some string to look nicer. May I be
16100           doomed.
16102 2004-12-24 09:11  llipka
16104         * Best/BestWindow.cs, Tiles/TileHitCollection.cs: Bug 161408:
16105           Display correct result numbers with categories. Merry XMAS
16106           everybody\!
16108 2004-12-23 15:48  vvaradan
16110         * ChangeLog, Filters/FilterAbiword.cs: Improved validations.
16112 2004-12-23 08:06  vvaradan
16114         * ChangeLog, glue/wv1-glue.c: Headers, Footers, [Foot,End]notes,
16115           comments and other HOT styles are categorized and marked HOT.
16117 2004-12-19 15:13  fhedberg
16119         * Tiles/TilePicture.cs: Fix previous commit.
16121 2004-12-18 16:53  fhedberg
16123         * Tiles/TilePicture.cs: Use thumbnails as per the Freedesktop
16124           specification. Fixes bug #157393.
16126 2004-12-18 10:13  fhedberg
16128         * beagled/: EvolutionMailDriver/MozillaQueryable.cs,
16129           MozillaQueryable/MozillaQueryable.cs: Oops. Seems like it was me
16130           who was on crack.
16132 2004-12-18 10:02  fhedberg
16134         * Util/Mozilla.cs, beagled/EvolutionMailDriver/MozillaQueryable.cs:
16135           Adding a Mozilla backend indexing local mail, cached imap mail
16136           and rss feeds.  Supports both Linux and Win32 but need some work
16137           to support all the features the Evolution backend provides,
16138           mostly parsing the summary files correctly.
16140           WHOEVER DESIGNED THE MOZILLA MORK DATABASE MUST HAVE BEEN ON
16141           CRACK!
16143 2004-12-18 09:51  fhedberg
16145         * Tiles/TileBlog.cs, Util/Makefile.am, beagled/Makefile.am,
16146           beagled/BlamQueryable/BlamQueryable.cs,
16147           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16148           Changed type "Blog" to more generic "FeedItem"
16150 2004-12-17 13:47  fhedberg
16152         * beagled/: PathFinder.cs, QueryDriver.cs: Support dynamic backend
16153           loading from $PkgLibDir/Backends.
16155 2004-12-16 17:14  joeshaw
16157         * Util/SystemInformation.cs: Pass in NumberFormatInfo.InvariantInfo
16158           to Double.Parse() so that we can successfully parse the load
16159           averages regardless of current locale
16161 2004-12-16 08:00  vvaradan
16163         * ChangeLog, Filters/FilterAbiword.cs, Filters/FilterOpenOffice.cs:
16164           Fix for Bug#:157106
16166 2004-12-15 17:17  trow
16168         * beagled/: BeagleDaemon.cs, QueryDriver.cs: Added
16169           --disable-scheduler flag.  Fixed bug in
16170           --allow-backend/--deny-backend handling.
16172 2004-12-15 15:35  joeshaw
16174         * Best/: HitContainer.cs, HitView.cs: Remove dead files
16176 2004-12-14 18:55  fhedberg
16178         * beagled/BlamQueryable/BlamQueryable.cs: Fixed bug #159848.
16180 2004-12-14 16:00  joejg
16182         * Best/BestTray.cs: Remember Best's Position
16184 2004-12-13 20:44  trow
16186         * tools/Query.cs: Added --stats-only flag.
16188 2004-12-13 18:35  fhedberg
16190         * beagled/NetworkService.cs: Oops.
16192 2004-12-13 18:28  fhedberg
16194         * beagled/: NetworkHandler.cs, NetworkService.cs: Fixes after doing
16195           QueryDriver static
16197 2004-12-13 18:18  fhedberg
16199         * beagled/NetworkDriver.cs: Fixed broken build due to changes in
16200           IQueryable.
16202 2004-12-13 16:42  joeshaw
16204         * tools/Query.cs: Set the queryStartTime before running
16205           query.Start() for more accurate timing results
16207 2004-12-13 13:38  nat
16209         * Best/BestWindow.cs, Tiles/SimpleRootTile.cs,
16210           Tiles/TileHitCollection.cs:
16211           Filter hits on the client side.
16213 2004-12-13 11:56  vvaradan
16215         * ChangeLog, Filters/FilterAbiword.cs, Filters/FilterDOC.cs,
16216           Filters/Makefile.am: Abiword filter.
16218 2004-12-10 18:07  trow
16220         * AUTHORS, NEWS: Updated AUTHORS and NEWS for the 0.0.4 release.
16222 2004-12-10 16:13  trow
16224         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16225           Removed some Console.WriteLine debug spew.
16227 2004-12-10 14:53  trow
16229         * configure.in: Incremented version # to 0.0.4.
16231 2004-12-10 14:14  joeshaw
16233         * beagled/Makefile.am: disable the calendar backend for the release
16235 2004-12-10 13:20  vvaradan
16237         * ChangeLog, Filters/FilterApe.cs, Filters/FilterFlac.cs,
16238           Filters/FilterMp3.cs, Filters/FilterMpc.cs,
16239           Filters/FilterMusic.cs, Filters/FilterOgg.cs,
16240           Filters/Makefile.am, Util/ApeReader.cs, Util/FlacReader.cs,
16241           Util/Id3.cs, Util/Makefile.am, Util/Mp3Reader.cs,
16242           Util/OggReader.cs, Util/Tag.cs, beagled/Makefile.am: EXTRA_DIST
16243           changes and Patch from Raphael for Audio files.
16245 2004-12-10 11:16  campd
16247         * Best/BestWindow.cs, Tiles/Tile.cs, Tiles/TileCanvas.cs,
16248           Tiles/TileFile.cs: Add accels for "Show Source" (patch from
16249           fredrik.hedberg@hedbergs.com) Bind ctrl+L to the focus the search
16250           bar (patch from james.vipond@ntlworld.com) Use nautilus-sendto if
16251           it's available
16253 2004-12-09 17:47  trow
16255         * Util/Makefile.am: Oops.
16257 2004-12-09 17:38  trow
16259         * tools/beagle-index-info: Forgot to add this: a command-line tool
16260           for dumping the index info to the console.
16262 2004-12-09 17:38  trow
16264         * BeagleClient/DBusisms.cs, BeagleClient/RemoteControl.cs,
16265           BeagleClient/RemoteControlProxy.cs, Filters/FilterSource.cs,
16266           Util/Id3.cs, Util/Makefile.am, Util/Scheduler.cs,
16267           beagled/BeagleDaemon.cs, beagled/BugzillaDriver.cs,
16268           beagled/DBusisms.cs, beagled/ExtractContent.cs,
16269           beagled/FactoryImpl.cs, beagled/Filter.cs,
16270           beagled/FilterFactory.cs, beagled/FilteredIndexable.cs,
16271           beagled/Flavor.cs, beagled/GoogleDriver.cs,
16272           beagled/IDBusObject.cs, beagled/IQueryable.cs,
16273           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
16274           beagled/Makefile.am, beagled/QueryDriver.cs,
16275           beagled/QueryImpl.cs, beagled/Queryable.cs,
16276           beagled/RemoteControlImpl.cs: First phase of filter
16277           refactoring/clean-up.
16279           Lots of D-BUS clean-ups.  Object clean-up/deregistration code
16280           removed from BeagleDaemon.cs and FactoryImpl.cs, replaced by
16281           cleaner code in DBusisms.cs.
16283           Added a D-BUS method for getting info on each backend's current
16284           state; in particular, we now return the number of items in each
16285           index.
16287           Sanity-check numbers we read out of Id3 headers before using them
16288           to allocate memory.
16290 2004-12-09 16:55  joeshaw
16292         * beagled/Makefile.am: Add a calendar queryable backend.  Doesn't
16293           handle non-local, non-UTC timezones quite yet
16295 2004-12-08 12:21  joejg
16297         * Tiles/Tile.cs: fix gaim-remote args
16299 2004-12-07 15:31  joeshaw
16301         * Util/GConfThreadHelper.cs, Util/Makefile.am,
16302           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16303           Shift some gconf code into a util class since it seems useful
16304           outside the mail stuff
16306 2004-12-07 14:14  joeshaw
16308         * configure.in, BeagleClient/QueryProxy.cs, Best/BestWindow.cs,
16309           Tiles/TileMailMessage.cs, Tiles/template-mail-message.html,
16310           beagled/LuceneDriver.cs, beagled/QueryBody.cs,
16311           beagled/QueryImpl.cs, tools/Query.cs: Add methods to limit the
16312           queries to only types of hits you care about.  Add an option menu
16313           to Best to limit search results to only a certain type.  Change
16314           the mail tile to show the account name, and change it so that it
16315           shows at maximum 3 recipients
16317 2004-12-07 09:50  vvaradan
16319         * ChangeLog, Filters/FilterDOC.cs, Filters/FilterOpenOffice.cs:
16320           Count slides in sxi files.  Fix for Bug# 157100.
16322 2004-12-07 05:37  tigert
16324         * ChangeLog, Tiles/template-web-history.html: changed the globe to
16325           the nicer one..
16327 2004-12-07 04:31  tigert
16329         * ChangeLog, Tiles/template-mail-message.html: added folder info..
16331 2004-12-07 03:47  tigert
16333         * ChangeLog, Tiles/TileMailMessage.cs: fixed some icons to use
16334           stock pixels
16336 2004-12-07 01:38  trow
16338         * beagled/: FileAttributesStore_ExtendedAttribute.cs,
16339           FileAttributesStore_Mixed.cs, LuceneDriver.cs: Set the unique id
16340           on FileAttributes.  Don't spew EA-related exceptions to the
16341           console.  Fixed sqlite fallback logic in
16342           FileAttributesStore_Mixed.
16344 2004-12-06 16:03  joeshaw
16346         * Best/BestWindow.cs: Use the craptacular Gnome.Entry instead of
16347           Gtk.Entry so that we get some search history.  Hopefully soon we
16348           can switch to gtk-sharp 2.0 and get a nice autocompleting entry
16349           widget
16351 2004-12-06 15:30  joeshaw
16353         * Tiles/template-picture.html: Use the pretty date formatter for
16354           LastWriteTime
16356 2004-12-03 23:35  trow
16358         * beagled/: QueryDriver.cs,
16359           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: Minor
16360           clean-up.
16362 2004-12-03 18:20  joeshaw
16364         * beagled/: LuceneDriver.cs, LuceneQueryable.cs: Change the
16365           arbitrary 47 to a higher arbitrary 259, and check to see if we
16366           need to optimize after flushing in DoTaskReal
16368 2004-12-03 15:27  joeshaw
16370         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16371           Don't add 1 to the offset when saving it, it seems to confuse the
16372           gmime parser sometimes
16374 2004-12-03 15:26  trow
16376         * beagled/LuceneDriver.cs: Do the start-up optimization of existing
16377           lucene indices in a thread.
16379 2004-12-03 15:12  joeshaw
16381         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16382           Use the IMAP name (joe@ximian.com) rather than the scary actual
16383           account name (19382892.3822.0@foo)
16385 2004-12-03 14:59  joeshaw
16387         * Tiles/TileMailMessage.cs: Add Folder and Account properties to
16388           the mail message tile for use in the template
16390 2004-12-03 14:52  joeshaw
16392         * beagled/: Relevancy.cs,
16393           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: Add in
16394           the sent/received date for mails from gmime, change the default
16395           half-life decay to be 6 months, since at 3 months my 7 year old
16396           mails were decaying out of relevance
16398 2004-12-03 14:03  joeshaw
16400         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16401           Save the mail account name as metadata
16403 2004-12-03 13:46  joeshaw
16405         * Best/BestWindow.cs, images/Makefile.am, images/dog.png: Use a
16406           higher resolution image for the window icon so it doesn't look
16407           bad scaled up
16409 2004-12-03 12:47  vvaradan
16411         * ChangeLog, configure.in, Filters/FilterPPT.cs: Added meta-data
16412           support for PPT using gsf-sharp.0.2
16414 2004-12-03 09:42  trow
16416         * beagled/LuceneDriver.cs: Lower the optimization threshold.  This
16417           should help us to avoid running out of file descriptors.
16419 2004-12-02 22:21  trow
16421         * Util/ExtendedAttribute.cs, beagled/BeagleDaemon.cs,
16422           beagled/Crawler.cs, beagled/LuceneDriver.cs,
16423           beagled/LuceneQueryable.cs,
16424           beagled/FileSystemQueryable/WatchedDirectory.cs: Extended
16425           Attributes clean-up.  At start-up, try setting an EA on
16426           ~/.beagle.  If it fails, bail out with a fatal error.  Don't do
16427           any up-to-date checking in Crawler.
16429 2004-12-02 21:09  trow
16431         * configure.in, glue/Makefile.am: Fixed the libsysteminfoglue build
16432           to pull in gdk.
16434 2004-12-02 18:23  joeshaw
16436         * glue/Makefile.am: Add screensaver-glue.c to libsysteminfoglue or
16437           else we get an exception
16439 2004-12-02 17:48  trow
16441         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs,
16442           glue/Makefile.am, glue/screensaver-glue.c, glue/vmsize-glue.c:
16443           Added a small C function to read the VmSize from
16444           /proc/$PID/status.  This allows us to check our memory usage
16445           without doing a whole lot of managed allocations, which removes
16446           some of the noise from the values reported by
16447           System.GC.GetTotalMemory.
16449 2004-12-02 17:27  joeshaw
16451         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16452           Save the offset + 1 so that we move past the last message and
16453           don't keep reindexing it
16455 2004-12-02 17:24  joeshaw
16457         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Stop the mail
16458           crawler when it's empty.  We don't want that smelly thread
16459           hanging around.  Inotify will keep us top to day
16461 2004-12-02 15:57  joeshaw
16463         * beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16464           oops. guard against this.mbox_parser being null.
16466 2004-12-02 15:50  joeshaw
16468         * beagled/: LuceneQueryable.cs,
16469           EvolutionMailDriver/EvolutionMailDriver.cs,
16470           EvolutionMailDriver/EvolutionMailIndexableGenerator.cs: Add a
16471           hook so that IIndexableGenerators can get notification when a
16472           batch of Indexables is flushed to the cache, and make the mail
16473           ones take advantage of it by always checkpointing status to disk.
16475 2004-12-02 14:18  joeshaw
16477         * Util/MultiReader.cs: Override the Close () method on the
16478           MultiReader to close all its children
16480 2004-12-02 13:37  joeshaw
16482         * configure.in, Best/BestWindow.cs, beagled/Makefile.am,
16483           beagled/EvolutionMailDriver/CamelIndexDriver.cs,
16484           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16485           beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
16486           Land new gmime-powered mail backend
16488 2004-12-01 17:13  vvaradan
16490         * ChangeLog, Filters/FilterRTF.cs: RTF filter complies to MS RTF
16491           1.5  specification. (works well with 1.8 as well).  Extracts
16492           meta-data and style information.
16494 2004-12-01 04:13  fhedberg
16496         * Tiles/: Tile.cs, template-page.css, template-web-history.html:
16497           Committed patch from Christopher Orr, bug #159231.
16499 2004-11-30 16:14  campd
16501         * Tiles/Tile.cs: Use gaim to start conversations in other protocols
16502           (gaim patch not yet upstream)
16504 2004-11-29 16:21  campd
16506         * Tiles/TileContact.cs, Tiles/template-contact.html,
16507           beagled/LuceneDriver.cs, beagled/LuceneQueryable.cs,
16508           beagled/Makefile.am,
16509           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
16510           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
16511           Sync the contact list to lucene
16513 2004-11-29 13:26  trow
16515         * AUTHORS, NEWS, BeagleClient/Indexable.cs,
16516           beagled/FileAttributes.cs,
16517           beagled/FileAttributesStore_ExtendedAttribute.cs,
16518           beagled/FileAttributesStore_Mixed.cs,
16519           beagled/FileAttributesStore_Sqlite.cs,
16520           beagled/IFileAttributesStore.cs, beagled/LuceneDriver.cs,
16521           beagled/LuceneQueryable.cs, beagled/Makefile.am,
16522           beagled/TextCache.cs,
16523           beagled/FileSystemQueryable/FileSystemQueryable.cs: Abstracted
16524           our up-to-date checking code to not be hardwired to use EAs, and
16525           added a fallback sqlite db for storing info about files that we
16526           can't attach EAs to.
16528           A bit of TextCache hacking.
16530 2004-11-28 18:17  fhedberg
16532         * beagled/BlamQueryable/BlamQueryable.cs: Fixed second part of bug
16533           #156289.
16535 2004-11-28 17:46  fhedberg
16537         * beagled/BlamQueryable/BlamQueryable.cs: Fixed bug #156289.
16539 2004-11-22 18:23  trow
16541         * AUTHORS: Added Adam Lofts to AUTHORS.
16543 2004-11-22 18:02  rml
16545         * glue/inotify-glue.c: Fixo my commit in inotify-glue.c ::
16546           inotify_glue_watch ()
16548 2004-11-22 17:57  trow
16550         * beagled/FilteredIndexable.cs, beagled/Makefile.am,
16551           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16552           tools/IndexWebContent.cs: Re-enable the web history indexer and
16553           make it actually work.
16555 2004-11-22 17:56  rml
16557         * glue/inotify-glue.c:  -  strdup () can fail.
16558            -  malloc () can fail.
16559            -  misc. inotify-glue.c whitespace analnesses
16561 2004-11-22 17:48  rml
16563         * glue/inotify-glue.c: inotify_watch_request::mask is a __u32 not
16564           an unsigned long.  This matters on 64-bit architectures.
16566           Also, fix declaration-after-statement in inotify_glue_watch().
16568 2004-11-22 17:44  rml
16570         * glue/inotify.h: update inotify header, inotify.h, from latest
16571           inotify kernel.
16573 2004-11-22 17:43  rml
16575         * glue/inotify-glue.c: s/%ld/%d: iwr.mask is a __u32 not a long
16576           which is an int on all architectures.
16578 2004-11-22 17:08  trow
16580         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Serialize the
16581           mail driver's mapping Hashtable to disk once every 200 messages,
16582           not every 500.  Also, serialize into ~/.beagle/MailIndex so that
16583           we won't end up with a stale data structure if the mail index
16584           gets corrupted and blown away by the LuceneDriver.
16586           Use the summary filename as the task Tag, to avoid duplicate
16587           indexing tasks.
16589 2004-11-22 11:03  trow
16591         * Tiles/TileContact.cs, Util/Scheduler.cs: Catch and log exceptions
16592           in task group pre- and post- hooks.  Properly compute the delay
16593           time for Priority.Generator tasks.  Added a forgotten FIXME to
16594           the contact tile.
16596 2004-11-19 20:49  trow
16598         * beagled/LuceneQueryable.cs: Flush the driver after generating
16599           indexables.  This fixes a bug where mail was not actually getting
16600           indexed.
16602 2004-11-19 19:56  trow
16604         * Tiles/TileContact.cs, Tiles/template-contact.html,
16605           images/Images.cs: Passing a data: string longer than 64k bytes
16606           causes gecko to freeze up.  This bug was triggered by large
16607           contact photos in my addressbook.  To work around it, I've
16608           tweaked the contact tile to fall back to the default contact icon
16609           if the associated contact photo is too big.
16611 2004-11-19 17:57  campd
16613         * beagled/QueryImpl.cs: Cancel the QueryResult when disconnecting
16614           from it
16616 2004-11-19 16:03  trow
16618         * BeagleClient/Hit.cs, Tiles/TileContact.cs,
16619           beagled/BeagleDaemon.cs: Start our memory monitoring thread
16620           earlier.
16622           Fixed a little buglet in Hit.ReadAsBinary: data chunks that we
16623           read from the streams were not getting attached to the hit.  This
16624           caused contact photos to not show up in the contact tiles.
16626 2004-11-19 15:30  trow
16628         * beagled/: BeagleDaemon.cs, FactoryImpl.cs, QueryDriver.cs: Added
16629           some debug spew.  Removed some other debug spew.
16631           Added a --debug-memory option to control memory logging.
16633           Moved memory logging out of the scheduler and into a separate
16634           thread.  This helps ensure that the memory status is sampled at a
16635           regular rate.
16637 2004-11-19 14:10  nat
16639         * Best/BestWindow.cs: Made the window a little taller for now.
16641 2004-11-19 13:05  nat
16643         * Tiles/template-mail-message.html: Disabled sample snippet for
16644           release.
16646 2004-11-19 13:02  joeshaw
16648         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Always do the
16649           GConf call in the glib main loop thread
16651 2004-11-19 12:28  campd
16653         * Filters/FilterOpenOffice.cs, beagled/Filter.cs: Use XmlReader in
16654           the OpenOffice filter, and fixed a buglet in
16655           Filter::NeedsWhitespace.
16657 2004-11-18 20:46  orph
16659         * ChangeLog, configure.in, Best/BestTray.cs, Best/Makefile.am,
16660           Best/best.in, glue/Makefile.am, glue/eggtrayicon.c,
16661           glue/eggtrayicon.h, Best/TrayIcon/.cvsignore,
16662           Best/TrayIcon/Egg.metadata, Best/TrayIcon/Makefile.am,
16663           Best/TrayIcon/libtrayicon-sources.xml,
16664           Best/TrayIcon/libtrayicon/.cvsignore,
16665           Best/TrayIcon/libtrayicon/Makefile.am,
16666           Best/TrayIcon/libtrayicon/eggtrayicon.c,
16667           Best/TrayIcon/libtrayicon/eggtrayicon.h: 2004-11-18  Alex
16668           Graveley  <alex@beatniksoftware.com>
16670                   * Best/BestTray.cs: Make BestTray extend Gtk.Plug, and in
16671           the
16672                   constructor set the Raw pointer to the return of
16673                   egg_tray_icon_new, which we call directly.
16675 2004-11-18 18:57  fhedberg
16677         * images/: Makefile.am, icon-monodoc.png: Doh! Forgot an icon.
16679 2004-11-18 18:55  fhedberg
16681         * Tiles/: Makefile.am, TileBlog.cs, TileMonodoc.cs,
16682           template-monodoc.html: Removed image size hack from TileBlog.cs
16683           Added a basic Monodoc tile
16685 2004-11-18 17:24  trow
16687         * Util/SystemInformation.cs, beagled/BeagleDaemon.cs: Write memory
16688           usage information to our log.
16690 2004-11-18 16:07  trow
16692         * Util/Logger.cs, beagled/BeagleDaemon.cs: Always save our logs,
16693           even if we are also echoing to the screen.
16695 2004-11-18 15:32  trow
16697         * BeagleClient/Makefile.am, Best/Makefile.am, Filters/Makefile.am,
16698           Tiles/Makefile.am, Util/Makefile.am, Util/Scheduler.cs,
16699           Util/SystemInformation.cs, beagled/DBusisms.cs,
16700           beagled/LuceneQueryable.cs, beagled/Makefile.am,
16701           beagled/RemoteControlImpl.cs,
16702           beagled/EvolutionMailDriver/EvolutionMailDriver.cs,
16703           beagled/FileSystemQueryable/FileSystemQueryable.cs,
16704           images/Makefile.am, tools/Makefile.am, tools/beagle-status: Make
16705           distcheck fixes.
16707           Scheduler tweaks and improvements, including better
16708           human-readable status and atomic operation for adding a task only
16709           if another task w/ the same Tag doesn't already exist.
16711           Added a new priority level, "Generator", between "Delayed" and
16712           "Idle".  This makes it easier for us to round-robin long-running
16713           tasks that generate other tasks.  The mail IndexableGenerators
16714           and the the file system crawling generator are now set to this
16715           priority.
16717           beagle-status now polls the status, top-style.
16719 2004-11-17 20:05  trow
16721         * Util/Scheduler.cs, beagled/FilteredIndexable.cs: Scheduler.cs:
16722           Catch exceptions in collection pre- and post-hooks.
16724           FilteredIndexable.cs: Explicitly turned off snippet mode (for
16725           now, at least).
16727 2004-11-17 17:40  trow
16729         * tools/beagle-shutdown: Doh! s/Ping/RemoteControl/
16731 2004-11-17 15:39  trow
16733         * Util/Inotify.cs, beagled/BeagleDaemon.cs,
16734           beagled/FileSystemQueryable/FileSystemQueryable.cs: Added a
16735           --debug-inotify option to enable extra inotify logging.
16737 2004-11-17 13:49  trow
16739         * Util/NautilusTools.cs: NautilusTools.cs: If the nautilus metadata
16740           filename we produce is longer than 255 characters (which is the
16741           ext3 limit), ignore it.
16743 2004-11-17 02:24  trow
16745         * AUTHORS, HACKING, README: HACKING: Updated the 'patches' section
16746           to describe our new patch policy, which is that bugs should be
16747           opened for patches.  Doing patch review on bugzilla should lead
16748           to fewer dropped patches.  I also changed the sample code
16749           fragments to actually follow our capitalization conventions.
16751           README: This was all wildly out-of-date, so I took out all of the
16752           content and replaced it with pointers to the web page and the
16753           wiki.
16755           AUTHORS: The 'thanks' section from the README is now included at
16756           the end of this file.
16758 2004-11-17 01:50  trow
16760         * beagled/RemoteControlImpl.cs: Doh!
16762 2004-11-17 01:50  trow
16764         * screenshots/2004-11-16-rml-desktop.jpg: A nice screenshot from
16765           rml's blog.
16767 2004-11-17 01:41  trow
16769         * ChangeLog, configure.in, Filters/FilterDOC.cs,
16770           Filters/FilterSource.cs, Filters/Makefile.am, glue/Makefile.am,
16771           glue/wv1-glue.c: FilterDOC.cs now uses wv1 for parsing Microsoft
16772           WORD documents.  Added glue/wv1-glue.c: wrapper for wv1 and used
16773           by FilterDOC.cs
16775 2004-11-17 01:14  trow
16777         * configure.in, BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
16778           BeagleClient/RemoteControl.cs,
16779           BeagleClient/RemoteControlProxy.cs, Util/Inotify.cs,
16780           Util/Makefile.am, Util/SystemInformation.cs,
16781           Util/ThreadedPriorityQueue.cs, beagled/BeagleDaemon.cs,
16782           beagled/ExternalStringsHack.cs.in, beagled/Makefile.am,
16783           beagled/Ping.cs, beagled/Shutdown.cs, beagled/beagled.in,
16784           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
16785           beagled/FileSystemQueryable/FileSystemQueryable.cs,
16786           tools/beagle-ping, tools/beagle-status: Export the version number
16787           via ExternalStringsHack.
16789           Replaced our "Ping" object with a more D-BUSically correct
16790           RemoteControl class that is split into Proxy and Impl parts.  In
16791           particular, this fixes a crash related to our --replace option.
16792           It seems that the mono D-BUS proxies and implementations can't
16793           happily co-exist in the same program.
16795           Removed some obsolete code.
16797           Minor code clean-up.
16799           Cosmetic logging changes.
16801 2004-11-16 19:20  trow
16803         * Util/Logger.cs, beagled/BeagleDaemon.cs, beagled/beagled.in:
16804           Retooled our start-up process.  Because forking has an
16805           unfortunate effect on the mono run-time, beagled can't be a
16806           well-behaved daemon in the classic Stevens sense.  We work around
16807           this by having the wrapper script control whether or not we run
16808           in the background.
16810           I removed the --out argument and replaced it with --fg and --bg.
16811           --fg forces us to run in the foreground, and sends all log
16812           messages to the console.
16814           --bg forces us into the background, and causes us to log to
16815           ~/.beagle/Log/Beagle.  stdout and stderr are redirected to the
16816           log file.  stdin is redirected to /dev/null.
16818           If no argument is specified, we default to --fg when running
16819           uninstalled; otherwise --bg is the default.  This is enforced by
16820           the wrapper script.
16822 2004-11-16 15:40  campd
16824         * beagled/FileSystemQueryable/FileSystemQueryable.cs: took out
16825           debugging writeline
16827 2004-11-16 15:04  trow
16829         * beagled/: EvolutionDataServerQueryable/BookViewDriver.cs,
16830           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
16831           Lucene.Net/Analysis/PorterStemmer.cs: Replaced some
16832           Console.WriteLines with calls to the Logger.  Commented out the
16833           unreachable code in Lucene's Porter stemmer.  I'm sick and tired
16834           of seeing that warning every time I compile.
16836 2004-11-16 12:52  campd
16838         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Use an
16839           IndexableGenerator for directories
16841 2004-11-15 22:09  trow
16843         * BeagleClient/: DBusisms.cs, Query.cs: Commented out more debug
16844           spew.
16846 2004-11-15 22:08  trow
16848         * Util/XKeybinder.cs: Missed a Console.WriteLine.
16850 2004-11-15 22:07  trow
16852         * Best/BestTray.cs, Util/Logger.cs, Util/PullingReader.cs,
16853           Util/XKeybinder.cs, beagled/Makefile.am: The logger should only
16854           write to the Console if no other destination is set.  Changed the
16855           XKeybinder to use the Logger instead of Console.WriteLine.  Moved
16856           the XKeybinder into the Beagle.Util namespace.  Fully qualified
16857           XKeybinder in Best/BestTray.cs.
16859 2004-11-15 21:52  trow
16861         * Util/Scheduler.cs: Doh!  I forgot a bit of debug spew.
16863 2004-11-15 21:52  trow
16865         * BeagleClient/.cvsignore, Best/.cvsignore, beagled/.cvsignore,
16866           Filters/.cvsignore, Renderers/.cvsignore, Tiles/.cvsignore,
16867           Util/.cvsignore, images/.cvsignore, indexer/.cvsignore,
16868           tools/.cvsignore: Ignore .mdb files.
16870 2004-11-15 21:49  trow
16872         * Util/Scheduler.cs: #if-ed out some excessive debug spew.
16874 2004-11-15 21:47  trow
16876         * Util/Scheduler.cs, Util/SystemInformation.cs,
16877           beagled/LuceneQueryable.cs,
16878           beagled/FileSystemQueryable/FileSystemQueryable.cs: Scheduler
16879           improvements: * Allow tasks to be automatically rescheduled by
16880           setting the Reschedule   flag to true.  * Change the
16881           Scheduler.TaskFromHook hook to take a Scheduler.Task as an
16882           argument (before it was just a thunk) so that it can be
16883           rescheduled.
16885           Modified LuceneQueryable and FileSystemQueryable to reflect the
16886           API changes.
16888           #if-ed out the testing entry point in SystemInformation.cs.
16890 2004-11-15 21:41  trow
16892         * Util/Inotify.cs, glue/inotify-glue.c: Some inotify enhancements:
16893           * Read the queue size from sysfs.  * Use FIONREAD ioctl to
16894           efficiently group reads.  * Removed the RawEvent stuff, since we
16895           aren't using any of the   extra information in that struct.  This
16896           allows to avoid a bunch   of allocations.  * Assorted clean-ups.
16898 2004-11-15 16:18  campd
16900         * Util/Inotify.cs, glue/inotify-glue.c: Manually demarshal the
16901           inotify buffer to avoid rampant overallocation
16903 2004-11-14 03:06  tigert
16905         * Tiles/template-page.css: oops, fixed aspect ratio of photo
16906           thumbnails somehow.. :)
16908 2004-11-14 02:53  tigert
16910         * ChangeLog, Tiles/template-page.css: max icon size: 64, lowered
16911           the transparency of links on non-focused action links.
16913 2004-11-12 18:08  joejg
16915         * Tiles/Tile.cs: put filenames in quotes
16917 2004-11-12 16:07  clahey
16919         * ChangeLog, Filters/FilterPPT.cs: 2004-11-12  Chris Lahey
16920           <clahey@ximian.com>
16922                   * Filters/FilterPPT.cs: Count slides.
16924 2004-11-12 10:03  clahey
16926         * ChangeLog, configure.in, Filters/FilterGst.cs,
16927           Filters/Makefile.am: 2004-11-12  Chris Lahey  <clahey@ximian.com>
16929                   * From a patch by Adam Lofts <adam@negligible.co.uk>.
16931                   * configure.in, Filters/Makefile.am: Added FilterGst.cs.
16933                   * Filters/FilterGst.cs: Filter to get song data using
16934           gst.
16936 2004-11-12 02:24  tigert
16938         * mozilla-extension/skin/classic/beagle-disabled.png: this was
16939           still to be done..
16941 2004-11-12 01:57  tigert
16943         * ChangeLog, mozilla-extension/skin/classic/beagle-big.png,
16944           mozilla-extension/skin/classic/beagle-error.png,
16945           mozilla-extension/skin/classic/beagle.png: updated some artwork
16946           to be more like beagle - like, made the extension have the beagle
16947           logo in the mozilla extension dialog.
16949 2004-11-12 01:35  tigert
16951         * ChangeLog, Tiles/template-file.html, Tiles/template-picture.html:
16952           made the folder name be a link as well, using the "reveal" url
16954 2004-11-12 01:10  tigert
16956         * Tiles/template-blog.html: removed the image's size def - those
16957           are restricted from being huge in the stylesheet now.
16959 2004-11-11 20:55  fhedberg
16961         * beagled/MonodocQueryable/MonodocQueryable.cs: Can't sleep. Added
16962           keywords to make it actually useful.
16964 2004-11-11 13:01  joeshaw
16966         * beagled/Relevancy.cs: Apply a half-life relevancy to imlogs as
16967           well
16969 2004-11-11 12:35  tigert
16971         * Tiles/template-page.css: made images smaller
16973 2004-11-11 11:57  joeshaw
16975         * Tiles/TileMailMessage.cs: Get this to build w/o evo-sharp.  Use
16976           the right IM name for the protocol and not always the aim_name
16978 2004-11-11 09:15  fhedberg
16980         * beagled/MonodocQueryable/MonodocQueryable.cs: Added support for
16981           indexing of Monodoc source documentation files. Not enabled in
16982           Makefile.am.
16984 2004-11-11 05:35  tigert
16986         * ChangeLog, Tiles/template-picture.html: added exif stuff..
16988 2004-11-11 03:03  tigert
16990         * Tiles/template-page.css: minor tweak for looks
16992 2004-11-11 02:00  tigert
16994         * Tiles/template-picture.html: oops, forgot to commit the pic
16995           tile..
16997 2004-11-10 17:20  joeshaw
16999         * Tiles/TileMailMessage.cs, Tiles/template-file.html,
17000           Tiles/template-mail-message.html, beagled/Relevancy.cs,
17001           beagled/EvolutionMailDriver/CamelIndexDriver.cs,
17002           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Fix up some
17003           tiles, add a couple of conditionals to make the mail tile show
17004           dates correctly.  Remove some dead code,  Add a relevancy rule
17005           for email.  Fix up the indexing of mail dates, so we don't have
17006           received dates of 0 on all sent mail (requires a reindex).
17008 2004-11-10 16:46  campd
17010         * Tiles/: TileContact.cs, template-contact.html: make send-im work
17011           in the contact tiles even if there's no presence data
17013 2004-11-10 16:07  campd
17015         * Best/BestWindow.cs, Tiles/Tile.cs, Tiles/TileMailMessage.cs,
17016           Tiles/template-mail-message.html: Use the dog a the window icon
17018           Hook up "send im" in email tiles
17020 2004-11-10 14:54  joeshaw
17022         * Filters/FilterOle.cs: FilterOle:GetInt32() and GetInt16() should
17023           be static
17025 2004-11-10 09:50  tigert
17027         * ChangeLog, Tiles/template-page.css, Tiles/template-picture.html:
17028           niftyification for pictures, made the width restriction to the
17029           stylesheet, so the img tag doesnt need the width="80" - this
17030           makes it not stretch smaller images big which looked bad.
17032 2004-11-10 06:03  tigert
17034         * Tiles/template-mockup.html: oops, rather hardcode
17035           /opt/gnome/share/icons than /home/tigert/cvs - at least it has a
17036           bit more chances to actually show the image for others as well..
17037           even though it is a mockup..
17039 2004-11-10 06:01  tigert
17041         * ChangeLog, Tiles/template-mockup.css, Tiles/template-mockup.html,
17042           Tiles/template-page.css: added a mockup template/css to have
17043           examples of all tile types shortly also tweaked the real
17044           stylesheet a bit.
17046 2004-11-10 05:42  fhedberg
17048         * beagled/: BeagleDaemon.cs, NetworkService.cs: Minor fix, adding
17049           --port to beagled for networking.
17051 2004-11-09 17:36  tigert
17053         * ChangeLog, Tiles/template-mail-message.html: added date & snippet
17054           dummy
17056 2004-11-09 17:18  tigert
17058         * Tiles/template-page.css: fixed the "open folder" icon to use
17059           stock..
17061 2004-11-09 17:06  tigert
17063         * Tiles/template-page.css: added min-height to fix the icon
17064           clipping.. hopefully I got the stock notation right from the
17065           bullet definition.. -tig-
17067 2004-11-09 15:53  campd
17069         * Tiles/template-folder.html: use the theme's folder icon for
17070           directory tiles
17072 2004-11-09 15:49  campd
17074         * Tiles/: SimpleRootTile.cs, Template.cs, TileFromTemplate.cs,
17075           TileMailMessage.cs, template-mail-message.html,
17076           template-page.css: Let templates specify a stock image size
17078           fixed mail image sizes
17080 2004-11-09 15:22  joeshaw
17082         * beagled/: LuceneDriver.cs, LuceneQueryable.cs: Have the
17083           LuceneDriver add the hits directly to the IQueryResult rather
17084           than returning them to the LuceneQueryable, and fire them off in
17085           batches of 200 hits at a time.  Makes very large queries from a
17086           single LuceneDriver source much more interactive.  (Use 200 since
17087           that's the value Lucene uses to cache hits in memory)
17089 2004-11-09 15:11  joeshaw
17091         * BeagleClient/Hit.cs, beagled/LuceneQueryable.cs,
17092           beagled/Makefile.am,
17093           beagled/EvolutionMailDriver/CamelIndexDriver.cs,
17094           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Get mail
17095           working again
17097 2004-11-09 14:38  tigert
17099         * ChangeLog, Tiles/template-page.css: prettyification
17101 2004-11-09 13:39  trow
17103         * Filters/FilterHtml.cs, Filters/FilterOpenOffice.cs,
17104           Filters/FilterText.cs, beagled/Filter.cs,
17105           beagled/FilteredIndexable.cs, beagled/LuceneDriver.cs,
17106           beagled/Makefile.am, beagled/PathFinder.cs, beagled/TextCache.cs,
17107           beagled/BlamQueryable/BlamQueryable.cs: Added some very, very
17108           preliminary support for the plaintext cache.  Only re-index
17109           Blam's collection.xml if it has actually changed.  Don't die if
17110           we can't set an EA on a file.
17112 2004-11-09 11:11  trow
17114         * Best/BestWindow.cs: Disable non-local backends (i.e. google)
17116 2004-11-08 23:35  trow
17118         * Util/Inotify.cs, beagled/Makefile.am,
17119           beagled/TomboyQueryable/TomboyQueryable.cs: Fix the Tomboy
17120           backend to work w/ the new scheduling & inotify stuff.  (It is
17121           still disabled due to some inotify weirdness, though.)
17123 2004-11-08 21:13  trow
17125         * AUTHORS: Added some people to AUTHORS.
17127 2004-11-08 20:41  trow
17129         * Util/FrequencyStatistics.cs, Util/ImBuddy.cs, Util/Inotify.cs,
17130           beagled/BeagleDaemon.cs, beagled/BlamQueryable/BlamQueryable.cs,
17131           beagled/FileSystemQueryable/FileSystemQueryable.cs,
17132           beagled/FileSystemQueryable/WatchedDirectory.cs,
17133           beagled/GaimLogQueryable/GaimLogQueryable.cs,
17134           glue/inotify-glue.c: Inotify enhancements.  We now have one
17135           thread pulling events off of the kernel queue, reading them in
17136           chunks and putting them into a local queue.  A second thread
17137           pulls the events out of that queue and fires Inotify.Event.
17139 2004-11-08 06:08  fhedberg
17141         * configure.in, beagled/BeagleDaemon.cs, beagled/Makefile.am,
17142           beagled/NetworkDriver.cs, beagled/NetworkHandler.cs,
17143           beagled/NetworkService.cs: Added experimental networking support
17145 2004-11-08 03:24  fhedberg
17147         * beagled/QueryBody.cs: Added binary binary serialization.
17149 2004-11-06 20:02  fhedberg
17151         * Tiles/TileBlog.cs, Tiles/template-blog.html,
17152           images/icon-blog.png: New blog icon. Changed tile to use actions,
17153           opens item in browser as default.
17155 2004-11-06 17:25  fhedberg
17157         * beagled/BlamQueryable/BlamQueryable.cs: Adapted BlamQueryable to
17158           trow's "Big Merge" changes. Added the item and weblog uri
17159           properties.
17161 2004-11-05 12:24  campd
17163         * Tiles/: Tile.cs, TileFromTemplate.cs: Repopulate when the tile
17164           changes
17166 2004-11-04 18:31  trow
17168         * beagled/: FilteredIndexable.cs,
17169           FileSystemQueryable/FileSystemQueryable.cs: Set "crawl mode" on
17170           filters when crawling.  (This influences how we FileAdvise after
17171           processing a file.)
17173 2004-11-04 16:46  trow
17175         * configure.in: Add -lXss to X_LIBS.
17177 2004-11-04 16:42  trow
17179         * glue/screensaver-glue.c: Make sure we hold the X lock before
17180           calling XScreenSaverQueryInfo.
17182 2004-11-04 16:39  trow
17184         * beagled/Makefile.am: Fix a build glitch.
17186 2004-11-04 16:37  trow
17188         * beagled/: Crawler.cs, IQueryable.cs, LuceneDriver.cs,
17189           LuceneQueryable.cs, Makefile.am, Ping.cs, Queryable.cs,
17190           wrapper.in, EvolutionMailDriver/EvolutionMailDriver.cs,
17191           FileSystemQueryable/CrawlQueue.cs,
17192           FileSystemQueryable/EventStatistics.cs,
17193           FileSystemQueryable/FileSystemQueryable.cs,
17194           FileSystemQueryable/LastCrawlTime.cs,
17195           FileSystemQueryable/WatchedDirectory.cs,
17196           GaimLogQueryable/GaimLogQueryable.cs: The big merge.
17198 2004-11-04 16:31  trow
17200         * tools/beagle-status: Don't require a very recent version of
17201           'tail'.
17203 2004-11-04 15:57  trow
17205         * Util/: ExtendedAttribute.cs, Scheduler.cs: A bunch of Scheduler
17206           fixes.  Use string-paths instead of FileSystemInfos in the
17207           ExtendedAttribute API.  FileSystemInfo is the devil's candy.
17209 2004-11-04 15:54  llipka
17211         * Tiles/: template-file.html, template-music.html,
17212           template-page.css, template-picture.html: Fixed the "Reveal in
17213           file manager" icon.
17215 2004-11-04 15:53  llipka
17217         * images/: Makefile.am, action-reveal.png: Added the "Reveal in
17218           file manager" icon.
17220 2004-11-04 15:50  llipka
17222         * beagled/BlamQueryable/BlamQueryable.cs: Rather check for
17223           .gnome2/blam/collections.xml than just .gnome2/blam/
17225 2004-11-04 14:55  campd
17227         * Best/BestWindow.cs, Tiles/Template.cs,
17228           Tiles/TileHitCollection.cs: show five tiles at a time to reduce
17229           paging
17231 2004-11-04 14:29  campd
17233         * Tiles/: TileCanvas.cs, TileHitCollection.cs, TileImLog.cs,
17234           template-foot.html, template-head.html: Save email addresses for
17235           buddies to avoid too much querying
17237           Handle file:/// uris with gnome-open (although for some reason
17238           mozilla doesn't seem to want to give me file:/// uri links)
17240           Fixed some html validness problems
17242 2004-11-04 13:55  tigert
17244         * ChangeLog, Tiles/template-blog.html, Tiles/template-file.html,
17245           Tiles/template-im-log.html, Tiles/template-page.css: updated the
17246           stylesheet: added <div class="date"> for the "last modified 2
17247           days ago.." -stuff, and made a bunch of tiles to use it. Also
17248           fixed a cosmetic flaw on the actions line, now it doenst have
17249           such a huge indent.
17251 2004-11-04 11:54  trow
17253         * beagled/Filter.cs: Don't try to instantiate abstract classes.
17254           (Fix from Raphaël Slinckx)
17256 2004-11-04 11:40  nat
17258         * Tiles/TileImLog.cs: Don't keep querying the addressbook if it
17259           doesn't work.
17261 2004-11-04 11:34  nat
17263         * Filters/FilterFlac.cs, Filters/Makefile.am, Util/FlacReader.cs,
17264           Util/Makefile.am: FLAC filter from Rafael Slinckx
17266 2004-11-04 09:56  nat
17268         * beagled/BlamQueryable/BlamQueryable.cs: Return if we can't get a
17269           collection of feeds.
17271 2004-11-04 07:26  nat
17273         * beagled/EvolutionMailDriver/CamelIndexDriver.cs: Don't cast the
17274           Uri to a string, since that makes ArrayList.Remove stop working.
17275           Also, BinarySearch doesn't work for Uri objects, since they don't
17276           support IComparer.
17278 2004-11-03 17:50  joeshaw
17280         * BeagleClient/Query.cs, Best/BestWindow.cs,
17281           Tiles/SimpleRootTile.cs, tools/Query.cs: On the client side use
17282           collections of Hits and Uris to help speed things up
17284 2004-11-03 17:36  joeshaw
17286         * BeagleClient/Hit.cs, BeagleClient/Query.cs,
17287           BeagleClient/QueryProxy.cs, beagled/QueryImpl.cs: Use a binary
17288           format instead of an XML format for sending the hits across the
17289           wire.  Even base64 encoded it will reduce the amount of data
17290           going over the wire and speed up both serialization and
17291           deserialization of the hits
17293 2004-11-03 17:27  campd
17295         * Tiles/Template.cs, Tiles/TileBlog.cs, Tiles/TileCanvas.cs,
17296           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs, Util/Vfs.cs,
17297           images/Images.cs: Various Best speedups
17299 2004-11-02 15:34  joeshaw
17301         * Best/best.in: Add TrayIcon to MONO_PATH and
17302           TrayIcon/libtrayicon/.libs to LD_LIBRARY_PATH when running an
17303           uninstalled copy
17305 2004-11-02 15:26  joeshaw
17307         * Tiles/: Makefile.am, TileImLog.cs: Comment out the bulk of
17308           GetEmailForIm if you don't have evo-sharp
17310 2004-11-02 15:22  campd
17312         * Best/BestTray.cs, Util/Makefile.am, Util/XKeybinder.cs,
17313           glue/Makefile.am, glue/eggaccelerators.c, glue/eggaccelerators.h,
17314           glue/tomboykeybinder.c, glue/tomboykeybinder.h: show the best
17315           window on F12
17317 2004-11-02 14:54  campd
17319         * Best/: BestTray.cs, BestWindow.cs: handle DeleteEvent on the
17320           window, focus the entry and select all the text when the dog
17321           button is pressed.
17323 2004-11-02 14:37  joeshaw
17325         * configure.in: we need evo-sharp 0.6 now
17327 2004-11-02 14:19  nat
17329         * Tiles/: TileImLog.cs, template-im-log.html: Don't show the "Send
17330           Mail" action unless we actually know the dude's email adress.
17332 2004-11-02 13:58  nat
17334         * Makefile.am, configure.in, Best/Best.cs, Best/BestTray.cs,
17335           Best/BestWindow.cs, Best/Makefile.am, Best/TrayIcon/.cvsignore,
17336           Best/TrayIcon/Egg.metadata, Best/TrayIcon/Makefile.am,
17337           Best/TrayIcon/libtrayicon-sources.xml,
17338           Best/TrayIcon/libtrayicon/.cvsignore,
17339           Best/TrayIcon/libtrayicon/Makefile.am,
17340           Best/TrayIcon/libtrayicon/eggtrayicon.c,
17341           Best/TrayIcon/libtrayicon/eggtrayicon.h, images/Makefile.am,
17342           images/smalldog.png, images/smalldogalert.png: Add a tray icon to
17343           Best.
17345 2004-11-02 12:32  campd
17347         * Tiles/: TileFile.cs, TileMusic.cs, TilePicture.cs,
17348           template-mail-message.html, template-music.html,
17349           template-picture.html: Derive the Music and Picture tiles from
17350           TileFile, and fix the mail icons (although they're still too
17351           small)
17353 2004-11-02 07:47  nat
17355         * Tiles/: TileImLog.cs, template-im-log.html: Small visual bug.
17357 2004-11-02 06:43  nat
17359         * Tiles/: Tile.cs, TileFile.cs, TileMailMessage.cs, TileMusic.cs,
17360           template-file.html, template-mail-message.html,
17361           template-music.html: Added "Reveal in file manager."
17363           The music tile falls back on the filename if we don't have the
17364           Song information.
17366 2004-11-02 06:17  nat
17368         * beagled/Makefile.am: Disabling the Google backend for now.  It
17369           works, but it keeps popping up while I'm trying to test other
17370           things.  Same report from Tuomas, ergo this is disabled until we
17371           can get it to sort right.
17373 2004-11-02 05:45  nat
17375         * Tiles/Tile.cs, Tiles/TileImLog.cs, beagled/Makefile.am:
17376           Clicking on "Send Im" works now for AIM, if you have Gaim's
17377           remote-control plugin enabled.
17379 2004-11-02 05:25  nat
17381         * Tiles/Tile.cs, Tiles/TileContact.cs, Tiles/TileFile.cs,
17382           Tiles/TileImLog.cs, Tiles/template-contact.html,
17383           Tiles/template-file.html, Tiles/template-im-log.html,
17384           beagled/Makefile.am, beagled/BlamQueryable/BlamQueryable.cs: Make
17385           "Send Mail" work on contacts and IM logs.
17387           Make "Send to" work on files.
17389           Some robustness here and there.
17391 2004-11-02 01:41  llipka
17393         * Makefile.am, configure.in: Fix build bug
17395 2004-11-01 18:27  campd
17397         * Tiles/TileImLog.cs: removed spew
17399 2004-11-01 18:24  campd
17401         * BeagleClient/Hit.cs, Best/BestWindow.cs, Tiles/SimpleRootTile.cs,
17402           Tiles/Template.cs, Tiles/Tile.cs, Tiles/TileBlog.cs,
17403           Tiles/TileFile.cs, Tiles/TileFolder.cs,
17404           Tiles/TileFromHitTemplate.cs, Tiles/TileImLog.cs,
17405           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs, Tiles/TileNote.cs,
17406           Tiles/TilePicture.cs, Tiles/template-blog.html,
17407           Tiles/template-contact.html, Tiles/template-file.html,
17408           Tiles/template-folder.html, Tiles/template-im-log.html,
17409           Tiles/template-mail-message.html, Tiles/template-music.html,
17410           Tiles/template-note.html, Tiles/template-picture.html,
17411           Tiles/template-web-history.html, images/Images.cs,
17412           images/Makefile.am: Fixed up some actions, moved actions into the
17413           Tiles rather than hard-coding everything into the hit, and use
17414           buddy icons for im tiles.
17416 2004-11-01 17:46  clahey
17418         * ChangeLog: 2004-11-01  Chris Lahey  <clahey@ximian.com>
17420                   * tray/TrayIcon/Makefile.am (install-exec-local,
17421           uninstall-local):
17422                   Use pkglibdir instead of libdir to avoid collisions.
17424 2004-11-01 15:04  campd
17426         * configure.in, Best/Best.cs, Util/GeckoUtils.cs: Use system fonts
17427           for gecko
17429 2004-10-29 18:13  rml
17431         * Best/BestWindow.cs: Best/BestWindow.cs: s/Enter search
17432           terms:/Search terms:/
17434 2004-10-29 16:43  rml
17436         * beagled/: Filter.cs, LuceneDriver.cs: beagled/Filter.cs: Turn on
17437           the increased readahead before we initiate the preload, so that
17438           the preload can benefit from the increased readahead.
17440           beagled/LucenseDriver.cs: whitespace cleanup.
17442 2004-10-29 15:55  campd
17444         * Best/BestWindow.cs, Tiles/SimpleRootTile.cs,
17445           Tiles/TileHitCollection.cs, Tiles/template-foot.html,
17446           Tiles/template-note.html: put the pager in the gtk dialog rather
17447           than the html
17449 2004-10-29 09:39  llipka
17451         * Tiles/: template-im-log.html, template-page.css: Let everyone
17452           feel the love with our beautiful UI
17454 2004-10-29 06:09  llipka
17456         * Tiles/: TileContact.cs, template-blog.html,
17457           template-bugzilla.html, template-contact.html,
17458           template-file.html, template-folder.html, template-foot.html,
17459           template-google.html, template-im-log.html,
17460           template-mail-message.html, template-music.html,
17461           template-note.html, template-page.css, template-picture.html,
17462           template-web-history.html: Dave is the man! And also updated the
17463           renderers.
17465 2004-10-29 03:23  nat
17467         * Tiles/Template.cs: Patch from Lukas to fix a crash
17469 2004-10-29 02:45  nat
17471         * configure.in, glue/Makefile.am: Don't hard code the path to
17472           libX11
17474 2004-10-28 21:11  trow
17476         * configure.in: Applied Alex Graveley's patch to generally Do The
17477           Right Thing with respect to the TrayIcon stuff.  This fixes bug
17478           #156738 (which was actually a dup of #155630)
17480 2004-10-28 20:46  trow
17482         * BeagleClient/Indexable.cs, beagled/FilteredIndexable.cs: Add a
17483           do-nothing virtual Build() method to Indexable, which
17484           FilteredIndexable overrides.  Small FilteredIndexable clean-ups,
17485           mostly Uri-related.
17487 2004-10-28 20:43  trow
17489         * beagled/FileSystemQueryable/FileNameFilter.cs: Added more
17490           autotools-related temp files to the default exclusion list.
17492           This is the correct file.  Honest.
17494 2004-10-28 20:43  trow
17496         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Reverting
17497           last commit: I committed the wrong file.
17499 2004-10-28 20:39  trow
17501         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Added more
17502           autotools-related temp files to the default exclusion list.
17504 2004-10-28 20:37  trow
17506         * beagled/BeagleDaemon.cs: Add a --debug option to set the default
17507           log level to Debug.  Start the global scheduler on start-up, stop
17508           it on shutdown.
17510 2004-10-28 20:35  trow
17512         * beagled/ExtractContent.cs: Minor clean-up.
17514 2004-10-28 19:52  trow
17516         * Util/Inotify.cs: When we ignore a directory, return the
17517           associated watch descriptor.  Added some code to recursively
17518           watch directories in the inotify test code.
17520 2004-10-28 19:26  trow
17522         * Util/: FrequencyStatistics.cs, Makefile.am, Scheduler.cs,
17523           SystemInformation.cs, TaskManager.cs: The sort of code that comes
17524           in handy from time to time.
17526 2004-10-28 19:23  trow
17528         * glue/: Makefile.am, screensaver-glue.c: Some glue around
17529           XScreenSaverQueryInfo.
17531 2004-10-28 18:14  campd
17533         * configure.in, BeagleClient/Query.cs, Best/Best.cs,
17534           Best/BestWindow.cs, Best/Makefile.am, Best/best.in,
17535           Filters/FilterMusic.cs, Tiles/Makefile.am,
17536           Tiles/SimpleRootTile.cs, Tiles/Template.cs, Tiles/Tile.cs,
17537           Tiles/TileActionAttribute.cs, Tiles/TileBlog.cs,
17538           Tiles/TileBugzilla.cs, Tiles/TileCanvas.cs, Tiles/TileContact.cs,
17539           Tiles/TileFile.cs, Tiles/TileFolder.cs,
17540           Tiles/TileFromHitTemplate.cs, Tiles/TileFromTemplate.cs,
17541           Tiles/TileGoogle.cs, Tiles/TileHitCollection.cs,
17542           Tiles/TileImLog.cs, Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
17543           Tiles/TileNote.cs, Tiles/TilePicture.cs,
17544           Tiles/TileRenderContext.cs, Tiles/TileStyleAttribute.cs,
17545           Tiles/TileWebHistory.cs, Tiles/template-blog.html,
17546           Tiles/template-bugzilla.html, Tiles/template-contact.html,
17547           Tiles/template-file.html, Tiles/template-folder.html,
17548           Tiles/template-foot.html, Tiles/template-google.html,
17549           Tiles/template-head.html, Tiles/template-hit-collection.html,
17550           Tiles/template-im-log.html, Tiles/template-mail-message.html,
17551           Tiles/template-music.html, Tiles/template-note.html,
17552           Tiles/template-page.css, Tiles/template-picture.html,
17553           Tiles/template-web-history.html, Util/GeckoUtils.cs,
17554           Util/Makefile.am, Util/StringFu.cs, Util/Vfs.cs, Util/gnome.cs,
17555           glue/Makefile.am, glue/gecko-utils.cpp, glue/gecko-utils.h,
17556           images/Images.cs: Converted from GtkHtml to gecko
17558           Reworked the templating and layout system to be a lot cleaner
17560           Implement tigert's new tile layout
17562           Fixed string memory handling issues in the various gnome bindings
17564 2004-10-27 18:36  rml
17566         * README, Util/Inotify.cs, doc/TODO-integration: Misc. and trivial
17567           documentation changes.
17569 2004-10-26 17:08  joeshaw
17571         * beagled/LuceneDriver.cs: Nuke the filtering code from
17572           FilterHits(), since we filter out potential hits with the same
17573           URI at indexing-time, so we'll really never get any good results
17574           from this.  Also avoid using Lucene's Document.Get function,
17575           since it iterates over a list of properties, and just iterate
17576           over them ourselves once and set properties as we come upon them.
17578 2004-10-26 12:22  rml
17580         * Util/Inotify.cs,
17581           beagled/FileSystemQueryable/FileSystemQueryable.cs: Print a
17582           warning when we detect a queue overflow on the inotift device.
17584           We really don't want queue overflows to happen.
17586 2004-10-25 17:30  rml
17588         * beagled/Filter.cs: Whitespace cleanups to silence the critics.
17590 2004-10-25 16:53  clahey
17592         * ChangeLog, tools/Makefile.am: 2004-10-25  Chris Lahey
17593           <clahey@ximian.com>
17595                   * tools/Makefile.am (EXTRA_DIST): Added beagle-shutdown
17596           and
17597                   beagle-status.
17599 2004-10-25 16:32  clahey
17601         * ChangeLog, tools/Makefile.am: 2004-10-25  Chris Lahey
17602           <clahey@ximian.com>
17604                   * tools/Makefile.am: Remove UPDATE_SCRIPT
17606 2004-10-21 11:52  trow
17608         * configure.in: Require evo-sharp 0.5.
17610 2004-10-19 19:43  joeshaw
17612         * BeagleClient/IIndexableGenerator.cs,
17613           Util/ThreadedPriorityQueue.cs, beagled/LuceneDriver.cs,
17614           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Add a
17615           StatusName property to IIndexableGenerator so that we have some
17616           useful info to print out when we run beagle-status.  Add
17617           Contains() methods to IIndexableGenerator and LuceneDriver, and
17618           don't queue up generators for addition if they're already
17619           scheduled.  Implement a value-based Equals() for the QueueItem
17620           and EvolutionMailIndexableGenerator.  Get scheduled deletes
17621           working again in the mail driver, and add an inotify watcher on
17622           the IMAP folders as well.
17624 2004-10-19 17:38  rml
17626         * Util/FileAdvise.cs, beagled/BeagleDaemon.cs: Add a TestAdvise
17627           method to FileAdvise to do a NormalAdvise on a known file and log
17628           any failures.  Now that the other advice calls fail silently,
17629           this let's users see on beagle startup that their Gentoo is
17630           broken.
17632           I put the call in beagled/BeagleDaemon.cs::Main().  It could
17633           probably go somewhere better.
17635 2004-10-19 16:35  rml
17637         * Util/FileAdvise.cs, beagled/Filter.cs: Don't generate an
17638           exception when a FileAdvise fails--they are just hints, and we do
17639           not care.
17641           We may want to log the failure via log.Debug() but we definitely
17642           don't want to throw exceptions everywhere and run amock for
17643           broken Gentoo users.
17645 2004-10-19 13:52  trow
17647         * configure.in: In the post-configure spew, say whether or not
17648           gsf-sharp was found.
17650 2004-10-19 13:27  joeshaw
17652         * BeagleClient/IIndexableGenerator.cs, beagled/LuceneDriver.cs,
17653           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Add a
17654           HasNextIndexable() method to IIndexableGenerator and allow
17655           GetNextIndexable() to return null.  This gives the LuceneDriver
17656           more control over the throttling of the generators, when it might
17657           need to process large amounts of data but return few indexables.
17658           (Ie, mail when you only have, say 50 new messages in an inbox of
17659           70,000)
17661 2004-10-19 12:23  trow
17663         * beagled/Filter.cs: Some fixes from last week that I forgot to
17664           commit, merged with Robert's recent fixes.
17666 2004-10-19 12:13  rml
17668         * ChangeLog, beagled/Filter.cs: 2004-10-19  Robert Love
17669           <rml@novell.com>
17671                   * beagled/Filter.cs: move the FlushCache inside of the
17672           NULL check,
17673                     along with the Close. A bigger question, though, is why
17674           can the
17675                     FileStream ever be NULL here?
17677 2004-10-18 17:30  rml
17679         * AUTHORS, ChangeLog, glue/inotify-glue.c: 2004-10-18  Robert Love
17680           <rml@novell.com>
17682                   * glue/inotify-glue.c: clean this up; remove some cruft;
17683           do error
17684                     checking on the read (removes a FIXME)
17686           Note: Dave Camp is an assassin.
17688 2004-10-18 16:29  joeshaw
17690         * beagled/LuceneDriver.cs: LNS.BooleanQuery has a limit of 1024
17691           terms, so chunk the URIs in QueryByUri () and do multiple queries
17692           if necessary.
17694 2004-10-18 15:41  campd
17696         * beagled/: BeagleDaemon.cs, BlamQueryable/BlamQueryable.cs,
17697           EvolutionMailDriver/CamelIndexDriver.cs,
17698           EvolutionMailDriver/EvolutionMailDriver.cs,
17699           GaimLogQueryable/GaimLogQueryable.cs: Move a few Start() methods
17700           out to threads and register the dbus objects after instantiating
17701           queryables to reduce the amount of time between registering dbus
17702           services and being ready to serve them
17704 2004-10-17 16:17  tberman
17706         * AUTHORS, ChangeLog, Filters/HtmlAgilityPack/tools.cs: 2004-10-17
17707           Todd Berman  <tberman@off.net>
17709                   * AUTHORS: Changing my email to reflect something that
17710           might reach me.
17711                   * Filters/HtmlAgilityPack/tools.cs: Compilation fix for
17712           1.1.1
17714 2004-10-17 15:42  tberman
17716         * ChangeLog, Best/best.in: 2004-10-17  Todd Berman
17717           <tberman@off.net>
17719                   * Best/best.in: Add directory containing
17720           libinofityglue.so to
17721                     LD_LIBRARY_PATH.
17723 2004-10-17 02:29  nat
17725         * tools/: Query.cs, beagle-query.man: Fix up the usage.
17727 2004-10-16 17:36  rml
17729         * ChangeLog, chooser-fu/beaglequery.c: 2004-10-16  Robert Love
17730           <rml@novell.com>
17732                   * chooser-fu/beaglequeru.c: fix compile warning; remove
17733           unused
17734                     variable; strptime() does not init fields it does not
17735           touch, so
17736                     zero them all out.
17738 2004-10-16 16:15  trow
17740         * screenshots/2004-10-16-first-pretty-beagle-web-page.png: Our
17741           family album.
17743 2004-10-16 05:20  nat
17745         * tools/Query.cs: Usage.
17747 2004-10-15 14:55  joeshaw
17749         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: we also want
17750           to reindex when people blow away their caches
17752 2004-10-15 14:40  joeshaw
17754         * beagled/: LuceneDriver.cs, LuceneQueryable.cs,
17755           EvolutionMailDriver/CamelIndexDriver.cs,
17756           EvolutionMailDriver/EvolutionMailDriver.cs: Add a QueryByUri()
17757           method to the LuceneDriver.  Make the CamelIndexDriver query the
17758           LuceneDriver to get summary info from the index rather than
17759           walking the summary by hand... should speed up camel index
17760           queries a lot.  Also use xattrs on the summaries to know if we
17761           should bother crawling them at startup.
17763 2004-10-15 09:38  trow
17765         * configure.in, Filters/FilterDOC.cs, Filters/Makefile.am,
17766           beagled/FileSystemQueryable/FileNameFilter.cs: Only build the MS
17767           Office filters if gsf-sharp is present.  Ignore a few temporary
17768           files generated by configure.
17770 2004-10-15 09:27  trow
17772         * ChangeLog, Filters/FilterPPT.cs: Filter for MS power point
17773           presentation docs.
17775 2004-10-15 09:20  trow
17777         * ChangeLog, configure.in, Filters/FilterDOC.cs,
17778           Filters/FilterOle.cs, Filters/Makefile.am: Added filter for
17779           MSWord documents.
17781 2004-10-15 09:13  trow
17783         * Filters/FilterHtml.cs, Filters/FilterJpeg.cs,
17784           Filters/FilterMusic.cs, Filters/FilterPdf.cs,
17785           Filters/FilterPng.cs, Filters/FilterRTF.cs,
17786           Filters/FilterSource.cs, Filters/FilterTexi.cs,
17787           Filters/FilterText.cs, Util/ImBuddy.cs, Util/JpegHeader.cs,
17788           Util/Makefile.am, Util/PageCache.cs, Util/PullingReader.cs,
17789           beagled/Filter.cs, tools/Query.cs: Some filter api changes to
17790           allow us to use FileAdvise.  Misc. filter clean-up.  Changed the
17791           ImBuddy code to use inotify for file change notifications.  Added
17792           timing information to beagle-query.
17794 2004-10-15 01:46  trow
17796         * beagled/Queryable.cs: Removed some debug spew that I left in by
17797           mistake.
17799 2004-10-15 00:17  trow
17801         * beagled/FileSystemQueryable/: CrawlQueue.cs,
17802           FileSystemQueryable.cs: Even more verbosity in the status output.
17804 2004-10-14 23:39  trow
17806         * tools/Makefile.am: Add beagle-status to bin_SCRIPTS.
17808 2004-10-14 23:38  trow
17810         * Util/ThreadedPriorityQueue.cs, beagled/BeagleDaemon.cs,
17811           beagled/BugzillaDriver.cs, beagled/GoogleDriver.cs,
17812           beagled/IQueryable.cs, beagled/LuceneDriver.cs,
17813           beagled/LuceneQueryable.cs, beagled/Ping.cs,
17814           beagled/QueryDriver.cs, beagled/Queryable.cs,
17815           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
17816           beagled/FileSystemQueryable/FileSystemQueryable.cs,
17817           tools/beagle-status: Added a mechanism for queryables to return
17818           human-readable status strings, along with a way to access those
17819           status strings via D-BUS.
17821 2004-10-14 18:17  nat
17823         * BeagleClient/Factory.cs, Tiles/TileHitCollection.cs,
17824           Tiles/TileImLog.cs, Tiles/template-im-log.html,
17825           Tiles/template-mail-message.html, Util/ImBuddy.cs,
17826           Util/Makefile.am, Util/StringFu.cs, tools/Query.cs: Patch from
17827           Matt Jones to display IM aliases instead of IM names.
17829           Initial, crappy snippet code for IM logs.
17831           Valign all tiles to the top of their row.
17833           Pretty-print duration and start time of conversations.
17835           Some other various crap.
17837 2004-10-14 15:12  rml
17839         * ChangeLog, Util/FileAdvise.cs, Util/Makefile.am,
17840           beagled/Crawler.cs: 2004-10-14  Robert Love  <rml@novell.com>
17842                   * Util/FileAdvise.cs: new file, implementing the advice
17843           stuff
17844                   * Util/Makefile.am: build FileAdvise.cs
17846 2004-10-14 14:02  joeshaw
17848         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Check the
17849           dirName in addition to the folderName when checking for spam/junk
17850           folders, so that we don't end up indexing spam on IMAP
17852 2004-10-14 13:08  nat
17854         * Tiles/TileImLog.cs: Pretty printing of dates/durations
17856 2004-10-14 11:19  tigert
17858         * ChangeLog, Tiles/template-im-log.html, images/Makefile.am,
17859           images/im-aim.png: stylized the im tile a bit..
17861 2004-10-13 23:12  trow
17863         * Util/Inotify.cs, beagled/BeagleDaemon.cs,
17864           beagled/FilteredIndexable.cs, beagled/QueryDriver.cs,
17865           beagled/FileSystemQueryable/CrawlQueue.cs,
17866           beagled/FileSystemQueryable/EventStatistics.cs: Catch exceptions
17867           thrown while firing the InotifyEvent event.  Cleaned up beagled's
17868           argument processing.  Added a mechanism to allow or deny backends
17869           by name on the command line.  Tweaked the timing in CrawlQueue.
17870           Retooled EventStatistics.  Commented out the crappy f-spot hack
17871           in FilteredIndexable.
17873 2004-10-13 21:50  trow
17875         * Util/: Makefile.am, TaskManager.cs, ThreadedPriorityQueue.cs: The
17876           task manager manages tasks.
17878 2004-10-13 18:18  joeshaw
17880         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Don't index
17881           spam/junk folders.  Pick up where we left off when indexing.
17883 2004-10-13 17:25  joeshaw
17885         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Save our
17886           indexing state to disk every 500 mails, not just when we're
17887           finished
17889 2004-10-13 16:55  joeshaw
17891         * beagled/: Makefile.am, EvolutionMailDriver/CamelIndexDriver.cs,
17892           EvolutionMailDriver/EvolutionMailDriver.cs: The best evolution
17893           mail backend ever!
17895 2004-10-13 14:36  trow
17897         * logo/: beagle_logo-print.svg, beagle_logo-web.svg: Beagle logo
17898           SVGs.
17900 2004-10-13 14:20  joeshaw
17902         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Queue up
17903           added URIs so that we don't hose the machine when querying while
17904           indexing
17906 2004-10-12 17:14  campd
17908         * beagled/: QueryImpl.cs, QueryResult.cs: Clean up QueryImpl
17909           disposing
17911 2004-10-12 16:53  campd
17913         * beagled/IQueryWorker.cs: forgot this
17915 2004-10-12 16:47  campd
17917         * beagled/BeagleDaemon.cs: Added a --replace option to beagled
17918           which shuts down an existing beagled and replaces it
17920 2004-10-12 16:18  campd
17922         * Util/ThreadedPriorityQueue.cs, beagled/BeagleDaemon.cs,
17923           beagled/BugzillaDriver.cs, beagled/Crawler.cs,
17924           beagled/FactoryImpl.cs, beagled/Makefile.am,
17925           beagled/QueryDriver.cs, beagled/QueryImpl.cs,
17926           beagled/QueryResult.cs, beagled/Queryable.cs,
17927           beagled/Shutdown.cs,
17928           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
17929           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
17930           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Some shutdown
17931           fixes:
17933           Fixed a race in EvolutionDataServerQuerable that would cause it
17934           to miss shutdown requests and wait around indefinitely
17936           WorkerStart now returns false if shutdown has been requested,
17937           workers should exit if WorkerStart returns false
17939           Changed the QueryWorker delegate to an IQueryWorker interface, so
17940           that we can ToString the worker to get more information
17942           Added some debugging spew
17944 2004-10-12 12:25  campd
17946         * beagled/: BeagleDaemon.cs, BugzillaDriver.cs, GoogleDriver.cs,
17947           IQueryable.cs, LuceneDriver.cs, LuceneQueryable.cs,
17948           QueryDriver.cs, Queryable.cs, BlamQueryable/BlamQueryable.cs,
17949           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
17950           EvolutionMailDriver/EvolutionMailDriver.cs,
17951           FileSystemQueryable/FileSystemQueryable.cs,
17952           GaimLogQueryable/GaimLogQueryable.cs,
17953           TomboyQueryable/TomboyQueryable.cs: Added a Start() method to
17954           querables.  Queryables should intialize in the constructor and
17955           start threads/work in the Start method.
17957           Call Start() after the process daemonizes.
17959 2004-10-11 21:19  trow
17961         * Util/FileSystem.cs, beagled/Crawler.cs, beagled/LuceneDriver.cs,
17962           beagled/Makefile.am,
17963           beagled/FileSystemQueryable/EventStatistics.cs,
17964           beagled/FileSystemQueryable/FileSystemQueryable.cs: Be smarter
17965           about dealing with symlinks.  The beginnings of some code for
17966           tracking event timing statistics.
17968 2004-10-11 19:41  trow
17970         * Util/Inotify.cs: Hold a reference to our InotifyEventCallback to
17971           try to avoid magic trampoline errors.
17973 2004-10-11 17:19  joeshaw
17975         * beagled/: LuceneDriver.cs,
17976           EvolutionMailDriver/EvolutionMailDriver.cs: Reimplement Evo mail
17977           driver as a new spiffy IIndexableGenerator for memory happiness
17979 2004-10-11 11:46  trow
17981         * Filters/FilterJpeg.cs, Util/ExifData.cs, Util/JpegHeader.cs,
17982           Util/Makefile.am: A new jpeg filter using the real exif/jpeg
17983           processing code from f-spot.
17985 2004-10-10 18:28  nat
17987         * Tiles/TileNote.cs: Don't bomb out if Tomboy doesn't exist.
17989 2004-10-10 18:08  trow
17991         * BeagleClient/IIndexableGenerator.cs, BeagleClient/Makefile.am,
17992           beagled/LuceneDriver.cs: Support for indexable generators.
17994 2004-10-10 17:58  joeshaw
17996         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: More fixes
17997           for subfolders
17999 2004-10-10 17:43  trow
18001         * Tiles/TileFromTemplate.cs: Throw a sane exception if a tile asks
18002           for a non-existent resource.
18004 2004-10-10 17:32  trow
18006         * Util/ThreadedPriorityQueue.cs, beagled/LuceneDriver.cs,
18007           beagled/FileSystemQueryable/CrawlQueue.cs: Some changes to the
18008           priority queue to let us support Indexable generators.
18010 2004-10-10 17:23  campd
18012         * BeagleClient/Indexable.cs, BeagleClient/Property.cs,
18013           BeagleClient/Versioned.cs, BeagleClient/WebHistoryIndexer.cs,
18014           beagled/FilteredIndexable.cs, beagled/LuceneDriver.cs: Use xml
18015           serialization for the Indexables instead of hand-writing all the
18016           xml
18018 2004-10-10 17:20  joeshaw
18020         * beagled/: LuceneQueryable.cs,
18021           EvolutionMailDriver/EvolutionMailDriver.cs: I am a bug finding
18022           machine.  Fix the flicking email hits, and get subfolder URIs
18023           right.
18025 2004-10-10 14:31  joeshaw
18027         * Util/Inotify.cs: include the watch descriptor in the inotify
18028           verbose output
18030 2004-10-10 13:40  campd
18032         * BeagleClient/Factory.cs, BeagleClient/FileSystemIndexer.cs,
18033           BeagleClient/FileSystemIndexerProxy.cs, BeagleClient/Makefile.am,
18034           tools/CrawlerRSS20.cs, tools/IndexGaimLogs.cs,
18035           tools/IndexMail.cs, tools/Makefile.am,
18036           tools/beagle-update-index.in: Got rid of the obsolete
18037           crawlers/indexing tools
18039           Don't null out the factory object if beagle goes down
18041 2004-10-10 11:37  trow
18043         * BeagleClient/Query.cs, BeagleClient/QueryProxy.cs,
18044           Best/BestWindow.cs, Tiles/SimpleRootTile.cs, Tiles/Tile.cs,
18045           Tiles/TileNote.cs, beagled/QueryImpl.cs,
18046           beagled/FileSystemQueryable/FileNameFilter.cs: ]Added a means of
18047           getting the search text out of a query.  Added stuff to the file
18048           name filter to help the daemon avoid trying to index autotool
18049           temp files during compiles.  When clicking on a note tile, have
18050           tomboy open it with the search text highlighted.
18052 2004-10-10 11:20  andersca
18054         * ChangeLog, Util/ExtendedAttribute.cs: 2004-10-10  Anders Carlsson
18055            <andersca@gnome.org>
18057                   * Util/ExtendedAttribute.cs:
18058                   Check errno and add it to the exceptions on failure.
18060 2004-10-09 15:59  joeshaw
18062         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: Avoid
18063           exceptions on every query when .evolution doesn't exist
18065 2004-10-09 15:44  joeshaw
18067         * beagled/: LuceneDriver.cs,
18068           EvolutionMailDriver/EvolutionMailDriver.cs: Don't log deletions
18069           if we're going to add them right back.  Make the EvoMailDriver
18070           queue persistent, and when removing, make sure we have the right
18071           account name
18073 2004-10-09 15:39  campd
18075         * beagled/Shutdown.cs: Warn if there are more WorkerFinished than
18076           WorkerStart
18078 2004-10-09 14:13  campd
18080         * Util/ThreadedPriorityQueue.cs: fixed typo
18082 2004-10-09 14:12  campd
18084         * Util/ThreadedPriorityQueue.cs, beagled/Crawler.cs,
18085           beagled/QueryDriver.cs: Put some WorkerFinished calls into
18086           finally blocks
18088 2004-10-09 11:48  joeshaw
18090         * beagled/EvolutionMailDriver/EvolutionMailDriver.cs: oops, we're
18091           indexing some folder, not necessarily IMAP
18093 2004-10-09 08:55  trow
18095         * Tiles/: HitFlavor.cs, SimpleRootTile.cs, TileBlog.cs,
18096           TileBugzilla.cs, TileContact.cs, TileFile.cs, TileFolder.cs,
18097           TileGoogle.cs, TileHitCollection.cs, TileImLog.cs,
18098           TileMailMessage.cs, TileMusic.cs, TileNote.cs, TilePicture.cs,
18099           TileWebHistory.cs: Fixed tile ordering hack.
18101 2004-10-08 19:40  trow
18103         * Tiles/TileBlog.cs, Tiles/template-blog.html, beagled/beagled.in,
18104           beagled/BlamQueryable/BlamQueryable.cs,
18105           beagled/EvolutionMailDriver/EvolutionMailDriver.cs: More hacking
18106           on the blog backend and tile.  Set the LD_LIBRARY_PATH in the
18107           beagled wrapper so that we can find libcamel.  Explicitly specify
18108           that we are DllImporting libcamel.so.0.
18110 2004-10-08 19:39  joeshaw
18112         * configure.in, beagled/EvolutionMailDriver/EvolutionMailDriver.cs:
18113           get the right IMAP account name by using gconf
18115 2004-10-08 17:05  trow
18117         * beagled/BlamQueryable/BlamQueryable.cs: Oops.
18119 2004-10-08 17:05  trow
18121         * beagled/: BlamQueryable/BlamQueryable.cs,
18122           FileSystemQueryable/FileSystemQueryable.cs: Ch
18124 2004-10-08 16:45  trow
18126         * Util/Inotify.cs, glue/inotify.h: Switch to the latest & greatest
18127           inotify.  We now require rml's 757 kernel (or equivalent).
18129 2004-10-08 16:24  campd
18131         * doc/TODO-integration: Add "c bindings for the dbus interface"
18133 2004-10-08 16:13  trow
18135         * beagled/: Queryable.cs, QueryableFlavor.cs: Remove the Source
18136           from the QueryableFlavor.  Use the Name instead of the Source
18137           when calling QueryBody.AcceptSource in Queryable.AcceptSource.
18139 2004-10-08 16:08  joeshaw
18141         * beagled/: FilteredIndexable.cs, LuceneQueryable.cs, Makefile.am,
18142           EvolutionMailDriver/EvolutionMailDriver.cs: Replace MailQueryable
18143           with EvolutionMailDriver, which uses the Evolution local mail
18144           indexes directly, and which indexes in lucene summary data and
18145           cached imap messages
18147 2004-10-08 15:18  campd
18149         * BeagleClient/Hit.cs, Tiles/Tile.cs, Tiles/TileFile.cs,
18150           Tiles/TileFolder.cs, Tiles/TileMailMessage.cs,
18151           Tiles/TileMusic.cs, Tiles/TilePicture.cs,
18152           beagled/EvolutionDataServerQueryable/BookViewDriver.cs: Open
18153           mails with "evolution" rather than "evolution-1.5"
18155           Show an error dialog when opening a hit fails
18157           Fixed disconnecting from a view in the bookviewdriver
18159 2004-10-08 15:16  trow
18161         * images/: Makefile.am, emblem-blog.png, icon-blog.png: Images for
18162           the blog tile.
18164 2004-10-08 15:16  trow
18166         * Tiles/Makefile.am, Tiles/TileBlog.cs, Tiles/template-blog.html,
18167           beagled/BlamQueryable/BlamQueryable.cs,
18168           beagled/FileSystemQueryable/CrawlQueue.cs: Tweaks to the blam
18169           backend.  Added a tile for blog entries.  Changed the file system
18170           backend to crawl more often.
18172 2004-10-08 14:28  campd
18174         * tools/: Makefile.am, beagle-shutdown: added beagle-shutdown
18175           script
18177 2004-10-08 13:31  trow
18179         * beagled/: Indexable.cs, IndexableFile.cs, IndexableHttp.cs,
18180           Makefile.am, Property.cs, TestClient.cs: Removed dead/obsolete
18181           code.
18183 2004-10-08 13:31  trow
18185         * beagled/FileSystemQueryable/FileSystemQueryable.cs: Have the
18186           CrawlQueue forget deleted paths.
18188 2004-10-08 13:12  trow
18190         * beagled/: LuceneDriver.cs, LuceneQueryable.cs,
18191           FileSystemQueryable/FileSystemQueryable.cs: Removed the
18192           file-is-missing check out of the LuceneDriver, abstracted it, and
18193           moved it into a virtual method in the LuceneQueryable.
18195           The actual file-is-missing check is now performed in the
18196           FileSystemQueryable, and other backends can perform their own
18197           sanity checks.
18199 2004-10-08 11:45  clahey
18201         * ChangeLog, images/Makefile.am, tools/Makefile.am: 2004-10-08
18202           Christopher James Lahey  <clahey@ximian.com>
18204                   * images/Makefile.am, tools/Makefile.am: Fixed make
18205           distcheck.
18207 2004-10-07 19:52  nat
18209         * mozilla-extension/content/beagleOverlay.js: Dave's fix to make
18210           this work.
18212 2004-10-07 19:20  clahey
18214         * ChangeLog, Util/Archive.cs: 2004-10-07  Chris Lahey
18215           <clahey@ximian.com>
18217                   * Util/Archive.cs: Unified interface for pulling data
18218           from an
18219                   archive file (gz, tar, bz2, zip).
18221 2004-10-07 19:14  trow
18223         * beagled/TomboyQueryable/TomboyQueryable.cs: Check for both
18224           ~/.tomboy and ~/.tomboy/Backup.
18226 2004-10-07 16:57  trow
18228         * AUTHORS: Added Fredrik Hedberg to AUTHORS.
18230 2004-10-07 16:33  campd
18232         * BeagleClient/Indexable.cs, beagled/LuceneDriver.cs,
18233           beagled/LuceneQueryable.cs: Let lucene queryables tell the driver
18234           to save its state on disk to survive daemon restarts.  Turn this
18235           on for the webhistory queryable
18237 2004-10-07 16:16  trow
18239         * beagled/: Makefile.am, BlamQueryable/BlamQueryable.cs: Added
18240           Fredrik Hedberg's Blam backend.
18242 2004-10-07 15:17  trow
18244         * Util/StringFu.cs, beagled/FileSystemQueryable/CrawlQueue.cs,
18245           beagled/FileSystemQueryable/FileNameFilter.cs,
18246           beagled/FileSystemQueryable/FileSystemQueryable.cs: Incrementally
18247           crawl the user's file system in a prioritized order.
18249 2004-10-06 17:01  campd
18251         * Util/Inotify.cs, Util/ThreadedPriorityQueue.cs,
18252           beagled/BeagleDaemon.cs, beagled/Crawler.cs, beagled/DBusisms.cs,
18253           beagled/FactoryImpl.cs, beagled/FileSystemEventMonitor.cs,
18254           beagled/LuceneDriver.cs, beagled/Ping.cs, beagled/QueryDriver.cs,
18255           beagled/QueryResult.cs, beagled/Shutdown.cs,
18256           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
18257           beagled/FileSystemQueryable/FileSystemQueryable.cs: Clean daemon
18258           shutdown stuff
18260 2004-10-06 16:37  trow
18262         * Util/StringFu.cs: Quote #s in filenames when constructing Uris.
18264 2004-10-06 16:20  trow
18266         * beagled/: IQueryable.cs, LuceneDriver.cs, LuceneQueryable.cs,
18267           Makefile.am, QueryDriver.cs, QueryImpl.cs, Queryable.cs,
18268           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs,
18269           FileSystemQueryable/FileNameFilter.cs,
18270           FileSystemQueryable/FileSystemQueryable.cs,
18271           GaimLogQueryable/GaimLogQueryable.cs,
18272           TomboyQueryable/TomboyQueryable.cs: Big
18273           IQueryable/QueryDriver/QueryImpl clean-up.
18275 2004-10-06 10:58  trow
18277         * BeagleClient/Query.cs, beagled/QueryImpl.cs: Do the right thing
18278           if the list of Uris to add/subtract is empty.
18280 2004-10-06 10:43  trow
18282         * Util/Inotify.cs, beagled/LuceneDriver.cs,
18283           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18284           beagled/GaimLogQueryable/GaimLogQueryable.cs,
18285           beagled/TomboyQueryable/TomboyQueryable.cs: Small change to
18286           Inotify.cs: expose the watch handle.  Small LuceneDriver
18287           hacks/optimizations.  Inotifized the GaimLog and Tomboy backends.
18289 2004-10-06 10:31  trow
18291         * beagled/QueryImpl.cs: Fixes a few small glitches: * Uris have
18292           type Uri, not string * On a subtract, remove the Uri from
18293           allHits.
18295 2004-10-06 10:03  trow
18297         * Filters/: FilterHtml.cs, FilterJpeg.cs, FilterPng.cs: Fix more
18298           filters to open files w/ sharing enabled.
18300 2004-10-05 18:28  campd
18302         * beagled/: BeagleDaemon.cs, LuceneDriver.cs: [no log message]
18304 2004-10-05 18:09  campd
18306         * BeagleClient/Query.cs, beagled/QueryImpl.cs: Fixed up the query
18307           updates
18309 2004-10-05 16:50  campd
18311         * BeagleClient/Query.cs, beagled/QueryImpl.cs: Move query state
18312           into the daemon
18314 2004-10-05 15:50  nat
18316         * Best/best.in, beagled/beagled.in, doc/TODO-integration: Now I can
18317           use killall to kill beagle.
18319 2004-10-04 17:12  campd
18321         * Util/camel.cs,
18322           beagled/EvolutionDataServerQueryable/BookViewDriver.cs: Index the
18323           mail as it is read rather than reading in the whole file at once
18325 2004-10-04 16:15  trow
18327         * AUTHORS, Util/ImLog.cs, Util/camel.cs: Applied patches from
18328           Michael Bayne <mdb@samskivert.com>
18330 2004-10-04 16:09  trow
18332         * Filters/: FilterMan.cs, FilterPdf.cs, FilterRTF.cs,
18333           FilterSource.cs, FilterTexi.cs, FilterText.cs: Replace a bunch of
18334           uses of FileInfo.OpenText with code that constructs a
18335           StreamReader that explicitly allows sharing.
18337 2004-10-04 16:06  trow
18339         * beagled/: LuceneDriver.cs, Makefile.am, Shutdown.cs, beagled.in,
18340           FileSystemQueryable/CrawlQueue.cs,
18341           FileSystemQueryable/FileNameFilter.cs,
18342           FileSystemQueryable/FileSystemQueryable.cs,
18343           GaimLogQueryable/GaimLogQueryable.cs,
18344           TomboyQueryable/TomboyQueryable.cs: More hacking.  The
18345           FileSystemQueryable is now inotify-only.
18347 2004-10-04 16:03  trow
18349         * Util/: ExtendedAttribute.cs, FileSystem.cs, Inotify.cs,
18350           Makefile.am, Stopwatch.cs, ThreadedPriorityQueue.cs: Hacking.
18352 2004-10-04 14:45  campd
18354         * BeagleClient/DBusisms.cs: Let dbus exceptions be thrown, so that
18355           Best can handle them intelligently
18357 2004-10-04 12:23  campd
18359         * Best/BestWindow.cs: Added an error message for a missing session
18360           bus
18362 2004-10-04 12:13  campd
18364         * Util/Logger.cs, beagled/BeagleDaemon.cs: fixed some
18365           startup/logging stuff
18367 2004-10-04 12:00  campd
18369         * Util/Logger.cs, beagled/BeagleDaemon.cs: [no log message]
18371 2004-10-01 17:04  campd
18373         * doc/TODO: updated
18375 2004-10-01 17:03  campd
18377         * Util/Logger.cs, beagled/BeagleDaemon.cs,
18378           beagled/BugzillaDriver.cs, beagled/Crawler.cs,
18379           beagled/FactoryImpl.cs, beagled/Filter.cs,
18380           beagled/GoogleDriver.cs, beagled/LuceneDriver.cs,
18381           beagled/QueryDriver.cs, beagled/QueryResult.cs,
18382           beagled/beagled.in, beagled/Lucene.Net/Store/FSDirectory.cs: new
18383           logging stuff
18385 2004-10-01 13:31  joeshaw
18387         * beagle-0.0.pc.in: Add Tiles.dll to the link line in pkgconfig
18388           file
18390 2004-10-01 11:21  trow
18392         * Util/Inotify.cs, glue/inotify-glue.c, glue/inotify.h: Fixes for
18393           the new inotify.
18395           Made the Inotify wrapper work for watching both files and
18396           directories.  (Which was mostly an issue of renaming.)
18398 2004-10-01 10:59  nat
18400         * doc/fixme.sh: La la la
18402 2004-10-01 10:54  trow
18404         * BeagleClient/Hit.cs: Including the hit's timestamp in the XML.
18406 2004-10-01 10:48  nat
18408         * BeagleClient/Hit.cs, Filters/FilterRTF.cs: Start of a list view
18409           of matches.
18411 2004-10-01 09:20  trow
18413         * AUTHORS: Added Varadhan to AUTHORS.
18415 2004-10-01 09:18  trow
18417         * Filters/FilterSource.cs: Varadhan's improvements to the source
18418           code filter.
18420 2004-09-30 11:37  trow
18422         * beagled/Flavor.cs: Fixed a stupid typo.
18424 2004-09-29 09:34  trow
18426         * doc/TODO: Updated.
18428 2004-09-29 09:33  trow
18430         * beagled/ExtractContent.cs: Added --tokenize argument.
18432 2004-09-28 22:36  trow
18434         * beagled/ExtractContent.cs: A fix from Varadhan.
18436 2004-09-28 22:09  trow
18438         * BeagleClient/DBusisms.cs, beagled/FactoryImpl.cs: Replace calls
18439           to ServiceCreated and ServiceDeleted with calls to
18440           ServiceOwnerChanged.
18442 2004-09-28 22:07  trow
18444         * beagled/EvolutionDataServerQueryable/BookViewDriver.cs: Work
18445           around a glitch in the evo-sharp bindings that keeps us from
18446           being able to pass null as the second arg of
18447           Evolution.Book.GetBookView.
18449 2004-09-28 18:49  trow
18451         * doc/TODO: Added a TODO item about making beagled better-behaved.
18453 2004-09-28 15:46  campd
18455         * tools/Query.cs: Use OnFinished in beagle-query
18457 2004-09-28 15:44  campd
18459         * BeagleClient/QueryProxy.cs, Best/BestWindow.cs,
18460           beagled/QueryImpl.cs, beagled/QueryResult.cs,
18461           beagled/EvolutionDataServerQueryable/BookViewDriver.cs,
18462           beagled/EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
18463           Added a FinishedEvent to the query to allow for UI feedback.
18465           Added a busy cursor to the Best window while the query is
18466           running.
18468           Only show status ever 1500 mails in the mail indexer
18470 2004-09-24 17:07  campd
18472         * configure.in, chooser-fu/Makefile.am, chooser-fu/beaglequery.c,
18473           chooser-fu/gtkfilesystembeagle.c, tools/Query.cs: Start getting
18474           the chooser back in to shape
18476 2004-09-24 08:26  nat
18478         * Makefile.am:
18479           Build the tray applet.
18481 2004-09-23 21:35  trow
18483         * Util/Inotify.cs: Some more improvements to our inotify bindings.
18484           We now listen for events from /dev/inotify in a thread.
18486 2004-09-23 15:28  joeshaw
18488         * tools/Query.cs: Bump timeout up from 150ms to 1s.  I couldn't
18489           successfully query anything in 150ms.
18491 2004-09-23 14:14  joeshaw
18493         * doc/TODO, beagled/Makefile.am: Get indexing of mail going again.
18495 2004-09-23 00:42  trow
18497         * AUTHORS: Added Dave to AUTHORS.
18499 2004-09-23 00:07  nat
18501         * tools/Query.cs: Some new command-line args
18503 2004-09-22 23:04  nat
18505         * Best/BestRootTile.cs, Best/BestWindow.cs, Best/Makefile.am,
18506           Tiles/Makefile.am: Share the root tile between the applet and
18507           Best.
18509 2004-09-22 21:59  nat
18511         * .cvsignore: Reduce noise pollution
18513 2004-09-22 21:52  nat
18515         * Tiles/SimpleRootTile.cs: Beginning to consolidate this.
18517 2004-09-22 12:51  campd
18519         * beagled/: EvolutionDataServerDriver.cs, Makefile.am,
18520           QueryImpl.cs, EvolutionDataServerQueryable/BookViewDriver.cs,
18521           EvolutionDataServerQueryable/EvolutionDataServerQueryable.cs:
18522           Added live updating to EvolutionDataServerQueryable
18524           Disconnect the resultset when the query is disposed.
18526 2004-09-22 11:45  trow
18528         * Filters/FilterRTF.cs: Filtering mechanism is changed. Now,
18529           parsing/filtering is based on "\pard\plain" keyword.
18531 2004-09-22 10:57  trow
18533         * Util/ExtendedAttribute.cs: Fixed a little bug.
18535 2004-09-22 10:55  nat
18537         * Best/BestRootTile.cs, Best/BestWindow.cs, Tiles/TileCanvas.cs:
18538           Ask the user if he wants to start the daemon...
18540 2004-09-22 09:41  trow
18542         * Filters/: FilterTexi.cs, Makefile.am: Added Filter for texi
18543           documents
18545 2004-09-22 09:07  trow
18547         * Filters/: FilterRTF.cs, Makefile.am: Added Filter for RTF files.
18549 2004-09-22 09:05  kharish
18551         * Tiles/Makefile.am, Tiles/TileBugzilla.cs,
18552           Tiles/template-bugzilla.html, beagled/BugzillaDriver.cs,
18553           beagled/Makefile.am: Added support for querying bugzilla using
18554           the bug id - a primitive hack from Bangalore Beagle hackfest
18556 2004-09-22 09:04  trow
18558         * images/: Makefile.am, emblem-bugzilla.png: Added a cool-looking
18559           bug.
18561 2004-09-22 09:03  nat
18563         * beagled/FileSystemQueryable/FileNameFilter.cs: We now index C#
18564           files
18566 2004-09-22 08:58  nat
18568         * .cvsignore, Best/BestWindow.cs, tools/Query.cs: Fix up the tray
18569           build.
18571 2004-09-22 08:53  siva
18573         * Filters/Makefile.am: Added New Source file FilterSource.cs
18575 2004-09-22 08:52  siva
18577         * Filters/FilterSource.cs: Added a Filter to index c, java, c sharp
18578           language files
18580 2004-09-22 08:35  harinath
18582         * BeagleClient/DBusisms.cs, BeagleClient/Factory.cs,
18583           BeagleClient/Query.cs, Best/BestWindow.cs: make more robust to
18584           server going down
18586 2004-09-22 08:34  sragavan
18588         * ChangeLog: 2004-09-24  Srinivasa Ragavan <sragavan@novell.com>
18589           * Added Beagle Tray applet code to show beagle results
18591 2004-09-22 08:12  trow
18593         * beagled/FileSystemQueryable/FileNameFilter.cs: Fix a small crash,
18594           maybe.
18596 2004-09-22 08:01  nat
18598         * BeagleClient/QueryProxy.cs, Util/GtkUtils.cs, Util/Makefile.am,
18599           beagled/EvolutionDataServerDriver.cs, beagled/GoogleDriver.cs,
18600           beagled/QueryBody.cs, beagled/QueryDriver.cs,
18601           beagled/QueryImpl.cs, beagled/QueryableFlavor.cs,
18602           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18603           beagled/GaimLogQueryable/GaimLogQueryable.cs,
18604           beagled/TomboyQueryable/TomboyQueryable.cs, tools/Query.cs: Allow
18605           the user to disable backends at search time in beagle-query.
18607           Simply do:
18609                   beagle-query source:imlogs "nat friedman"
18611           to search only your IM logs.
18613 2004-09-22 06:37  nat
18615         * tools/Query.cs: Let the user know if the daemon isn't running...
18617 2004-09-22 06:31  trow
18619         * beagled/TomboyQueryable/TomboyQueryable.cs: Don't index the
18620           tomboy backup files.
18622 2004-09-22 06:31  nat
18624         * Best/BestWindow.cs: Close the window on C-w/ESC
18626 2004-09-22 05:58  harinath
18628         * Best/BestWindow.cs: Don't crash if deamon isn't running.
18630 2004-09-22 05:57  harinath
18632         * Best/BestRootTile.cs: Add Error () function.
18634 2004-09-22 05:05  nat
18636         * Best/HitView.cs: Use gnome-open, don't hardcode epiphany to
18637           launch URLs.
18639 2004-09-22 04:46  harinath
18641         * beagled/Crawler.cs: (WorkQueue): Don't fail if directory doesn't
18642           exist.
18644 2004-09-22 04:41  nat
18646         * Util/ImLog.cs: Fix from Arun Raghavan.
18648 2004-09-22 04:37  nat
18650         * .cvsignore, Tiles/TileNote.cs, Tiles/template-note.html,
18651           Util/Note.cs, beagled/TomboyQueryable/TomboyQueryable.cs,
18652           images/trayicon.png: Okay, that should be that.
18654 2004-09-22 04:34  trow
18656         * glue/.cvsignore: Be quiet!
18658 2004-09-22 04:30  nat
18660         * images/note.png: More...
18662 2004-09-22 04:28  nat
18664         * images/emblem-note.png: Forgot this.  And probably others.
18666 2004-09-22 03:46  harinath
18668         * ChangeLog, beagled/Makefile.am, tools/Makefile.am: Fix srcdir !=
18669           builddir problems.
18671 2004-09-22 03:44  nat
18673         * AUTHORS, beagle.spec.in, configure.in, Tiles/Makefile.am,
18674           Util/ExtendedAttribute.cs, Util/Makefile.am,
18675           beagled/BeagleDaemon.cs, beagled/EvolutionDataServerDriver.cs,
18676           beagled/Makefile.am, images/Makefile.am,
18677           mozilla-extension/Makefile.am: A sublime patch from Christopher
18678           Orr to enable Tomboy indexing in Beagle.  That man deserves 1,000
18679           virgins when he goes to heaven.
18681           A fix so the daemon doesn't die if the ebook library isn't
18682           present/found...
18684           Some other crap
18686 2004-09-21 21:33  trow
18688         * Util/Inotify.cs, glue/inotify-glue.c: Improvements to the inotify
18689           bindings.
18691 2004-09-21 20:11  trow
18693         * beagled/LuceneDriver.cs: Purge the index if we find dangling
18694           locks.
18696 2004-09-21 16:38  joeshaw
18698         * beagled/QueryDriver.cs: Wrap the activation of the query drivers
18699           in a try-catch so that we can still query even if a backend isn't
18700           working.
18702 2004-09-21 12:37  trow
18704         * Makefile.am, configure.in, Util/ImLog.cs, Util/Inotify.cs,
18705           Util/Makefile.am, glue/Makefile.am, glue/inotify-glue.c,
18706           glue/inotify.h: Some inotify bindings for mono.
18708 2004-09-21 04:27  nat
18710         * doc/TODO: Somewhat clenaed up.
18712 2004-09-20 14:46  trow
18714         * beagled/: Crawler.cs, LuceneDriver.cs,
18715           FileSystemQueryable/FileNameFilter.cs,
18716           FileSystemQueryable/FileSystemQueryable.cs,
18717           GaimLogQueryable/GaimLogQueryable.cs: Adjusted post-indexing
18718           sleeps to keep beagled from rendering the system unusable during
18719           big jobs.
18721           Preliminary work towards a simple basic priority queue-type
18722           structure, so that we can make certain operations happen skip to
18723           the head of the queue.  Priority items still have to wait for a
18724           flush, which isn't optimal (but which is fixable).
18726 2004-09-20 08:13  trow
18728         * BeagleClient/Hit.cs, beagled/LuceneDriver.cs,
18729           beagled/FileSystemQueryable/FileSystemQueryable.cs: In the Hit
18730           class: * changed data items from objects to byte arrays.  * small
18731           XML format changes * in the XML, read/write base64-encoded
18732           versions of the data items
18734           This change resurrects the contact photos in the eds backend.
18736 2004-09-20 04:19  trow
18738         * beagled/BeagleDaemon.cs, beagled/Makefile.am, beagled/Ping.cs,
18739           tools/Makefile.am, tools/beagle-ping: Added a way to ping the
18740           daemon.
18742 2004-09-20 04:15  nat
18744         * tools/Crawler.cs: Typo fix.
18746 2004-09-20 03:52  trow
18748         * beagled/: EvolutionDataServerDriver.cs, LuceneDriver.cs: Slow
18749           down indexing if multiple threads are indexing at the same time.
18750           Re-enable the eds backend.
18752 2004-09-19 17:21  trow
18754         * Util/FileMatcher.cs, Util/Makefile.am,
18755           beagled/NoIndexFileHandler.cs,
18756           beagled/FileSystemQueryable/Crawler.cs: Removed some obsolete
18757           code.
18759 2004-09-19 17:08  trow
18761         * BeagleClient/FileSystemIndexer.cs,
18762           BeagleClient/FileSystemIndexerProxy.cs,
18763           BeagleClient/Indexable.cs, Best/BestRootTile.cs,
18764           Tiles/TileHitCollection.cs, Util/ExtendedAttribute.cs,
18765           Util/FileMatcher.cs, beagled/Crawler.cs,
18766           beagled/FileSystemEventMonitor.cs, beagled/LuceneDriver.cs,
18767           beagled/Makefile.am,
18768           beagled/FileSystemQueryable/FileNameFilter.cs,
18769           beagled/FileSystemQueryable/FileSystemEventMonitor.cs,
18770           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18771           beagled/FileSystemQueryable/IndexerImpl.cs, tools/Crawler.cs,
18772           tools/Makefile.am: More hacking.  * File indexing and crawling
18773           now work.  * Fixed a bunch of small bugs and a few race
18774           conditions.
18776 2004-09-17 16:32  campd
18778         * BeagleClient/Indexable.cs: Changed the buffer size from 1892 to
18779           8192.
18781 2004-09-17 13:21  campd
18783         * Util/Logger.cs: Unlock the same range that was locked
18785 2004-09-17 12:34  trow
18787         * configure.in, BeagleClient/DBusisms.cs,
18788           BeagleClient/FileSystemIndexer.cs,
18789           BeagleClient/FileSystemIndexerProxy.cs,
18790           BeagleClient/Indexable.cs, BeagleClient/Indexer.cs,
18791           BeagleClient/IndexerProxy.cs, BeagleClient/Makefile.am,
18792           BeagleClient/WebHistoryIndexer.cs,
18793           BeagleClient/WebHistoryIndexerProxy.cs, Best/BestRootTile.cs,
18794           Best/BestWindow.cs, Util/ExtendedAttribute.cs, Util/ImLog.cs,
18795           Util/Makefile.am, Util/UriFu.cs, beagled/Crawler.cs,
18796           beagled/DBusisms.cs, beagled/EvolutionDataServerDriver.cs,
18797           beagled/FileSystemEventMonitor.cs, beagled/LuceneDriver.cs,
18798           beagled/Makefile.am, beagled/QueryImpl.cs,
18799           beagled/QueryResult.cs, beagled/beagled.in,
18800           beagled/FileSystemQueryable/Crawler.cs,
18801           beagled/GaimLogQueryable/GaimLogQueryable.cs,
18802           mozilla-extension/install.rdf, tools/IndexGaimLogs.cs,
18803           tools/IndexWebContent.cs, tools/Makefile.am: Lots of work on live
18804           queries, etc.
18806 2004-09-15 11:04  trow
18808         * beagle.spec: Removed generated file.
18810 2004-09-15 11:02  trow
18812         * Tiles/: TileImLog.cs, template-im-log.html: Improved date
18813           formatting in the IM tile.
18815 2004-09-14 01:43  trow
18817         * BeagleClient/Indexer.cs, BeagleClient/IndexerProxy.cs,
18818           BeagleClient/Query.cs, beagled/LuceneDriver.cs,
18819           beagled/QueryImpl.cs, beagled/FileSystemQueryable/Crawler.cs,
18820           beagled/FileSystemQueryable/IndexerImpl.cs, tools/Crawler.cs:
18821           More work on crawling.
18823 2004-09-13 23:55  trow
18825         * BeagleClient/QueryManager.cs, BeagleClient/QueryManagerProxy.cs,
18826           BeagleClient/RdfSink.cs, BeagleClient/RdfSinkProxy.cs,
18827           BeagleClient/RdfSource.cs, BeagleClient/RdfSourceProxy.cs,
18828           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
18829           beagled/RdfSourceImpl.cs: Removed more dead code.
18831 2004-09-13 23:53  trow
18833         * beagled/: LuceneDriver.cs, Makefile.am,
18834           FileSystemQueryable/Crawler.cs,
18835           FileSystemQueryable/IndexerImpl.cs,
18836           FileSystemQueryable/IndexerQueue.cs: Added some crawler-related
18837           logic.  Added post-indexing hooks in the LuceneDriver.  Removed
18838           some more dead code.
18840 2004-09-13 22:29  trow
18842         * beagled/: LuceneDriver.cs, Makefile.am,
18843           FileSystemQueryable/FileSystemQueryable.cs,
18844           FileSystemQueryable/IndexDriver.cs,
18845           FileSystemQueryable/Indexer.cs,
18846           FileSystemQueryable/IndexerImpl.cs,
18847           FileSystemQueryable/MainIndexDriver.cs: Added fingerprint for
18848           lucene indices.  Renamed Indexer to IndexerImpl in order to be
18849           consistent with our D-BUS naming conventions.  Removed some old
18850           code.
18852 2004-09-13 22:11  trow
18854         * Util/: ExtendedAttribute.cs, Makefile.am, PageCache.cs: Wrapped
18855           from useful functions.
18857 2004-09-13 11:37  trow
18859         * beagled/EvolutionDataServerDriver.cs: Fixed Uri problem pointed
18860           out by Cory Watson.
18862 2004-09-12 23:12  trow
18864         * BeagleClient/DBusisms.cs: If a client loses the connection to the
18865           com.novell.Beagle service (i.e. if the daemon crashes), exit
18866           immediately.
18868 2004-09-12 23:02  trow
18870         * BeagleClient/Query.cs, beagled/FactoryImpl.cs,
18871           beagled/LuceneDriver.cs: Assorted clean-up.  Fixed a race
18872           condition: Beagle.Query now tracks an internal "reference count"
18873           for each hit so that we can better deal with out-of-order
18874           Add/Delete notifications.
18876 2004-09-12 21:33  trow
18878         * BeagleClient/Indexer.cs, BeagleClient/IndexerProxy.cs,
18879           BeagleClient/Makefile.am, beagled/Filter.cs,
18880           beagled/Indexable.cs, beagled/LuceneDriver.cs,
18881           beagled/LuceneQueryable.cs, beagled/Makefile.am,
18882           beagled/QueryDriver.cs,
18883           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18884           beagled/FileSystemQueryable/IndexDriver.cs,
18885           beagled/FileSystemQueryable/Indexer.cs,
18886           beagled/FileSystemQueryable/MainIndexDriver.cs,
18887           beagled/Lucene.Net/Store/FSDirectory.cs, tools/Crawler.cs,
18888           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
18889           tools/IndexWebContent.cs: A big boatload of refactoring to make
18890           live queries work better.  Probably buggy as hell, but I'll worry
18891           about that later.
18893           LuceneDriver now encapsulates all of our information on how to
18894           stick things into and pull things out of a Lucene index.  There
18895           is an integrated threaded indexing queue.
18897           LuceneQueryable implementats a basic IQueryable interface using a
18898           LuceneDriver for the queries.
18900           Moved D-BUS proxy info into BeagleClient/IndexerProxy.cs.
18901           BeagleClient/Indexer.cs is now a static wrapper around a
18902           singleton IndexerProxy, using the same pattern as Factory.
18904 2004-09-10 20:35  trow
18906         * Best/BestRootTile.cs, beagled/FactoryImpl.cs, beagled/Filter.cs,
18907           beagled/QueryImpl.cs,
18908           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18909           beagled/FileSystemQueryable/IndexDriver.cs: Fixed some live query
18910           bugs, others are still lurking...
18912 2004-09-10 19:33  trow
18914         * BeagleClient/Query.cs, Best/BestRootTile.cs,
18915           Tiles/TileHitCollection.cs, beagled/FactoryImpl.cs,
18916           beagled/QueryImpl.cs, beagled/QueryResult.cs,
18917           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18918           beagled/FileSystemQueryable/IndexDriver.cs: Basic, buggy version
18919           of live queries.
18921 2004-09-10 18:42  trow
18923         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
18924           BeagleClient/Query.cs, Tiles/HitFlavor.cs, Tiles/TileGoogle.cs,
18925           Tiles/TileImLog.cs, Tiles/TileWebHistory.cs,
18926           beagled/EvolutionDataServerDriver.cs, beagled/ExtractContent.cs,
18927           beagled/FilteredIndexable.cs, beagled/GoogleDriver.cs,
18928           beagled/IQueryable.cs, beagled/NoIndexFileHandler.cs,
18929           beagled/QueryDriver.cs, beagled/QueryImpl.cs,
18930           beagled/FileSystemQueryable/FileSystemQueryable.cs,
18931           beagled/FileSystemQueryable/IndexDriver.cs,
18932           beagled/FileSystemQueryable/Indexer.cs,
18933           beagled/FileSystemQueryable/IndexerQueue.cs, tools/Crawler.cs,
18934           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
18935           tools/IndexWebContent.cs: More work towards live queries.  A
18936           whole bunch of changes replacing uri strings with System.Uri
18937           objects.
18939 2004-09-10 17:26  trow
18941         * BeagleClient/Query.cs, BeagleClient/QueryProxy.cs,
18942           Best/BestRootTile.cs, Best/BestWindow.cs,
18943           beagled/IQueryResult.cs, beagled/QueryDriver.cs,
18944           beagled/QueryImpl.cs, beagled/QueryResult.cs, tools/Query.cs:
18945           Checkpoint: lots of refactoring towards live queries.
18947 2004-09-10 16:29  campd
18949         * Util/Logger.cs, beagled/FileSystemQueryable/IndexDriver.cs: Fixed
18950           up the logger
18952 2004-09-10 15:19  campd
18954         * beagled/FileSystemQueryable/Indexer.cs: Don't monitor paths if
18955           they don't exist
18957 2004-09-10 15:06  campd
18959         * beagled/: FilteredIndexable.cs,
18960           FileSystemQueryable/IndexDriver.cs,
18961           FileSystemQueryable/Indexer.cs,
18962           FileSystemQueryable/IndexerQueue.cs: Consolidated dup removal in
18963           IndexDriver
18965 2004-09-06 22:38  trow
18967         * beagled/FileSystemEventMonitor.cs: Missed this one before.
18969 2004-09-06 22:38  trow
18971         * beagled/: BeagleDaemon.cs, DBusisms.cs, FactoryImpl.cs,
18972           IQueryable.cs, IndexDriver.cs, Indexer.cs, IndexerQueue.cs,
18973           MainIndexDriver.cs, Makefile.am, QueryDriver.cs, QueryImpl.cs,
18974           FileSystemQueryable/FileSystemEventMonitor.cs,
18975           FileSystemQueryable/FileSystemQueryable.cs,
18976           FileSystemQueryable/IndexDriver.cs,
18977           FileSystemQueryable/Indexer.cs,
18978           FileSystemQueryable/IndexerQueue.cs,
18979           FileSystemQueryable/MainIndexDriver.cs: Assorted clean-up and
18980           refactoring.  I've moved the file system indexing code into its
18981           own directory and its own namespace, in order to untangle the
18982           code and to make sure that it is all totally hidden behind the
18983           IQueryable interface.
18985 2004-09-06 19:48  trow
18987         * Util/FileMatcher.cs, beagled/Indexer.cs, tools/Crawler.cs: Define
18988           stock FileMatcher patterns in a static constructor.  Removed list
18989           of stock FileMatcher patterns from the crawler.  If we get
18990           notification of a change to a file that we should ignore, ignore
18991           it.
18993 2004-09-06 19:37  trow
18995         * beagle.spec, configure.in, beagled/FileSystemEventMonitor.cs,
18996           beagled/IndexDriver.cs, beagled/Indexer.cs,
18997           beagled/IndexerQueue.cs, beagled/Makefile.am: Added code to watch
18998           for and respond to file system events in certain directories.
19000           Moved optimization logic out of the IndexerQueue and into the
19001           IndexDriver.
19003           Fixed the build to properly set the GAC_PREFIX in the helper
19004           scripts if evolution-sharp is not available.
19006 2004-09-01 22:27  trow
19008         * Filters/FilterText.cs, beagled/FilteredIndexable.cs: Fixed a
19009           small glitch in the file timestamp code.
19011 2004-09-01 22:25  trow
19013         * configure.in: Fixed version number, which seems to have been
19014           incremented twice.
19016 2004-09-01 01:56  trow
19018         * BeagleClient/Factory.cs, BeagleClient/FactoryProxy.cs,
19019           beagled/QueryImpl.cs: A few files I forgot to add.
19021 2004-09-01 01:56  trow
19023         * BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
19024           BeagleClient/Query.cs, Best/BestWindow.cs,
19025           beagled/BeagleDaemon.cs, beagled/DBusisms.cs,
19026           beagled/EvolutionDataServerDriver.cs, beagled/FactoryImpl.cs,
19027           beagled/GoogleDriver.cs, beagled/IQueryable.cs,
19028           beagled/IndexDriver.cs, beagled/LiveQuery.cs,
19029           beagled/Makefile.am, beagled/Query.cs, beagled/QueryBody.cs,
19030           beagled/QueryDriver.cs, tools/Query.cs: Assorted reorganization,
19031           refactoring, renaming, clean-up, etc. etc. etc.
19033 2004-08-30 16:51  campd
19035         * beagle.spec, BeagleClient/Indexable.cs,
19036           beagled/FilteredIndexable.cs, beagled/IndexDriver.cs,
19037           beagled/Indexer.cs, beagled/IndexerQueue.cs,
19038           beagled/MainIndexDriver.cs, beagled/Makefile.am,
19039           beagled/PostIndexHandler.cs, beagled/QueryManager.cs: Separated
19040           out IndexDriver into a base class that operates on a lucene
19041           store, and a subclass that handles the main index.
19043           Changed the PostIndexHandler to work on a collection of hits
19044           instead of one hit at a time
19046           Fixed some of the dup-checking logic in the indexer
19048 2004-08-28 16:49  nat
19050         * beagle.spec.in: Forgot this last night.
19052 2004-08-27 22:54  nat
19054         * Makefile.am, beagle.spec, configure.in, beagled/Makefile.am:
19055           Added a spec file, made it distcheck
19057 2004-08-22 16:28  campd
19059         * BeagleClient/DBusisms.cs, BeagleClient/Makefile.am,
19060           BeagleClient/QueryManager.cs, BeagleClient/QueryManagerProxy.cs,
19061           BeagleClient/RdfSink.cs, BeagleClient/RdfSinkProxy.cs,
19062           BeagleClient/RdfSource.cs, BeagleClient/RdfSourceProxy.cs,
19063           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
19064           beagled/RdfSourceImpl.cs: Separated client-side objects from dbus
19065           interface definitions
19067 2004-08-21 17:26  trow
19069         * BeagleClient/Query.cs, BeagleClient/QueryManager.cs,
19070           BeagleClient/QueryProxy.cs, BeagleClient/RdfSink.cs,
19071           beagled/BeagleDaemon.cs: Totally cosmetic changes to the license
19072           at the top of the code.  (Apparently one got a bit screwed up,
19073           and then it was cut&pasted into several other files.)
19075 2004-08-21 15:49  campd
19077         * BeagleClient/Makefile.am, BeagleClient/Query.cs,
19078           BeagleClient/QueryProxy.cs, Best/BestWindow.cs,
19079           beagled/.cvsignore, beagled/BeagleDaemon.cs,
19080           beagled/LiveQuery.cs, beagled/QueryManager.cs, tools/Query.cs:
19081           Separate client-side Query code from the proxy object, implement
19082           query destruction.
19084 2004-08-20 19:31  trow
19086         * beagled/: IndexerQueue.cs, Makefile.am, beagled.in: Decreased
19087           frequency of index optimizations.  Adjusted daemon wrapper script
19088           to set filter path and not fork when running in place.
19090 2004-08-20 18:24  trow
19092         * tools/IndexMail.cs: After indexing, clear the list of things to
19093           be indexed.
19095 2004-08-20 17:36  campd
19097         * Tiles/: TileMailMessage.cs, template-mail-message.html: Fixed the
19098           mail message tile
19100 2004-08-20 17:27  campd
19102         * BeagleClient/Indexable.cs, tools/IndexWebContent.cs,
19103           tools/Makefile.am: Fixed the web content indexer
19105 2004-08-20 17:07  campd
19107         * BeagleClient/Indexable.cs, beagled/IndexerQueue.cs,
19108           tools/IndexMail.cs, tools/Makefile.am: Removed debugging spew
19109           from the Indexable object, made the mail indexer work again.
19111 2004-08-20 16:52  trow
19113         * Util/MultiReader.cs: Tweaked to work with the fixed Queue.Peek
19114           semantics.
19116 2004-08-20 16:26  campd
19118         * BeagleClient/Indexable.cs, BeagleClient/Indexer.cs, Best/best.in,
19119           Filters/FilterHtml.cs, Filters/FilterJpeg.cs,
19120           Filters/FilterMan.cs, Filters/FilterMusic.cs,
19121           Filters/FilterOpenOffice.cs, Filters/FilterPng.cs,
19122           beagled/FilteredIndexable.cs, beagled/IndexerQueue.cs,
19123           tools/IndexGaimLogs.cs, tools/Makefile.am: Add the ability to
19124           provide a stream to the Indexable, fixed the Filters build.
19126 2004-08-20 16:12  trow
19128         * BeagleClient/IRdf.cs, BeagleClient/Makefile.am,
19129           BeagleClient/RdfSink.cs, BeagleClient/RdfSource.cs,
19130           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
19131           beagled/RdfSourceImpl.cs: Added source/sink interfaces, which
19132           will make a few things a bit cleaner.
19134 2004-08-20 15:05  campd
19136         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs,
19137           BeagleClient/Indexer.cs, BeagleClient/Makefile.am,
19138           BeagleClient/Property.cs, beagled/ExtractContent.cs,
19139           beagled/FilteredIndexable.cs, beagled/IndexDriver.cs,
19140           beagled/Indexer.cs, beagled/Makefile.am,
19141           beagled/NoIndexFileHandler.cs, tools/Crawler.cs,
19142           tools/wrapper.in: Expose an "Indexable" object to the clients
19143           that allow them to provide a property bag to index.
19145 2004-08-20 14:31  trow
19147         * beagled/DBusisms.cs: Doh!
19149 2004-08-20 14:30  trow
19151         * BeagleClient/DBusisms.cs, BeagleClient/Indexer.cs,
19152           BeagleClient/Makefile.am, BeagleClient/QueryManager.cs,
19153           BeagleClient/RdfSink.cs, BeagleClient/RdfSource.cs,
19154           Best/BestWindow.cs, beagled/BeagleDaemon.cs, beagled/Indexer.cs,
19155           beagled/LiveQuery.cs, beagled/Makefile.am,
19156           beagled/QueryManager.cs, beagled/RdfSinkImpl.cs,
19157           beagled/RdfSourceImpl.cs: Assorted dbus-related tweaks and
19158           clean-up.  The beginnings of rdf transport between clients and
19159           the daemon.
19161 2004-08-19 23:36  trow
19163         * Filters/: FilterHtml.cs, FilterJpeg.cs, FilterMan.cs,
19164           FilterMusic.cs, FilterOpenOffice.cs, FilterPdf.cs, FilterPng.cs,
19165           FilterText.cs: More namespacing fixes.
19167 2004-08-19 21:43  trow
19169         * beagled/: EvolutionDataServerDriver.cs,
19170           ExternalStringsHack.cs.in, ExtractContent.cs, Filter.cs,
19171           Flavor.cs, GoogleDriver.cs, IQueryResult.cs, IQueryable.cs,
19172           IndexDriver.cs, Indexable.cs, IndexableFile.cs, IndexableHttp.cs,
19173           Indexer.cs, IndexerQueue.cs, LiveQuery.cs, NoIndexFileHandler.cs,
19174           PathFinder.cs, PostIndexHandler.cs, PreIndexHandler.cs,
19175           Property.cs, Query.cs, QueryDriver.cs, QueryManager.cs,
19176           QueryResult.cs, QueryableFlavor.cs, Relevancy.cs: Merged
19177           Beagle.Core namespace into Beagle.Daemon.  (This division was an
19178           artifact from before the Indexer.dll code was merged into the
19179           daemon.)
19181 2004-08-19 14:44  trow
19183         * indexer/: EvolutionDataServerDriver.cs,
19184           ExternalStringsHack.cs.in, Filter.cs, Flavor.cs, GoogleDriver.cs,
19185           IQueryResult.cs, IQueryable.cs, IndexDriver.cs, Indexable.cs,
19186           IndexableFile.cs, IndexableHttp.cs, Makefile.am, PathFinder.cs,
19187           Property.cs, Query.cs, QueryDriver.cs, QueryResult.cs,
19188           QueryableFlavor.cs, Relevancy.cs: Tree clean-up.
19190 2004-08-19 14:36  trow
19192         * autogen.sh, configure.in, Best/Makefile.am, beagled/Makefile.am,
19193           mozilla-extension/Makefile.am: A few small changes for 'make
19194           distcheck'
19196 2004-08-17 20:49  joeshaw
19198         * beagle-0.0.pc.in: need to add Util.dll to the pkgconfig libs
19200 2004-08-17 20:18  trow
19202         * BeagleClient/DBusisms.cs, BeagleClient/Indexer.cs,
19203           BeagleClient/Query.cs, Best/BestWindow.cs, beagled/Indexer.cs,
19204           beagled/IndexerQueue.cs, beagled/LiveQuery.cs,
19205           beagled/NoIndexFileHandler.cs, beagled/PostIndexHandler.cs,
19206           beagled/PreIndexHandler.cs, beagled/QueryManager.cs,
19207           tools/Query.cs: Cache the query manager in dbusisms.
19208           Transparently map between xml and hits in BeagleClient/Query.cs.
19209           Cosmetic license tweaks.
19211 2004-08-17 20:02  joeshaw
19213         * beagled/BeagleDaemon.cs: Daemonize unless --nofork is passed in
19215 2004-08-17 19:56  campd
19217         * Filters/FilterMan.cs: Call Finished() when done in the man
19218           parser.
19220 2004-08-17 19:46  campd
19222         * beagled/ExtractContent.cs, beagled/Makefile.am,
19223           beagled/beagled.in, beagled/wrapper.in, tools/ExtractContent.cs,
19224           tools/Makefile.am: Moved beagle-extract-content into the daemon
19225           dir, build it against the daemon lib.
19227 2004-08-17 19:28  campd
19229         * beagled/: BeagleDaemon.cs, Indexer.cs, IndexerQueue.cs,
19230           LiveQuery.cs, NoIndexFileHandler.cs, PostIndexHandler.cs,
19231           PreIndexHandler.cs, QueryManager.cs: Changed BeagleDaemon to
19232           Beagle.Daemon
19234 2004-08-17 18:24  trow
19236         * BeagleClient/.cvsignore, beagled/Lucene.Net/.cvsignore,
19237           tools/.cvsignore: Be quiet!
19239 2004-08-17 18:24  trow
19241         * beagled/: .cvsignore, Lucene.Net/Analysis/PACKAGE.HTML,
19242           Lucene.Net/Analysis/Standard/PACKAGE.HTML,
19243           Lucene.Net/Analysis/Standard/StandardTokenizer.jj,
19244           Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.zip,
19245           Lucene.Net/QueryParser/PACKAGE.HTML,
19246           Lucene.Net/QueryParser/QueryParser.jj,
19247           Lucene.Net/QueryParser/QueryParser.zip,
19248           Lucene.Net/Search/PACKAGE.HTML, Lucene.Net/Store/PACKAGE.HTML:
19249           Randomness.
19251 2004-08-17 18:15  trow
19253         * beagled/BeagleDaemon.cs: Cosmetic tweaks.
19255 2004-08-17 14:25  joeshaw
19257         * beagle-0.0.pc.in, configure.in, beagled/Makefile.am,
19258           tools/Makefile.am, tools/wrapper.in: various build fixes
19260 2004-08-17 14:10  trow
19262         * beagled/: BeagleDaemon.cs, Makefile.am, beagled.in: Build tweaks.
19264 2004-08-17 12:40  joeshaw
19266         * beagled/Makefile.am: reenable the beagled wrapper
19268 2004-08-17 12:36  joeshaw
19270         * Best/Makefile.am, beagled/Makefile.am, beagled/beagled.in: fix a
19271           typo, do the GAC_PREFIX magic for beagled too
19273 2004-08-17 11:31  joeshaw
19275         * configure.in, Best/Makefile.am, Best/best.in: Fix the best
19276           wrapper script to use MONO_GAC_PREFIX
19278 2004-08-16 19:36  campd
19280         * BeagleClient/Indexer.cs, beagled/BeagleDaemon.cs,
19281           beagled/IndexDriver.cs, beagled/Indexer.cs,
19282           beagled/IndexerQueue.cs, beagled/Makefile.am, tools/Crawler.cs,
19283           tools/Makefile.am, tools/Query.cs: Work on the daemon indexer,
19284           moved the crawler to the indexer
19286 2004-08-16 19:06  joeshaw
19288         * beagled/Makefile.am: Fix some linking
19290 2004-08-16 18:52  trow
19292         * Filters/Makefile.am, beagled/Indexer.cs, beagled/Makefile.am,
19293           beagled/PostIndexHandler.cs, beagled/PreIndexHandler.cs: Assorted
19294           fixes.
19296 2004-08-16 18:04  trow
19298         * BeagleClient/DBusisms.cs: Doh!
19300 2004-08-16 18:01  trow
19302         * Makefile.am, configure.in, BeagleClient/Makefile.am,
19303           BeagleClient/Query.cs, BeagleClient/QueryManager.cs,
19304           Best/BestWindow.cs, beagled/EvolutionDataServerDriver.cs,
19305           beagled/ExternalStringsHack.cs.in, beagled/Filter.cs,
19306           beagled/Flavor.cs, beagled/GoogleDriver.cs,
19307           beagled/IQueryResult.cs, beagled/IQueryable.cs,
19308           beagled/IndexDriver.cs, beagled/Indexable.cs,
19309           beagled/IndexableFile.cs, beagled/IndexableHttp.cs,
19310           beagled/Makefile.am, beagled/PathFinder.cs, beagled/Property.cs,
19311           beagled/Query.cs, beagled/QueryDriver.cs, beagled/QueryResult.cs,
19312           beagled/QueryableFlavor.cs, beagled/Relevancy.cs,
19313           beagled/beagled.in, beagled/testclient.in,
19314           beagled/Lucene.Net/AssemblyInfo.cs,
19315           beagled/Lucene.Net/Makefile.am,
19316           beagled/Lucene.Net/Analysis/Analyzer.cs,
19317           beagled/Lucene.Net/Analysis/CharTokenizer.cs,
19318           beagled/Lucene.Net/Analysis/LetterTokenizer.cs,
19319           beagled/Lucene.Net/Analysis/LowerCaseFilter.cs,
19320           beagled/Lucene.Net/Analysis/LowerCaseTokenizer.cs,
19321           beagled/Lucene.Net/Analysis/PerFieldAnalyzerWrapper.cs,
19322           beagled/Lucene.Net/Analysis/PorterStemFilter.cs,
19323           beagled/Lucene.Net/Analysis/PorterStemmer.cs,
19324           beagled/Lucene.Net/Analysis/SimpleAnalyzer.cs,
19325           beagled/Lucene.Net/Analysis/StopAnalyzer.cs,
19326           beagled/Lucene.Net/Analysis/StopFilter.cs,
19327           beagled/Lucene.Net/Analysis/Token.cs,
19328           beagled/Lucene.Net/Analysis/TokenFilter.cs,
19329           beagled/Lucene.Net/Analysis/TokenStream.cs,
19330           beagled/Lucene.Net/Analysis/Tokenizer.cs,
19331           beagled/Lucene.Net/Analysis/WhitespaceAnalyzer.cs,
19332           beagled/Lucene.Net/Analysis/WhitespaceTokenizer.cs,
19333           beagled/Lucene.Net/Analysis/Standard/CharStream.cs,
19334           beagled/Lucene.Net/Analysis/Standard/FastCharStream.cs,
19335           beagled/Lucene.Net/Analysis/Standard/ParseException.cs,
19336           beagled/Lucene.Net/Analysis/Standard/StandardAnalyzer.cs,
19337           beagled/Lucene.Net/Analysis/Standard/StandardFilter.cs,
19338           beagled/Lucene.Net/Analysis/Standard/StandardTokenizer.cs,
19339           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerConstants.cs,
19340           beagled/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs,
19341           beagled/Lucene.Net/Analysis/Standard/Token.cs,
19342           beagled/Lucene.Net/Analysis/Standard/TokenMgrError.cs,
19343           beagled/Lucene.Net/Document/DateField.cs,
19344           beagled/Lucene.Net/Document/Document.cs,
19345           beagled/Lucene.Net/Document/Field.cs,
19346           beagled/Lucene.Net/Index/CompoundFileReader.cs,
19347           beagled/Lucene.Net/Index/CompoundFileWriter.cs,
19348           beagled/Lucene.Net/Index/DocumentWriter.cs,
19349           beagled/Lucene.Net/Index/FieldInfo.cs,
19350           beagled/Lucene.Net/Index/FieldInfos.cs,
19351           beagled/Lucene.Net/Index/FieldsReader.cs,
19352           beagled/Lucene.Net/Index/FieldsWriter.cs,
19353           beagled/Lucene.Net/Index/FilterIndexReader.cs,
19354           beagled/Lucene.Net/Index/IndexReader.cs,
19355           beagled/Lucene.Net/Index/IndexWriter.cs,
19356           beagled/Lucene.Net/Index/MultipleTermPositions.cs,
19357           beagled/Lucene.Net/Index/SegmentInfo.cs,
19358           beagled/Lucene.Net/Index/SegmentInfos.cs,
19359           beagled/Lucene.Net/Index/SegmentMergeInfo.cs,
19360           beagled/Lucene.Net/Index/SegmentMergeQueue.cs,
19361           beagled/Lucene.Net/Index/SegmentMerger.cs,
19362           beagled/Lucene.Net/Index/SegmentReader.cs,
19363           beagled/Lucene.Net/Index/SegmentTermDocs.cs,
19364           beagled/Lucene.Net/Index/SegmentTermEnum.cs,
19365           beagled/Lucene.Net/Index/SegmentTermPositions.cs,
19366           beagled/Lucene.Net/Index/SegmentsReader.cs,
19367           beagled/Lucene.Net/Index/Term.cs,
19368           beagled/Lucene.Net/Index/TermDocs.cs,
19369           beagled/Lucene.Net/Index/TermEnum.cs,
19370           beagled/Lucene.Net/Index/TermInfo.cs,
19371           beagled/Lucene.Net/Index/TermInfosReader.cs,
19372           beagled/Lucene.Net/Index/TermInfosWriter.cs,
19373           beagled/Lucene.Net/QueryParser/CharStream.cs,
19374           beagled/Lucene.Net/QueryParser/FastCharStream.cs,
19375           beagled/Lucene.Net/QueryParser/MultiFieldQueryParser.cs,
19376           beagled/Lucene.Net/QueryParser/ParseException.cs,
19377           beagled/Lucene.Net/QueryParser/QueryParser.cs,
19378           beagled/Lucene.Net/QueryParser/QueryParserConstants.cs,
19379           beagled/Lucene.Net/QueryParser/QueryParserTokenManager.cs,
19380           beagled/Lucene.Net/QueryParser/TermPositions.cs,
19381           beagled/Lucene.Net/QueryParser/Token.cs,
19382           beagled/Lucene.Net/QueryParser/TokenMgrError.cs,
19383           beagled/Lucene.Net/Search/BooleanClause.cs,
19384           beagled/Lucene.Net/Search/BooleanQuery.cs,
19385           beagled/Lucene.Net/Search/BooleanScorer.cs,
19386           beagled/Lucene.Net/Search/CachingWrapperFilter.cs,
19387           beagled/Lucene.Net/Search/DateFilter.cs,
19388           beagled/Lucene.Net/Search/DefaultSimilarity.cs,
19389           beagled/Lucene.Net/Search/ExactPhraseScorer.cs,
19390           beagled/Lucene.Net/Search/Explanation.cs,
19391           beagled/Lucene.Net/Search/Filter.cs,
19392           beagled/Lucene.Net/Search/FilteredTermEnum.cs,
19393           beagled/Lucene.Net/Search/FuzzyQuery.cs,
19394           beagled/Lucene.Net/Search/FuzzyTermEnum.cs,
19395           beagled/Lucene.Net/Search/HitCollector.cs,
19396           beagled/Lucene.Net/Search/HitQueue.cs,
19397           beagled/Lucene.Net/Search/Hits.cs,
19398           beagled/Lucene.Net/Search/IndexSearcher.cs,
19399           beagled/Lucene.Net/Search/MultiSearcher.cs,
19400           beagled/Lucene.Net/Search/MultiTermQuery.cs,
19401           beagled/Lucene.Net/Search/PhrasePositions.cs,
19402           beagled/Lucene.Net/Search/PhrasePrefixQuery.cs,
19403           beagled/Lucene.Net/Search/PhraseQuery.cs,
19404           beagled/Lucene.Net/Search/PhraseQueue.cs,
19405           beagled/Lucene.Net/Search/PhraseScorer.cs,
19406           beagled/Lucene.Net/Search/PrefixQuery.cs,
19407           beagled/Lucene.Net/Search/Query.cs,
19408           beagled/Lucene.Net/Search/QueryFilter.cs,
19409           beagled/Lucene.Net/Search/RangeQuery.cs,
19410           beagled/Lucene.Net/Search/RemoteSearchable.cs,
19411           beagled/Lucene.Net/Search/ScoreDoc.cs,
19412           beagled/Lucene.Net/Search/Scorer.cs,
19413           beagled/Lucene.Net/Search/Searchable.cs,
19414           beagled/Lucene.Net/Search/Searcher.cs,
19415           beagled/Lucene.Net/Search/Similarity.cs,
19416           beagled/Lucene.Net/Search/SloppyPhraseScorer.cs,
19417           beagled/Lucene.Net/Search/TermQuery.cs,
19418           beagled/Lucene.Net/Search/TermScorer.cs,
19419           beagled/Lucene.Net/Search/TopDocs.cs,
19420           beagled/Lucene.Net/Search/Weight.cs,
19421           beagled/Lucene.Net/Search/WildcardQuery.cs,
19422           beagled/Lucene.Net/Search/WildcardTermEnum.cs,
19423           beagled/Lucene.Net/Store/Directory.cs,
19424           beagled/Lucene.Net/Store/FSDirectory.cs,
19425           beagled/Lucene.Net/Store/InputStream.cs,
19426           beagled/Lucene.Net/Store/Lock.cs,
19427           beagled/Lucene.Net/Store/OutputStream.cs,
19428           beagled/Lucene.Net/Store/RAMDirectory.cs,
19429           beagled/Lucene.Net/Util/Arrays.cs,
19430           beagled/Lucene.Net/Util/BitVector.cs,
19431           beagled/Lucene.Net/Util/Number.cs,
19432           beagled/Lucene.Net/Util/PriorityQueue.cs, tools/Makefile.am,
19433           tools/Query.cs, tools/wrapper.in: Incoming!
19435 2004-08-13 16:15  campd
19437         * beagle-0.0.pc.in: pkgconfig file update from Arun Raghavan
19438           <arunissatan@yahoo.com>
19440 2004-07-31 22:02  campd
19442         * beagled/: BeagleDaemon.cs, Indexer.cs, Makefile.am,
19443           NoIndexFileHandler.cs, PostIndexHandler.cs, PreIndexHandler.cs:
19444           Added preindexing and postindexing handlers, moved the .noindex
19445           handling out to a postindexing handler.
19447 2004-07-31 20:21  campd
19449         * Util/FileMatcher.cs: forgot this
19451 2004-07-31 20:21  campd
19453         * BeagleClient/Indexer.cs, BeagleClient/Makefile.am,
19454           Util/Makefile.am, beagled/BeagleDaemon.cs, beagled/Indexer.cs,
19455           beagled/Makefile.am, beagled/beagled.in, tools/Crawler.cs: Added
19456           an Indexer service to the daemon, which currently indexes either
19457           individual files or lists of files.
19459           Moved the FileWatcher out of the crawler into Util.
19461 2004-07-31 20:00  trow
19463         * Util/: Logger.cs, StringFu.cs: Disable logging.  Add unique id
19464           generating function.
19466 2004-07-31 17:57  campd
19468         * beagled/Makefile.am: install BeagleDaemon.exe into pkglibdir
19470 2004-07-31 17:51  campd
19472         * Makefile.am, configure.in, BeagleClient/Hit.cs,
19473           BeagleClient/Makefile.am, BeagleClient/Query.cs,
19474           BeagleClient/QueryManager.cs, BeagleClient/Versioned.cs,
19475           Best/BestRootTile.cs, Best/BestWindow.cs, Best/Makefile.am,
19476           Best/best.in, Filters/FilterHtml.cs, Filters/FilterJpeg.cs,
19477           Filters/FilterMan.cs, Filters/FilterMusic.cs,
19478           Filters/FilterOpenOffice.cs, Filters/FilterPdf.cs,
19479           Filters/FilterPng.cs, Filters/FilterText.cs, Filters/Makefile.am,
19480           Tiles/HitFlavor.cs, Tiles/HitToHitFlavor.cs, Tiles/Makefile.am,
19481           Tiles/Tile.cs, Tiles/TileCanvas.cs, Tiles/TileContact.cs,
19482           Tiles/TileFile.cs, Tiles/TileFolder.cs,
19483           Tiles/TileFromTemplate.cs, Tiles/TileGoogle.cs,
19484           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19485           Tiles/TileMailMessage.cs, Tiles/TileMenuContext.cs,
19486           Tiles/TileMusic.cs, Tiles/TilePicture.cs,
19487           Tiles/TileRenderContext.cs, Tiles/TileWebHistory.cs,
19488           beagled/BeagleDaemon.cs, beagled/LiveQuery.cs,
19489           beagled/Makefile.am, beagled/QueryManager.cs,
19490           beagled/TestClient.cs, beagled/beagled.in, beagled/testclient.in,
19491           indexer/EvolutionDataServerDriver.cs,
19492           indexer/ExternalStringsHack.cs.in, indexer/Filter.cs,
19493           indexer/Flavor.cs, indexer/GoogleDriver.cs, indexer/Hit.cs,
19494           indexer/IQueryResult.cs, indexer/IQueryable.cs,
19495           indexer/IndexDriver.cs, indexer/Indexable.cs,
19496           indexer/IndexableFile.cs, indexer/IndexableHttp.cs,
19497           indexer/Makefile.am, indexer/PathFinder.cs, indexer/Property.cs,
19498           indexer/Query.cs, indexer/QueryDriver.cs, indexer/QueryResult.cs,
19499           indexer/QueryableFlavor.cs, indexer/Relevancy.cs,
19500           indexer/Versioned.cs, tools/Crawler.cs, tools/ExtractContent.cs,
19501           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
19502           tools/IndexWebContent.cs, tools/Makefile.am, tools/Query.cs:
19503           Added a daemon
19505           Added a client library to the daemon
19507           Made Best use the client library
19509           Did some namespace shuffling:   * The classes in indexer/ are now
19510           in the Beagle.Core namespace  * The Filters are now in the
19511           Beagle.Filters namespace   * Tiles are now in Beagle.Tiles
19512           (there's a pattern emerging)    * The client library took the
19513           Beagle namespace
19515 2004-07-28 14:52  orph
19517         * ChangeLog, mozilla-extension/.cvsignore,
19518           tools/IndexWebContent.cs: 2004-07-28  Alex Graveley
19519           <alex@ximian.com>
19521                   * tools/IndexWebContent.cs: Rename --uri to --url, to
19522           match
19523                   implementation.
19524                   Return an exitcode of 1 on error.
19525                   Catch indexing error to ensure we always delete
19526           sourcefile.
19528 2004-07-28 06:25  orph
19530         * ChangeLog, mozilla-extension/README,
19531           mozilla-extension/install.rdf,
19532           mozilla-extension/content/beagleOverlay.js,
19533           mozilla-extension/content/beagleOverlay.xul,
19534           mozilla-extension/content/beaglePrefs.js,
19535           mozilla-extension/content/beaglePrefs.xul,
19536           mozilla-extension/content/contents.rdf,
19537           mozilla-extension/locale/en-US/beagle.dtd: 2004-07-28  Alex
19538           Graveley  <alex@ximian.com>
19540                   * mozilla-extension/content/beaglePrefs.xul: Add
19541           <checkbox> for
19542                   beagle.security.active pref.
19544                   * mozilla-extension/content/beaglePrefs.js: Support
19545                   beagle.security.active pref to enable https indexing.
19547                   * mozilla-extension/content/beagleOverlay.js: Index https
19548           pages if
19549                   pref is chosen.  Fix bug in https detection since
19550                   location.protocol includes the trailing ':'. Cleanup
19551                   beagleProcessClick.
19553                   * mozilla-extension/install.rdf: Add <optionsURL> so
19554           options can
19555                   be opened from Extension Manager window.
19557 2004-07-27 10:25  trow
19559         * AUTHORS, Filters/FilterPdf.cs, Filters/Makefile.am: Christopher
19560           Orr's pdftotext-based PDF Filter.
19562 2004-07-27 07:49  orph
19564         * mozilla-extension/README:
19565           Add README
19567 2004-07-27 07:27  orph
19569         * ChangeLog, Makefile.am, configure.in,
19570           mozilla-extension/Makefile.am, mozilla-extension/install.rdf,
19571           mozilla-extension/content/about.xul,
19572           mozilla-extension/content/beagleOverlay.css,
19573           mozilla-extension/content/beagleOverlay.js,
19574           mozilla-extension/content/beagleOverlay.xul,
19575           mozilla-extension/content/beaglePrefs.js,
19576           mozilla-extension/content/beaglePrefs.xul,
19577           mozilla-extension/content/contents.rdf,
19578           mozilla-extension/content/jslib/jslib.js,
19579           mozilla-extension/content/jslib/modules.js,
19580           mozilla-extension/content/jslib/debug/debug.js,
19581           mozilla-extension/content/jslib/install/uninstall.css,
19582           mozilla-extension/content/jslib/install/uninstall.js,
19583           mozilla-extension/content/jslib/install/uninstall.xul,
19584           mozilla-extension/content/jslib/io/dir.js,
19585           mozilla-extension/content/jslib/io/dirUtils.js,
19586           mozilla-extension/content/jslib/io/file.js,
19587           mozilla-extension/content/jslib/io/fileUtils.js,
19588           mozilla-extension/content/jslib/io/filesystem.js,
19589           mozilla-extension/content/jslib/xul/commonWindow.js,
19590           mozilla-extension/locale/en-US/beagle.dtd,
19591           mozilla-extension/locale/en-US/beagle.properties,
19592           mozilla-extension/locale/en-US/contents.rdf,
19593           mozilla-extension/skin/classic/beagle-big.png,
19594           mozilla-extension/skin/classic/beagle-disabled.png,
19595           mozilla-extension/skin/classic/beagle-error.png,
19596           mozilla-extension/skin/classic/beagle.png,
19597           mozilla-extension/skin/classic/contents.rdf: 2004-07-27  Alex
19598           Graveley  <alex@ximian.com>
19600                   * mozilla-extension/: Add initial commit of the
19601           mozilla/firefox
19602                   indexing extension.
19604                   * configure.in: Add mozilla-extension/Makefile.
19606                   * Makefile.am (SUBDIRS): Add mozilla-extension.
19608 2004-07-27 05:20  orph
19610         * ChangeLog, epiphany-extension/ephy-beagle-extension.c,
19611           tools/IndexWebContent.cs, tools/Makefile.am: 2004-07-27  Alex
19612           Graveley  <alex@ximian.com>
19614                   * tools/Makefile.am (INDEX_WEB_CONTENT_WRAPPER): Rename
19615                   beagle-epiphany-index to beagle-index-url since it will
19616           be used by
19617                   mozilla too.
19619                   * tools/IndexWebContent.cs: Take --url, --title,
19620           --sourcefile,
19621                   --deletesourcefile arguments.  Print usage if url or
19622                   sourcefile/stdin is missing.
19624                   * epiphany-extension/ephy-beagle-extension.c
19625           (load_status_cb):
19626                   Pass "--url" and "--title" to beagle-index-url.
19628 2004-07-24 19:30  trow
19630         * Filters/: FilterMan.cs, Makefile.am: Added Michael Levy's man
19631           filter.
19633 2004-07-24 19:01  trow
19635         * indexer/Filter.cs, indexer/IndexDriver.cs,
19636           tools/IndexWebContent.cs: Removed some annoying debug spew.
19638 2004-07-24 18:17  trow
19640         * indexer/.cvsignore: This is the last one.
19642 2004-07-24 18:06  trow
19644         * indexer/: .cvsignore, ExternalStringsHack.cs.in: Doh!
19646 2004-07-24 17:57  trow
19648         * Makefile.am, autogen.sh, configure.in, Best/Makefile.am,
19649           Best/best.in, Filters/Filter.cs, Filters/FilterHtml.cs,
19650           Filters/FilterJpeg.cs, Filters/FilterMusic.cs,
19651           Filters/FilterOpenOffice.cs, Filters/FilterPng.cs,
19652           Filters/FilterText.cs, Filters/Flavor.cs, Filters/Makefile.am,
19653           Tiles/Makefile.am, Tiles/template-contact.html,
19654           Tiles/template-file.html, Tiles/template-im-log.html,
19655           Tiles/template-mail-message.html, Tiles/template-music.html,
19656           Tiles/template-picture.html, Tiles/template-web-history.html,
19657           Util/StringFu.cs, indexer/EvolutionDataServerDriver.cs,
19658           indexer/Filter.cs, indexer/Flavor.cs, indexer/IndexDriver.cs,
19659           indexer/Indexable.cs, indexer/IndexableFile.cs,
19660           indexer/Makefile.am, indexer/PathFinder.cs, indexer/Property.cs,
19661           tools/Crawler.cs, tools/ExtractContent.cs,
19662           tools/IndexGaimLogs.cs, tools/IndexMail.cs,
19663           tools/IndexWebContent.cs, tools/Makefile.am, tools/wrapper.in:
19664           Filter refactoring and general clean-up.
19666 2004-07-09 13:57  nat
19668         * Tiles/TileWebHistory.cs: Changed the title text.
19670 2004-07-07 23:47  trow
19672         * Util/FSpotTools.cs, indexer/IndexableFile.cs: Index f-spot's
19673           photo tags.
19675 2004-07-07 16:37  trow
19677         * Util/FSpotTools.cs, Util/Makefile.am, Util/NautilusTools.cs,
19678           indexer/IndexableFile.cs: A hack to index f-spot photo
19679           descriptions.
19681 2004-07-06 22:25  trow
19683         * doc/TODO-integration: TODO for code outside of beagle.
19685 2004-07-04 14:00  trow
19687         * chooser-fu/.cvsignore, indexer/EvolutionDataServerDriver.cs,
19688           indexer/GoogleDriver.cs, indexer/IndexDriver.cs,
19689           indexer/Makefile.am, indexer/QueryDriver.cs,
19690           indexer/QueryableFlavor.cs: Find IQueryables via introspection.
19692 2004-07-03 20:22  trow
19694         * indexer/Hit.cs, tools/IndexMail.cs: It always helps to commit
19695           code that actually compiles.
19697 2004-07-03 20:04  trow
19699         * AUTHORS, Tiles/TileFile.cs, Tiles/TileFolder.cs,
19700           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
19701           Tiles/TilePicture.cs, indexer/Hit.cs: A clean-up of the code that
19702           opens items in external apps, based on a patch from Arwed
19703           Merkatz.
19705 2004-07-03 11:07  trow
19707         * Tiles/Tile.cs, Util/StringFu.cs, doc/TODO, indexer/Hit.cs,
19708           indexer/IndexDriver.cs, indexer/IndexableFile.cs: Small tweaks
19709           and airplane hacks.
19711 2004-06-28 11:54  trow
19713         * Filters/FilterPng.cs: Removed scary warning.
19715 2004-06-28 11:23  trow
19717         * Filters/Filter.cs, Filters/FilterOpenOffice.cs,
19718           Filters/FilterText.cs, indexer/IndexDriver.cs,
19719           indexer/Indexable.cs, indexer/IndexableFile.cs, tools/Crawler.cs:
19720           Fix for a bug too horrible to mention.
19722 2004-06-28 06:48  nat
19724         * Tiles/TileContact.cs: Scaled up the image
19726 2004-06-28 06:47  trow
19728         * Filters/FilterOpenOffice.cs, Tiles/TileFile.cs,
19729           Tiles/TileMusic.cs, Tiles/TilePicture.cs, indexer/Hit.cs: Fix
19730           whitespace problem.
19732 2004-06-28 06:01  trow
19734         * Tiles/TileHitCollection.cs: Fixed Dave's bug.
19736 2004-06-28 05:59  trow
19738         * images/emblem-picture.png: New picture emblem.
19740 2004-06-28 05:34  trow
19742         * Best/BestWindow.cs, Tiles/TileHitCollection.cs,
19743           Tiles/template-hit-collection.html, indexer/Query.cs: More GUADEC
19744           hacking.
19746 2004-06-28 05:19  trow
19748         * images/: emblem-contact.png, emblem-file.png, emblem-folder.png,
19749           emblem-google.png, emblem-im-log.png, emblem-mail-message.png,
19750           emblem-music.png, emblem-picture.png, emblem-web-history.png:
19751           Images I forgot to add earlier.
19753 2004-06-28 03:30  trow
19755         * Best/BestRootTile.cs, Filters/FilterPng.cs, Tiles/HitFlavor.cs,
19756           Tiles/TileCanvas.cs, Tiles/TileContact.cs, Tiles/TileFile.cs,
19757           Tiles/TileFolder.cs, Tiles/TileGoogle.cs,
19758           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19759           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
19760           Tiles/TilePicture.cs, Tiles/template-contact.html,
19761           Tiles/template-file.html, Tiles/template-folder.html,
19762           Tiles/template-google.html, Tiles/template-hit-collection.html,
19763           Tiles/template-im-log.html, Tiles/template-mail-message.html,
19764           Tiles/template-music.html, Tiles/template-picture.html,
19765           Tiles/template-web-history.html, Util/NautilusTools.cs,
19766           Util/StringFu.cs, chooser-fu/Makefile.am,
19767           chooser-fu/beaglequery.c, chooser-fu/beaglequery.h,
19768           chooser-fu/gtkfilesystembeagle.c, chooser-fu/preload-symbols.c,
19769           images/Makefile.am, indexer/Hit.cs, indexer/IndexableFile.cs,
19770           indexer/Query.cs, tools/Crawler.cs: GUADEC hacking.
19772 2004-06-24 21:05  trow
19774         * Best/BestWindow.cs: Removed Best's menu bar.
19776 2004-06-24 20:55  trow
19778         * Util/: Makefile.am, NautilusTools.cs: Added Joe Gasiorek's
19779           NautilusTools code for discovering emblems on files.
19781 2004-06-24 18:22  trow
19783         * configure.in: And while I'm at it, I might as well bump the
19784           version number.
19786 2004-06-24 18:21  trow
19788         * configure.in: Forgot to remove a reference the old Renderer code.
19790 2004-06-24 18:11  trow
19792         * Makefile.am, configure.in, chooser-fu/.cvsignore,
19793           chooser-fu/Makefile.am, chooser-fu/beaglequery.c,
19794           chooser-fu/beaglequery.h, chooser-fu/chooser-test.c,
19795           chooser-fu/gtkfilesystembeagle.c,
19796           chooser-fu/gtkfilesystembeagle.h, chooser-fu/preload-symbols.c,
19797           chooser-fu/xdgmime.c, chooser-fu/xdgmime.h,
19798           chooser-fu/xdgmimeglob.c, chooser-fu/xdgmimeglob.h,
19799           chooser-fu/xdgmimeint.c, chooser-fu/xdgmimeint.h,
19800           chooser-fu/xdgmimemagic.c, chooser-fu/xdgmimemagic.h,
19801           indexer/QueryDriver.cs: Behold the power of my chooser-fu!
19803 2004-06-24 14:45  trow
19805         * Makefile.am, Best/Makefile.am, Filters/Makefile.am,
19806           Tiles/Makefile.am, indexer/Makefile.am, tools/Makefile.am: Force
19807           re-compiles whenever we depend on a locally-built assembly that
19808           has changed.
19810           Removed the old renderers from the build
19812 2004-06-24 14:25  trow
19814         * Best/BestWindow.cs: Removed call to Query.AutoPopulateHack.  The
19815           hack has been removed.
19817 2004-06-23 21:48  trow
19819         * Tiles/TileMailMessage.cs, Util/StringFu.cs,
19820           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
19821           indexer/IndexDriver.cs, indexer/Query.cs, indexer/QueryDriver.cs,
19822           tools/Query.cs: Moved some utility routines to StringFu.  Removed
19823           spew.  Added mime-type filtering in Query.  Added ability to
19824           specify search domain (i.e. local, neighborhood or global) in a
19825           Query.  Other code changed to reflect Query api changes.
19827 2004-06-23 01:25  trow
19829         * Best/BestWindow.cs, Tiles/Tile.cs, Tiles/TileCanvas.cs,
19830           Tiles/TileContact.cs, Tiles/template-music.html,
19831           tools/Crawler.cs: Music tile tweaks.  Fix stupid bug in crawler
19832           symlink check.  Turn on inline tile rendering by default.  (Which
19833           is wrong, but necessary until the kinks get worked out of the
19834           iframe stuff.) Fix inline tile rendering to properly dispatch
19835           UrlReqests, etc. to the tiles.  Make best a tiny bit less ugly.
19837 2004-06-22 18:10  trow
19839         * Best/BestRootTile.cs, Best/BestWindow.cs,
19840           Tiles/HitToHitFlavor.cs, Tiles/Makefile.am, Tiles/TileCanvas.cs,
19841           Tiles/TileContact.cs, Tiles/TileFile.cs, Tiles/TileFolder.cs,
19842           Tiles/TilePicture.cs, Tiles/template-folder.html,
19843           indexer/EvolutionDataServerDriver.cs, indexer/Hit.cs,
19844           indexer/QueryResult.cs: Do the right thing when a file://-Uri hit
19845           is actually a directory.  Added a folder tile.  Re-enabled
19846           contact photos.  Added contact photo to contact tiles.  Added
19847           thumbnail to image tiles.  Assorted bug fixes.
19849 2004-06-22 16:01  trow
19851         * tools/: Crawler.cs, Makefile.am: Don't follow symlinks while
19852           crawling.  Fixes bug 144744.
19854 2004-06-22 14:20  trow
19856         * Best/Best.cs, Best/BestRootTile.cs, Tiles/HitFlavor.cs,
19857           Tiles/HitToHitFlavor.cs, Tiles/Makefile.am, Tiles/TileContact.cs,
19858           Tiles/TileFile.cs, Tiles/TileGoogle.cs,
19859           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19860           Tiles/TileMailMessage.cs, Tiles/TileMusic.cs,
19861           Tiles/TilePicture.cs, Tiles/TileWebHistory.cs, Util/StringFu.cs,
19862           indexer/Hit.cs: Attributes are fun.
19864 2004-06-21 23:42  trow
19866         * Best/BestRootTile.cs, Best/BestWindow.cs, Tiles/Makefile.am,
19867           Tiles/TileCanvas.cs, Tiles/TileHitCollection.cs,
19868           Tiles/TileMusic.cs, Tiles/TilePicture.cs,
19869           Tiles/template-music.html, Tiles/template-picture.html,
19870           images/Images.cs, indexer/QueryDriver.cs, tools/Crawler.cs:
19871           Picture and Music tiles.  Image improvements.  Some
19872           (half-finished) tile hacking.
19874 2004-06-20 17:23  trow
19876         * HACKING: Notes on code organization.
19878 2004-06-19 04:07  trow
19880         * Filters/: FilterJpeg.cs, FilterPng.cs, Makefile.am: Very basic
19881           jpeg and png filters.
19883 2004-06-19 02:58  trow
19885         * Filters/Filter.cs, Filters/FilterMusic.cs, Filters/Makefile.am,
19886           Util/Id3.cs, Util/Makefile.am: Added a simple filter for
19887           ID3-tagged MP3 files.
19889 2004-06-18 02:57  trow
19891         * Filters/Filter.cs, Util/StringFu.cs, indexer/IndexableFile.cs,
19892           tools/Crawler.cs: Allow IndexableFile to index directories and to
19893           index file names if no filter is available.  Some renaming in
19894           Filter.cs.  Retooled crawler to index directories.
19896 2004-06-17 00:58  trow
19898         * Best/BestRootTile.cs, Tiles/Makefile.am, Tiles/Tile.cs,
19899           Tiles/TileCanvas.cs, Tiles/TileGoogle.cs,
19900           Tiles/TileHitCollection.cs, Tiles/TileImLog.cs,
19901           Tiles/TileWebHistory.cs, Tiles/template-google.html,
19902           Tiles/template-hit-collection.html, Tiles/template-im-log.html,
19903           Tiles/template-web-history.html, indexer/GoogleDriver.cs: More
19904           tile work and misc. fixes.  Still looks ugly, but is becoming
19905           more functional.
19907 2004-06-16 03:23  trow
19909         * Best/BestRootTile.cs, Tiles/Makefile.am, Tiles/TileCanvas.cs,
19910           Tiles/TileHitCollection.cs, Tiles/TileRenderContext.cs,
19911           Tiles/template-hit-collection.html: More tile hacking.
19912           Everything is still fairly ugly.
19914 2004-06-16 01:14  trow
19916         * AUTHORS, doc/TODO, tools/Crawler.cs: Applied Joe Gasiorek's patch
19917           for crawling recently used files.
19919 2004-06-15 20:44  nat
19921         * tools/IndexMail.cs: Don't puke on my emacs.
19923 2004-06-15 20:39  nat
19925         * Util/ImLog.cs, tools/IndexGaimLogs.cs: Added a --verbose option.
19927 2004-06-15 03:17  trow
19929         * Tiles/Makefile.am, Tiles/Tile.cs, Tiles/TileCanvas.cs,
19930           Tiles/TileContact.cs, Tiles/TileHitCollection.cs,
19931           Tiles/TileMenuContext.cs, Tiles/template-contact.html,
19932           indexer/EvolutionDataServerDriver.cs, indexer/Hit.cs,
19933           indexer/QueryDriver.cs: More hacking: popup menu handling for
19934           tiles, contact tiles, better link handing.
19936 2004-06-15 00:40  trow
19938         * Tiles/Makefile.am: Build fixes.
19940 2004-06-14 16:34  trow
19942         * .cvsignore, Makefile.am, configure.in, Best/BestRootTile.cs,
19943           Best/BestWindow.cs, Best/Makefile.am, Best/best.in,
19944           Tiles/.cvsignore, Tiles/Makefile.am, Tiles/Tile.cs,
19945           Tiles/TileCanvas.cs, Tiles/TileFile.cs,
19946           Tiles/TileFromTemplate.cs, Tiles/TileHitCollection.cs,
19947           Tiles/TileMailMessage.cs, Tiles/TileRenderContext.cs,
19948           Tiles/template-file.html, Tiles/template-mail-message.html,
19949           Util/Makefile.am, Util/StringFu.cs, doc/TODO, images/.cvsignore,
19950           images/Images.cs, images/Makefile.am, indexer/IndexDriver.cs,
19951           tools/IndexMail.cs: Tile hacking.
19953 2004-06-10 02:19  trow
19955         * NEWS: Updated NEWS for release.
19957 2004-06-10 02:07  trow
19959         * configure.in: Bumped version number.
19961 2004-06-10 01:59  trow
19963         * Renderers/HitRendererHtml.cs, Renderers/Makefile.am, doc/TODO,
19964           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/Makefile.am,
19965           indexer/QueryResult.cs, indexer/Relevancy.cs,
19966           templates/Makefile.am, templates/email-sent.html,
19967           templates/email.html, tools/Crawler.cs, tools/IndexMail.cs:
19968           Updated TODO.
19970           Small changes to how we track scores in Hits.
19972           Added framework for better relevancy calculations and a few
19973           ad-hoc rules.
19975           Distinguish between sent and received e-mails.
19977           When crawling, check a file's mtime before sniffing the mime
19978           type.  This keeps us from changing every file's atime every time
19979           we crawl.
19981 2004-06-09 23:51  trow
19983         * Renderers/HitRenderer.cs, Renderers/HitRendererControl.cs,
19984           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
19985           indexer/Hit.cs, indexer/IndexDriver.cs: A hack or two.
19987 2004-06-09 02:22  trow
19989         * Filters/Filter.cs, Filters/FilterHtml.cs,
19990           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
19991           Util/Makefile.am, Util/MultiReader.cs, Util/PullingReader.cs,
19992           indexer/IndexDriver.cs, indexer/Indexable.cs,
19993           indexer/IndexableFile.cs, indexer/Makefile.am,
19994           tools/ExtractContent.cs, tools/IndexMail.cs,
19995           tools/IndexWebContent.cs: Avoid big allocations and work around
19996           mono GC issues.
19998 2004-06-08 22:29  trow
20000         * tools/IndexMail.cs: Avoid large allocations while parsing mboxes.
20002 2004-06-08 13:39  trow
20004         * Renderers/HitRendererHtml.cs, tools/IndexWebContent.cs: Make web
20005           history items their own type.
20007 2004-06-07 22:42  trow
20009         * indexer/IndexDriver.cs: Enable stemming in our analyzer.
20010           Properly analyze/stem queries.
20012 2004-06-07 14:41  trow
20014         * tools/: IndexMail.cs, wrapper.in: Write out timestamps as ticks
20015           to avoid retarded System.DateTime string parsing behavior.  Added
20016           $MONO_EXTRA_ARGS to the mono command-line in wrapper.in.  This
20017           facilitates tracing, profiling, etc.
20019 2004-06-07 03:44  trow
20021         * HACKING: Fixed one last 'dewey' that I missed before.
20023 2004-06-07 02:29  trow
20025         * AUTHORS: Credit where credit is due.
20027 2004-06-07 02:28  trow
20029         * Filters/Flavor.cs, Util/gnome.cs: A few things from Michael
20030           Levy's gzipped-file-crawling patch: support for mime-sniffing
20031           buffers and Flavor.FromStream.
20033 2004-06-04 22:28  trow
20035         * Util/Logger.cs, Util/Makefile.am, indexer/IndexDriver.cs,
20036           indexer/PathFinder.cs: Added extra logging to help debug locking
20037           problems.
20039 2004-06-03 23:42  trow
20041         * Makefile.am, configure.in, Best/Best.cs, Best/BestWindow.cs,
20042           Renderers/HitRendererControl.cs: More searchomatic!
20044 2004-06-03 23:42  trow
20046         * searchomatic/: .cvsignore, Makefile.am, README, searchomatic.c:
20047           Searchomatic!
20049 2004-06-03 13:50  trow
20051         * Best/BestWindow.cs, Best/HitContainer.cs,
20052           Renderers/HitRendererControl.cs: Only show the next/prev buttons
20053           when appropriate.
20055 2004-06-03 13:35  trow
20057         * indexer/: EvolutionDataServerDriver.cs, Query.cs: Proper handling
20058           of multi-part queries against e-d-s.
20060 2004-06-03 11:07  trow
20062         * README, tools/Makefile.am: Added note about being able to index
20063           IM logs.  Fixed build glitch.
20065 2004-06-03 02:44  trow
20067         * HACKING, NEWS, README, configure.in, doc/TODO: Added stuff to
20068           HACKING, NEWS, README, TODO.  Set version number to 0.0.0.
20070 2004-06-03 02:04  trow
20072         * Util/ImLog.cs, tools/IndexGaimLogs.cs: Another fix for
20073           pathological gaim logs.
20075 2004-06-03 01:52  trow
20077         * Best/BestWindow.cs, Best/HitContainer.cs, Util/ImLog.cs,
20078           indexer/IndexDriver.cs, indexer/Query.cs, indexer/QueryDriver.cs:
20079           Properly handle gaim longs that contain newlines.  Do the right
20080           thing on an empty query.
20082 2004-06-03 00:40  trow
20084         * Filters/FilterOpenOffice.cs, indexer/IndexDriver.cs: Fix crash in
20085           OOo filter.  Properly handle multi-word search phrases in Lucene.
20087 2004-06-02 22:41  trow
20089         * Renderers/HitRenderer.cs: Don't crash if we try to step back
20090           before the first match.
20092 2004-06-02 16:34  trow
20094         * indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20095           indexer/IndexDriver.cs, indexer/Query.cs,
20096           templates/file-generic.html: The beginnings of support for some
20097           semi-reasonable query semantics: Multi-word and quoted-phrase
20098           queries now do the expected thing in the Lucene index.  Evolution
20099           does the wrong thing because of breakage in evo-sharp.  And
20100           Google is still broken by a beta 2 problem, so I didn't change
20101           anything in there yet.
20103 2004-06-02 13:28  trow
20105         * tools/.cvsignore: Be quiet!
20107 2004-06-02 03:58  trow
20109         * configure.in, Best/Makefile.am, Best/best.in, Filters/Filter.cs,
20110           Filters/FilterOpenOffice.cs, Filters/Makefile.am,
20111           indexer/Makefile.am, indexer/QueryDriver.cs, tools/Makefile.am,
20112           tools/wrapper.in: Small GACish fixes.  Disabled Google queries,
20113           since they are broken under mono beta 2.  Extract more metadata
20114           from openoffice files.
20116 2004-06-01 15:43  nat
20118         * Util/gnome.cs: System.Diagnostics.Process.Start is a static
20119           method
20121 2004-05-31 22:25  trow
20123         * Makefile.am, configure.in, Best/BestWindow.cs,
20124           Best/HitContainer.cs, Best/Makefile.am, Best/best.in,
20125           Filters/FilterOpenOffice.cs, Renderers/DataBarn.cs,
20126           Renderers/Favicons.cs, Renderers/HitRenderer.cs,
20127           Renderers/HitRendererControl.cs, Renderers/HitRendererHtml.cs,
20128           Renderers/Makefile.am, Renderers/Tile.cs, Util/Makefile.am,
20129           Util/camel.cs, images/Makefile.am, images/contact-phone.png,
20130           images/gnome-error.png, images/gnome-gaim.png,
20131           images/icon-bookmark.png, images/icon-folder.png,
20132           images/icon-history.png, images/icon-search.png,
20133           images/icon-web-large.png, images/icon-web.png,
20134           images/status-away.png, images/status-online.png,
20135           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20136           indexer/Hit.cs, indexer/IQueryResult.cs, indexer/IQueryable.cs,
20137           indexer/IndexDriver.cs, indexer/Indexable.cs,
20138           indexer/Makefile.am, indexer/QueryDriver.cs,
20139           indexer/QueryResult.cs, templates/.cvsignore,
20140           templates/Makefile.am, templates/contact.html,
20141           templates/email.html, templates/file-generic.html,
20142           templates/google.html, templates/im-log.html,
20143           templates/web-history.html, templates/weblink.html,
20144           tools/IndexMail.cs, tools/Makefile.am, tools/wrapper.in: Tile
20145           rendering, which is still very hacky.  Async rendering.  Paged
20146           results.  Cancellable queries.  DataBarn! Evo-sharp fixes.
20147           Assorted clean-up.  Introduced more bugs.
20149 2004-05-27 16:51  trow
20151         * Best/Makefile.am, Renderers/Makefile.am, Util/ImLog.cs,
20152           Util/Makefile.am, indexer/EvolutionDataServerDriver.cs,
20153           indexer/Indexable.cs, tools/IndexGaimLogs.cs, tools/Makefile.am,
20154           tools/Query.cs, tools/wrapper.in: Added code to index gaim logs.
20155           Small build fixes for evo-sharp.  It builds, but doesn't work.
20156           (For me, at least.)
20158 2004-05-26 22:37  nat
20160         * doc/TODO: Added a note about indexing attachments.
20162 2004-05-23 18:51  trow
20164         * configure.in, Best/Makefile.am, Filters/Makefile.am,
20165           Renderers/Makefile.am, Util/Makefile.am: Build fixes: use
20166           pkg-config to find gtk-sharp, etc., to ensure that Beagle is
20167           GACilicious.
20169 2004-05-22 14:35  trow
20171         * Best/Makefile.am, Filters/Makefile.am,
20172           Renderers/FileHitRenderer.cs, Renderers/Makefile.am,
20173           Renderers/WebLinkHitRenderer.cs, Util/Makefile.am,
20174           indexer/Makefile.am, indexer/PathFinder.cs: Small build tweaks.
20175           Don't cache composited icons under ~/.dashboard.  Tweaked WebLink
20176           Renderer to better handle the HTML Google hands back to us.
20178 2004-05-22 14:02  trow
20180         * Renderers/Favicons.cs, Renderers/FileHitRenderer.cs,
20181           Renderers/Makefile.am, Renderers/WebLinkHitRenderer.cs,
20182           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/IndexableFile.cs,
20183           indexer/QueryDriver.cs, indexer/Versioned.cs, tools/Crawler.cs:
20184           Various indexing and crawler improvements.  Added convenience
20185           functions to Hit for common operations on file:// hits.  Tweaked
20186           the file & web link renderers a bit.  Stole code from dashboard
20187           to put favicon emblems on the icons.
20189 2004-05-21 14:51  trow
20191         * configure.in: Added a configure-time warning about the potential
20192           problems of installing beagle into a different prefix than
20193           epiphany.
20195 2004-05-21 14:13  trow
20197         * README, epiphany-extension/ephy-beagle-extension.c: Put some
20198           basic information in the README file.
20200           Added BEAGLE_NO_WEB_INDEXING environment variable check to the
20201           epiphany extension.
20203 2004-05-21 13:18  trow
20205         * COPYING, Best/Best.cs, Best/BestWindow.cs, Best/HitContainer.cs,
20206           Best/HitView.cs, Filters/Filter.cs, Filters/FilterHtml.cs,
20207           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20208           Filters/Flavor.cs, Renderers/ContactHitRenderer.cs,
20209           Renderers/DefaultHitRenderer.cs, Renderers/FileHitRenderer.cs,
20210           Renderers/HitRenderer.cs, Renderers/HitRendererHtml.cs,
20211           Renderers/MailMessageHitRenderer.cs,
20212           Renderers/WebLinkHitRenderer.cs, Util/Vfs.cs,
20213           epiphany-extension/Makefile.am,
20214           indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20215           indexer/Hit.cs, indexer/IQueryable.cs, indexer/IndexDriver.cs,
20216           indexer/Indexable.cs, indexer/IndexableFile.cs,
20217           indexer/IndexableHttp.cs, indexer/PathFinder.cs,
20218           indexer/Query.cs, indexer/QueryDriver.cs, indexer/QueryResult.cs,
20219           indexer/Versioned.cs, tools/Crawler.cs, tools/CrawlerRSS20.cs,
20220           tools/ExtractContent.cs, tools/IndexMail.cs,
20221           tools/IndexWebContent.cs, tools/Query.cs: Added a COPYING file.
20222           Added licenses to all of the source code.  Install the epiphany
20223           extension in the right place.
20225 2004-05-21 11:30  trow
20227         * Renderers/: FileHitRenderer.cs, HitRendererHtml.cs,
20228           MailMessageHitRenderer.cs, WebLinkHitRenderer.cs: Added
20229           link-clicking to the HTML renderers.
20231 2004-05-20 18:00  trow
20233         * Util/camel.cs: Fixed to read Evo 1.5 imap summaries.
20235 2004-05-20 16:19  trow
20237         * .cvsignore, tools/.cvsignore: BE QUIET!
20239 2004-05-20 15:51  trow
20241         * README, indexer/Hit.cs, tools/Crawler.cs, tools/Makefile.am:
20242           Fixed int vs. long type error in IndexDriver.  It sure be nice
20243           when we have generics...  Added more paranoid exception catching
20244           in Crawler.cs, to work around the invalid filename bug in beta1.
20245           Assorted build tweaks.  We are back to passing 'make distcheck'.
20247 2004-05-20 14:07  trow
20249         * Best/BestWindow.cs, Best/HitContainer.cs,
20250           Renderers/ContactHitRenderer.cs, Renderers/HitRenderer.cs,
20251           Renderers/Makefile.am, indexer/GoogleDriver.cs: Added a simple
20252           contact renderer.  Integrated renderers into best in a way that
20253           sucks a tiny bit less than the way I initially did it.
20255 2004-05-20 11:18  trow
20257         * tools/beagle-update-index.in: Doh!
20259 2004-05-20 11:14  trow
20261         * Makefile.am, configure.in, Best/BestWindow.cs, Best/Makefile.am,
20262           Best/best.in, Renderers/.cvsignore,
20263           Renderers/DefaultHitRenderer.cs, Renderers/FileHitRenderer.cs,
20264           Renderers/HitRenderer.cs, Renderers/HitRendererHtml.cs,
20265           Renderers/MailMessageHitRenderer.cs, Renderers/Makefile.am,
20266           Renderers/WebLinkHitRenderer.cs, images/Makefile.am,
20267           images/attachment.png, images/book.png, images/bookmark.png,
20268           images/bug.png, images/default.png, images/document.png,
20269           images/evolution.png, images/flag-for-followup.png,
20270           images/foaf.png, images/globe.png, images/mail-new.png,
20271           images/mail-read.png, images/mail-replied.png, images/mail.png,
20272           images/music.png, images/person.png, images/rss.png,
20273           images/stock.png, images/white.png: First stage of moving
20274           Dashboard's renderers into Beagle.  Best now uses those
20275           renderers, albeit in a very primitive way.
20277 2004-05-19 17:12  trow
20279         * indexer/EvolutionDataServerDriver.cs, indexer/GoogleDriver.cs,
20280           indexer/IQueryable.cs, indexer/IndexDriver.cs,
20281           indexer/QueryDriver.cs, tools/Makefile.am: Tweak IQueryable to
20282           support query types that report results incrementally, rather
20283           than all at the end.
20285 2004-05-19 15:15  trow
20287         * INSTALL, indexer/IndexDriver.cs, indexer/Makefile.am,
20288           indexer/PathFinder.cs, tools/IndexMail.cs: Corrected a few
20289           out-of-date comments.  Set reasonable permissions on ~/.beagle
20290           directory.  Added INSTALL file.
20292 2004-05-19 13:46  trow
20294         * Util/camel.cs, epiphany-extension/README, tools/IndexMail.cs,
20295           tools/IndexWebContent.cs: Properly timestamp both sent and
20296           received messages while indexing.  Don't index https:// pages
20297           while browsing.
20299 2004-05-18 22:51  trow
20301         * images/.cvsignore: BE QUIET!
20303 2004-05-18 22:50  trow
20305         * epiphany-extension/dewey-epiphany-index: Removed obsolete script.
20307 2004-05-18 22:38  trow
20309         * dewey-0.0.pc.in, epiphany-extension/Makefile.am,
20310           epiphany-extension/README,
20311           epiphany-extension/ephy-beagle-extension.c,
20312           epiphany-extension/ephy-beagle-extension.h,
20313           epiphany-extension/ephy-beagle.c,
20314           epiphany-extension/ephy-dewey-extension.c,
20315           epiphany-extension/ephy-dewey-extension.h,
20316           epiphany-extension/ephy-dewey.c, tools/.cvsignore: More renaming
20317           action.
20319 2004-05-18 22:24  trow
20321         * Makefile.am, autogen.sh, beagle-0.0.pc.in, configure.in,
20322           Best/Best.cs, Best/BestWindow.cs, Best/HitContainer.cs,
20323           Best/HitView.cs, Filters/Filter.cs, Filters/FilterHtml.cs,
20324           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20325           Filters/Flavor.cs, Util/Makefile.am, Util/Vfs.cs, Util/camel.cs,
20326           Util/gnome.cs, indexer/EvolutionDataServerDriver.cs,
20327           indexer/GoogleDriver.cs, indexer/Hit.cs, indexer/IQueryable.cs,
20328           indexer/IndexDriver.cs, indexer/Indexable.cs,
20329           indexer/IndexableFile.cs, indexer/IndexableHttp.cs,
20330           indexer/PathFinder.cs, indexer/Query.cs, indexer/QueryDriver.cs,
20331           indexer/QueryResult.cs, indexer/Versioned.cs, tools/.cvsignore,
20332           tools/Crawler.cs, tools/CrawlerRSS20.cs, tools/ExtractContent.cs,
20333           tools/IndexMail.cs, tools/IndexWebContent.cs, tools/Makefile.am,
20334           tools/Query.cs: Part one of s/dewey/beagle/
20336 2004-05-18 18:28  trow
20338         * Makefile.am, configure.in, Best/HitView.cs, Best/Makefile.am,
20339           images/Makefile.am, images/contact-icon.png,
20340           images/mail-message-icon.png,
20341           indexer/EvolutionDataServerDriver.cs, indexer/Hit.cs,
20342           indexer/Makefile.am, indexer/QueryDriver.cs, tools/Makefile.am:
20343           Initial version of code for querying evo-data-server, along with
20344           some lame hacks for displaying contact matches in best.
20346 2004-05-18 15:02  trow
20348         * Best/BestWindow.cs, Best/HitContainer.cs, Best/HitView.cs,
20349           Best/Makefile.am, Best/best.in, indexer/GoogleDriver.cs,
20350           indexer/IQueryable.cs, indexer/IndexDriver.cs,
20351           indexer/Makefile.am, indexer/QueryDriver.cs,
20352           indexer/QueryResult.cs, tools/.cvsignore, tools/Makefile.am,
20353           tools/Query.cs: Added infrastructure to better support multiple
20354           query backends.  The new QueryDriver class multiplexes queries
20355           between implementers of the IQueryable interface and handles all
20356           the details of doing each query in a separate thread.  Instead of
20357           just returning a list of Hits, the QueryDriver returns a
20358           QueryResult that collects the Hits as the come in and emits
20359           signals to indicate when new Hits have arrived and when the query
20360           has finished processing.
20362           Renamed Crawler.exe's wrapper to dewey-index-files.
20364 2004-05-17 15:41  trow
20366         * doc/TODO: The beginnings of a TODO list for Dewey.
20368 2004-05-17 14:52  trow
20370         * Best/HitView.cs, Filters/Filter.cs, Filters/FilterHtml.cs,
20371           indexer/GoogleDriver.cs, indexer/Hit.cs, indexer/IndexDriver.cs,
20372           indexer/Indexable.cs, indexer/IndexableFile.cs,
20373           indexer/IndexableHttp.cs, tools/Crawler.cs,
20374           tools/CrawlerRSS20.cs, tools/ExtractContent.cs,
20375           tools/IndexMail.cs, tools/IndexWebContent.cs, tools/Query.cs:
20376           Lots of misc. hacking.  * Rationalization of naming between Dewey
20377           and Dashboard * An attempt to make the crawler more
20378           memory-efficient * dewey-query is now a lot more talkative *
20379           Changed Indexable so that it is possible to create new indexable
20380           types w/o subclassing, if you are so inclined.  * Fixed bug that
20381           caused the IndexDriver to return hits in random   order, not in
20382           order of relevancy.  * Lots of small tweaks to make the code more
20383           consistent/idiomatic
20385 2004-05-14 23:33  trow
20387         * .cvsignore, Util/.cvsignore, Util/GoogleSearch.wsdl,
20388           Util/Makefile.am, indexer/GoogleDriver.cs, indexer/Hit.cs,
20389           indexer/IndexDriver.cs, indexer/Makefile.am: Added a very simple
20390           mechanism for querying Google.  Just set the GOOGLE_WEB_API_KEY
20391           environment variable.
20393 2004-05-14 22:36  nat
20395         * tools/IndexMail.cs: Add the 'sent' metadata item to mails.  Added
20396           a command-line arg to specify a mailbox to index.
20398 2004-05-14 20:58  trow
20400         * configure.in, Best/Makefile.am, Filters/Makefile.am,
20401           Util/.cvsignore, Util/Makefile.am,
20402           epiphany-extension/Makefile.am, indexer/Makefile.am,
20403           tools/Makefile.am: We can now "make distcheck".
20405 2004-05-14 16:32  trow
20407         * tools/foo: Don't use foo, use the dewey-* wrapper scripts
20408           instead.
20410 2004-05-14 16:18  joeshaw
20412         * tools/foo: Add Util to the list of MONO_PATH directories
20414 2004-05-14 15:51  trow
20416         * .cvsignore, dewey-0.0.pc.in: This is why I hate CVS --- when you
20417           are using subversion, it is a lot easier to notice when you
20418           forget to add files, etc.  vCVS:
20419           ----------------------------------------------------------------------
20421 2004-05-14 15:49  trow
20423         * Makefile.am, configure.in: Oops...
20425 2004-05-14 13:39  trow
20427         * indexer/IndexDriver.cs: Put locks in ~/.dewey/Locks.  Among other
20428           things, this means that 'rm -rf ~/.dewey' will clear the index
20429           without leaving dangling locks.
20431 2004-05-14 13:24  trow
20433         * tools/IndexMail.cs: Added some code for debugging locking
20434           problems.  When the DEWEY_DEBUG_LOCKS env variable is set, lock
20435           activity is logged to the console.
20437 2004-05-14 04:36  trow
20439         * Makefile.am, configure.in, Best/HitView.cs, Best/Makefile.am,
20440           Best/Vfs.cs, Filters/Flavor.cs, Filters/Makefile.am,
20441           Filters/gnome.cs, Util/Makefile.am, Util/Vfs.cs, Util/camel.cs,
20442           Util/gnome.cs, indexer/IndexDriver.cs, indexer/Indexable.cs,
20443           indexer/Makefile.am, indexer/PathFinder.cs, tools/.cvsignore,
20444           tools/IndexMail.cs, tools/Makefile.am, tools/wrapper.in: Moved
20445           various utility classes into Util.dll.  Tweaked the tools
20446           wrappers to allow things to be run in-place.  Stole camel.cs from
20447           dashboard, hacked it to work with Evo 1.5 summaries.  Hacked
20448           IndexMail.cs to use the info in the summary files to avoid
20449           unnecessary reindexing.
20451 2004-05-13 00:05  trow
20453         * tools/: IndexMail.cs, Makefile.am: Added a hack to extract and
20454           index mail from Evolution's local mbox files.
20456 2004-05-11 21:48  trow
20458         * indexer/IndexDriver.cs, tools/Crawler.cs: Ignore .dll files while
20459           crawling.  For now, catch and ignore all filtering-related
20460           exceptions.
20462 2004-05-11 14:06  nat
20464         * tools/IndexWebContent.cs: "Web" not "web"
20466 2004-05-11 01:35  trow
20468         * Best/.cvsignore: BE QUIET!
20470 2004-05-11 01:34  trow
20472         * epiphany-extension/README: Updated README to accurately reflect
20473           the current state of affairs.
20475 2004-05-11 01:31  trow
20477         * configure.in, epiphany-extension/Makefile.am: Install the
20478           epiphany extension into epiphany's prefix.
20480 2004-05-11 00:55  trow
20482         * Best/HitView.cs: Got rid of some annoying debug spew.
20484 2004-05-11 00:51  trow
20486         * configure.in, Best/.cvsignore, Best/Makefile.am, Best/best,
20487           Best/best.in, Filters/.cvsignore, Filters/Filter.cs,
20488           Filters/Flavor.cs, Filters/Makefile.am, indexer/IndexableFile.cs,
20489           indexer/Makefile.am, tools/.cvsignore, tools/Crawler.cs,
20490           tools/ExtractContent.cs, tools/Makefile.am, tools/wrapper.in:
20491           Filter and crawler tweaks.  Lots of build fixes.  It should now
20492           be possible to make dist, make install, etc.
20494 2004-05-10 21:01  trow
20496         * epiphany-extension/dewey-epiphany-index: Added
20497           dewey-epiphany-index script (with special hard-wired path that
20498           works only for me!)
20500 2004-05-10 20:51  nat
20502         * epiphany-extension/README: Fixed a typo in the instructions
20504 2004-05-09 23:25  trow
20506         * Best/: HitView.cs, Vfs.cs: Merged in Vfs fixes from Mariano Cano
20507           Pérez (who, by the way, rules).  Best now opens items in their
20508           default app if you click the icon.
20510 2004-05-09 22:52  trow
20512         * Best/HitContainer.cs, Best/HitView.cs, indexer/Hit.cs,
20513           indexer/IndexDriver.cs, tools/foo: Some small IndexDriver and
20514           Best tweaks.
20516 2004-05-09 02:14  trow
20518         * indexer/: Hit.cs, IndexDriver.cs, Indexable.cs, Makefile.am,
20519           Versioned.cs: Moved version-comparison logic into the Versioned
20520           class.  Changed various bits of IndexDriver logic to have fewer
20521           weird race conditions.
20523 2004-05-08 14:56  trow
20525         * configure.in: The Autotools suck.
20527 2004-05-08 14:52  trow
20529         * Makefile.am, configure.in, Best/HitView.cs,
20530           epiphany-extension/.cvsignore, epiphany-extension/Makefile.am,
20531           epiphany-extension/README,
20532           epiphany-extension/ephy-dewey-extension.c,
20533           epiphany-extension/ephy-dewey-extension.h,
20534           epiphany-extension/ephy-dewey.c, tools/IndexWebContent.cs,
20535           tools/Makefile.am: Added an epiphany extension for indexing
20536           viewed web content.
20538 2004-05-07 01:13  trow
20540         * README, Best/HitContainer.cs, Best/HitView.cs, Best/Makefile.am,
20541           Best/Vfs.cs, Best/best, Best/gnome.cs, Filters/Filter.cs,
20542           indexer/IndexDriver.cs, indexer/Indexable.cs,
20543           indexer/IndexableFile.cs, indexer/IndexableHttp.cs,
20544           indexer/Makefile.am, tools/Crawler.cs, tools/ExtractContent.cs:
20545           Assorted hacking.
20547 2004-05-04 19:03  trow
20549         * Best/: Best.cs, BestWindow.cs: It worked with the version of Gtk#
20550           on my laptop...
20552 2004-05-04 18:56  trow
20554         * Makefile.am, configure.in, Best/Best.cs, Best/BestWindow.cs,
20555           Best/HitContainer.cs, Best/HitView.cs, Best/Makefile.am,
20556           Best/best, Best/gnome.cs: Skeleton of a Dewey-powered Gtk# search
20557           app.
20559 2004-05-04 00:15  trow
20561         * indexer/IndexDriver.cs: It makes a lot more sense to bootstrap
20562           the index when the IndexDriver is created.
20564 2004-05-03 20:51  trow
20566         * Filters/Filter.cs, Filters/Makefile.am, Filters/gnome.cs,
20567           indexer/IndexDriver.cs, tools/Crawler.cs: Version the index in
20568           ~/.dewey some we can automatically do something clever if the
20569           index format changes.  Use code stolen from dashboard to check
20570           mime types w/ gnome-vfs.  Don't crawl directories containing a
20571           .noindex file.
20573 2004-05-03 18:53  trow
20575         * configure.in, indexer/IndexDriver.cs: Removed slow, unnecessary
20576           crap from configure.in.  Fixed mapping of Domain from Lucene.Hit
20577           to Dewey.Hit.
20579 2004-05-03 15:50  trow
20581         * HACKING, Filters/Filter.cs, Filters/FilterHtml.cs,
20582           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20583           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/Indexable.cs,
20584           indexer/IndexableFile.cs, indexer/Query.cs, tools/Crawler.cs,
20585           tools/CrawlerRSS20.cs, tools/ExtractContent.cs, tools/Query.cs:
20586           Re-indented a bunch of code to follow mono coding standards.
20588 2004-05-03 13:28  trow
20590         * tools/Makefile.am: More suckage.
20592 2004-05-03 13:27  trow
20594         * indexer/Makefile.am: Wow, I really suck.
20596 2004-05-03 13:26  trow
20598         * AUTHORS, README, Filters/FilterHtml.cs, Filters/Makefile.am,
20599           Filters/HtmlAgilityPack/AssemblyInfo.cs,
20600           Filters/HtmlAgilityPack/Header.cs,
20601           Filters/HtmlAgilityPack/HtmlAgilityPack.csproj,
20602           Filters/HtmlAgilityPack/HtmlAgilityPack.sln,
20603           Filters/HtmlAgilityPack/HtmlAgilityPack.snk,
20604           Filters/HtmlAgilityPack/HtmlAttribute.cs,
20605           Filters/HtmlAgilityPack/HtmlDocument.cs,
20606           Filters/HtmlAgilityPack/HtmlEntity.cs,
20607           Filters/HtmlAgilityPack/HtmlNode.cs,
20608           Filters/HtmlAgilityPack/HtmlNodeNavigator.cs,
20609           Filters/HtmlAgilityPack/HtmlWeb.cs,
20610           Filters/HtmlAgilityPack/MixedCodeDocument.cs,
20611           Filters/HtmlAgilityPack/crc32.cs,
20612           Filters/HtmlAgilityPack/readme.txt,
20613           Filters/HtmlAgilityPack/tools.cs,
20614           Filters/HtmlAgilityPack/Samples/GetDocLinks/App.ico,
20615           Filters/HtmlAgilityPack/Samples/GetDocLinks/AssemblyInfo.cs,
20616           Filters/HtmlAgilityPack/Samples/GetDocLinks/GetDocLinks.cs,
20617           Filters/HtmlAgilityPack/Samples/GetDocLinks/GetDocLinks.csproj,
20618           Filters/HtmlAgilityPack/Samples/Html2Txt/App.ico,
20619           Filters/HtmlAgilityPack/Samples/Html2Txt/AssemblyInfo.cs,
20620           Filters/HtmlAgilityPack/Samples/Html2Txt/Html2Txt.cs,
20621           Filters/HtmlAgilityPack/Samples/Html2Txt/Html2Txt.csproj,
20622           Filters/HtmlAgilityPack/Samples/Html2Txt/HtmlConvert.cs,
20623           Filters/HtmlAgilityPack/Samples/Html2Xml/App.ico,
20624           Filters/HtmlAgilityPack/Samples/Html2Xml/AssemblyInfo.cs,
20625           Filters/HtmlAgilityPack/Samples/Html2Xml/Html2Xml.cs,
20626           Filters/HtmlAgilityPack/Samples/Html2Xml/Html2Xml.csproj,
20627           Filters/HtmlAgilityPack/Samples/HtmlToRss/App.ico,
20628           Filters/HtmlAgilityPack/Samples/HtmlToRss/AssemblyInfo.cs,
20629           Filters/HtmlAgilityPack/Samples/HtmlToRss/Html2Rss.cs,
20630           Filters/HtmlAgilityPack/Samples/HtmlToRss/HtmlToRss.csproj,
20631           Filters/HtmlAgilityPack/Samples/HtmlToRss/www.asp.net.ToRss.xsl,
20632           tools/foo: Adds an Html filter built on top of the Html Agility
20633           Pack's Html parser.
20635 2004-05-03 12:45  trow
20637         * autogen.sh, configure.in: Doh!
20639 2004-05-03 12:43  trow
20641         * tools/CrawlerRSS20.cs: (Forgot to add file in my last commit)
20643           Added a sample program that indexes blog entries from RSS 2.0
20644           feeds.
20646 2004-05-03 12:42  trow
20648         * Makefile.am, configure.in, Filters/Filter.cs,
20649           Filters/FilterOpenOffice.cs, Filters/FilterText.cs,
20650           Filters/Makefile.am, indexer/Content.cs,
20651           indexer/ContentOpenOffice.cs, indexer/ContentText.cs,
20652           indexer/Hit.cs, indexer/IndexDriver.cs, indexer/IndexItem.cs,
20653           indexer/IndexItemWithPayload.cs, indexer/Indexable.cs,
20654           indexer/IndexableFile.cs, indexer/Makefile.am, indexer/Query.cs,
20655           indexer/XmlContentReader.cs, tools/Crawler.cs,
20656           tools/ExtractContent.cs, tools/Makefile.am, tools/Query.cs,
20657           tools/foo: Assorted hacking and refactoring.
20659           Filters are now broken out into an independent dll, and the whole
20660           indexing process is a bit more rational.  The OpenOffice filter
20661           now properly flags bold/underline/header text as hot.  The
20662           IndexDriver now tries to do the right thing if the Hits coming
20663           back from a query appear to be out-of-date.
20665           Lots of tweaks as I discard_my_old_ways and learn
20666           NewWaysToNameThings.
20668 2004-04-30 14:40  trow
20670         * indexer/Content.cs, tools/Crawler.cs, tools/ExtractContent.cs,
20671           tools/Makefile.am: * Added a tool to inspect the content that is
20672           being pulled out of files.  * Fixed a few small glitches.
20674 2004-04-30 14:06  trow
20676         * indexer/ContentOpenOffice.cs: Doh!
20678 2004-04-30 14:00  trow
20680         * AUTHORS, Makefile.am, README, indexer/Content.cs,
20681           indexer/ContentOpenOffice.cs, indexer/ContentText.cs,
20682           indexer/IndexDriver.cs, indexer/IndexItem.cs,
20683           indexer/IndexItemWithPayload.cs, indexer/Makefile.am,
20684           indexer/XmlContentReader.cs, tools/Crawler.cs, tools/Query.cs: *
20685           Misc. code clean-ups.  Added copyrights.  * Added simple content
20686           extractor for oowriter and ooimpress files.
20688 2004-04-30 10:38  trow
20690         * indexer/Query.cs: Forgot to add this file in my last commit.
20692 2004-04-30 02:36  trow
20694         * Makefile.am, indexer/Content.cs, indexer/ContentText.cs,
20695           indexer/IndexDriver.cs, indexer/IndexItem.cs,
20696           indexer/IndexItemWithPayload.cs, indexer/Makefile.am,
20697           tools/Crawler.cs, tools/Query.cs: * Some whitespace fixes.  *
20698           Added concept of 'hot body', broke metadata query field   out of
20699           Document body.  * Content API tweaks.  * Abstracted out the
20700           notion of a Query.
20702 2004-04-29 22:40  trow
20704         * .cvsignore, indexer/.cvsignore, tools/.cvsignore: Be quiet!
20706 2004-04-29 22:08  tberman
20708         * tools/: Crawler.cs, Query.cs: cleanup Query.cs and
20709           cleanup/speedup Crawler.cs
20711 2004-04-29 18:53  trow
20713         * AUTHORS, COPYING, ChangeLog, HACKING, INSTALL, Makefile.am, NEWS,
20714           README, autogen.sh, configure.in, indexer/Content.cs,
20715           indexer/ContentText.cs, indexer/IndexDriver.cs,
20716           indexer/IndexItem.cs, indexer/IndexItemWithPayload.cs,
20717           indexer/Makefile.am, tools/Crawler.cs, tools/Makefile.am,
20718           tools/Query.cs, tools/foo: First post!
20720 2004-04-29 18:53  trow
20722         * AUTHORS, COPYING, ChangeLog, HACKING, INSTALL, Makefile.am, NEWS,
20723           README, autogen.sh, configure.in, indexer/Content.cs,
20724           indexer/ContentText.cs, indexer/IndexDriver.cs,
20725           indexer/IndexItem.cs, indexer/IndexItemWithPayload.cs,
20726           indexer/Makefile.am, tools/Crawler.cs, tools/Makefile.am,
20727           tools/Query.cs, tools/foo: Initial revision