(scan-api): No longer include timestamp.
[bpt/guile.git] / ChangeLog
index f574c3c..c864261 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,96 @@
+2002-05-10  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * libguile.h: Added inclusion of "extensions.h".
+
+2002-05-06  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Include <sys/types.h> before <netinet/in.h> when
+       checking vor IPv6.  This is for NetBSD 1.5.  Thanks to Greg
+       Troxel!
+
+       From John W. Eaton.
+       
+       * configure.in (AC_CHECK_HEADERS): Check for floatingpoint.h
+       ieeefp.h, and nan.h.
+       (AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
+
+2002-05-01  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * autogen.sh: Add call to $mscripts/render-bugs
+       to create BUGS file.
+
+       * BUGS: bye bye
+
+2002-04-27  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am (EXTRA_DIST): Remove qthreads.m4.
+
+2002-04-26  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * guile-aclocal.sh: Replaced with a simple invocation of "aclocal
+       -I guile-config".  This works as of automake 1.5.
+       * qthreads.m4: Moved to guile-config/.
+
+2002-04-18  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+        * autogen.sh: Call automake twice for guile-core so that two
+       copies of mdate-sh get a chance of being installed (one in
+       doc/ref/ and one in doc/tutorial/).
+
+2002-04-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
+       (EXTRA_DIST): Don't distribute acconfig.h, which is gone.
+       (dist-hook): Removed.
+       (DISTCLEANFILES): Added check-guile.log.
+       (EXTRA_DIST): Don't distribute TODO.
+
+       * configure.in: Bump required autoconf version to 2.53.  Move uses
+       of AC_LIBOBJ after AC_PROG_CC.  AC_LIBOBJ needs OBJEXT which is
+       set by AC_PROG_CC.
+
+2002-04-10  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: updates for new autoconf -- add definitions to
+       AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
+       calls.
+
+       * acinclude.m4: add definitions to AC_DEFINE calls for new
+       autoconf.
+
+       * acconfig.h: removed -- newer autoconf doesn't like it, and now
+       we don't need it.
+
+       * .cvsignore: add autom4te.cache and pre-inst-guile.
+
+2002-04-03  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * RELEASE: bye bye
+
+2002-03-31  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am: Update copyright.
+       (dist-hook): Add, including related am/maintainers-dirs,
+       surrounded by "if MAINTAINER_MODE".
+
+       * TODO: bye bye
+
+       * autogen.sh: Add usage comment.
+       Add workbook specification.
+       Add dist-files symlinking.
+
+       * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
+
+2002-03-06  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * guile-tools.in: Handle "--source" option.
+
 2002-03-04  Thien-Thi Nguyen  <ttn@giblet.glug.org>
 
        * configure.in (top_srcdir_absolute): New AC_SUBST var.
 
-       * pre-inst-guile.in (top_srcdir): Use `top_srcdir_absolute'
-       AC_SUBST var.
+       * pre-inst-guile.in, check-guile.in (top_srcdir):
+       Use `top_srcdir_absolute' AC_SUBST var.
 
        * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.