summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-02 10:17:40 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-02 10:17:40 -0800
commit0d3fc60bfb0d85e4c79550caec0f65976a9692f4 (patch)
tree68f34758c3bbe987570788dbb28c74d11709825a /ChangeLog
parentdf3337250fdff73a0d6076d4ada1719aaecdaafd (diff)
downloadtxr-0d3fc60bfb0d85e4c79550caec0f65976a9692f4.tar.gz
txr-0d3fc60bfb0d85e4c79550caec0f65976a9692f4.tar.bz2
txr-0d3fc60bfb0d85e4c79550caec0f65976a9692f4.zip
* match.c (format_field): Regression. Was not handling modifiers
which are compound expression (e.g. computed field widths). This was broken by the first commit of 2012-01-26.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8077bd08..21fca013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-02 Kaz Kylheku <kaz@kylheku.com>
+
+ * match.c (format_field): Regression. Was not handling modifiers
+ which are compound expression (e.g. computed field widths).
+ This was broken by the first commit of 2012-01-26.
+
2012-02-01 Kaz Kylheku <kaz@kylheku.com>
* eval.c (lookup_sym_lisp1): New function.