2001-11-27 Rodrigo Moya * configure.in: 0.2.93 is out, long live 0.2.94 2001-11-18 Rodrigo Moya * configure.in: fixed Bonobo check (fixes #60260) 2001-10-28 Akira TAGOH * configure.in: Added library ages variable. 2001-10-17 Rodrigo Moya * libgda.spec.in: added OMF files * configure.in: don't define GDA_oafdir * providers/*/Makefile.am: install oaf files in $(datadir)/oaf 2001-10-14 Carlos Perelló Marín * configure.in (ALL_LINGUAS): Added pt. 2001-10-10 Carlos Perelló Marín * */*: Lots of distcheck fixes. 2001-09-29 Carlos Perelló Marín * report/*: Removed all its development will be at HEAD branch. 2001-09-22 Gonzalo Paniagua Javier * remove lots of compilation warnings 2001-09-15 Akira TAGOH * configure.in: add --enable-gtk-doc option. 2001-08-27 Rodrigo Moya * configure.in: use AM_GNOME_GETTEXT instead of AM_GNU_GETTEXT 2001-08-10 Zbigniew Chyla * configure.in (ALL_LINGUAS): Added nn. 2001-07-28 Carlos Perelló Marín * configure.in: Reactivated the Makefile generation at report dirs. Added the IDL_FLAGS var. 2001-07-23 Rodrigo Moya * removed all GLib-2.0 related code, since all this code is now in the gnome-2-0-branch CVS branch 2001-07-22 Rodrigo Moya * configure.in: remove glib-2.0 check until we can compile everything with that version 2001-07-12 Rodrigo Moya * configure.in: remove Perl checkings, since they are no longer needed * acconfig.h: remove HAVE_PERL 2001-07-09 Akira TAGOH * configure.in: added --with-perl option as check the perl bindings. 2001-07-06 Rodrigo Moya * merged libgda-client's GdaError and libgda-server's GdaServerError into libgda-common's GdaError, as both classes were exactly the same and are useful for both clients and providers 2001-07-05 Rodrigo Moya * lib/gda-client/Makefile.am: lib/gda-server/Makefile.am: remove CORBA-generated files from build * lib/gda-common/Makefile.am: include here both CORBA skeletons and stubs 2001-07-02 Akira TAGOH * configure.in: since gettextize was not used, "sed -e ..." was removed from AC_OUTPUT. 2001-06-21 Bob Jones * configure.in: change (again) ORACLE_LIBS and ORACLE_CFLAGS. It seems now that this will work with both Oracle 8i and 9i 2001-06-19 Rodrigo Moya * configure.in: use again `oaf-config --prefix` for getting the OAF files install prefix. This would break the RPM building, so how other projects do this? 2001-06-19 Gonzalo Odiard * configure.in: set ORACLE_LIBS to work with Oracle 8i 2001-06-15 Rodrigo Moya * lib/gda-xml: added new directory which will contain all XML related code (GdaXmlFile, GdaXmlDatabase, XML queries, etc) 2001-06-14 Robert Marz * configure.in: changed ORACLE_CFLAGS and ORACLE_LIBS to match those needed for Oracle 8i. This means that we don't support anymore Oracle 8.0.x (until we find a way to detect which libraries are needed for each Oracle version). But, well, having Oracle 9i out in a few weeks, this does not seem to be very important (I hope) 2001-06-01 Rodrigo Moya * libgda.spec.in: remove xmlquery from list of programs to install * configure.in: disable the libxmlquery directory 2001-05-31 Serge Pavlovsky * libgda.spec.in: cleaned up spec file 2001-05-29 Drazen Kacar * configure.in: fixed some constructs that are not understood by Solaris' /bin/sh. Run glib-config-2.0 in a subshell, for not getting the error message * tools/gda-buildserver.in: added a newline to the end of file to make Solaris' sed happy (fixes bug #55388) 2001-05-22 Rodrigo Moya * libgda-spec.in: pass the (hopefully) correct oafdir value when calling make 2001-05-21 Rodrigo Moya * configure.in: check also for shared libs when looking for a MySQL installation added /usr/local/pgsql to list of possible PostgreSQL installation directories (fixes bug #54979) 2001-05-17 Rodrigo Moya * configure.in: only link libxslt with the XML query part, since linking with libxml2 (needed by libxslt) does not work with current Bonobo 2001-05-15 Rodrigo Moya * configure.in: added check for libxslt, now a required dependency for the libxmlquery * lib/gda-common/gda-xml-database.c: s/childs/xmlChildrenNode * lib/gda-common/gda-xml-file.c: s/root/xmlDocSetRootElement 2001-05-09 Rodrigo Moya * configure.in: added check for gtk-doc, and add reference/ to the list of directories 2001-05-04 Rodrigo Moya * configure.in: use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT 2001-05-03 Rodrigo Moya * providers/gda-default-server/*: basic default provider now working 2001-04-28 Rodrigo Moya * configure.in: added providers/gda-default-server to list of Makefiles to be generated 2001-04-28 Rodrigo Moya * libgda.spec.in: removed provider's libraries, which are not installed anymore as part of the packages 2001-04-25 Carlos Perell)Bó Marín * Makefile.am: Disabled the report build. 2001-04-02 Carlos Perell)Bó Marín * .cvsignore: Shhhh!!! 2001-03-28 Reinhard M)Büller * include gtk/gtksignal.h only when gtk is used. * added new parameter to g_type_register_static * configure.in: glib version must be >= 1.3.2 * tools/gda-run.c: include config.h above other includes 2001-03-19 Rodrigo Moya * replaced all gtk/gtk.h with gtkobject.h, since it's the only file needed. Now, should compile much faster 2001-02-22 Carlos Perell)Bó Marín * libgda.spec.in: Updated to reflect the .oafinfo --> .oaf change 2001-02-18 Carlos Perell)Bó Marín * AUTHORS: Updated my email. 2001-02-18 Carlos Perell)Bó Marín * configure.in: Added a version check for GOB, I don't know if we must have the 1.0.5 version, perhaps an old one could work, but it must be almost >= than 0.93.4 (actual Ximian version) 2001-02-14 Rodrigo Moya * idl/GDA_Connection.idl: added new conversion methods (xml2sql and sql2xml) * lib/gda-client/gda-connection.[ch], lib/gda-server/*, providers/*: added new IDL methods 2001-02-11 Rodrigo Moya * providers/gda-primebase-server/gda-primebase-connection.c, providers/gda-tds-server/gda-tds-connection.c: removed some C++ comments, as the ones containing the ' character makes xgettext complain (from Christian Rose's patch) 2001-02-08 Rodrigo Moya * libgda.spec.in: moved gda-run from libgda-devel to libgda 2001-02-06 Carlos Perell)Bó Marín * .cvsignore, Makefile.am: Updated to the new xml-i18n-tools 2001-01-22 Carlos Perell)Bó Marín * .cvsignore: I forget it!! 2001-01-22 Carlos Perell)Bó Marín * Added total xml-i18n-tools support, at this moment you will need install the xml-i18n-tools package to translate this module from CVS but not from tar.gz. 2001-01-20 Carlos Perell)Bó Marín * Added partial xml-i18n-tools support 2001-01-01 Rodrigo Moya * version 0.2.2 2000-12-22 Rodrigo Moya * providers/gda-interbase-server/gda-interbase-command.c, providers/gda-ldap-server/gda-ldap-command.c, providers/gda-mail-server/gda-mail-command.c, providers/gda-mysql-server/gda-mysql-command.c, providers/gda-oracle-server/gda-oracle-command.c: added support for the GDA_CommandType stuff in the GDA::Command::execute method, thus allowing: COMMAND_TYPE_TEXT: SQL or whatever language is used by the RDBMS COMMAND_TYPE_TABLE: the name of a table for which we want all rows 2000-12-21 Rodrigo Moya * added support for the GDA_CommandType stuff, which will allow to treat commands in different ways (SQL, TABLE, XML, etc) 2000-12-20 Stanislav Visnovsky * configure.in: Added Slovak [sk] to ALL_LINGUAS. 2000-12-13 Rodrigo Moya * added HACKING file, copied from Miguel's HACKING file in Gnumeric 2000-12-05 Rodrigo Moya * started Perl bindings 2000-11-27 Rodrigo Moya * added modifySchema method to GDA::Connection interface 2000-11-27 Holger Thon * added primebase server skeleton 2000-11-17 Rodrigo Moya * added MAINTAINERS file 2000-11-14 Rodrigo Moya * added pt_BR translations by Cleber Rodrigues Rosa Junior 2000-11-08 Rodrigo Moya * idl/GDA_Recordset.idl, lib/gda-client/gda-recordset.[ch], lib/gda-server/gda-server-impl-recordset.[ch]: removed unneeded CORBA IDL methods. * Cleanup IDL files 2000-11-04 Reinhard M)Büller * configure.in: include gtk libraries only when needed 2000-10-20 Rodrigo Moya * fixed license issues: AUTHORS: specify who does what COPYING.LIB: added for LGPL parts README: state which parts are LGPL and which GPL 2000-10-17 Almer S. Tigelaar * configure.in: Added Dutch (nl) to ALL_LINGUAS. 2000-10-08 Akira TAGOH * providers/gda-mysql-server/gda-mysql-connection.c: fixed duplicate output format for gda_log_message(). 2000-10-06 Christian Rose * configure.in: Added Swedish (sv) to ALL_LINGUAS. * providers/gda-sybase-server/gda-sybase-command.c, providers/gda-sybase-server/gda-sybase-connection.c, providers/gda-sybase-server/gda-sybase-recordset.c: Changed some C++-style comments causing gettext problems to C-style. 2000-09-28 Jesus Bravo Alvarez * configure.in: Added Galician (gl) to ALL_LINGUAS. 2000-09-29 Akira TAGOH * acconfig.h, configure.in, lib/gda-common/gda-config.c: lib/gda-common/gda-corba.c: removed a old code for OAF < 0.5.0. 2000-09-29 Akira TAGOH * configure.in: lib/gda-common/gda-config.c: GConf >= 0.9 is necessary. 2000-09-10 Akira TAGOH * configure.in: deleted lib/gda-client/gda-report.dtd entry. * lib/gda-client/Makefile.am: Added a rule to generate gda-report.dtd. * lib/gda-client/gda-report.dtd.in: Modified a path prefix. 2000-09-09 Carlos Perell)Bó Marín * integrated the gda-report.dtd with autoconf (but it does not work as well as it should. * updated to the gda-report.[ch] 2000-09-03 Carlos Perell)Bó Marín * updated the gda-report.[ch] for the new DTD 2000-09-02 Akira TAGOH * configure.in: deleted an USING_OLD_OAF judgment by the same version. 2000-08-08 Rodrigo Moya * made first version separated from GNOME-DB