*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Sat, 5 Apr 1997 23:38:52 +0000 (23:38 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 5 Apr 1997 23:38:52 +0000 (23:38 +0000)
ChangeLog
libguile/ChangeLog

index 0027037..65b2f23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Apr  5 16:48:38 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
+
+       * Makefile.am: Omit doc subtree.
+       * configure.in: Omit makefiles in doc subtree.
+       * Makefile.in, configure: Rebuilt.
+
 Sat Mar 15 01:11:44 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
index 1864dd7..869cadb 100644 (file)
@@ -1,3 +1,12 @@
+Sat Apr  5 17:59:24 1997  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * cpp_err_symbols.in: Renamed from cpp_err_symbols, to avoid
+       make's implicit cpp_err_symbols: cpp_err_symbols.c rule.
+       * cpp_sig_symbols.in: Renamed from cpp_sig_symbols.
+       * Makefile.am (check_errnos, check_signals, cpp_sig_symbols.c,
+       cpp_err_symbols.c): Corresponding changes.
+       * Makefile.in: Regenerated.
+
 Sat Apr  5 02:39:02 1997  Gary Houston  <ghouston@actrix.gen.nz>
 
        * posix.c (scm_putenv): don't check HAVE_PUTENV.