summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-29 22:31:27 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-30 09:53:47 -0700
commit1057218015c2388a90bfbe9baa8cfb90820a6d8c (patch)
tree3eb04daa4e0ea7b1869bfd846ef5df212ccc656a /ChangeLog
parent8c0902a00ad68bb3f830274342de608cd36f304d (diff)
downloadtxr-1057218015c2388a90bfbe9baa8cfb90820a6d8c.tar.gz
txr-1057218015c2388a90bfbe9baa8cfb90820a6d8c.tar.bz2
txr-1057218015c2388a90bfbe9baa8cfb90820a6d8c.zip
* parser.l: Implemented backslash continuations in SPECIAL
state, regexes and string literals. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 166adc68..723a3f2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-09-29 Kaz Kylheku <kaz@kylheku.com>
+ * parser.l: Implemented backslash continuations in SPECIAL
+ state, regexes and string literals.
+
+ * txr.1: Documented.
+
+2011-09-29 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (match_line): Implemented horizontal all, some,
none, maybe and cases directives.
(match_files): Recognize horizontal version of these directives