2003-01-07  Murray Cumming  <murrayc@usa.net>

	* Added docs directory, with the website files. Just type
	make post-html to upload the documents. This directory is not
	distributed.

2003-01-06  Murray Cumming  <murrayc@usa.net>

	* test/cpp/any/simple/client.cc, test_impl.cc: Used CORBA::Any instead
	of CORBA::Any_var where that's what I'm supposed to do, because
	CORBA_Any_var() has a null underlying instance.
	But test_out() still throws a refcounting error exception.
	configure.in: mentioned test/cpp/any/simple/generated/Makefile

2003-01-06  Murray Cumming  <murrayc@usa.net>

	* orbitcpp/orb-cpp/: Split orbitcpp_smartptr.h into individual files in
	a smartpointers directory.

2002-12-28  Murray Cumming  <murrayc@usa.net>

	* orbitcpp/idl-compiler/types/IDLAny.cc: Implemented
	the declarations and definitions.
	* test/cpp/: Added any directory, with a simple example of the use of
	CORBA::Any. The client segfaults at the moment, while a value is being
	inserted into the CORBA::Any.

2002-12-27  Murray Cumming  <murrayc@usa.net>

	* Moved orbitcpp/idl-compiler/types/IDLMethod.[h|cc] to 
	orbitcpp/idl-compiler/ because it's not a type.

2002-12-25  Daniel Elstner  <daniel.elstner@gmx.net>

	* autogen.sh: Force use of aclocal-1.4 and automake-1.4.  Later
	releases have a bug that makes config.status generate broken .deps
	file names.

1.3.0:

2002-11-02  Murray Cumming  <murrayc@usa.net>

	* configure.in: Use ORBITCPP_VERSION in AM_INIT_AUTOMAKE() instead of
	non-defined ORBIT_VERSION.
	* Makefile.am: Distribute the orbitcpp source directory.
	* tests: Define the idlname in the Makefile.am files so that the 
	idl files are distributed.
	* orbitcpp/types/*[.h|cc]: Use full "orbicpp/idl-compiler/" include 
	paths, needed by make distcheck.
	
2002-11-01  Murray Cumming  <murrayc@usa.net>

	* configure.in: Change AM_INTI_AUTOMAKE() name from ORBit to orbitcpp, 
	so it generates the correct tarball names.

2002-11-01  Murray Cumming  <murrayc@usa.net>

	* configure.in: Check for ORBit2 version 2.5.0, as that's what seems 
	to be used by GNOME 2.1.x, so I guess it's what we need.

2002-10-02  Murray Cumming  <murrayc@usa.net>

	* Added missing test/cpp/structs/Makefile.am file.
	* orbitcpp/idl-compiler/main.cc: Removed my debug g_warnings.
	* tests/cpp: Changed all #includes of *.hh to *.h.

2002-10-02  ERDI Gergo  <cactus@cactus.rulez.org>

	* orbitcpp/idl-compiler/ChangeLog: Added new CChangeLog for C++
	IDL compiler-specific changes

2002-09-30  ERDI Gergo  <cactus@cactus.rulez.org>

	* ORBit-2.0-cpp.pc.in (Cflags): Added location of headers

2002-09-17  Murray Cumming  <murrayc@usa.net>

	* tests/Makefile.am_fragment_generated:
	Use -l cpp argument to orbit-idl-2 instead of -l c++, because it
	now looks for a library with that suffix, and I can't use c++ in a
	library name in Makefile.am, because it complains about invalid
	characters in a variable.
	

