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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-11-22 Kaz Kylheku <kaz@kylheku.com> + + * 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. + 2011-11-20 Kaz Kylheku <kaz@kylheku.com> Version 042 |