summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-05-13 19:55:03 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-05-13 19:55:03 -0700
commit305c3638096b12715ee37904fc46f37b7fa0baa6 (patch)
tree7079e4152c8f485238a5102862cf06ce7b425650 /ChangeLog
parent4108b7cb7a569600c9d17c5116be74e2ecf4b3e1 (diff)
downloadtxr-305c3638096b12715ee37904fc46f37b7fa0baa6.tar.gz
txr-305c3638096b12715ee37904fc46f37b7fa0baa6.tar.bz2
txr-305c3638096b12715ee37904fc46f37b7fa0baa6.zip
* place.tl (define-modify-macro): New macro.
* lisplib.c (set_place_dlt_entries): Add define-modify-macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 046187a6..7d666f83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2015-05-13 Kaz Kylheku <kaz@kylheku.com>
+ * place.tl (define-modify-macro): New macro.
+
+ * lisplib.c (set_place_dlt_entries): Add define-modify-macro.
+
+2015-05-13 Kaz Kylheku <kaz@kylheku.com>
+
* place.tl (push): Ensure left-to-right eval order.
2015-05-12 Kaz Kylheku <kaz@kylheku.com>