diff options
-rw-r--r-- | doc/ref/ChangeLog | 6 | ||||
-rw-r--r-- | libguile/ChangeLog | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 56d00ac7e..bc58cf4c8 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -2,6 +2,12 @@ * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir). + * tools.texi (How guile-snarf works): Mention "--compat=1.4", and + new processing steps. Update usage example, makefile frag. + + (guile-1.4 guile-snarf): New subsubsection under + "Init Snarfing with guile-snarf". + 2002-03-12 Neil Jerram <neil@ossau.uklinux.net> * scheme-compound.texi, scheme-data.texi, new-docstrings.texi: diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 8e4d0eb8b..327ecca84 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,15 @@ +2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org> + + * guile-snarf.in: Update copyright. + Rewrite to internalize error handling. + Add "--compat=1.4" handling. + Add commentary. + + * Makefile.am (libpath.h): Use @top_srcdir_absolute@. + (snarfcppopts): New var. + (.c.x): Use $(snarfcppopts). Rework guile-snarf usage. + (.c.doc): Use $(snarfcppopts). + 2002-03-13 Dirk Herrmann <D.Herrmann@tu-bs.de> * eval.c (SCM_CEVAL): Got rid of the last reference to t.lloc. |