summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--libstore/ChangeLog1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1f56a22..f0cac60d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 8 14:21:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * Makefile (prog-subdirs): Add storeio.
+
Fri Sep 6 17:00:23 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* INSTALL: Update to version 0.1.
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index c5c64548..59c18f20 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,6 +1,7 @@
Sun Sep 8 14:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* device.c (dev_read, dev_write): Don't print debugging messages.
+ * argp.c (options, parse_opt): Change short option names around.
Wed Sep 4 13:01:19 1996 Miles Bader <miles@gnu.ai.mit.edu>