libbonobomm_1_3_8_take_2: 2003-11-18 Bowie Owens * NEWS: Prepare entry for release 1.3.8. libbonobomm_1_3_8: 2003-11-18 Bowie Owens * configure.in: Prepare for new release and increase required orbitcpp version. * bonobomm/servers/servantowner.h * bonobomm/servers/Makefile.am: Added servantowner.h to clean resolution of bug #107584. 2003-11-04 Bryan Forbes * bonobomm/generated/Makefile.am: fixed the idl_defines from a patch that Bowie gave me; fixes build problems with new orbitcpp. 1.3.7: 2003-08-26 Murray Cumming * bonobomm/generated/Makefile.am: Copied the stuff from libbonobo/bonobo/Makefile.am to not distribute the generated stubs/skels. 1.3.6: 2003-08-22 Murray Cumming * bonobomm/generated/Makefile.am: Use CLEANFILES instead of the maintainer-dist-clean thing. It seems to work better with whatever autotools are in jhbuild. This makes distcheck work for me. 2003-08-22 Murray Cumming * configure.in: Require orbitcpp 1.3.7, because of the API changes. 2003-07-14 Murray Cumming * 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-01 Bowie Owens * tools/m4/class_bonoboobject.m4: Remove reference to _orbitcpp::stub since orbitcpp no longer generates that hierarchy (::_orbitcpp::stub::M::X is now just M::X). Closes #116294. 2003-06-09 Murray Cumming * 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 * Corrected installation of several .h, .m4 and .pc files 2003-05-08 Bradley Bell * bonobomm/generated/Makefile.am: use LIBBONOBOMM_SO_VERSION for stubs and skels 1.3.5: 2003-03-15 Murray Cumming * Regenerated for latest orbitcpp. 1.3.4: 2002-12-10 Bradley Bell * scripts/Makefile.am: distribute macros.m4 1.3.2: 2002-11-01 Murray Cumming * Added -uninstalled pkg-config .pc.in file, for gnomemm-all. 2002-10-12 Murray Cumming * Added ORBit-2.0-cpp dependency to pkg-config file. * Use -lcpp instead of -lc++, as required by orbit-idl-2 with the new orbitcpp backend. * Changed includes to .h instead of .hh. 1.3.1: 2002-06-18 Murray Cumming * Gnome::Bonobo::Servers::Listener: Added methods for 2 new "unImplemented" padding methods recently added to the Bonobo IDL. 1.3.0: 2002-04-25 Murray Cumming * Corrected installation of headers. 2002-04-25 Murray Cumming * tools/m4: The .m4 files are installed in the same directory as the gtkmm m4 files so that it's easier for other projects to use them. This requires some care to avoid conflicts but it's easier than putting them in separate directories and expecting packages to provide correct m4 include arguments. 2002-04-25 Murray Cumming * There are now separate Bonobo::Unknown server implementations, one that wraps BonoboObject and one that is pure C++. We need both to use as base classes for either wrapper servers or pure C++ servers. 2002-04-24 Murray Cumming * Generated files are now distributed. 2002-04-22 Murray Cumming * Fixed pkg-config .pc file install. * Removed -no-undefined linker option, which causes problems on Solaris. 2002-04-22 Murray Cumming * Used _WRAP_CORBA_METHOD() provided by recent gtkmm changes. 2002-04-21 Murray Cumming * Added bonobomm/servers wrapper-generation structure.