diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 22:52:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 22:52:50 +0000 |
commit | 91a10708b25b78d36549de0177e2330670fe163d (patch) | |
tree | 860dc6613bcdbb00961d6b6d4081ec2346973b01 /ChangeLog | |
parent | 8a323cae8caaf8ffb9da3622469d21edbb027948 (diff) | |
download | zsh-91a10708b25b78d36549de0177e2330670fe163d.tar.gz zsh-91a10708b25b78d36549de0177e2330670fe163d.tar.xz zsh-91a10708b25b78d36549de0177e2330670fe163d.zip |
24822: highlighting of isearch matches
unposted: not in NEWS that COMBINING_CHARS is not on by default
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index eebd29b6a..09aabd7f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-04-26 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: NEWS: note that COMBINING_CHARS is not on by + default. + + * 24882: Doc/Zsh/zle.yo, Src/Zle/zle_hist.c, Src/Zle/zle_refresh.c: + highlighting of incremental search match. + * unposted because everyone's seen enough of my mistakes: Src/pattern.c, Src/Zle/zle_hist.c: with pattern matching the end position of the match wasn't calculated; we used the |