*** empty log message ***
[bpt/guile.git] / ChangeLog
index e9404f9..f907a4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+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
+       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
        (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 .