*** empty log message ***
[bpt/guile.git] / ChangeLog
index 542a764..e30522b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,318 @@
+2001-06-25  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * autogen.sh: Added message about what to do next.  Tell them to
+       use `--enable-maintainer-mode'.
+
+2001-06-25  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * HACKING: mention flex.
+
+       * autogen.sh: generate libguile/c-tokenize.c.
+
+2001-06-20  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * libguile.h: Removed inclusion of libguile/tag.h.
+
+2001-06-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
+       these when using threads.
+
+2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * libguile.h: Added deprecated section with the olde type names.
+
+       * configure.in: Check for header <stdint.h>.  Check for uintptr_t
+       type.  Use AC_CHECK_TYPES for this.  Do not caus ptrdiff_t to be
+       `#defined'.
+
+       * acconfig.h (ptrdiff_t): Removed.
+
+2001-06-05  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * configure.in: Generate examples/box-dynamic-module/Makefile.
+
+2001-06-03  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
+       guile-snarf.
+
+2001-06-02  Rob Browning  <rlb@cs.utexas.edu>
+
+       * configure.in: changes for autoconf 2.50.
+       (AC_PREREQ): require at least autoconf 2.50.
+       (AC_INIT): no longer takes an arg.
+       (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
+       (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
+       (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
+       (AC_STRUCT_ST_BLOCKS): use it rather than our version.
+       (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
+       (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
+       (AC_OUTPUT): no longer takes args.
+       
+       * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
+       unconditionally .
+
+2001-06-02  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Check for mkstemp via AC_REPLACE_FUNCS.  Thanks to
+       I. N. Golubev!
+
+2001-06-01  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * configure.in: Generate examples/box-dynamic/Makefile.
+
+2001-05-31  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
+
+       * configure.in: Added all Makefiles in the `examples' directory to
+       AC_OUTPUT.
+
+2001-05-31  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
+       don't generate guile-snarf.awk.
+
+       * Makefile.am (EXTRA_DIST): add test-suite.
+
+2001-05-28  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * check-guile.in: fix to be runnable when srcdir!=builddir.
+
+2001-05-26  Michael Livshin  <mlivshin@bigfoot.com>
+
+       revert the controversial part of the 2001-05-23 changes
+
+2001-05-23  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
+       also, make sure that the integral type choosen to represent an SCM
+       has exactly the same size as a void pointer.
+
+       * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
+       SCM_SIZEOF_BITS_T, ptrdiff_t.
+
+2001-05-16  Rob Browning  <rlb@cs.utexas.edu>
+
+       * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
+
+       * GUILE-VERSION
+       (GUILE_VERSION): now MAJOR.MINOR.MICRO
+       (GUILE_MICRO_VERSION): new variable, records final revision.
+       i.e. the 5 in 1.6.5.  MINOR_VERSION is now just the middle number,
+       i.e. the 6.
+
+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,
+       LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
+       LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
+
+       * configure.in: Likewise.
+
+2001-04-11  Keisuke Nishida  <kxn30@po.cwru.edu>
+
+       * configure.in (AC_CHECK_FUNCS): Don't check bzero.
+       (GUILE_FUNC_DECLARED): Removed checking of bzero.
+       Thanks to NIIBE Yutaka.
+
+2001-04-10  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * Undeprecated scm_init_oop_goopscore_module.
+
+2001-03-25  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * check-guile.in: Fix sh standard conformance bug: Replace
+       "test -e" with "test -f".  Thanks to Alexander Klimov.
+
+2001-03-19  Gary Houston  <ghouston@arglist.com>
+
+       * check-guile.in: rename $parent to $srcdir.  if it's equal to "."
+       set it to `pwd`.
+
+       * check-guile.in: 16 documentation tests were failing if "make
+       check" was run before Guile had been installed with the current
+       --prefix.  made various changes to the script so that it runs
+       without a cd to the test-suite directory.  For the -i option,
+       don't point GUILE_LOAD_PATH to the current directory, but let it
+       use it's own scheme library.
+
+2001-03-18  Gary Houston  <ghouston@arglist.com>
+
+       * check-guile.in: use @srcdir@ instead of @test_suite_dir@.  use
+       the current directory (build dir) not srcdir to find guile
+       executable.  otherwise "make check" doesn't work with a separate
+       build directory.  create the test log in
+       $build_dir/check-guile.log instead of in srcdir/test-suite
+       directory.
+       * configure.in: don't define or substitute test_suite_dir.
+
+2001-03-17  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
+       since EXTRA_DOT_DOC_FILES is redefined later.  define
+       EXTRA_DOT_X_FILES and hand it to AC_SUBST.
+
+2001-03-09  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * configure.in: Added header checks for crypt.h, sys/resource.h
+       and sys/file.h, function checks for chroot, flock, getlogin,
+       cuserid, getpriority, setpriority, getpass, sethostname,
+       gethostname, and for crypt() in libcrypt.
+
+2001-03-09  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
+       option from guile-doc/configure.in.
+
+2001-03-06  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * libguile.h: Removed #include "libguile/dump.h".
+
+2001-02-02  Keisuke Nishida  <kxn30@po.cwru.edu>
+
+       * libguile.h: Added #include "libguile/dump.h".
+
+2001-01-29  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * libguile.h: Added #include "libguile/rdelim.h".
+
+2001-01-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       The following patch was sent by Thien-Thi Nguyen.
+
+       * check-guile.in:  New file.
+
+       * Makefile.am:  Add TESTS rule.
+
+       * configure.in:  Add support for "make check".
+
+2000-11-21  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * acconfig.h:  Removed bogus #ifndef.  Thanks to Lars J. Aas.
+
+2000-10-25  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
+       version number to 10 due to the merge of GOOPS.
+
+       * oop: New directory.
+
+2000-09-20  Keisuke Nishida  <kxn30@po.cwru.edu>
+
+       * libguile.h: #include "libguile/properties.h".
+
 2000-09-17  Gary Houston  <ghouston@arglist.com>
 
        * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
 2000-09-17  Gary Houston  <ghouston@arglist.com>
 
        * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
 
        * configure.in: added AC_SUBST lines for the new LIBGUILE version
        variables.
 
        * configure.in: added AC_SUBST lines for the new LIBGUILE version
        variables.
-       
+
 2000-06-01  Michael Livshin  <mlivshin@bigfoot.com>
 
        * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
 2000-06-01  Michael Livshin  <mlivshin@bigfoot.com>
 
        * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
-       
+
        * guile-aclocal.sh: new file, works around aclocal problems.
 
 2000-05-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
        * guile-aclocal.sh: new file, works around aclocal problems.
 
 2000-05-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
@@ -157,7 +472,7 @@ Tue Jan 11 13:42:35 2000  Greg J. Badros  <gjb@cs.washington.edu>
        * autogen.sh: Added messages as we run autogen in subdirectories.
 
        * configure.in: Output libugile/guile-func-name-check script, and
        * autogen.sh: Added messages as we run autogen in subdirectories.
 
        * configure.in: Output libugile/guile-func-name-check script, and
-       chmod +x it. 
+       chmod +x it.
 
 2000-01-11  Marius Vollmer  <mvo@zagadka.ping.de>
 
 
 2000-01-11  Marius Vollmer  <mvo@zagadka.ping.de>
 
@@ -172,7 +487,7 @@ Tue Jan 11 13:42:35 2000  Greg J. Badros  <gjb@cs.washington.edu>
 
        * configure.in: Make "--with-modules=yes" the default.  Do not
        clear INCLTDL, LIBLTDL prior to processing "--with-modules".
 
        * configure.in: Make "--with-modules=yes" the default.  Do not
        clear INCLTDL, LIBLTDL prior to processing "--with-modules".
-       
+
     1999-07-25  Thomas Tanner  <tanner@ffii.org>
 
            * Makefile.am: add libltdl to SUBDIRS, automake automatically
     1999-07-25  Thomas Tanner  <tanner@ffii.org>
 
            * Makefile.am: add libltdl to SUBDIRS, automake automatically
@@ -205,7 +520,7 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
 
 1999-12-12  Greg J. Badros  <gjb@cs.washington.edu>
 
 
 1999-12-12  Greg J. Badros  <gjb@cs.washington.edu>
 
-       * configure.in: Create guile-doc-snarf, chmod +x that script after 
+       * configure.in: Create guile-doc-snarf, chmod +x that script after
        AC_OUTPUTted.
 
 1999-12-10  Greg J. Badros  <gjb@cs.washington.edu>
        AC_OUTPUTted.
 
 1999-12-10  Greg J. Badros  <gjb@cs.washington.edu>
@@ -235,7 +550,7 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
        guile-readline's autogen.sh script.
 
        Straighten up the situation regarding guile.m4 and qthreads.m4.
        guile-readline's autogen.sh script.
 
        Straighten up the situation regarding guile.m4 and qthreads.m4.
-       
+
        We can't have .m4 files which are installed where aclocal can
        see them, but also used by guile's own configure.in, because
        aclocal will read both copies, complain about duplicate macro
        We can't have .m4 files which are installed where aclocal can
        see them, but also used by guile's own configure.in, because
        aclocal will read both copies, complain about duplicate macro
@@ -316,7 +631,7 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
        * configure.in (GUILE_STAMP): Don't set this variable, or
        substitute it into anything.  Full explanation in ice-9/ChangeLog.
        * configure, Makefile.in: Regenerated.
        * configure.in (GUILE_STAMP): Don't set this variable, or
        substitute it into anything.  Full explanation in ice-9/ChangeLog.
        * configure, Makefile.in: Regenerated.
-       
+
 1999-09-06  James Blandy  <jimb@mule.m17n.org>
 
        Propagate the changes of 2 Sept the rest of the way through.
 1999-09-06  James Blandy  <jimb@mule.m17n.org>
 
        Propagate the changes of 2 Sept the rest of the way through.
@@ -376,7 +691,7 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
        * Makefile.am: Likewise for make.
        * NEWS: Explain how to activate the readline support.
        * configure, Makefile.in: Regenerated.
        * Makefile.am: Likewise for make.
        * NEWS: Explain how to activate the readline support.
        * configure, Makefile.in: Regenerated.
-       
+
 1999-07-19  Jim Blandy  <jimb@savonarola.red-bean.com>
 
        Fixes for EMX from Mikael Ståldal.
 1999-07-19  Jim Blandy  <jimb@savonarola.red-bean.com>
 
        Fixes for EMX from Mikael Ståldal.
@@ -416,7 +731,7 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
        1.4, libtool 1.2f (1.385 1999/03/15 17:24:54).  I've upgraded to
        all the right tools, according to README, but I'm still getting
        different results than Mikael is.  Hmm.
        1.4, libtool 1.2f (1.385 1999/03/15 17:24:54).  I've upgraded to
        all the right tools, according to README, but I'm still getting
        different results than Mikael is.  Hmm.
-       
+
 1999-03-22  Mikael Djurfeldt  <mdj@barbara.nada.kth.se>
 
        * New libtool: 1.2f
 1999-03-22  Mikael Djurfeldt  <mdj@barbara.nada.kth.se>
 
        * New libtool: 1.2f
@@ -535,7 +850,7 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
 1998-10-12  Jim Blandy  <jimb@zwingli.cygnus.com>
 
        * configure: Regenerated.
 1998-10-12  Jim Blandy  <jimb@zwingli.cygnus.com>
 
        * configure: Regenerated.
-       
+
        * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
        starting with guile_cv_; ac_cv_ is autoconf's namespace.
 
        * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
        starting with guile_cv_; ac_cv_ is autoconf's namespace.
 
@@ -560,11 +875,11 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
        regression from 1.3a, but everyone knows that the next release is
        1.3, I want to switch to a more coherent version numbering system,
        and now is the time.
        regression from 1.3a, but everyone knows that the next release is
        1.3, I want to switch to a more coherent version numbering system,
        and now is the time.
-       
+
 1998-10-09  Jim Blandy  <jimb@zwingli.cygnus.com>
 
        * configure.in: Call AC_C_INLINE, so we can use inline happily in
 1998-10-09  Jim Blandy  <jimb@zwingli.cygnus.com>
 
        * configure.in: Call AC_C_INLINE, so we can use inline happily in
-       libguile. 
+       libguile.
        * configure: Regenerated.
 
 1998-10-07  Jim Blandy  <jimb@zwingli.cygnus.com>
        * configure: Regenerated.
 
 1998-10-07  Jim Blandy  <jimb@zwingli.cygnus.com>
@@ -595,7 +910,7 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
        * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
        stdio implementation.  (Thanks to David Tillman.)
        * configure: Rebuilt.
        * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
        stdio implementation.  (Thanks to David Tillman.)
        * configure: Rebuilt.
-       
+
        * guile-config: Renamed from `build'.
        * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
        * configure.in: Create `guile-config/Makefile.in', not
        * guile-config: Renamed from `build'.
        * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
        * configure.in: Create `guile-config/Makefile.in', not
@@ -649,11 +964,11 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
        public version of automake, not the hacked Cygnus version.
        * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
        libtool.
        public version of automake, not the hacked Cygnus version.
        * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
        libtool.
-       
+
        * configure.in, qthreads.m4: Display a message about how the
        threads configuration went.
        * aclocal.m4, configure: Regenerated.
        * configure.in, qthreads.m4: Display a message about how the
        threads configuration went.
        * aclocal.m4, configure: Regenerated.
-       
+
 1998-07-28  Jim Blandy  <jimb@zwingli.cygnus.com>
 
        Remove the TOTORO kludge.  We're not doing snapshots any more, so
 1998-07-28  Jim Blandy  <jimb@zwingli.cygnus.com>
 
        Remove the TOTORO kludge.  We're not doing snapshots any more, so
@@ -783,7 +1098,7 @@ Sun Dec  7 06:11:24 1997  Gary Houston  <ghouston@actrix.gen.nz>
        * configure.in: Use it.
        * configure: Regenerated.
        * acconfig.h (DLSYM_ADDS_USCORE): New #define.
        * configure.in: Use it.
        * configure: Regenerated.
        * acconfig.h (DLSYM_ADDS_USCORE): New #define.
-       
+
 1997-10-26  Mikael Djurfeldt  <mdj@nada.kth.se>
 
        * README (libtool): Tell people to use version 1.0e.
 1997-10-26  Mikael Djurfeldt  <mdj@nada.kth.se>
 
        * README (libtool): Tell people to use version 1.0e.
@@ -910,7 +1225,7 @@ Sat Jun 28 16:13:43 1997  Tim Pierce  <twp@twp.tezcat.com>
 Thu Jun 26 20:43:31 1997  Jim Blandy  <jimb@floss.red-bean.com>
 
        * Guile 1.2 released.
 Thu Jun 26 20:43:31 1997  Jim Blandy  <jimb@floss.red-bean.com>
 
        * Guile 1.2 released.
-       
+
        * configure.in: Check for librx after libm; fundamentals need to
        come first.
        * configure: Regenerated.
        * configure.in: Check for librx after libm; fundamentals need to
        come first.
        * configure: Regenerated.
@@ -928,7 +1243,7 @@ Sun Jun 22 15:43:07 1997  Jim Blandy  <jimb@floss.red-bean.com>
        sending in bug reports.
        * configure.in: Provide libguile its version information through a
        separate header file generated by the Makefile, not through
        sending in bug reports.
        * configure.in: Provide libguile its version information through a
        separate header file generated by the Makefile, not through
-       scmconfig.h.  
+       scmconfig.h.
        (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
        AC_SUBST these, instead of AC_DEFINE'ing them.
        (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
        (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
        AC_SUBST these, instead of AC_DEFINE'ing them.
        (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
@@ -1037,7 +1352,7 @@ Mon May 12 18:29:45 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
 Thu May  8 11:48:40 1997  Anthony Green  <green@hoser.cygnus.com>
 
 
 Thu May  8 11:48:40 1997  Anthony Green  <green@hoser.cygnus.com>
 
-       * aclocal.m4: Fixes for building with coop threads in a 
+       * aclocal.m4: Fixes for building with coop threads in a
        seperate compilation directory.
        * configure: Rebuilt.
 
        seperate compilation directory.
        * configure: Rebuilt.
 
@@ -1050,7 +1365,7 @@ Fri May  2 16:24:15 1997  Jim Blandy  <jimb@floss.cyclic.com>
        * configure.in: When configuring qt, sunos needs the underscore
        files; Solaris and Linux both need the normal files.
        * configure: Reebilt.
        * configure.in: When configuring qt, sunos needs the underscore
        files; Solaris and Linux both need the normal files.
        * configure: Reebilt.
-       
+
 Thu May  1 15:35:49 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
        * configure.in: Get the paths for qt's md files right, so it can
 Thu May  1 15:35:49 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
        * configure.in: Get the paths for qt's md files right, so it can
@@ -1098,7 +1413,7 @@ Fri Apr 11 15:43:07 1997  Jim Blandy  <jimb@totoro.cyclic.com>
 
        * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
        * README: Say where to find libtool 0.9d.
 
        * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
        * README: Say where to find libtool 0.9d.
-       
+
 Wed Apr  9 17:51:13 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
        Changes to work with automake-1.1n, which has better libtool
 Wed Apr  9 17:51:13 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
        Changes to work with automake-1.1n, which has better libtool
@@ -1125,7 +1440,7 @@ Sat Mar 15 01:11:44 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 Mon Feb 24 21:43:26 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * ltconfig, ltmain.sh: New versions from libtool-0.9.
 Mon Feb 24 21:43:26 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * ltconfig, ltmain.sh: New versions from libtool-0.9.
-       
+
        * configure.in: Added AM_MAINTAINER_MODE
 
 Fri Feb  7 17:57:46 1997  Jim Blandy  <jimb@floss.cyclic.com>
        * configure.in: Added AM_MAINTAINER_MODE
 
 Fri Feb  7 17:57:46 1997  Jim Blandy  <jimb@floss.cyclic.com>
@@ -1153,7 +1468,7 @@ Sun Jan  5 16:57:10 1997  Jim Blandy  <jimb@floss.cyclic.com>
        * Guile 1.0 released.  This is the first release by the Free
        Software Foundation; Cygnus has also released earlier versions of
        Guile.
        * Guile 1.0 released.  This is the first release by the Free
        Software Foundation; Cygnus has also released earlier versions of
        Guile.
-       
+
        * GUILE-VERSION: Updated version number.
        * NEWS: Added comments for all the user-visible changes marked in
        the ChangeLogs.
        * GUILE-VERSION: Updated version number.
        * NEWS: Added comments for all the user-visible changes marked in
        the ChangeLogs.
@@ -1184,7 +1499,7 @@ Wed Oct 16 07:32:14 1996  Mark Galassi  <rosalia@sarastro.lanl.gov>
 
 Thu Oct 10 14:37:43 1996  Jim Blandy  <jimb@floss.cyclic.com>
 
 
 Thu Oct 10 14:37:43 1996  Jim Blandy  <jimb@floss.cyclic.com>
 
-       * Makefile.in (TAGS tags): Find the source files in $srcdir. 
+       * Makefile.in (TAGS tags): Find the source files in $srcdir.
 
 Wed Oct  9 19:37:14 1996  Jim Blandy  <jimb@floss.cyclic.com>
 
 
 Wed Oct  9 19:37:14 1996  Jim Blandy  <jimb@floss.cyclic.com>
 
@@ -1197,7 +1512,7 @@ Tue Oct  1 00:13:55 1996  Mikael Djurfeldt  <mdj@woody.nada.kth.se>
 
        * aclocal.m4: New file.  For now used for thread support
        configuration.
 
        * aclocal.m4: New file.  For now used for thread support
        configuration.
-       
+
 Fri Sep 13 14:39:30 1996  Mark Galassi  <rosalia@sarastro.lanl.gov>
 
        * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
 Fri Sep 13 14:39:30 1996  Mark Galassi  <rosalia@sarastro.lanl.gov>
 
        * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES