1999-06-29 Miroslav Silovic * configure.in: Check for gtk_dialog_cauldron_parse taking 6th argument * acconfig.h: added CAULDRON_TAKES_PARENT 1999-03-02 Marius Vollmer * configure.in: Check for gnome_canvas_points_ref function. 1999-02-25 Federico Mena Quintero * configure.in: Bumped version number to 1.0.0. 1998-10-12 Martin Baulig * gnome-guile.spec: Added `%{prefix}/share/guile/gtk/*.scm' and `%{prefix}/share/guile/gnome/*.scm' to the file list. 1998-08-13 Federico Mena Quintero * configure.in: Bumped the version number to 0.27. * Makefile.am (EXTRA_DIST): Added gnome-guile.spec. 1998-08-05 Federico Mena Quintero * configure.in: Bump version number to 0.25. 1998-06-25 Nuno Ferreira * autogen.sh : Added $srcdir when calling `guile-gtk/autogen.sh'. 1998-06-03 Martin Baulig * configure.in: Using GNOME_CHECK_GUILE again; I improved this macro a little bit, it makes sure guile really works and has a failflag like GNOME_INIT. In general, I think it is better to use a macro from the `macros' directory since this can more easily be changed. * acconfig.h (HAVE_GUILE): New tag. 1998-05-27 Marius Vollmer * configure.in: Replaced GNOME_CHECK_GUILE with explicit code from `guile-gtk/configure.in'. Added check for `intl' lib. These are kludges, still thinking about how to do it right. * autogen.sh: Call `guile-gtk/autogen.sh'. Sun Mar 15 22:30:25 1998 Tom Tromey * configure.in: Don't call GNOME_X_CHECKS. 1998-03-13 Marc Ewing * guile-gtk/gtk-compat.h: update to reflect GTK. Wed Mar 4 01:18:19 1998 Tom Tromey * acconfig.h (HAVE_PROGRAM_INVOCATION_SHORT_NAME, HAVE_PROGRAM_INVOCATION_NAME): Added. Sat Feb 28 23:45:41 1998 Tom Tromey * guile-gnome/gnomeg.c (init_guile_gnome_defs): Register "gnome-about" subr. (guile_gnome_about): New function. 1998-02-26 Raja R Harinath * configure.in (GNOME_X_CHECKS): New check. * acconfig.h (HAVE_LIBSM): New tag. 1998-02-26 Lauri Alanko * guile-gtk/gtk.defs: Added a couple of missing fields 1998-02-20 Carsten Schaar * guile-gnome/session.c: Removed. Was replaced by client.c * guile-gnome/session.x: Same as above. 1998-02-19 Federico Mena Quintero * guile-gnome/gnomeg.c (inner_main): Added app_id "FIXME" for now. How should we allow for Scheme applications to pass the app_id parameter to gnome_init? /* FIXME */ 1998-02-14 Carsten Schaar * guile-gnome/gnomeg.c (inner_main): Changed to use new SM support. * guile-gnome/client.c: New file. * guile-gnome/Makefile.am (gnomeg_SOURCES): 'session.c' replaced with 'client.c' (EXTRA_DIST): 'session.x' replaced with 'client.x' (BUILT_SOURCES): 'session.x' replaced with 'client.x' (client.x): new rule (session.x): rule removed 1998-02-14 Raja R Harinath * autogen.sh: Use `macros/autogen.sh'. 1998-02-13 Raja R Harinath * configure.in (AC_OUTPUT): Also generate macros/Makefile. * Makefile.am (SUBDIRS): Add `macros'. (macros/macros.dep): Maintainer rule for auto-re-generation of aclocal.m4.