(TESTS): List tests explicitely instead of using a wildcard.
[bpt/guile.git] / ChangeLog
index e30522b..2f5f0ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,99 @@
+2001-08-07  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
+       EXTRA_DIST to SUBDIRS.
+
+       * configure.in: Added "test-suite/Makefile".
+
+2001-08-01  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Added `--disable-linuxthreads' option and do not
+       define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
+       given.  Thanks to Cris Cramer!
+
+2001-07-23  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (SUBDIRS): Build libguile before ice-9.
+
+2001-07-22  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Check for "inttypes.h".
+
+2001-07-19  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: add checks for setitimer and getitimer.
+       Add --enable-error-on-warning.
+
+2001-07-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * INSTALL, Makefile.am, configure.in: Updated copyright notice.
+
+2001-07-15  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * HACKING: Remove onerous authorship-info deletion clause.
+
+2001-07-13  Keisuke Nishida  <knishida@nurs.or.jp>
+
+       * autogen.sh: Call libtoolize with --force.
+
+2001-07-10  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * INSTALL: Point to HACKING for tool versions.
+
+2001-07-08  Rob Browning  <rlb@defaultvalue.org>
+
+       * TODO: updated to include relevant itemized post-1.6-RELEASE
+       tasks that are distributable so we can check them off as they are
+       done, and delete 1.6.0 tasks.
+
+       * RELEASE: add a note that the RELEASE instructions are out of
+       date now that we're using branches.
+
+       * AUTHORS: add "many files throughout" for myself.
+
+2001-06-28  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * README: Also mention guile-tools.
+
+       * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
+
+2001-06-27  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * RELEASE: Move todo items to file TODO.
+
+       * TODO: Initial revision
+
+       * Makefile.am (EXTRA_DIST): Add TODO.
+
+       * HACKING: Refer to TODO and SNAPSHOTS.
+       No longer refer to devel/tasks.text.
+
+       * SNAPSHOTS: Fix reference bug; recommended tool
+       versions are in HACKING.
+
+       * TODO: Add completion and ownership protocol to header comments.
+
+       * RELEASE: Add TODO-processing to spiffing checklist.
+
+       * HACKING: Update deprecation procedure to refer to TODO.
+
+2001-06-27  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * autogen.sh: don't run flex here.
+
+       * HACKING: clarify that newer versions of flex should be just
+       fine.
+
+2001-06-26  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
+
+       * configure.in: Added some header and function checks.
+
+2001-06-25  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
+
 2001-06-25  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * autogen.sh: Added message about what to do next.  Tell them to
        (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 .