Changes in doc/ref:
[bpt/guile.git] / doc / ref / ChangeLog
index 0bdb77a..aa7ea31 100644 (file)
@@ -1,3 +1,102 @@
+2002-03-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * api.txt, data-rep.texi: Renamed the struct scm_cell to
+       scm_t_cell.
+
+       * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
+       scm_alloc_double_cell to scm_double_cell.
+
+2002-03-01  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
+       section.
+
+2002-02-28  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
+       scm_must_malloc and free in example code.  Updated text for the
+       new memory management functions.
+
+       * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
+       of to scm_must_malloc.
+
+2002-02-27  Stefan Jahn  <stefan@lkcc.org>
+
+       * gh.texi (scm transition summary): Documented some more
+       gh equivalents and removed appropriate FIXME's.
+
+2002-02-26  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am: Update path to pre-inst-guile automake frag.
+
+2002-02-24  Rob Browning  <rlb@defaultvalue.org>
+
+       * .cvsignore: add autoconf-macros.texi.
+
+       * Makefile.am (CLEANFILES): add autoconf-macros.texi.
+
+2002-02-19  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * scheme-memory.texi (Memory Blocks): New section.
+
+2002-02-05  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
+
+       (GUILE): Delete var.
+       (autoconf-macros.texi): Use $(preinstguiletool).
+
+2002-02-04  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
+       (Autoconf Support): Add new sections to menu.
+
+2002-02-04  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * scheme-data.texi (Symbol Uninterned): Added node.
+
+2002-01-29  Stefan Jahn  <stefan@lkcc.org>
+
+       * gh.texi (scm transition summary): Documented gh equivalents
+       `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
+       and removed the appropriate FIXME's.
+
+2002-01-14  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * Makefile.am (autoconf-macros.texi):  Also set GUILE_LOAD_PATH
+       when invoking the uninstalled guile executable.
+
+2002-01-09  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am (autoconf-macros.texi): Fix build bug:
+       Write this file to srcdir.  Thanks to I. N. Golubev.
+
+2002-01-08  Gary Houston  <ghouston@arglist.com>
+
+       * Makefile.am: attempt to use guile from $(top_builddir)/libguile
+       when building autoconf-macros.texi.  There are still problems with
+       modules and running makeinfo when builddir != srcdir.
+
+2002-01-08  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * data-rep.texi, gh.texi, guile.texi, intro.texi,
+       misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
+       repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
+       scheme-control.texi, scheme-data.texi, scheme-debug.texi,
+       scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
+       scheme-modules.texi, scheme-procedures.texi,
+       scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
+       srfi-modules.texi: Spell check.  Thanks to Fabrice Bauzac.
+
+2002-01-07  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * intro.texi (Linking Programs With Guile): Fix typo (superfluous
+       `do').  Thanks to Fabrice Bauzac.
+
+2002-01-05  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * intro.texi: Spell check.  Thanks to Fabrice Bauzac.
+
 2002-01-02  Thien-Thi Nguyen  <ttn@giblet.glug.org>
 
        * guile.texi (Part II): Add "Autoconf Support"; include