summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-08 09:04:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-08 09:04:46 -0700
commitd910f624a23e374004924f46541e6f99b48583c7 (patch)
treedc2fbcd3cdbc57bd9a606e5d3b9c30b55fd3b8d2 /ChangeLog
parent16a1ef71a6877069f4814ac16aa5e7a85e9a2f11 (diff)
downloadtxr-d910f624a23e374004924f46541e6f99b48583c7.tar.gz
txr-d910f624a23e374004924f46541e6f99b48583c7.tar.bz2
txr-d910f624a23e374004924f46541e6f99b48583c7.zip
* match.c (mintimes_k, maxtimes_k): New keyword variables.
(match_line): Implemented :mintimes and :maxtimes, changing the semantics of :times. (match_files): Likewise. (match_init): New keyword variables initialized. * txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83576e3d..d1ecf4ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-10-08 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (mintimes_k, maxtimes_k): New keyword variables.
+ (match_line): Implemented :mintimes and :maxtimes, changing
+ the semantics of :times.
+ (match_files): Likewise.
+ (match_init): New keyword variables initialized.
+
+ * txr.1: Updated.
+
+2011-10-08 Kaz Kylheku <kaz@kylheku.com>
+
* HACKING: Formatting.
2011-10-07 Kaz Kylheku <kaz@kylheku.com>