summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-19 17:17:23 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-19 17:17:23 -0800
commit4ac284ddd4bbf4c3c02c0531795baf669bca4f54 (patch)
treeb2f64edbcc4d174876763e1371ef655f18ba6b43 /ChangeLog
parent1f3d894dab47e0d2527adf7db0b74296f19f7b81 (diff)
downloadtxr-4ac284ddd4bbf4c3c02c0531795baf669bca4f54.tar.gz
txr-4ac284ddd4bbf4c3c02c0531795baf669bca4f54.tar.bz2
txr-4ac284ddd4bbf4c3c02c0531795baf669bca4f54.zip
* match.c (v_deffilter): Even better. Just evaluate
the arguments individually. Now @(deffilter a b ..) is possible where these evaluate to suitable lists of strings. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 353e258a..0f35be54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-11-19 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (v_deffilter): Even better. Just evaluate
+ the arguments individually. Now @(deffilter a b ..)
+ is possible where these evaluate to suitable
+ lists of strings.
+
+ * txr.1: Documented.
+
+2011-11-19 Kaz Kylheku <kaz@kylheku.com>
+
deffilter grows in power: it can take quasistrings.
* lib.c (cdr_f): New global variable.