diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-05 10:48:10 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-05 10:48:10 +0000 |
commit | eb41692bc56f22c7587426c4e5fa3c75ea0dfeab (patch) | |
tree | 92f164f7f014503fe24f8b3ff65688c273c4e296 /ChangeLog | |
parent | d7e0081a67988fe139539d745a14dda4094e125a (diff) | |
download | zsh-eb41692bc56f22c7587426c4e5fa3c75ea0dfeab.tar.gz zsh-eb41692bc56f22c7587426c4e5fa3c75ea0dfeab.tar.xz zsh-eb41692bc56f22c7587426c4e5fa3c75ea0dfeab.zip |
fix for matching control, try harder to merge separately completed parts to avoid losing user-typed characters (13565)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 24f0b39a6..3f50de897 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-03-05 Sven Wischnowsky <wischnow@zsh.org> + + * 13565: Src/Zle/compmatch.c, Src/Zle/compresult.c, + Test/54compmatch.ztst: fix for matching control, try harder to + merge separately completed parts to avoid losing user-typed + characters + 2001-03-04 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * Unposted: Etc/FAQ.yo: latest version. |