summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-11-29 00:03:00 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-11-29 00:03:00 +0000
commita56e05676fd300550de28d3e32bba49e292bfb59 (patch)
treedd77cda5231e7372800016f0b50851dfa16c358c
parentb0147aec0a977a229374a4d37694039748a659c9 (diff)
downloadguile-a56e05676fd300550de28d3e32bba49e292bfb59.tar.gz
*** empty log message ***
-rw-r--r--scripts/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 87be0b25a..952ac82e2 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-28 Thien-Thi Nguyen <ttn@giblet.glug.org>
+
+ * punify (write-punily): Handle symbols w/ ":" prefix specially.
+
2001-11-16 Neil Jerram <neil@ossau.uklinux.net>
* snarf-check-and-output-texi: Change generated @deffn categories
@@ -10,7 +14,7 @@
index entries for each Guile primitive to the copy of the doc
snarf output that is used for reference manual synchronization.
Online help is unchanged.
-
+
* snarf-check-and-output-texi (*manual-flag*,
snarf-check-and-output-texi): Handle `--manual' invocation arg
passed through from libguile/Makefile.am.
@@ -21,7 +25,7 @@
(*primitive-deffnx-signature*, *primitive-deffnx-sig-length*):
Fluff to help insert the C declaration after any "@deffnx
primitive" lines in the snarfed docstring.
-
+
2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
* read-scheme-source (quoted?, clump): New procs, exported.