diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-19 17:17:23 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-19 17:17:23 -0800 |
commit | 4ac284ddd4bbf4c3c02c0531795baf669bca4f54 (patch) | |
tree | b2f64edbcc4d174876763e1371ef655f18ba6b43 /ChangeLog | |
parent | 1f3d894dab47e0d2527adf7db0b74296f19f7b81 (diff) | |
download | txr-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |