2003-01-22  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* plugin.h: Changed doxygen group from ucxx to Plugin. 

	* Makefile.am: Adapted to plugin sourcetree restructuring and
	subsystem re-union.

2003-01-08  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* tests/test-io.cc: Forgot to include <iostream>.

2002-12-31  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* yehia0.6.pc.in (branch, devbranch): New variables.
	(Requires): Fixed sigcx dependency.
	
	* plugin.cc (split): Bugfix, was horribly broken.
	(ShLibPluginLoader::scan): Call do_scan with leading slash in path
	argument, as it expects it.

2002-10-24  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* io.h, io.cc: New class StackedDataSource.

	* plugin.cc: Replaced "ucxx" with "yehia". This affects
	environment variales and plugin init function names.
	* Makefile.am: Replaced UCXX with YEHIA in preprocessor defines.
	
	* Makefile.am: Now installing pkg-config file.
	* yehia0.6.pc.in: Fixed, now really is for Yehia core.
	
2002-10-22  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* io.h, io.cc: Added circular buffer helper class and made
	DataStream use it.
	* tests/test-io.cc: Adapted to new DataSource interface.

