2005-04-07  Vijay K. Nanjundaswamy <knvijay@novell.com>

	* beagled/Makefile.am: Updates to fix WebServices install/uninstall, after recent
	  reorganizations 

	* beagled/BeagleDaemon.cs: Fix in --applications startup argument passed to BeagleXSP,
	  when user specifies a root directory with --web-root option

2005-04-06  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.in: Added 'ja' (Japanese) to ALL_LINGUAS.

2005-04-05  Vijay K. Nanjundaswamy <knvijay@novell.com>

	* WebServices/WebServiceBackEnd.cs: Updated TokenGenerator method
	  to use System.Guid
	  
2005-04-05  Christopher Orr  <chris@protactin.co.uk>

	* configure.in: Added en_GB to ALL_LINGUAS.

2005-04-05  Raphael Higino  <raphaelh@cvs.gnome.org>

	* configure.in: Added pt_BR to ALL_LINGUAS.

2005-04-05  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2005-04-05  Veerapuram Varadhan  <vvaradhan@novell.com>

	Patch from Saravana <saravana_psgtech@yahoo.co.in> 
	* Filters/FilterHtml.cs: Parse <meta>, <a> and <img> tags and
	extract required-contents. Add <i> to *list of hot nodes*.
	
2005-04-05  Veerapuram Varadhan  <vvaradhan@novell.com>

	* beagled/Filter.cs: Third round of optimization. Mainly a FIXME
	fix in AppendText () related to '\n'.

	* Filters/FilterDOC.cs: A try-catch in IndexText.

	* glue/wv1-glue.c: Reduce the round-trips by "bufferred-calls" to
	IndexText.
	
2005-04-05  Vijay K. Nanjundaswamy <knvijay@novell.com>

	* beagled/WebServices: Moved dog.png image file to images folder.
          Replaced search.aspx with search.aspx.in. 

	* beagled/Makefile.am: Script to generate search.aspx from search.aspx.in and determine XSP_DIR, based on prefix specified.
 
2005-04-05  Frank Arnold  <farnold@cvs.gnome.org>

	* configure.in: Added "de" to ALL_LINGUAS.

2005-04-04  Vijay K. Nanjundaswamy <knvijay@novell.com>

	* beagled/WebServices/WebServiceBackEnd.cs: Fix to return a searchToken, whenever
	  number of results returned is more than 0. (Earlier searchToken was returned
	  only when the total no. of results was more than the max results returned in a 
	  single response).

2005-04-01  Daniel Drake  <dsd@gentoo.org>

	* Tiles/TilePicture.cs: Properly handle URI's when finding thumbnail
	paths. Fixes bug 171153.

2005-04-01  Daniel Drake  <dsd@gentoo.org>

	* Filters/FilterJpeg.cs, Util/ExifData.cs, Util/JpegHeader.cs, configure.in:
	Merge from F-spot in order to be compatible with Mono 1.1.5

2005-04-01  Daniel Drake  <dsd@gentoo.org>

	* configure.in: Option parsing improvements and cleanups

2005-03-31  Daniel Drake  <dsd@gentoo.org>

	* tools/Query.cs: Minor improvements to command line parsing

2005-03-31  Daniel Drake  <dsd@gentoo.org>

	* beagled/PathFinder.cs: Handle directories ending with '/'

2005-03-31  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Filters/FilterRTF.cs: Before/After rewinding the file-stream, 
	ignore the already buffered-data in the stream reader.  Fixes
	part of http://bugzilla.gnome.org/show_bug.cgi?id=172294.
	(now font-details and other unwanted-strings are not extracted.)
	
2005-03-31  Daniel Drake  <dsd@gentoo.org>

	* Util/ImLog.cs: Ignore GAIM logs which don't have the standard
	filename format

2005-03-31  Vijay K. Nanjundaswamy <knvijay@novell.com>

	* configure.in, beagled/Makefile.am: Changes to work with webservices code moved into a sub-folder
	* WebServices code: Moved into a new sub-folder named WebServices within beagled n

2005-03-31  Veerapuram Varadhan  <vvaradhan@novell.com>

	* beagled/Filter.cs: Defined a new variant of AppendText() with
	two arguments and removed AppendTextToHotPool().

	* Filter/FilterDOC.cs: Use two-arg AppendText() instead of
	AppendTextToHotPool().
	
