1.3.5:
	
2003-03-15  Murray Cumming  <murrayc@usa.net>

	* Regnerated for latest orbitcpp.

1.3.4:

2002-12-10  Bradley Bell  <btb@debian.org>
	* scripts/Makefile.am: distribute macros.m4

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

	* Added -uninstall pkg-config .pc.in file for gnomemm-all.

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

	* headers: widgets and servers directories are now properly installed
	under the bonobomm directory.
	* Dock, DockItem, DockLayout widgets: Uses C++ DockPlacement enum and
	C++ DockItem class.

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

	* DockItem: Use _construct() function, because the default-generated
	constructor is not enough.
	* DockItem, Selector: Add _IGNORE() macros.

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

	* Use -lcpp instead of -lc++ with orbit-idl-2, as needed by the new
	orbitcpp.
	* #include .h instead of .hh, as needed by orbitcpp.

2002-08-05  Sven Herzberg  <herzi@abi02.de>

	* libbonobouimm-2.0.pc.in: Added -lbonobouimm_servers-1.3 to libs

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

	* examples: The code in standalone_control is now in creating_control. 

2002-07-28  ERDI Gergo  <cactus@cactus.rulez.org>

	* examples/hello/uicomponent_impl.cc (show_nothing_dialog): fixed typo

	* bonobomm/widgets_src/widget.ccg: Removed duplicate constructors
	that only differ in a 0 UIContainer_var

	* bonobomm/servers_src/control.ccg: New constructor that wraps an
	existing Gtk::Widget as a Bonobo control server

1.3.2:
	
2002-06-19  Murray Cumming  <murrayc@usa.net>

	* Removed creating-control from examples build because it doesn't
	build yet.

2002-06-18  Murray Cumming  <murrayc@usa.net>

	* Gnome::Bonobo::Servers::UIComponent: Added wrappers for 2 new 
	"unImplemented" padding methods recently added to the Bonobo IDL.

2002-05-14  Murray Cumming  <murrayc@usa.net>

	* Bonobo::Widget: Added constructor that does not require a 
	::Container.
	* examples/using_control: Finished this example, which
	demonstrates selection and use of BonoboControls.

1.3.1:
	
2002-04-25  Murray Cumming  <murrayc@usa.net>

	* Added Gnome::Bonobo::Servers::UIComponent and used it in
	examples/hello.

2002-04-25  Murray Cumming  <murrayc@usa.net>

	* Added servers directory, containing generated C++ CORBA server
	implementations that delegate to the C libbonoboui
	implementations.
	* Generated sources are now distributed.

2002-04-22  Murray Cumming  <murrayc@usa.net>

	* Added dependency to libbonobomm.
	* Removed bonobomm/generated from the build and dist, because it's 
	now in libbonobomm. Only Bonobo.idl has the #ifdef to #include the
	installed C stubs/skels, so it looks like we can't split these up.

2002-04-18  Murray Cumming  <murrayc@usa.net>

	* Bonobo::UI::DockLayout: Added create() method.

2002-04-16  Murray Cumming  <murrayc@usa.net>

	* Changed all _orbitcpp_get_c_object()s to _orbitcpp_cobj(), 
	because that's changed in the ORBit2 cpp branch.

2002-04-14  Murray Cumming  <murrayc@usa.net>

	* Added using_control and creating_control examples, though they
	don't do anything yet.
	* Removed copied constuctor code from Bonobo::Window and 
	Bonobo::DockBand, now that libbonoboui has been patched.
1.3.0:
