summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-10 11:59:10 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-10 11:59:10 -0800
commitf9d713f3fc2fbd1c3ead07121b3bc39f5088a7d7 (patch)
treefb57a1c93b1eba7919f0e350b73da3d1e3da60ef /ChangeLog
parent67af8c39f31a738af98694375768192795f33ec4 (diff)
downloadtxr-f9d713f3fc2fbd1c3ead07121b3bc39f5088a7d7.tar.gz
txr-f9d713f3fc2fbd1c3ead07121b3bc39f5088a7d7.tar.bz2
txr-f9d713f3fc2fbd1c3ead07121b3bc39f5088a7d7.zip
* parser.l: Fixed wrong error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98659aa8..ac7464d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-11-10 Kaz Kylheku <kaz@kylheku.com>
+ * parser.l: Fixed wrong error message.
+
+2011-11-10 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (v_fun): Bugfix: if there is material after
the function call, decline it; it is a horizontal context.