2005-03-31  Vijay K. Nanjundaswamy <knvijay@novell.com>

	* beagled/Makefile.am: Fixes in COND_CS_FILES and EXTRA_DIST to include
          all resources needed for web-services, in a Beagle distribution. Fixes
	  http://bugzilla.gnome.org/show_bug.cgi?id=171996

2005-03-31  Veerapuram Varadhan  <vvaradhan@novell.com>

	* beagled/Filter.cs: Added AppendTextToHotPool() for optimization
	of MS-Word document indexing.

	* Filters/FilterDOC.cs, glue/wv1-glue.c: Reduce the number of
 	round trips between managed and unmanaged code. Fixes
	http://bugzilla.gnome.org/show_bug.cgi?id=169758
	
2005-03-30  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Filters/FilterAbiword.cs: More careful validations. Fixes
	http://bugzilla.gnome.org/show_bug.cgi?id=170082

	* Filters/Makefile.am: Enable FilterAbiword.cs to get compiled.
	
2005-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Tiles/template-mail-message.html: Fix for Subject of "deleted"
	mails shows <strike></strike> markup tags.
	
2005-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>

	Patch from Chris Schneider <cschneid@colostate.edu>
	* Filters/FilterPerl.cs: Bad "elseif" keyword in perl keyword
	list.  Fixes http://bugzilla.gnome.org/show_bug.cgi?id=171175.

2005-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>

	* beagled/beagled.in: Be more verbose when beagled exits with
	errors when run in --bg mode.
	
2005-03-29  Vijay K. Nanjundaswamy <knvijay@novell.com>

	* WebServices: Changes in Web, Web-Services code to ensure file
          names & Class names are fully spelt out instead of abbreviations, 
	  file/assembly names renamed to more meaningful names like WebFrontEnd.cs
 	  and WebBackEnd.cs, internal WebServer assembly renamed to BeagleXsp.dll, 
	  with corresponding changes in Makefile.am and configure.in. 
	  ./configure option to include web-services code, now changed to 
    	  '--enable-webservices' instead of --enable-websvc

	* Updates to Web interface code to include support for Firefox search bar and 
	  changes in methods exposed by Beagle web-service to BeagleQuery, SimpleQuery,
	  SimpleQuery2 and GetMoreResults.
	
2005-03-29  Veerapuram Varadhan  <vvaradhan@novell.com>

	* beagled/LuceneDriver: Delete if indexable.DeleteContent is
	true. Fixes http://bugzilla.gnome.org/show_bug.cgi?id=171944.

	* ChangeLog: Corrected my previous entries w.r.t date (pointed out
	by Daniel)
	
2005-03-28  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Tiles/TileDocs.cs, Tiles/TilePresentation.cs: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=171864. Show
	more-information about documents.
	
2005-03-23  Robert Love  <rml@novell.com>

	* configure.in: bump version to 0.0.9 and rest.

2005-03-22  Daniel Drake  <dsd@gentoo.org>

	* beagled/BeagleDaemon.cs: beagled shouldn't be run as root

2005-03-21  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterOpenOffice.cs: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=171102.
	
2005-03-19  Daniel Drake  <dsd@gentoo.org>

	* Util/UriFu.cs: Fix for filenames with odd characters, bug #170862

2005-03-18  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* beagled/FileSystemQueryable/FileSystemQueryable.cs,
	beagled/FileSystemQueryable/DirectoryIndexableGenerator.cs: Fix
	for http://bugzilla.gnome.org/show_bug.cgi?id=170437.
	
2005-03-18  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterOpenOffice.cs: More odt-mime-type changes.
	
2005-03-17  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* glue/wv1-glue.c: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=170124. Do not strip out
	non-iso-printable characters.
	
2005-03-13  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Tiles/TileMusic.cs: Show audio/media filename if "fixme:title"
	doesn't exist.  Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=170300.
	
2005-03-13  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: Catch the exceptions and log the message..
	
2005-03-10  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterDOC.cs, glue/wv1-glue.c: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=169758. Reduce the
	number of round trips between managed and unmanaged code.
	
2005-03-10  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: Fix for PPT 4.0 files.
	
