2005-04-19 Gabor Kelemen <kelemeng@gnome.hu>
[beagle.git] / ChangeLog
blob4da0cc9e509db8faa0ca8d785368c658fd727e0c
1 2005-04-17  Francisco Javier Fernandez  <cyphra@vir.tecknolabs.com>
3         * configure.in: Added Spanish translation.
5 2005-04-15  Veerapuram Varadhan <vvaradhan@novell.com>
7         Patch from Anthony Batchelor <toeknee@haircrazy.info>
8         * Filters/FilterJs.cs: A Javascript filter. 
9         
10 2005-04-15  Veerapuram Varadhan <vvaradhan@novell.com>
12         * beagled/Filter.cs: Fix SupportedExtensions to actually return supported_extensions list.
13         * beagled/FilterFactory.cs: CreateFilter will look for
14         registered-extensions before registered-mime-types to create
15         instances of corresponding filter-classes.
16         * beagled/FilteredIndexable.cs: Call CreateFilterFromPath() to
17         support creation of filter-objects using extensions as well.
18         
19 2005-04-14  Veerapuram Varadhan <vvaradhan@novell.com>
21         * Tiles/TileSpreadsheet.cs: Removed unwanted variable.
22         Patch from <wojciechpolak@gmail.com>
23         * Filters/FilterC.cs: A Typo correction.
24         
25 2005-04-08  Veerapuram Varadhan <vvaradhan@novell.com>
27         * Oops.. missing Filters/Makefile.am changes
28         * Filters/FilterAbiword.cs: Shut-up an un-used variable warning.
29         
30 2005-04-08  Veerapuram Varadhan <vvaradhan@novell.com>
32         * Filters/: Added FilterSpreadsheet.cs.
33         Indexes gnumeric, excel and csv format files using 
34         "ssindex" from gnumeric.  "ssindex" needs to be improved
35         to give more-information that just data.
37         * Filters/Makefile.am: Changes w.r.t newly added files.
39         * Tiles/: Added template-spreadsheet.html, TileSpreadsheet.cs.
41         * Tiles/Makefile.am: Changes w.r.t newly added files.
42         
43 2005-04-07  Veerapuram Varadhan <vvaradhan@novell.com>
45         * Filters/FilterOpenoffice.cs: A Logger.Log.Error() call with a
46         "{0}" but no argument, in the exceptional case, in DoOpen().
47         
48 2005-04-07  Vijay K. Nanjundaswamy <knvijay@novell.com>
50         * beagled/Makefile.am: Updates to fix WebServices install/uninstall, after recent
51           reorganizations 
53         * beagled/BeagleDaemon.cs: Fix in --applications startup argument passed to BeagleXSP,
54           when user specifies a root directory with --web-root option
56 2005-04-06  Takeshi AIHANA <aihana@gnome.gr.jp>
58         * configure.in: Added 'ja' (Japanese) to ALL_LINGUAS.
60 2005-04-05  Vijay K. Nanjundaswamy <knvijay@novell.com>
62         * WebServices/WebServiceBackEnd.cs: Updated TokenGenerator method
63           to use System.Guid
64           
65 2005-04-05  Christopher Orr  <chris@protactin.co.uk>
67         * configure.in: Added en_GB to ALL_LINGUAS.
69 2005-04-05  Raphael Higino  <raphaelh@cvs.gnome.org>
71         * configure.in: Added pt_BR to ALL_LINGUAS.
73 2005-04-05  Adam Weinberger  <adamw@gnome.org>
75         * configure.in: Added en_CA to ALL_LINGUAS.
77 2005-04-05  Veerapuram Varadhan  <vvaradhan@novell.com>
79         Patch from Saravana <saravana_psgtech@yahoo.co.in> 
80         * Filters/FilterHtml.cs: Parse <meta>, <a> and <img> tags and
81         extract required-contents. Add <i> to *list of hot nodes*.
82         
83 2005-04-05  Veerapuram Varadhan  <vvaradhan@novell.com>
85         * beagled/Filter.cs: Third round of optimization. Mainly a FIXME
86         fix in AppendText () related to '\n'.
88         * Filters/FilterDOC.cs: A try-catch in IndexText.
90         * glue/wv1-glue.c: Reduce the round-trips by "bufferred-calls" to
91         IndexText.
92         
93 2005-04-05  Vijay K. Nanjundaswamy <knvijay@novell.com>
95         * beagled/WebServices: Moved dog.png image file to images folder.
96           Replaced search.aspx with search.aspx.in. 
98         * beagled/Makefile.am: Script to generate search.aspx from search.aspx.in and determine XSP_DIR, based on prefix specified.
100 2005-04-05  Frank Arnold  <farnold@cvs.gnome.org>
102         * configure.in: Added "de" to ALL_LINGUAS.
104 2005-04-04  Vijay K. Nanjundaswamy <knvijay@novell.com>
106         * beagled/WebServices/WebServiceBackEnd.cs: Fix to return a searchToken, whenever
107           number of results returned is more than 0. (Earlier searchToken was returned
108           only when the total no. of results was more than the max results returned in a 
109           single response).
111 2005-04-01  Daniel Drake  <dsd@gentoo.org>
113         * Tiles/TilePicture.cs: Properly handle URI's when finding thumbnail
114         paths. Fixes bug 171153.
116 2005-04-01  Daniel Drake  <dsd@gentoo.org>
118         * Filters/FilterJpeg.cs, Util/ExifData.cs, Util/JpegHeader.cs, configure.in:
119         Merge from F-spot in order to be compatible with Mono 1.1.5
121 2005-04-01  Daniel Drake  <dsd@gentoo.org>
123         * configure.in: Option parsing improvements and cleanups
125 2005-03-31  Daniel Drake  <dsd@gentoo.org>
127         * tools/Query.cs: Minor improvements to command line parsing
129 2005-03-31  Daniel Drake  <dsd@gentoo.org>
131         * beagled/PathFinder.cs: Handle directories ending with '/'
133 2005-03-31  Veerapuram Varadhan  <vvaradhan@novell.com>
135         * Filters/FilterRTF.cs: Before/After rewinding the file-stream, 
136         ignore the already buffered-data in the stream reader.  Fixes
137         part of http://bugzilla.gnome.org/show_bug.cgi?id=172294.
138         (now font-details and other unwanted-strings are not extracted.)
139         
140 2005-03-31  Daniel Drake  <dsd@gentoo.org>
142         * Util/ImLog.cs: Ignore GAIM logs which don't have the standard
143         filename format
145 2005-03-31  Vijay K. Nanjundaswamy <knvijay@novell.com>
147         * configure.in, beagled/Makefile.am: Changes to work with webservices code moved into a sub-folder
148         * WebServices code: Moved into a new sub-folder named WebServices within beagled n
150 2005-03-31  Veerapuram Varadhan  <vvaradhan@novell.com>
152         * beagled/Filter.cs: Defined a new variant of AppendText() with
153         two arguments and removed AppendTextToHotPool().
155         * Filter/FilterDOC.cs: Use two-arg AppendText() instead of
156         AppendTextToHotPool().
157         
158 2005-03-31  Vijay K. Nanjundaswamy <knvijay@novell.com>
160         * beagled/Makefile.am: Fixes in COND_CS_FILES and EXTRA_DIST to include
161           all resources needed for web-services, in a Beagle distribution. Fixes
162           http://bugzilla.gnome.org/show_bug.cgi?id=171996
164 2005-03-31  Veerapuram Varadhan  <vvaradhan@novell.com>
166         * beagled/Filter.cs: Added AppendTextToHotPool() for optimization
167         of MS-Word document indexing.
169         * Filters/FilterDOC.cs, glue/wv1-glue.c: Reduce the number of
170         round trips between managed and unmanaged code. Fixes
171         http://bugzilla.gnome.org/show_bug.cgi?id=169758
172         
173 2005-03-30  Veerapuram Varadhan  <vvaradhan@novell.com>
175         * Filters/FilterAbiword.cs: More careful validations. Fixes
176         http://bugzilla.gnome.org/show_bug.cgi?id=170082
178         * Filters/Makefile.am: Enable FilterAbiword.cs to get compiled.
179         
180 2005-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>
182         * Tiles/template-mail-message.html: Fix for Subject of "deleted"
183         mails shows <strike></strike> markup tags.
184         
185 2005-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>
187         Patch from Chris Schneider <cschneid@colostate.edu>
188         * Filters/FilterPerl.cs: Bad "elseif" keyword in perl keyword
189         list.  Fixes http://bugzilla.gnome.org/show_bug.cgi?id=171175.
191 2005-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>
193         * beagled/beagled.in: Be more verbose when beagled exits with
194         errors when run in --bg mode.
195         
196 2005-03-29  Vijay K. Nanjundaswamy <knvijay@novell.com>
198         * WebServices: Changes in Web, Web-Services code to ensure file
199           names & Class names are fully spelt out instead of abbreviations, 
200           file/assembly names renamed to more meaningful names like WebFrontEnd.cs
201           and WebBackEnd.cs, internal WebServer assembly renamed to BeagleXsp.dll, 
202           with corresponding changes in Makefile.am and configure.in. 
203           ./configure option to include web-services code, now changed to 
204           '--enable-webservices' instead of --enable-websvc
206         * Updates to Web interface code to include support for Firefox search bar and 
207           changes in methods exposed by Beagle web-service to BeagleQuery, SimpleQuery,
208           SimpleQuery2 and GetMoreResults.
209         
210 2005-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>
212         * beagled/LuceneDriver: Delete if indexable.DeleteContent is
213         true. Fixes http://bugzilla.gnome.org/show_bug.cgi?id=171944.
215         * ChangeLog: Corrected my previous entries w.r.t date (pointed out
216         by Daniel)
217         
218 2005-03-28  Veerapuram Varadhan  <vvaradhan@novell.com>
220         * Tiles/TileDocs.cs, Tiles/TilePresentation.cs: Fix for
221         http://bugzilla.gnome.org/show_bug.cgi?id=171864. Show
222         more-information about documents.
223         
224 2005-03-23  Robert Love  <rml@novell.com>
226         * configure.in: bump version to 0.0.9 and rest.
228 2005-03-22  Daniel Drake  <dsd@gentoo.org>
230         * beagled/BeagleDaemon.cs: beagled shouldn't be run as root
232 2005-03-21  Veerapuram Varadhan  <vvaradhan@novell.com>
234         * Filters/FilterOpenOffice.cs: Fix for
235         http://bugzilla.gnome.org/show_bug.cgi?id=171102.
236         
237 2005-03-19  Daniel Drake  <dsd@gentoo.org>
239         * Util/UriFu.cs: Fix for filenames with odd characters, bug #170862
241 2005-03-18  Veerapuram Varadhan  <vvaradhan@novell.com>
243         * beagled/FileSystemQueryable/FileSystemQueryable.cs,
244         beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs: Fix
245         for http://bugzilla.gnome.org/show_bug.cgi?id=170437.
246         
247 2005-03-18  Veerapuram Varadhan  <vvaradhan@novell.com>
249         * Filters/FilterOpenOffice.cs: More odt-mime-type changes.
250         
251 2005-03-17  Veerapuram Varadhan  <vvaradhan@novell.com>
253         * glue/wv1-glue.c: Fix for
254         http://bugzilla.gnome.org/show_bug.cgi?id=170124. Do not strip out
255         non-iso-printable characters.
256         
257 2005-03-13  Veerapuram Varadhan  <vvaradhan@novell.com>
259         * Tiles/TileMusic.cs: Show audio/media filename if "fixme:title"
260         doesn't exist.  Fix for
261         http://bugzilla.gnome.org/show_bug.cgi?id=170300.
262         
263 2005-03-13  Veerapuram Varadhan  <vvaradhan@novell.com>
265         * Filters/FilterPPT.cs: Catch the exceptions and log the message..
266         
267 2005-03-10  Veerapuram Varadhan  <vvaradhan@novell.com>
269         * Filters/FilterDOC.cs, glue/wv1-glue.c: Fix for
270         http://bugzilla.gnome.org/show_bug.cgi?id=169758. Reduce the
271         number of round trips between managed and unmanaged code.
272         
273 2005-03-10  Veerapuram Varadhan  <vvaradhan@novell.com>
275         * Filters/FilterPPT.cs: Fix for PPT 4.0 files.
276         
277 2005-03-10  Daniel Drake <dsd@gentoo.org>
279         * tools/Query.cs: beagle-query no longer requires an X server to
280         run.
282 2005-03-10  Daniel Drake <dsd@gentoo.org>
284         * beagled/BeagleDaemon.cs, beagled/IndexHelper/IndexHelper.cs,
285         glue/screensaver-glue.c: beagled no longer requires an X server
286         to run.
288 2005-03-10  Daniel Drake <dsd@gentoo.org>
290         * Util/NautilusTools.cs, Util/StringFu.cs: Fix for filenames
291         containing '"'
292         
293 2005-03-09  Daniel Drake <dsd@gentoo.org>
295         * BeagleClient/Hit.cs, BeagleClient/Indexable.cs, Util/UriFu.cs,
296         beagled/LuceneDriver.cs: Round 3 of dsd vs Uri escaping: Fix for
297         filenames containing '#'
299 2005-03-07  Daniel Drake <dsd@gentoo.org>
301         * beagled/FileSystemQueryable/FileNameFilter.cs: Use
302         PathFinder.HomeDir
304 2005-03-06  Daniel Drake <dsd@gentoo.org>
306         * IndexHelper/IndexHelper.cs, IndexHelper/RemoteIndexerImpl.cs:
307         Verify that NewRemoteIndexerPath requests are coming from beagled
309 2005-03-06  Daniel Drake <dsd@gentoo.org>
311         * Util/StringFu.cs, Util/gnome.cs: Handle filenames containing
312         '%'. Fixes bug #169422
314 2005-03-02  Veerapuram Varadhan  <vvaradhan@novell.com>
316         * Filters/FilterOpenOffice.cs, Filters/FilterRTF.cs: Handle
317         exceptions and log a decent message than dumping the whole stack
318         trace.
319         
320 2005-03-02  Veerapuram Varadhan  <vvaradhan@novell.com>
322         * Filters/FilterPPT.cs: If gsf# throws some exception, handle it
323         properly so that the whole stack trace is not displayed.  Fixes
324         http://bugzilla.gnome.org/show_bug.cgi?id=169038
325         
326 2005-02-28  Veerapuram Varadhan  <vvaradhan@novell.com>
328         * configure.in: Disable detection of gst# for time-being.
329         * Filters/FilterOpenOffice.cs, Filters/FilterRTF.cs,
330         Filters/FilterPPT.cs, Filters/FilterSource.cs: Removed unused
331         variables to shut-up certain warnings.
332         
333 2005-02-25  Veerapuram Varadhan  <vvaradhan@novell.com>
335         * Filters/FilterOpenOffice.cs: Add support for new OO.o 2.0 ODT
336         format.  This fixes http://bugzilla.gnome.org/show_bug.cgi?id=157100
337         
338 2005-02-23  Veerapuram Varadhan  <vvaradhan@novell.com>
340         * glue/wv1-glue.c: Fix for
341         http://bugzilla.gnome.org/show_bug.cgi?id=166155.  The fix is
342         though hacky, does follows the logic ;-).  See the FIXME in
343         append_char() for more details.  Also, process the "special-chars"
344         properly. ;-)
345         
346 2005-02-23  Veerapuram Varadhan  <vvaradhan@novell.com>
348         * Filters/FilterPPT.cs: A probable correct way of opening the
349         stream irrespective of the versions of file.  Also, enable it for
350         showing snippets.
351         * Filters/FilterOpenOffice.cs: Fix part of
352         http://bugzilla.gnome.org/show_bug.cgi?id=157100, index
353         hyperlinks.
355 2005-02-23  Veerapuram Varadhan  <vvaradhan@novell.com>
357         * Filters/FilterPPT.cs: Fix for
358         http://bugzilla.gnome.org/show_bug.cgi?id=168028.  Implemented
359         support for *DUAL STORAGE* PPT files.
360         
361 2005-02-23  Veerapuram Varadhan  <vvaradhan@novell.com>
363         * Filters/FilterPPT.cs: Fix for
364         http://bugzilla.gnome.org/show_bug.cgi?id=168238
365         
366 2005-02-16  Veerapuram Varadhan  <vvaradhan@novell.com>
368         * Filters/FilterGst.cs: Fix for compiler error.
369         
370 2005-02-15  Veerapuram Varadhan  <vvaradhan@novell.com>
372         * Filters/FilterSource.cs: Defined a style for C#.
373         C# doesn't allow spanning of single-line-comment-to-multiple-lines.
375         * Filters/FilterCSharp.cs: Langtype is C_Sharp_Style.
376         
377 2005-02-10  Veerapuram Varadhan  <vvaradhan@novell.com>
379         * glue/wv1-glue.c: Separate out the wvInit() call, should be
380         called only one through-out the scope of an application.
382         * Filters/FilterDOC.cs: Track wvInit() call through a static
383         member.  This also fixes Bug#:166150
384         
385 2005-02-09  Veerapuram Varadhan  <vvaradhan@novell.com>
387         * beagled/SnippetFu.cs: Fix for
388         http://bugzilla.gnome.org/show_bug.cgi?id=166648. Trim the
389         final snippet to the allowed-length.
391         * Filters/FilterRTF.cs: Fix for
392         http://bugzilla.gnome.org/show_bug.cgi?id=166768
393         
394 2005-02-08  Veerapuram Varadhan  <vvaradhan@novell.com>
396         * glue/wv1-glue.c: Handle partially formatted texts.
397         Mark partially-formatted-texts as HOT.
398         * Filters/FilterDOC.cs, Filters/FilterRTF.cs,
399         Filters/FilterAbiword.cs, Filters/FilterPdf.cs: Added support for
400         "Structural Break"s which is needed for proper snippet support.
401         This supplements a partial fix to Bug#166648.
402         
403 2005-02-05  Veerapuram Varadhan  <vvaradhan@novell.com>
405         * beagled/Filter.cs: Few tweaks on Hot pool.
406         * Filters/FilterOpenOffice.cs: More elegant(?) logic to handle
407         wierd combination of text-formatting, fixes Bug#157100.
408         * Filters/FilterRTF.cs: Metadata info can be anywhere in the
409         document.  Commented out the "file-offset" positioning after
410         reading meta-data.
411         * Best/Best.cs: Added a console message to guide users to look at
412         their Systray for Best icon.
413         
414 2005-02-04  Veerapuram Varadhan  <vvaradhan@novell.com>
416         * Filters/FilterPPT.cs: Validate the Ole stream before using it.
417         Fixes Bug#:166265. Now, FilterPPT directly derives from B.D.F and
418         not from FilterOle.
419         * Filters/FilterOle.cs: Removed from the repository.
420         * Filters/Makefile.am: ditto.
421         * Filters/FilterOpenOffice.cs: Catch and Log the exceptions.
422         * beagled/Filter.cs: Uncomment the return statement in
423         GetHotTextReader ()
424         
425 2005-02-03  Veerapuram Varadhan  <vvaradhan@novell.com>
427         * Filters/FilterPdf.cs: Fix for Bug#:166040. Filename parameter for
428         pdfinfo command should be tagged between a pair of "".
429         
430 2005-01-28  Robert Love  <rml@novell.com>
432         * Util/Inotify.cs: update for inotify ABI changes (dynamic filenames)
433         * glue/inotify-glue.c: ditto
434         * glue/inotify.h: header from inotify 0.18
436 2005-01-28  Veerapuram Varadhan  <vvaradhan@novell.com>
438         * Filters/FilterOpenOffice.cs: Fix for Bug#:162910.
439         table-count is improperly shown as spreadsheet-count in 
440         Sxw.
441         
442 2005-01-28  Veerapuram Varadhan  <vvaradhan@novell.com>
444         * Tiles/template-docs.html: Fix for Bug#:165480.
445         Instead of @Snippet@ use @%Snippet@ to process the
446         markups present in @Snippet@.
447         
448 2005-01-24  Veerapuram Varadhan  <vvaradhan@novell.com>
450         * Filters/FilterPascal.cs: Added pascal support.
451         [ Demo'ed on stage hacking of beagle in Hacker Crackdown, 2005
452         @ NIT, Trichy (http://www.nitt.edu/hackercrackdown/index.php?section=speakers), by
453         writing this Filter ;)]
454         
455 2005-01-21  Veerapuram Varadhan  <vvaradhan@novell.com>
457         * Filters/FilterSource.cs: Added Fortran_Style and related changes.
459         Patch received from Vishravars Ramasubramanian (vishrav_r@yahoo.co.in)
461           * Filters/FilterPhp.cs: Added PHP support.
462           * Filters/FilterFortran.cs: Added fortran support.
463         
464 2005-01-20  Veerapuram Varadhan  <vvaradhan@novell.com>
466         * Filters/FilterSource.cs, Filters/FilterC.cs, 
467         Filters/FilterCpp.cs, Filters/FilterCSharp.cs,
468         Filters/FilterJava.cs Filters/FilterPython.cs,
469         Filters/FilterPerl.cs, Filters/Makefile: Structured/modularized
470         the single big FilterSource.cs into individual derived classes
471         and made FilterSource as abstract parent to them all.
473         New "Programming language" filters can just be another class
474         derived from this abstract parent.
475         
476 2005-01-20  Veerapuram Varadhan  <vvaradhan@novell.com>
478         * Filters/FilterPPT.cs: Identify Title, Sub-title, and other
479         special sections in a Slide and mark them HOT.
480         
481 2005-01-20  Veerapuram Varadhan  <vvaradhan@novell.com>
483         * beagled/SnippetFu.cs: Length of the tags ("<b>"+"</b>") is 7.
484         
485 2005-01-19  Veerapuram Varadhan  <vvaradhan@novell.com>
487         * Filters/FilterPPT.cs: Validations on special characters.
488         Fix for parsing PPTs exported from OO.o.
489         Fix for meta-data retrieval.
491 2005-01-12  Veerapuram Varadhan  <vvaradhan@novell.com>
493         * configure.in, beagled/Makefile.am: Mozilla backend is optional
494         now.
496 2005-01-11  Veerapuram Varadhan  <vvaradhan@novell.com>
498         * Tiles/TileDocs.cs, Tiles/template-docs.html: beautification.
499         * Filters/FilterSource.cs: More perl keywords.
500         
501 2005-01-07  Joe Shaw  <joeshaw@novell.com>
503         * configure.in: Add a check for X11/extensions/scrnsaver.h, to fix
504         #162831.
506 2005-01-06  Veerapuram Varadhan  <vvaradhan@novell.com>
508         * Filters/FilterRTF.cs: More validations on partially formatted
509         strings.  Also, special sections viz., headers, footers and
510         footnotes are identified and marked *HOT*.
511         
512 2005-01-04  Veerapuram Varadhan  <vvaradhan@novell.com>
514         Patch from Vishravars RamaSubramanian <vishrav_r@yahoo.co.in>
516         * Filters/FilterSource.cs: Added perl support.
517           
518 2005-01-04  Veerapuram Varadhan  <vvaradhan@novell.com>
520         * Tiles/template-presentation.html, Tiles/template-docs.html:
521         "Author" information is displayed now.
522         
523 2005-01-03  Veerapuram Varadhan  <vvaradhan@novell.com>
525         * Tiles/TilePresentation.cs, Tiles/TileDocs.cs,
526         Tiles/template-presentation.html, Tiles/template-docs.html: Added to
527         display Title, number of slides, pages and words in Best.
529         * Filters/FilterPdf.cs: Added DoPullProperties, uses "pdfinfo" command.
531         * Filters/FilterOpenOffice.cs: Fix for combination bug
533         * Filters/FilterAbiword.cs: Typo correction.
534         
535 2004-12-23  Veerapuram Varadhan  <vvaradhan@novell.com>
537         * Filters/FilterAbiword.cs: Improved validations.
538         
539 2004-12-20  Veerapuram Varadhan  <vvaradhan@novell.com>
541         * glue/wv1-glue.c: Headers, Footers, [Foot,End]notes, comments and
542         other styles are categorized and marked HOT.
543         
544 2004-12-16  Veerapuram Varadhan  <vvaradhan@novell.com>
546         * Filters/FilterOpenOffice.cs: Fix for Bug# 157106.
547         
548 2004-12-13  Veerapuram Varadhan  <vvaradhan@novell.com>
550         * Filters/Makefile.am: Added FilterAbiword.cs
552         * Filters/FilterAbiword.cs: Filter for abiword documents.
553         
554 2004-12-10  Veerapuram Varadhan  <vvaradhan@novell.com>
556         * Filters/Makefile.am, Util/Makefile.am, beagled/Makefile.am:
557         Included "conditionally" compiled sources to EXTRA_DIST.
559 2004-12-10  Veerapuram Varadhan  <vvaradhan@novell.com>
560         
561         * From a patch by Raphaël Slinckx <raf.raf@wol.be>
563         * Filters/FilterMusic.cs: Abstract base class for all audio file
564         filters.
566         * Filters/FilterFlac.cs: DoPullProperties() is implemented by base
567         class.
569         * Filters/Makefile.am: Added FilterApe.cs, FilterMp3.cs,
570         FilterOgg.cs, FilterMpc.cs
572         * Util/Makefile.am: Added ApeReader.cs, Mp3Reader.cs,
573         OggReader.cs, Tag.cs
575         * Util/FlacReader.cs: Now belongs to BU.AudioUtil namespace.
576         
577         * Util/Makefile.am: Removed Id3.cs
579         * Util/Id3.cs: Removed from the repository.
581         * Filters/FilterApe.cs: Added
582         * Filters/FilterMp3.cs: Added
583         * Filters/FilterOgg.cs: Added
584         * Filters/FilterMpc.cs: Added
585         * Util/ApeReader.cs: Added
586         * Util/Mp3Reader.cs: Added
587         * Util/OggReader.cs: Added
588         * Util/Tag.cs: Added
589         
590 2004-12-07  Veerapuram Varadhan  <vvaradhan@novell.com>
592         * Filters/FilterOpenOffice.cs: Count slides.  Support for
593         annotations and more *HOT* styles.
594         
595         * From a patch by Vishravars Ramasubramanian <vishrav_r@yahoo.co.in>
596         [NOSIP student].
597                 
598         * Filters/FilterOpenOffice.cs: Fix for Bug#: 157100
599         Parse through styles.xml to read "Header", "Footer", "Footnote", 
600         "Endnote" texts.
601         
602 2004-12-07  Tuomas Kuosmanen  <tigert@novell.com>
604         * Tiles/template-web-history.html: Fixed the uri to be a link
605         too. Fixes #160315, also replaced the globe with the nicer looking
606         one. Should come from icon-theme eventually as well.
607         
608         * Tiles/template-mail-message.html: Added the folder info, I'll
609         need to use it for a bit before I hopefully come up with a better
610         way of displaying the information without wasting a lot of screen
611         space. Fixes #160313
613         * Tiles/TileMailMessage.cs: eeks, I touched c-sharp with bare
614         hands! Hopefully the patch works. Should fix #160321 and #160324
616 2004-12-03  Veerapuram Varadhan <vvaradhan@novell.com>
618         * configure.in: Updated to gsf-sharp 0.2.
619         
620         * Filters/FilterPPT.cs: Added meta-data support replacing the
621         current NumSlides logic.
622         
623 2004-12-01  Veerapuram Varadhan <vvaradhan@novell.com>
625         * Filters/FilterRTF.cs: Compatible with MS RTF specification, 
626         extracts meta-data and style information.
627         
628 2004-11-18  Alex Graveley  <alex@beatniksoftware.com>
630         * Best/BestTray.cs: Make BestTray extend Gtk.Plug, and in the
631         constructor set the Raw pointer to the return of
632         egg_tray_icon_new, which we call directly.
634 2004-11-16  Veerapuram Varadhan <vvaradhan@novell.com>
636         * configure.in, Filters/Makefile.am, glue/Makefile.am: Added
637         support for wv1.
639         * glue/wv1-glue.c: Wrapper to parse MS word files using wv-1.0
640         
641         * Filters/FilterDOC.cs: Modified to use wv1 to get meta-data and
642         text data from MS Word documents.
644 2004-11-14  Tuomas Kuosmanen  <tigert@tigert.priv>
646         * Tiles/template-page.css: made opacity to 0.5 for non-focused
647         links on the list (hi joe :)
649         Also forced max-width of 64 for all icons on the left column,
650         should take care of all huge buddy icons etc.
652 2004-11-12  Chris Lahey  <clahey@ximian.com>
654         * Filters/FilterPPT.cs: Count slides.
656 2004-11-12  Chris Lahey  <clahey@ximian.com>
658         * From a patch by Adam Lofts <adam@negligible.co.uk>.
660         * configure.in, Filters/Makefile.am: Added FilterGst.cs.
662         * Filters/FilterGst.cs: Filter to get song data using gst.
664 2004-11-12  Tuomas Kuosmanen  <tigert@novell.com>
666         * mozilla-extension/skin/classic/beagle-*: updated some of the
667         images to make it look nicer
669         * Tiles/template-picture.html, Tiles/template-file.html: added
670         link (@action:@Reveal) to the folder name in the tile as well.
672 2004-11-11  Tuomas Kuosmanen  <tigert@novell.com>
674         * Tiles/template-picture.html: added some exif stuff.
676 2004-11-10  Tuomas Kuosmanen  <tigert@novell.com>
678         * Tiles/template-page.css (.icon img): made icons max-width: 80px;
679         - I also added a nice border frame for jpeg images (and images
680         with ".thumbnails" on their path - so the nautilus thumbnails
681         (which are png) will also get a frame, while icons and such wont.
683         * Tiles/template-picture.html: removed forced size
684         setting, should now work automatically with the stylesheet..
686         * Tiles/template-mockup.html, Tiles/template-mockup.css: added a
687         mockup template that will contain examples of all tiles, also had
688         to add a mock stylesheet that overrides the @foo@ stuff so I see 
689         icons for testing purposes. Not intended for real world use :-)
691         * Tiles/template-mail-message.html: added date display and content
692         snippet dummy example (to be implemented in mail messages)
694 2004-11-09  Tuomas Kuosmanen  <tigert@novell.com>
696         * Tiles/template-page.css: prettified stuff, indented the contents
697         relative to the title line, so it is easier to scan through the
698         list..
700 2004-11-04  Tuomas Kuosmanen  <tigert@tigert.priv>
702         * Tiles/template-page.css (tr): removed the extra padding from the
703         action links line, also added a div class for "date" - use it for
704         the "modified N days ago" stuff on tiles.
706         * Tiles/template-file.html: added last modified line..
708         * Tiles/template-im-log.html: wrapped the published line to date class
710         * Tiles/template-blog.html: wrapped the date stuff on the date div
711         style, put "Weblog: " to give a better idea it's a blog entry.
712         Also added a "View" link for consistency.
714 2004-11-01  Chris Lahey  <clahey@ximian.com>
716         * tray/TrayIcon/Makefile.am (install-exec-local, uninstall-local):
717         Use pkglibdir instead of libdir to avoid collisions.
719 2004-10-25  Chris Lahey  <clahey@ximian.com>
721         * tools/Makefile.am (EXTRA_DIST): Added beagle-shutdown and
722         beagle-status.
724 2004-10-25  Chris Lahey  <clahey@ximian.com>
726         * tools/Makefile.am: Remove UPDATE_SCRIPT.
728 2004-10-19  Robert Love  <rml@novell.com>
730         * beagled/Filter.cs: move the FlushCache inside of the NULL check,
731           along with the Close. A bigger question, though, is why can the
732           FileStream ever be NULL here?
733         * life: This is my last ChangeLog entry since no one else is keeping
734           them.  I really just want to fit in, be accepted, be one of the gang.
736 2004-10-18  Robert Love  <rml@novell.com>
738         * glue/inotify-glue.c: clean this up; remove some cruft; do error
739           checking on the read (removes a FIXME)
741 2004-10-17  Todd Berman  <tberman@off.net>
743         * AUTHORS: Changing my email to reflect something that might reach me.
744         * Filters/HtmlAgilityPack/tools.cs: Compilation fix for 1.1.1
746 2004-10-17  Todd Berman  <tberman@off.net>
748         * Best/best.in: Add directory containing libinofityglue.so to
749           LD_LIBRARY_PATH.
751 2004-10-16  Robert Love  <rml@novell.com>
753         * chooser-fu/beaglequeru.c: fix compile warning; remove unused
754           variable; strptime() does not init fields it does not touch, so
755           zero them all out.
757 2004-10-15  Veerapuram Varadhan (vvaradhan@novell.com>
759         * Filters/FilterDOC.cs: Filter for MSWord documents.
760         * Filters/Makefile.am: build FilterOle.cs and FilterDOC.cs.
761         * configure.in: Added config time checking of gsf-sharp.dll for
762         MSOffice filters.
763         
764 2004-10-15  Christopher James Lahey  <clahey@ximian.com>
766         * Filters/FilterPPT.cs: Filter for MS Power point presentation docs.
767         * Filters/FilterOle.cs: Unified interface for pulling properties from
768         MSOffice documents and serves as the base class for document-type 
769         specific filters.
771 2004-10-14  Robert Love  <rml@novell.com>
773         * Util/FileAdvise.cs: new file, implementing the advice stuff
774         * Util/Makefile.am: build FileAdvise.cs
776 2004-10-14  Tuomas Kuosmanen  <tigert@novell.com>
778         * Tiles/template-im-log.html: stylized a bit, added area for
779         snippet for chat log content that needs to be replaced with 
780         actual content of course. The search term should be hilighted
781         with color.
783         * images/im-aim.png: added a nicer icon for AIM chat for now.
785            *Note!* Please use *gnome-icon-theme* for this - we have the
786            following icons there for us: im-aim.png im-icq.png
787            im-jabber.png im-msn.png im-nov.png im-yahoo.png - these would
788            be used depending on the chat type. Also there's im.png which
789            is a generic one for possible other chat client logs.
790         
791         * images/Makefile.am: Added the icon to be installed for now..
793 2004-10-10  Anders Carlsson  <andersca@gnome.org>
795         * Util/ExtendedAttribute.cs:
796         Check errno and add it to the exceptions on failure.
797         
798 2004-10-08  Christopher James Lahey  <clahey@ximian.com>
800         * images/Makefile.am, tools/Makefile.am: Fixed make distcheck.
802 2004-10-07  Christopher James Lahey  <clahey@ximian.com>
804         * Util/Archive.cs: Unified interface for pulling data from an
805         archive file (gz, tar, bz2, zip).
807 2004-09-22  Srinivasa Ragavan <sragavan@novell.com>
808         * Added code for tray applet  
810 2004-09-22  Raja R Harinath  <rharinath@novell.com>
812         * beagled/Makefile.am: Fix srcdir != builddir problems.
813         * tools/Makefile.am: Likewise.
815 2004-07-28  Alex Graveley  <alex@ximian.com>
817         * tools/IndexWebContent.cs: Rename --uri to --url, to match
818         implementation.
819         Return an exitcode of 1 on error.
820         Catch indexing error to ensure we always delete sourcefile.
822 2004-07-28  Alex Graveley  <alex@ximian.com>
824         * mozilla-extension/content/beaglePrefs.xul: Add <checkbox> for
825         beagle.security.active pref.
827         * mozilla-extension/content/beaglePrefs.js: Support
828         beagle.security.active pref to enable https indexing.
830         * mozilla-extension/content/beagleOverlay.js: Index https pages if
831         pref is chosen.  Fix bug in https detection since
832         location.protocol includes the trailing ':'. Cleanup
833         beagleProcessClick.
835         * mozilla-extension/install.rdf: Add <optionsURL> so options can
836         be opened from Extension Manager window.
838 2004-07-27  Alex Graveley  <alex@ximian.com>
840         * mozilla-extension/: Add initial commit of the mozilla/firefox
841         indexing extension.
843         * configure.in: Add mozilla-extension/Makefile.
845         * Makefile.am (SUBDIRS): Add mozilla-extension.
847 2004-07-27  Alex Graveley  <alex@ximian.com>
849         * tools/Makefile.am (INDEX_WEB_CONTENT_WRAPPER): Rename
850         beagle-epiphany-index to beagle-index-url since it will be used by
851         mozilla too.
853         * tools/IndexWebContent.cs: Take --url, --title, --sourcefile,
854         --deletesourcefile arguments.  Print usage if url or
855         sourcefile/stdin is missing.
857         * epiphany-extension/ephy-beagle-extension.c (load_status_cb):
858         Pass "--url" and "--title" to beagle-index-url.