summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-04-05 23:38:52 +0000
committerJim Blandy <jimb@red-bean.com>1997-04-05 23:38:52 +0000
commit5c09c7ea2dea48dfc54916b2c1060521694ba949 (patch)
treeaebf7469178fbe1712922fe655a1ac50518fdaf9
parenta0e90145a3c879426d2ce97646ae5411d271a5aa (diff)
downloadguile-5c09c7ea2dea48dfc54916b2c1060521694ba949.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog8
-rw-r--r--libguile/ChangeLog9
2 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 002703755..65b2f2357 100644
--- 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
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 1864dd7a2..869cadbd7 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -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.