2001-10-28 Akira TAGOH * Makefile.am: Added library age. 2001-10-07 Rodrigo Moya * Makefile.am: install headers in version-based directory 2001-07-31 Rodrigo Moya * gda-server-connection.c (impl_GDA_Connection_open): unref the GdaServerConnection if the connection attempt failed, thus not leaving the providers around with no clients connected to them 2001-07-24 Rodrigo Moya * gda-server-recordset.c (impl_GDA_Recordset_moveNext, impl_GDA_Recordset_movePrev): new CORBA methods (impl_GDA_Recordset_move): removed 2001-07-21 Rodrigo Moya * *.h: s/#if defined(__cplusplus).../G_BEGIN_END_DECLS 2001-07-15 Rodrigo Moya * gda-server-connection.c (impl_GDA_Connection_openSchema): removed extra & in call to gda_error_to_exception, which was causing providers to core dump when NULL was returned from the ::open_schema method with no error attached to the connection 2001-07-14 Rodrigo Moya * gda-server-connection.[ch] (gda_server_connection_add_listener): new method (gda_server_connection_remove_listener): new function (impl_GDA_Connection_addListener): implemented (impl_GDA_Connection_removeListener): implemented 2001-07-06 Rodrigo Moya * gda-server-*.c: inform correctly of errors * gda-server-impl-factory.c: removed 2001-07-05 Rodrigo Moya * gda-server-impl.[ch]: moved to gda-server.[ch]. GdaServerImpl class renamed to GdaServer * gda-server-impl-*.[ch]: moved all the implementation to the corresponding gda-server-*.[ch] file * gda-server-private.h: new file 2001-06-15 Rodrigo Moya * gda-server-impl-connection.c (impl_GDA_Connection_open): moved the call to gda_server_connection_new from impl_GDA_Connection__create to this function (fixes bug #50565) 2001-06-07 Rodrigo Moya * gda-server-connection.c (gda_server_connection_free): call gda_server_impl_stop if there are no more connections left, thus not leaving the GDA providers processes running for ever 2001-05-04 Rodrigo Moya * gda-server-connection.c (gda_server_connection_add_error_string): actually add the new GdaServerError to the connection's list of errors * gda-server-impl-connection.c (impl_GDA_Connection_open): check for NULL pointers * gda-server-impl-factory.[ch] (impl_GDA_ConnectionFactory_ref) (impl_GDA_ConnectionFactory_unref): added the 2 missing OAF factory methods 2001-04-14 Michael Meeks * Makefile.am: remove built files from dist. 2001-01-05 Carlos Perelló Marín * Makefile.am: Added the rule to erase the idl generated files and added a reference to GDA-stubs.c as an idl generated file. 2000-12-20 Rodrigo Moya * fixed OAF servers' deactivation 2000-11-27 Rodrigo Moya * added modifySchema to GDA::Connection interface 2000-11-24 Rodrigo Moya * added correct license notices (LGPL) to source files 2000-11-05 Rodrigo Moya * adapted to new IDL file names (gda -> GDA) 2000-10-21 Rodrigo Moya * replaced the GNOME_GenericFactory (from gnorba times) with the OAF's GNOME_ObjectFactory, thus removing the latest GNOME dependency