summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-23 13:33:37 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-23 13:33:37 -0700
commit9974fbd107663e9fa6f23cca5eea1732b33dacb5 (patch)
tree01b4d6a3c9c7c10c2d1c709104bb3aced54147b6 /ChangeLog
parentfe9d54633ec915d2a9e039e9e4ac4b64e91f6063 (diff)
downloadtxr-9974fbd107663e9fa6f23cca5eea1732b33dacb5.tar.gz
txr-9974fbd107663e9fa6f23cca5eea1732b33dacb5.tar.bz2
txr-9974fbd107663e9fa6f23cca5eea1732b33dacb5.zip
* match.c (match_files): Some cleanup in preparation of new
features. Support for obsolescent @(next) syntax is gone.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d2b76b3..58869bd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2011-09-21 Kaz Kylheku <kaz@kylheku.com>
+2011-09-23 Kaz Kylheku <kaz@kylheku.com>
+
+ * match.c (match_files): Some cleanup in preparation of new
+ features. Support for obsolescent @(next) syntax is gone.
+
+2011-09-23 Kaz Kylheku <kaz@kylheku.com>
Semantics tweak: short circuiting behavior for @(all) and @(none).