summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-05-15 01:45:19 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-05-15 01:45:19 -0700
commit10bbad5126477bbf9e46a37d4c323f87f8273dbb (patch)
tree1487c42b25d726c48a61196ab73b3fc66f6ac5d7 /ChangeLog
parentb72c239bae5b34c66fcd5beb24c8c7b706420c34 (diff)
downloadtxr-10bbad5126477bbf9e46a37d4c323f87f8273dbb.tar.gz
txr-10bbad5126477bbf9e46a37d4c323f87f8273dbb.tar.bz2
txr-10bbad5126477bbf9e46a37d4c323f87f8273dbb.zip
* match.c (match_fun): Support debug stop on the function
prior to the call. The first data line number is 1, not zero, if there is data. * txr.1: Added usage example for match-fun.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cdbfcb5..ac50250c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-05-15 Kaz Kylheku <kaz@kylheku.com>
+
+ * match.c (match_fun): Support debug stop on the function
+ prior to the call. The first data line number is 1, not zero,
+ if there is data.
+
+ * txr.1: Added usage example for match-fun.
+
2013-05-14 Kaz Kylheku <kaz@kylheku.com>
* txr.1: Documented time and url encoding/decoding functions.