2005-03-10  Daniel Drake <dsd@gentoo.org>

	* tools/Query.cs: beagle-query no longer requires an X server to
	run.

2005-03-10  Daniel Drake <dsd@gentoo.org>

	* beagled/BeagleDaemon.cs, beagled/IndexHelper/IndexHelper.cs,
	glue/screensaver-glue.c: beagled no longer requires an X server
	to run.

2005-03-10  Daniel Drake <dsd@gentoo.org>

	* Util/NautilusTools.cs, Util/StringFu.cs: Fix for filenames
	containing '"'
	
2005-03-09  Daniel Drake <dsd@gentoo.org>

	* BeagleClient/Hit.cs, BeagleClient/Indexable.cs, Util/UriFu.cs,
	beagled/LuceneDriver.cs: Round 3 of dsd vs Uri escaping: Fix for
	filenames containing '#'

2005-03-07  Daniel Drake <dsd@gentoo.org>

	* beagled/FileSystemQueryable/FileNameFilter.cs: Use
	PathFinder.HomeDir

2005-03-06  Daniel Drake <dsd@gentoo.org>

	* IndexHelper/IndexHelper.cs, IndexHelper/RemoteIndexerImpl.cs:
	Verify that NewRemoteIndexerPath requests are coming from beagled

2005-03-06  Daniel Drake <dsd@gentoo.org>

	* Util/StringFu.cs, Util/gnome.cs: Handle filenames containing
	'%'. Fixes bug #169422

2005-03-02  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterOpenOffice.cs, Filters/FilterRTF.cs: Handle
	exceptions and log a decent message than dumping the whole stack
	trace.
	
2005-03-02  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: If gsf# throws some exception, handle it
	properly so that the whole stack trace is not displayed.  Fixes
	http://bugzilla.gnome.org/show_bug.cgi?id=169038
	
2005-02-28  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* configure.in: Disable detection of gst# for time-being.
	* Filters/FilterOpenOffice.cs, Filters/FilterRTF.cs,
	Filters/FilterPPT.cs, Filters/FilterSource.cs: Removed unused
	variables to shut-up certain warnings.
	
2005-02-25  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterOpenOffice.cs: Add support for new OO.o 2.0 ODT
	format.  This fixes http://bugzilla.gnome.org/show_bug.cgi?id=157100
	
2005-02-23  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* glue/wv1-glue.c: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=166155.  The fix is
	though hacky, does follows the logic ;-).  See the FIXME in
	append_char() for more details.  Also, process the "special-chars"
	properly. ;-)
	
2005-02-23  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: A probable correct way of opening the
	stream irrespective of the versions of file.  Also, enable it for
	showing snippets.
	* Filters/FilterOpenOffice.cs: Fix part of
	http://bugzilla.gnome.org/show_bug.cgi?id=157100, index
	hyperlinks.

2005-02-23  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=168028.  Implemented
	support for *DUAL STORAGE* PPT files.
	
2005-02-23  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=168238
	
2005-02-16  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterGst.cs: Fix for compiler error.
	
2005-02-15  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterSource.cs: Defined a style for C#.
	C# doesn't allow spanning of single-line-comment-to-multiple-lines.

	* Filters/FilterCSharp.cs: Langtype is C_Sharp_Style.
	
2005-02-10  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* glue/wv1-glue.c: Separate out the wvInit() call, should be
	called only one through-out the scope of an application.

	* Filters/FilterDOC.cs: Track wvInit() call through a static
	member.  This also fixes Bug#:166150
	
2005-02-09  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* beagled/SnippetFu.cs: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=166648. Trim the
	final snippet to the allowed-length.

	* Filters/FilterRTF.cs: Fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=166768
	
2005-02-08  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* glue/wv1-glue.c: Handle partially formatted texts.
	Mark partially-formatted-texts as HOT.
	* Filters/FilterDOC.cs, Filters/FilterRTF.cs,
	Filters/FilterAbiword.cs, Filters/FilterPdf.cs: Added support for
	"Structural Break"s which is needed for proper snippet support.
	This supplements a partial fix to Bug#166648.
	
