summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-01 12:46:12 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-01 12:46:12 -0700
commit0db4948c41acbf4424762c82bb5022d457d2537e (patch)
tree451435b5258d0986a789869d98e0dcbf8811cac4 /ChangeLog
parent43d57181bce58c8f34d1b6a7e0235aa9d729a717 (diff)
parenta1349b59841b14b2a458b46ba36ed085becbdbd9 (diff)
downloadtxr-0db4948c41acbf4424762c82bb5022d457d2537e.tar.gz
txr-0db4948c41acbf4424762c82bb5022d457d2537e.tar.bz2
txr-0db4948c41acbf4424762c82bb5022d457d2537e.zip
Merge commit '4afe959'
Conflicts: ChangeLog Lost commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e60226f..26eb20f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+ Regression bug fix: longest match variables broken by
+ 2011-09-28 commit which introduced the double var match.
+
+ * match.c (match_line): Handle case where modifier is t.
+
+ * parser.y (var_op): Produce modifir as (t) rather than t.
+
+2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: Documented choose and horizontal mode for paralle
constructs.