2006-04-25  Debajyoti Bera <dbera.web@gmail.com>

	* beagled/QueryDriver.cs,beagled/PropertyKeywordFu.cs,
	Util/PropertyKeywordAttribute.cs: Allow filters to register mapping
	between query keyword and propertyname.
	* Filters/,beagled/Backends: Register some of the existing mappings
	from the corresponding filters and backends.
	* beagled/FilterFactory.cs: Only set indexable timestamp if the
	already set timestamp is invalid (i.e. the default DateTime(0)).
	* beagled/FeedBackends: Remove dc:date properties. Use
	indexable.Timestamp for storing the date.

2006-04-24  Debajyoti Bera <dbera.web@gmail.com>

	* Filters/FilterPackage.cs,FilterDeb.cs,FilterEbuild.cs,FilterRPM.cs:
	Add FilterDeb. Modified FilterPackage and deriving packages to add
	make some of the fields generic to any package.

2006-04-24  Daniel Drake <dsd@gentoo.org>

	* Filters/entagged-sharp/: Resync. Includes ID3 UTF16 fix, new vorbis
	mimetype, and a couple of other bits.

2006-04-21  Debajyoti Bera <dbera.web@gmail.com>

	* Filters/FilterPackage.cs, Filters/FilterRPM.cs,
	Filters/FilterEbuild.cs: Add FilterPackage base class to contain the
	basic information about packages. Change FilterRPM, FilterEbuild to
	derive from FilterPackage.
	* libbeagle/beagle: Revive the C API for indexable-service. Also,
	allow creating indexable-service type index-request messages for
	others services.