summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-23 21:56:57 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-23 21:56:57 -0400
commitbb8705bd33c1cfa89cf07573dc5c477bdae1d6d0 (patch)
treeb62c87c230a2aace61851fe09040471a3157b1d2 /ChangeLog
parent047116716e98766487f4a808ad53e097565dede2 (diff)
downloadtxr-bb8705bd33c1cfa89cf07573dc5c477bdae1d6d0.tar.gz
txr-bb8705bd33c1cfa89cf07573dc5c477bdae1d6d0.tar.bz2
txr-bb8705bd33c1cfa89cf07573dc5c477bdae1d6d0.zip
* match.c (list_k, string_k): New keyword symbol variables.
(v_next): Implement :list and :string keywords. (syms_init): New keyword variables initialized. NOTE: the :var keyword is deprecated. * txr.1: Documented :list and :string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f3f9e76..bc97d097 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-10-23 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (list_k, string_k): New keyword symbol variables.
+ (v_next): Implement :list and :string keywords.
+ (syms_init): New keyword variables initialized.
+ NOTE: the :var keyword is deprecated.
+
+ * txr.1: Documented :list and :string.
+
+2011-10-23 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (h_skip): Bugfix: bad agument list in debugf call.
2011-10-22 Kaz Kylheku <kaz@kylheku.com>