Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 7c9310f5a4b420e495f9095ab03d4d75 > files > 42

libbonobouimm1.3_8-devel-1.3.7-1mdk.i586.rpm

libbonobouimm_1_3_7:

2003-11-18  Bowie Owens <bowie.owens@csiro.au>
	* NEWS
	* configure.in:
	Prepare for new release.

	* configure.in
	* examples/hello/hellowindow.h
	* examples/hello/hellowindow.cc:
	Make use of ServantOwner in libbonobomm 1.3.8 to resolve #107584.

	* bonobomm/servers/uicomponent.cc:
	Duplicate reference to ensure ownership. Use compliant test for
	null object.

1.3.6:

2003-08-22  Murray Cumming  <murrayc@usa.net>

	* examples/create_control/Makfile.am: Distribute the server.in file,
	with EXTRA_DIST and distclean the generated server file with 
	CLEANFILES. This makes distcheck work for me.

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

	* Revert previous change now that orbitcpp has been changed back.
	* autogen.sh: Use normal aclocal and automake versions instead of
	the -1.4 versions. This does not seem to be necessary any more and
	seems to fix the problem of some files not being compiled.

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

	* bonobomm/servers/uicomponent.[h|cc]: Rename name() to _get_name(),
	dealing with what seems to be blatant API breakage in Bonobo's IDL.
	* examples/hello/uicomponent_impl.cc: Use _get_name() instead of 
	name().

2003-07-01  Bryan Forbes  <mxpxfifws@yahoo.com>

	* bonobomm/widgets_src/widget.ccg:
	* bonobomm/widgets_src/window.ccg:
	* bonobomm/servers_src/control.ccg: change
	::_orbitcpp::stub::Bonobo::*::_orbitcpp_wrap() to
	::Bonobo::*::_orbitcpp_wrap() since orbitcpp no longer generates that
	hierarchy.

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

	* Makefile.am: Build the examples as part of the whole build, like we
	do now with gtkmm. This allows us to see the strange linker errors 
	immediately until waiting until we build libgnomeuimm. Or maybe it's
	just on my system.

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

	* tools/Makefile.am: Only install the .m4 files whose names don't clash
	with existing gtkmm files. We must do this properly. Installing it in
	the gtkmm m4 directory is deeply silly.
	
2003-05-23  Alexander Nedotsukov <bland@mail.ru>

	* Corrected installation of several .h, .m4 and .pc files

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: