* Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
[bpt/guile.git] / ChangeLog
index 694d6f4..9333cbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+2001-05-16  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * acconfig.h, configure.in:  Renamed
+       GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
+
+2001-05-15  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * acinclude.m4: Removed copy of "libtool.m4".
+
+2001-05-14  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * configure.in (SCM_DEBUG_DEPRECATED):  Always defined.
+
+2001-05-13  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
+
+       * HACKING: Update copyright.
+       Add blurb pointing to devel/tasks.text.
+
+2001-05-11  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * check-guile.in: For SRFI testing, set and export env
+       var `LTDL_LIBRARY_PATH'.
+
+2001-05-07  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * AUTHORS: Add docs-related authorship details.
+
+2001-05-05  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in (--enable-deprecated): Recognize "shutup" option
+       argument and turn it into the default warning level "no".
+
+2001-05-05  Gary Houston  <ghouston@arglist.com>
+
+       * acconfig.h: add HAVE_IPV6.
+       * configure.in: check whether we can compile with IPv6 support.
+
+2001-05-04  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * guile-tools.in: New file.
+
+       * configure.in (AC_OUTPUT): Add guile-tools, and make
+       executable.
+
+       * Makefile.am (bin_SCRIPTS): New var.
+
+2001-05-04  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: check whether uint32_t is defined when netdb.h
+       is included.
+       acconfig.h: added HAVE_UINT32_T.
+
+2001-05-02  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Added handling of `--enable-deprecated'.
+
+       * acconfig.h (SCM_DEBUG_DEPRECATED,
+       GUILE_WARN_DEPRECATED_DEFAULT): Added.
+
+2001-04-29  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * Makefile.am (SUBDIRS): Add "scripts".
+
+       * configure.in (AC_OUTPUT): Add scripts/Makefile.
+
+2001-04-29  Gary Houston  <ghouston@arglist.com>
+
+       * libguile.h: include rw.h.
+
+2001-04-27  Rob Browning  <rlb@cs.utexas.edu>
+
+       * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
+       the new odd/even ustable/stable version numbering scheme.
+       (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
+       libguile.  In the future, libguile and libguileqthreads may not
+       stay in sync.  This still doesn't appear to affect
+       libguileqthreads, but we'll fix that next.
+
+2001-04-25  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * configure.in: Don't treat srfi directory specially, just create
+       the Makefile there (thanks to Neil Jerram for the patch).
+
+2001-04-23  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * Makefile.am (SUBDIRS): Added `srfi'.
+
+       * configure.in: Added subdirectory `srfi' to build process.
+
+       * libguile.h: Added inclusion of `values.h'.
+
+2001-04-22  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: check for inet_pton and inet_ntop.
+
+2001-04-20  Gary Houston  <ghouston@arglist.com>
+
+       * acconfig.h: include HAVE_SIN6_SCOPE_ID.
+       * configure.in: check for sin6_scope_id in sockaddr_in6.
+
+2001-04-19  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
+
+2001-04-17  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: run the autoconf BIGENDIAN check.
+
 2001-04-12  Niibe Yutaka  <gniibe@m17n.org>
 
        * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,