summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-26 00:20:57 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-26 00:20:57 -0400
commit6d7e225fa1dded120dd959074c0d269c38459713 (patch)
treed399065394b3dcf5228e0a253036029125ab5206 /ChangeLog
parent2987f69f690d8433ad3aaa9e9f41949455ada2cb (diff)
downloadtxr-6d7e225fa1dded120dd959074c0d269c38459713.tar.gz
txr-6d7e225fa1dded120dd959074c0d269c38459713.tar.bz2
txr-6d7e225fa1dded120dd959074c0d269c38459713.zip
Fixed lame @(cat) directive, without obsolescence phase.
* match.c (v_cat): Rewritten. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4cbb8ce..accf2a84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-10-26 Kaz Kylheku <kaz@kylheku.com>
+
+ Fixed lame @(cat) directive, without obsolescence phase.
+
+ * match.c (v_cat): Rewritten.
+
+ * txr.1: Documented.
+
2011-10-25 Kaz Kylheku <kaz@kylheku.com>
* configure: put in set -u to trap unbound variables,