*** empty log message ***
[bpt/guile.git] / ChangeLog
index 1f4f543..11b7e94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2004-10-27  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * libguile.h: Include "libguile/srfi-4.h".
+
+2004-10-25  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * autogen.sh: Added explicit invocation of libtoolize before
+       autoreconf so that libltdl/ is updated as well.
+
+2004-10-22  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+        Removed usage of libguile-ltdl.
+       
+       * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
+       AC_LIB_LTDL.
+       (AC_CONFIG_SUBDIRS): Added libltdl.
+       (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
+       stuff.  Also subst LTDLINC instead of INCLTDL.
+       (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
+       libguile-ltdl/upstream/Makefile.
+
+       * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
+
+2004-09-28  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * ABOUT-NLS: New, from gettext 0.14.1.
+
+       * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
+       with autoconf 2.59.
+
+2004-09-25  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
+       gettextize to run during autogen.sh, which we do not want.
+       Explicitely check for libintl, gettext, bindtextdomain, and
+       textdomain instead.
+       
+2004-09-24  Marius Vollmer  <mvo@zagadka.de>
+
+       * libguile.h: Include <gmp.h> outside of extern "C" block.
+       (Note that numbers.h still includes gmp.h to make it
+       self-contained.)
+       
+       * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
+       for the user and is often overwritten temporarily.
+       (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
+       (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
+       
+2004-09-22  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Add AM_GNU_GETTEXT invocation.  From Bruno Haible.
+2004-09-21  Marius Vollmer  <mvo@zagadka.de>
+
+       * acinclude.m4 (ACX_PTHREAD): New.
+       * configure.in: Use it instead of simply looking for -lpthread.
+       Thanks to Andreas Vögele!
+       
+2004-09-08  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * configure.in: Fail when alloca can not be found natively.
+
+2004-09-03  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in (isinf): Let configure find the isinf() function
+       on MinGW32 systems.
+
 2004-08-27  Kevin Ryde  <user42@zip.com.au>
 
        * configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and