summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50100ddf..39ab1c6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2012-01-11 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s):
+ New symbol variables.
+ (op_each): New static function.
+ (expand): Handle the four new operators.
+ (eval_init): Intern new symbols, register new operators.
+
+ * txr.1: Documented each, each*, collect-each and collect-each*.
+
+ * txr.vim: Updated.
+
+2012-01-11 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): list_str registered.
* lib.c (list_str): New function.