summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog14
-rw-r--r--doc/example-smob/ChangeLog7
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index eebc03825..3dd5689b3 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,17 @@
+1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
+
+ * stamp-vti: Regenerated.
+
+ * hacks.el: Some handy helper functions for working on the manual.
+
+ * data-rep.texi: Extended to accomodate a full running example,
+ provided with the manual.
+ * example-smob: A new subdirectory, containing example files for
+ the manual chapter on smobs.
+ * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
+ target, to get the example-smob directory into the distribution.
+ * Makefile.in: Regenerated.
+
1998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
* .cvsignore: New file, containing data-rep.info. I'm not sure
diff --git a/doc/example-smob/ChangeLog b/doc/example-smob/ChangeLog
new file mode 100644
index 000000000..fad7a21a1
--- /dev/null
+++ b/doc/example-smob/ChangeLog
@@ -0,0 +1,7 @@
+1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
+
+ Created this directory for the Guile 1.3 release. Thanks to Jay
+ Glascoe for suggesting that we provide a complete, buildable
+ example!
+ * ChangeLog, Makefile, README, image-type.c, image-type.h,
+ myguile: New files.