summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstore/ChangeLog15
-rw-r--r--term/ChangeLog4
2 files changed, 19 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 35ff5fb5..ea24b504 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,18 @@
+Wed Feb 19 15:40:18 1997 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * storeread.c (doc): Make doc string come after options.
+
+ * device.c (dev_set_flags): Correctly check for unenforcable runs.
+
+ * task.c: New file.
+ * Makefile (SRCS): Add task.c.
+ * store.h (store_task_class): New declaration.
+ (store_task_create, _store_task_create, store_open): New declarations.
+ * std.c (store_std_classes): Add &STORE_TASK_CLASS.
+
+ * xinl.c: Renamed from store.c.
+ * Makefile (SRCS): Change store.c to xinl.c.
+
Mon Oct 21 22:03:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* store.h: Add extern inline protection.
diff --git a/term/ChangeLog b/term/ChangeLog
index a34b5e7b..f52e28d5 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 19 13:10:47 1997 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): Add iohelp & shouldbeinlibc.
+
Thu Dec 12 18:33:52 1996 Miles Bader <miles@gnu.ai.mit.edu>
* main.c (main): Add S_IROOT to TERM_MODE.