summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-30 18:09:29 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-30 18:09:29 -0800
commit37d00fe0d64eef90318671fad2839fc552bfdc5d (patch)
tree33aca74d5c0e332f3e1dbf898bfb6c410a250407 /ChangeLog
parent78f186f057733ac5c7ac2b524a31960f77935958 (diff)
downloadtxr-37d00fe0d64eef90318671fad2839fc552bfdc5d.tar.gz
txr-37d00fe0d64eef90318671fad2839fc552bfdc5d.tar.bz2
txr-37d00fe0d64eef90318671fad2839fc552bfdc5d.zip
* genvim.txr: Support floating-point constants.
Do not color embedded decimal integers in symbols as integers. * txr.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3191ffea..704e7899 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-01-30 Kaz Kylheku <kaz@kylheku.com>
+ * genvim.txr: Support floating-point constants.
+ Do not color embedded decimal integers in symbols as integers.
+
+ * txr.vim: Regenerated.
+
+2014-01-30 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (expand_op): When the variant is do, and the symbol
is an operator, then suppress the addition of the rest
parameter in the dotted cons position at the end of the form,