diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-25 15:16:27 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-25 15:16:27 +0000 |
commit | 193846af847cb469d69611e84955486808c4ec6f (patch) | |
tree | 9a038083ad0e918f7f40e184172f7018ac94302c /ChangeLog | |
parent | b6fb83e4ffec7207eb448bef8997f93bae4d1b31 (diff) | |
download | zsh-193846af847cb469d69611e84955486808c4ec6f.tar.gz zsh-193846af847cb469d69611e84955486808c4ec6f.tar.xz zsh-193846af847cb469d69611e84955486808c4ec6f.zip |
fix for mergin two CLF_MID entries in cline lists (with two equal prefixes it thought there were characters missing) (13388)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1ec2f0daa..ed84451e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-01-25 Sven Wischnowsky <wischnow@zsh.org> + * 13388: Src/Zle/compmatch.c: fix for mergin two CLF_MID entries + in cline lists (with two equal prefixes it thought there were + characters missing) + * 13384: Src/signals.c: make signal queueing variables be exported to modules |