*** empty log message ***
[bpt/guile.git] / ChangeLog
index bbcd3c0..7bc6ccd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2005-07-09  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
+       ice-9/debugger/breakpoints/Makefile.
+
+       * Makefile.am (SUBDIRS): Removed emacs.
+
+2005-06-05  Marius Vollmer  <mvo@zagadka.de>
+
+       From  Jan Nieuwenhuizen <janneke@gnu.org>.  Thanks!
+
+       * configure.in: Add tests for socklen_t and ip_mreq.
+
+2005-03-13  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
+
+2005-03-09  Marius Vollmer  <mvo@zagadka.de>
+
+       Guile 1.7.2 has been released.
+       
+       * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
+
+2005-03-08  Marius Vollmer  <mvo@zagadka.de>
+
+       libltdl is no longer distributed.  We expect it to be installed
+       already.
+       
+       * configure.in: Do not call AC_LIBLTDL_INSTALLABLE.  Use
+       AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL.  Do not
+       add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
+
+       * Makefile.am (SUBDIRS): Removed libltdl.
+
+       * README: Talk about required external packages.
+
+       * autogen.sh: Do not call libtoolize.
+
+2005-03-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * configure.in: Do not check for fast or recursive mutexes.  Check
+       for pthread_attr_getstack.
+       (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
+       (pthread_mutexattr_settype): Do not check for it.
+       
+2005-02-28  Marius Vollmer  <mvo@zagadka.de>
+
+       * autogen.sh: Add '--verbose' option to autoreconf invocation.
+       Thanks to Bruno Haible.
+
+2005-01-02  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
+       option.
+
 2004-11-28  Kevin Ryde  <user42@zip.com.au>
 
        * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the