summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a81d8b2..61110693 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-11-23 Kaz Kylheku <kaz@kylheku.com>
+ * txr.c (remove_hash_bang_line): Recognize multiple
+ syntax possibilities. A hash bang could be buried in a (text ...)
+ compound, or it could just be a string (thanks to the text form
+ optimization).
+
+2011-11-23 Kaz Kylheku <kaz@kylheku.com>
+
Optimization: if all the elements of (text ...) are
strings, then replace the (text ...) by the catenation
of those strings.