summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-27 22:55:14 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-27 22:55:14 -0800
commitcdc64fd7a30d68dbd930ded963a804089821d08e (patch)
treef1aef2ba7ffa512537cec183745398494662dcca /ChangeLog
parent076313321ca0d780cfedd06ca3faa8e192cab130 (diff)
downloadtxr-cdc64fd7a30d68dbd930ded963a804089821d08e.tar.gz
txr-cdc64fd7a30d68dbd930ded963a804089821d08e.tar.bz2
txr-cdc64fd7a30d68dbd930ded963a804089821d08e.zip
* parser.l: Support hex and octal escapes in string and quasiliterals,
as the documentation says. Also support an optional trailing ; delimiter in hex escapes. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f2d8d79..7eef7d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2012-01-27 Kaz Kylheku <kaz@kylheku.com>
+ * parser.l: Support hex and octal escapes in string and quasiliterals,
+ as the documentation says. Also support an optional trailing ;
+ delimiter in hex escapes.
+
+ * txr.1: Documented.
+
+2012-01-27 Kaz Kylheku <kaz@kylheku.com>
+
* txr.vim: Properly show @[...] inside quasiliteral.
2012-01-27 Kaz Kylheku <kaz@kylheku.com>