Changes in doc/ref:
[bpt/guile.git] / doc / ref / ChangeLog
index 58737d8..aa7ea31 100644 (file)
@@ -1,3 +1,56 @@
+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.