2005-02-05  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* beagled/Filter.cs: Few tweaks on Hot pool.
	* Filters/FilterOpenOffice.cs: More elegant(?) logic to handle
	wierd combination of text-formatting, fixes Bug#157100.
	* Filters/FilterRTF.cs: Metadata info can be anywhere in the
	document.  Commented out the "file-offset" positioning after
	reading meta-data.
	* Best/Best.cs: Added a console message to guide users to look at
	their Systray for Best icon.
	
2005-02-04  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: Validate the Ole stream before using it.
	Fixes Bug#:166265. Now, FilterPPT directly derives from B.D.F and
	not from FilterOle.
	* Filters/FilterOle.cs: Removed from the repository.
	* Filters/Makefile.am: ditto.
	* Filters/FilterOpenOffice.cs: Catch and Log the exceptions.
	* beagled/Filter.cs: Uncomment the return statement in
	GetHotTextReader ()
	
2005-02-03  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPdf.cs: Fix for Bug#:166040. Filename parameter for
	pdfinfo command should be tagged between a pair of "".
	
2005-01-28  Robert Love  <rml@novell.com>

	* Util/Inotify.cs: update for inotify ABI changes (dynamic filenames)
	* glue/inotify-glue.c: ditto
	* glue/inotify.h: header from inotify 0.18

2005-01-28  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterOpenOffice.cs: Fix for Bug#:162910.
	table-count is improperly shown as spreadsheet-count in 
	Sxw.
	
2005-01-28  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Tiles/template-docs.html: Fix for Bug#:165480.
	Instead of @Snippet@ use @%Snippet@ to process the
	markups present in @Snippet@.
	
2005-01-24  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPascal.cs: Added pascal support.
	[ Demo'ed on stage hacking of beagle in Hacker Crackdown, 2005
	@ NIT, Trichy (http://www.nitt.edu/hackercrackdown/index.php?section=speakers), by
	writing this Filter ;)]
	
2005-01-21  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterSource.cs: Added Fortran_Style and related changes.

	Patch received from Vishravars Ramasubramanian (vishrav_r@yahoo.co.in)

	  * Filters/FilterPhp.cs: Added PHP support.
	  * Filters/FilterFortran.cs: Added fortran support.
	
2005-01-20  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterSource.cs, Filters/FilterC.cs, 
	Filters/FilterCpp.cs, Filters/FilterCSharp.cs,
	Filters/FilterJava.cs Filters/FilterPython.cs,
	Filters/FilterPerl.cs, Filters/Makefile: Structured/modularized
	the single big FilterSource.cs into individual derived classes
	and made FilterSource as abstract parent to them all.

	New "Programming language" filters can just be another class
	derived from this abstract parent.
	
2005-01-20  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: Identify Title, Sub-title, and other
	special sections in a Slide and mark them HOT.
	
2005-01-20  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* beagled/SnippetFu.cs: Length of the tags ("<b>"+"</b>") is 7.
	
2005-01-19  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterPPT.cs: Validations on special characters.
	Fix for parsing PPTs exported from OO.o.
	Fix for meta-data retrieval.

2005-01-12  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* configure.in, beagled/Makefile.am: Mozilla backend is optional
	now.

2005-01-11  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Tiles/TileDocs.cs, Tiles/template-docs.html: beautification.
	* Filters/FilterSource.cs: More perl keywords.
	
2005-01-07  Joe Shaw  <joeshaw@novell.com>

	* configure.in: Add a check for X11/extensions/scrnsaver.h, to fix
	#162831.

2005-01-06  Veerapuram Varadhan	 <vvaradhan@novell.com>

 	* Filters/FilterRTF.cs: More validations on partially formatted
	strings.  Also, special sections viz., headers, footers and
	footnotes are identified and marked *HOT*.
	
2005-01-04  Veerapuram Varadhan	 <vvaradhan@novell.com>

	Patch from Vishravars RamaSubramanian <vishrav_r@yahoo.co.in>

	* Filters/FilterSource.cs: Added perl support.
	  
2005-01-04  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Tiles/template-presentation.html, Tiles/template-docs.html:
	"Author" information is displayed now.
	
