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