2001-11-21  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* configure.ac: Bumped version number and added tests.

2001-11-19  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* most_files: Fixed access to namespace std members.
	
	* uc++/any.h, uc++/script-interface.cc, uc++/sigslot.h:
	Fixes for g++ 3.0.

	* Makefile.am: Need to build sigcx before uc++.

	* sigcx/sigc++/macros/Makefile.am:
	Added missing backslash.

	* configure.ac: Added __LIBTOOL_IS_A_FOOL__ fix.

2001-11-05  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* configure.ac: Removed bogus check for python2.
	
	* examples/Makefile.am: Fixed variable names.

2001-10-28  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* configure.ac:
	Bumped version number due to changed project name.

	* depcomp: added, Needed by automake (1.5, I think).

	* configure.ac:
	Cleanups, project now named yehia (due to other software named uC++).

2001-10-26  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* missing: Updated.

	* uc++/plugin.h, uc++/script-interface.cc, languages/guile/guile-loader.cc, examples/script-test.cc:
	PluginManager::language(const string&) now returns pointer.

	* languages/python/python-loader.cc, languages/python/python-loader.h, languages/python/python-plugin.cc:
	Bugfixes.

	* sigcx/sigc++/sigcx-gtk+.pc.in: Added.

	* sigcx/sigc++/thread_tunnel.cc: Bugfixes.

	* uc++/ucxx.pc.in, sigcx/sigc++/sigcx.pc.in, uc++/Makefile.am, sigcx/tests/Makefile.am, sigcx/sigc++/Makefile.am, languages/python/Makefile.am, languages/guile/Makefile.am:
	Updated for new variable name schema.

	* sigcx/sigc++/.cvsignore, examples/.cvsignore, .cvsignore:
	Fixes.

	* configure.ac, configure.in:
	Switched to autoconf-2.50: renamed configure.in to configure.ac.

2001-08-22  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* languages/python/python-script.cc:
	Adaption to API change (Any type).
	Fixed class creation: added superclass support, closed memleaks.

	* languages/python/python-script.h, languages/guile/guile-script.cc, languages/guile/guile-script.h:
	Adaption to API change (Any type).

	* uc++/Makefile.am, uc++/any.h, uc++/script-interface.cc, uc++/script.h, uc++/sigslot.h:
	Change in API (Any type).

	* sigcx/sigc++/thread_tunnel.h:
	Made FatalError class public.
	Adaptions for atexit() synchronisation.

	* sigcx/sigc++/macros/Makefile.am, sigcx/sigc++/macros/tunnel.h.m4, sigcx/sigc++/tunnel.h:
	Removed generated file and added its source.

	* sigcx/sigc++/thread_tunnel.cc:
	Fix (pending_ initialisation).
	Synchronize all threads on exit (so all requests get done).

	* examples/.cvsignore, examples/Makefile.am, examples/example1.py, examples/python-test.cc, examples/script-test.cc:
	Cleanup and adaption to new API.

2001-08-02  Andreas Rottmann  <rottmann@users.sourceforge.net>

	* sigcx/sigc++/Makefile.am: Fix.

	* Makefile.am, autogen.sh:
	Added autogen.sh file for initialisation of code
	(as received by CVS checkout).

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

        * Started ChangeLog.