2005-01-03  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Tiles/TilePresentation.cs, Tiles/TileDocs.cs,
	Tiles/template-presentation.html, Tiles/template-docs.html: Added to
	display Title, number of slides, pages and words in Best.

	* Filters/FilterPdf.cs: Added DoPullProperties, uses "pdfinfo" command.

	* Filters/FilterOpenOffice.cs: Fix for combination bug

	* Filters/FilterAbiword.cs: Typo correction.
	
2004-12-23  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Filters/FilterAbiword.cs: Improved validations.
	
2004-12-20  Veerapuram Varadhan  <vvaradhan@novell.com>

	* glue/wv1-glue.c: Headers, Footers, [Foot,End]notes, comments and
	other styles are categorized and marked HOT.
	
2004-12-16  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Filters/FilterOpenOffice.cs: Fix for Bug# 157106.
	
2004-12-13  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Filters/Makefile.am: Added FilterAbiword.cs

	* Filters/FilterAbiword.cs: Filter for abiword documents.
	
2004-12-10  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/Makefile.am, Util/Makefile.am, beagled/Makefile.am:
	Included "conditionally" compiled sources to EXTRA_DIST.

2004-12-10  Veerapuram Varadhan	 <vvaradhan@novell.com>
	
	* From a patch by Raphaël Slinckx <raf.raf@wol.be>

	* Filters/FilterMusic.cs: Abstract base class for all audio file
	filters.

	* Filters/FilterFlac.cs: DoPullProperties() is implemented by base
	class.

 	* Filters/Makefile.am: Added FilterApe.cs, FilterMp3.cs,
	FilterOgg.cs, FilterMpc.cs

	* Util/Makefile.am: Added ApeReader.cs, Mp3Reader.cs,
	OggReader.cs, Tag.cs

	* Util/FlacReader.cs: Now belongs to BU.AudioUtil namespace.
	
	* Util/Makefile.am: Removed Id3.cs

	* Util/Id3.cs: Removed from the repository.

	* Filters/FilterApe.cs: Added
	* Filters/FilterMp3.cs: Added
	* Filters/FilterOgg.cs: Added
	* Filters/FilterMpc.cs: Added
	* Util/ApeReader.cs: Added
	* Util/Mp3Reader.cs: Added
	* Util/OggReader.cs: Added
	* Util/Tag.cs: Added
	
2004-12-07  Veerapuram Varadhan	 <vvaradhan@novell.com>

	* Filters/FilterOpenOffice.cs: Count slides.  Support for
	annotations and more *HOT* styles.
	
	* From a patch by Vishravars Ramasubramanian <vishrav_r@yahoo.co.in>
	[NOSIP student].
		
	* Filters/FilterOpenOffice.cs: Fix for Bug#: 157100
	Parse through styles.xml to read "Header", "Footer", "Footnote", 
	"Endnote" texts.
	
2004-12-07  Tuomas Kuosmanen  <tigert@novell.com>

	* Tiles/template-web-history.html: Fixed the uri to be a link
	too. Fixes #160315, also replaced the globe with the nicer looking
	one. Should come from icon-theme eventually as well.
	
	* Tiles/template-mail-message.html: Added the folder info, I'll
	need to use it for a bit before I hopefully come up with a better
	way of displaying the information without wasting a lot of screen
	space. Fixes #160313

	* Tiles/TileMailMessage.cs: eeks, I touched c-sharp with bare
	hands! Hopefully the patch works. Should fix #160321 and #160324

2004-12-03  Veerapuram Varadhan <vvaradhan@novell.com>

	* configure.in: Updated to gsf-sharp 0.2.
	
	* Filters/FilterPPT.cs: Added meta-data support replacing the
	current NumSlides logic.
	
2004-12-01  Veerapuram Varadhan <vvaradhan@novell.com>

	* Filters/FilterRTF.cs: Compatible with MS RTF specification, 
	extracts meta-data and style information.
	
2004-11-18  Alex Graveley  <alex@beatniksoftware.com>

	* Best/BestTray.cs: Make BestTray extend Gtk.Plug, and in the
	constructor set the Raw pointer to the return of
	egg_tray_icon_new, which we call directly.

2004-11-16  Veerapuram Varadhan <vvaradhan@novell.com>

	* configure.in, Filters/Makefile.am, glue/Makefile.am: Added
	support for wv1.

	* glue/wv1-glue.c: Wrapper to parse MS word files using wv-1.0
	
	* Filters/FilterDOC.cs: Modified to use wv1 to get meta-data and
	text data from MS Word documents.

