summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-11-10 07:49:37 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-11-10 07:49:37 -0800
commit2968f213b667baa8178f90bde8c0d8f757741757 (patch)
treea6ce1fbef0b8450e078dcdd98cb0d1f448c499da /ChangeLog
parent18dddca25db701d49aea1e678c856e6602b9b8ab (diff)
downloadtxr-2968f213b667baa8178f90bde8c0d8f757741757.tar.gz
txr-2968f213b667baa8178f90bde8c0d8f757741757.tar.bz2
txr-2968f213b667baa8178f90bde8c0d8f757741757.zip
* eval.c (opip_s, oand_s, chain_s, chand_s): New global variables.
(macro_form_p): Forward declaration added. (me_opip): New static function. (eval_init): Intern new symbols, register opip and oand macros to me_opip function. Use chain_s and chand_s in registration for chain and chand. * txr.1: Document opip and oand * tl.vim, txr.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8a16758..7443d7c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2014-11-10 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables.
+ (macro_form_p): Forward declaration added.
+ (me_opip): New static function.
+ (eval_init): Intern new symbols, register opip and oand macros
+ to me_opip function. Use chain_s and chand_s in registration
+ for chain and chand.
+
+ * txr.1: Document opip and oand
+
+ * tl.vim, txr.vim: Regenerated.
+
2014-11-06 Kaz Kylheku <kaz@kylheku.com>
* lib.c (sub, ref, refset, replace, update, search_list):