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 990fa3e0..b54fc471 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-12-23 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (memql): New function.
+ (some_satisfy): Return the first non-nil result, rather than t.
+ (all_satisfy): Return the value of the last item, if all items
+ are processed.
+
+ * lib.h (memql): Declared.
+
+ * txr.1: Documented memq, memql, memqual, tree-find, some,
+ all, none, eq, eql and equal.
+
2011-12-22 Kaz Kylheku <kaz@kylheku.com>
* txr.1: Documented copy-list, reverse, nreverse, ldiff and flatten.