2004-11-14  Tuomas Kuosmanen  <tigert@tigert.priv>

	* Tiles/template-page.css: made opacity to 0.5 for non-focused
	links on the list (hi joe :)

	Also forced max-width of 64 for all icons on the left column,
	should take care of all huge buddy icons etc.

2004-11-12  Chris Lahey  <clahey@ximian.com>

	* Filters/FilterPPT.cs: Count slides.

2004-11-12  Chris Lahey  <clahey@ximian.com>

	* From a patch by Adam Lofts <adam@negligible.co.uk>.

	* configure.in, Filters/Makefile.am: Added FilterGst.cs.

	* Filters/FilterGst.cs: Filter to get song data using gst.

2004-11-12  Tuomas Kuosmanen  <tigert@novell.com>

	* mozilla-extension/skin/classic/beagle-*: updated some of the
	images to make it look nicer

	* Tiles/template-picture.html, Tiles/template-file.html: added
	link (@action:@Reveal) to the folder name in the tile as well.

2004-11-11  Tuomas Kuosmanen  <tigert@novell.com>

	* Tiles/template-picture.html: added some exif stuff.

2004-11-10  Tuomas Kuosmanen  <tigert@novell.com>

	* Tiles/template-page.css (.icon img): made icons max-width: 80px;
	- I also added a nice border frame for jpeg images (and images
	with ".thumbnails" on their path - so the nautilus thumbnails
	(which are png) will also get a frame, while icons and such wont.

	* Tiles/template-picture.html: removed forced size
	setting, should now work automatically with the stylesheet..

	* Tiles/template-mockup.html, Tiles/template-mockup.css: added a
	mockup template that will contain examples of all tiles, also had
	to add a mock stylesheet that overrides the @foo@ stuff so I see 
	icons for testing purposes. Not intended for real world use :-)

	* Tiles/template-mail-message.html: added date display and content
	snippet dummy example (to be implemented in mail messages)

2004-11-09  Tuomas Kuosmanen  <tigert@novell.com>

	* Tiles/template-page.css: prettified stuff, indented the contents
	relative to the title line, so it is easier to scan through the
	list..

2004-11-04  Tuomas Kuosmanen  <tigert@tigert.priv>

	* Tiles/template-page.css (tr): removed the extra padding from the
	action links line, also added a div class for "date" - use it for
	the "modified N days ago" stuff on tiles.

	* Tiles/template-file.html: added last modified line..

	* Tiles/template-im-log.html: wrapped the published line to date class

	* Tiles/template-blog.html: wrapped the date stuff on the date div
	style, put "Weblog: " to give a better idea it's a blog entry.
	Also added a "View" link for consistency.

2004-11-01  Chris Lahey  <clahey@ximian.com>

	* tray/TrayIcon/Makefile.am (install-exec-local, uninstall-local):
	Use pkglibdir instead of libdir to avoid collisions.

2004-10-25  Chris Lahey  <clahey@ximian.com>

	* tools/Makefile.am (EXTRA_DIST): Added beagle-shutdown and
	beagle-status.

2004-10-25  Chris Lahey  <clahey@ximian.com>

	* tools/Makefile.am: Remove UPDATE_SCRIPT.

2004-10-19  Robert Love  <rml@novell.com>

	* beagled/Filter.cs: move the FlushCache inside of the NULL check,
	  along with the Close. A bigger question, though, is why can the
	  FileStream ever be NULL here?
	* life: This is my last ChangeLog entry since no one else is keeping
	  them.  I really just want to fit in, be accepted, be one of the gang.

2004-10-18  Robert Love  <rml@novell.com>

	* glue/inotify-glue.c: clean this up; remove some cruft; do error
	  checking on the read (removes a FIXME)

2004-10-17  Todd Berman  <tberman@off.net>

	* AUTHORS: Changing my email to reflect something that might reach me.
	* Filters/HtmlAgilityPack/tools.cs: Compilation fix for 1.1.1

2004-10-17  Todd Berman  <tberman@off.net>

	* Best/best.in: Add directory containing libinofityglue.so to
	  LD_LIBRARY_PATH.

