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.

