summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-14 19:52:24 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-14 19:52:24 -0800
commite3390f1ed75d58f78218acf22c2a9209a88a14a2 (patch)
tree684ddb7f1845ec0076fa5523704facdc8976a742 /ChangeLog
parent89baf71c475f494c139df7c7f29a593b5a0f7d61 (diff)
downloadtxr-e3390f1ed75d58f78218acf22c2a9209a88a14a2.tar.gz
txr-e3390f1ed75d58f78218acf22c2a9209a88a14a2.tar.bz2
txr-e3390f1ed75d58f78218acf22c2a9209a88a14a2.zip
@# comments are becoming obsolescent. @# comments
can now be used. Within nested forms, Lisp-compatible ; comments are suported. * parser.l: Support @# and ; comments. * txr.1: Documentation updated. * txr.vim: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45abf33b..226f38f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2011-12-14 Kaz Kylheku <kaz@kylheku.com>
+ @# comments are becoming obsolescent. @# comments
+ can now be used. Within nested forms,
+ Lisp-compatible ; comments are suported.
+
+ * parser.l: Support @# and ; comments.
+
+ * txr.1: Documentation updated.
+
+ * txr.vim: Updated.
+
+2011-12-14 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (car, cdr): Set the lazy cons function to nil
after calling it.
(rplacd): Do not set the lazy cons function to nil