2004-10-16  Robert Love  <rml@novell.com>

	* chooser-fu/beaglequeru.c: fix compile warning; remove unused
	  variable; strptime() does not init fields it does not touch, so
	  zero them all out.

2004-10-15  Veerapuram Varadhan (vvaradhan@novell.com>

	* Filters/FilterDOC.cs: Filter for MSWord documents.
	* Filters/Makefile.am: build FilterOle.cs and FilterDOC.cs.
	* configure.in: Added config time checking of gsf-sharp.dll for
	MSOffice filters.
	
2004-10-15  Christopher James Lahey  <clahey@ximian.com>

	* Filters/FilterPPT.cs: Filter for MS Power point presentation docs.
	* Filters/FilterOle.cs: Unified interface for pulling properties from
	MSOffice documents and serves as the base class for document-type 
	specific filters.

2004-10-14  Robert Love  <rml@novell.com>

	* Util/FileAdvise.cs: new file, implementing the advice stuff
	* Util/Makefile.am: build FileAdvise.cs

2004-10-14  Tuomas Kuosmanen  <tigert@novell.com>

	* Tiles/template-im-log.html: stylized a bit, added area for
	snippet for chat log content that needs to be replaced with 
	actual content of course. The search term should be hilighted
	with color.

	* images/im-aim.png: added a nicer icon for AIM chat for now.

	   *Note!* Please use *gnome-icon-theme* for this - we have the
	   following icons there for us: im-aim.png im-icq.png
	   im-jabber.png im-msn.png im-nov.png im-yahoo.png - these would
	   be used depending on the chat type. Also there's im.png which
	   is a generic one for possible other chat client logs.
	
	* images/Makefile.am: Added the icon to be installed for now..

2004-10-10  Anders Carlsson  <andersca@gnome.org>

	* Util/ExtendedAttribute.cs:
	Check errno and add it to the exceptions on failure.
	
2004-10-08  Christopher James Lahey  <clahey@ximian.com>

	* images/Makefile.am, tools/Makefile.am: Fixed make distcheck.

2004-10-07  Christopher James Lahey  <clahey@ximian.com>

	* Util/Archive.cs: Unified interface for pulling data from an
	archive file (gz, tar, bz2, zip).

2004-09-22  Srinivasa Ragavan <sragavan@novell.com>
	* Added code for tray applet  

2004-09-22  Raja R Harinath  <rharinath@novell.com>

	* beagled/Makefile.am: Fix srcdir != builddir problems.
	* tools/Makefile.am: Likewise.

2004-07-28  Alex Graveley  <alex@ximian.com>

	* tools/IndexWebContent.cs: Rename --uri to --url, to match
	implementation.
	Return an exitcode of 1 on error.
	Catch indexing error to ensure we always delete sourcefile.

2004-07-28  Alex Graveley  <alex@ximian.com>

	* mozilla-extension/content/beaglePrefs.xul: Add <checkbox> for
	beagle.security.active pref.

	* mozilla-extension/content/beaglePrefs.js: Support
	beagle.security.active pref to enable https indexing.

	* mozilla-extension/content/beagleOverlay.js: Index https pages if
	pref is chosen.  Fix bug in https detection since
	location.protocol includes the trailing ':'. Cleanup
	beagleProcessClick.

	* mozilla-extension/install.rdf: Add <optionsURL> so options can
	be opened from Extension Manager window.

2004-07-27  Alex Graveley  <alex@ximian.com>

	* mozilla-extension/: Add initial commit of the mozilla/firefox
	indexing extension.

	* configure.in: Add mozilla-extension/Makefile.

	* Makefile.am (SUBDIRS): Add mozilla-extension.

2004-07-27  Alex Graveley  <alex@ximian.com>

	* tools/Makefile.am (INDEX_WEB_CONTENT_WRAPPER): Rename
	beagle-epiphany-index to beagle-index-url since it will be used by
	mozilla too.

	* tools/IndexWebContent.cs: Take --url, --title, --sourcefile,
	--deletesourcefile arguments.  Print usage if url or
	sourcefile/stdin is missing.

	* epiphany-extension/ephy-beagle-extension.c (load_status_cb):
	Pass "--url" and "--title" to beagle-index-url.

