diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-22 16:51:26 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-22 16:51:26 -0800 |
commit | d9f00cc8a2cb018377e7cd7ea44d35f7ce710f07 (patch) | |
tree | b0f5539e84d5a5e5a307b32068340bba08386059 /RELNOTES | |
parent | fcd519070bd9ea1249fe430a172e10e57dda8574 (diff) | |
download | txr-d9f00cc8a2cb018377e7cd7ea44d35f7ce710f07.tar.gz txr-d9f00cc8a2cb018377e7cd7ea44d35f7ce710f07.tar.bz2 txr-d9f00cc8a2cb018377e7cd7ea44d35f7ce710f07.zip |
* match.c (search_form): Bugfix: we must search to one character
position after the end of the line, otherwise we can never match
@(eol).
(h_eol): Bugfix: do not return t, but the line length.
* txr.1: Warn users about @var@(bind ...) pitfall.
* RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ + (future release) + TXR 043 + 201?-??-?? + + Bugs + + - Buggy @(eol) directive fixed. + + (current release) TXR 042 2011-11-20 |