summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--doc/example-smob/ChangeLog2
2 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 693119405..22a31c83f 100644
--- a/README
+++ b/README
@@ -52,6 +52,9 @@ qt: A cooperative threads package from the University of Washington,
copyright; see `qt/README' for more details.
doc: Some preliminary documentation for Guile. The real Guile
manual is incomplete, and is currently being revised.
+doc/example-smob: Sample code, discussed in the preliminary
+ documentation above, for a program that extends Guile with a
+ new data type, and functions that operate on it.
Anonymous CVS Access and FTP snapshots ===============================
diff --git a/doc/example-smob/ChangeLog b/doc/example-smob/ChangeLog
index 5bfceef68..6386452c9 100644
--- a/doc/example-smob/ChangeLog
+++ b/doc/example-smob/ChangeLog
@@ -1,5 +1,7 @@
1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
+ * image-type.c, myguile.c: Terminate copyright comments.
+
* COPYING: New file.
* image-type.c myguile.c: Add copyright notice.