diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-26 21:58:29 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-26 21:58:29 -0700 |
commit | d5fdbd469b38c5444d7d9995a87546a12a6638bf (patch) | |
tree | 11354f2995490490e7233f03321d849c2171e6fc /ChangeLog | |
parent | e32e396dc432696d931e3aa9d0b3ee0511da0ac6 (diff) | |
download | txr-d5fdbd469b38c5444d7d9995a87546a12a6638bf.tar.gz txr-d5fdbd469b38c5444d7d9995a87546a12a6638bf.tar.bz2 txr-d5fdbd469b38c5444d7d9995a87546a12a6638bf.zip |
Version 037.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ 2011-09-26 Kaz Kylheku <kaz@kylheku.com> + Version 037 + + Short-circuiting behavior for @(all) and @(none). + + Obsolete forms of @(next) and @(output) syntax are gone. + + New filtering feature for substitutions in output. + Filtering to and from HTML built in, plus user-defined + filtering with deffilter. + + Bugfixes: wrong error message in throw; lack of support for escaping + backslashes in literals and regexes. + + * txr.c (version): Bumped to 037. + + * txr.1: Set version to 037 and bumped date. + + * configure: Bumped txr_ver to 037. + +2011-09-26 Kaz Kylheku <kaz@kylheku.com> + Bugfixes: Consistent escaping in various literals. Double backslash codes for single backslash. Output clause can be empty. |