diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-27 07:41:07 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-27 07:41:07 +0000 |
commit | b36344b6ba9fe45fcf30638fdea6c2248e34fe10 (patch) | |
tree | daa07e42946ded805074f1091095ba136402befa /ChangeLog | |
parent | 189aa5c9f21969dfa2f157e25c126eb527e4d557 (diff) | |
download | zsh-b36344b6ba9fe45fcf30638fdea6c2248e34fe10.tar.gz zsh-b36344b6ba9fe45fcf30638fdea6c2248e34fe10.tar.xz zsh-b36344b6ba9fe45fcf30638fdea6c2248e34fe10.zip |
follow-up to 17222, make the optimisation work for some more keys again (17237)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 19ba9b4bc..d96798c02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-05-27 Sven Wischnowsky <wischnow@zsh.org> + + * 17237: Src/Zle/complist.c: follow-up to 17222, make the + optimisation work for some more keys again + 2002-05-26 Clint Adams <clint@zsh.org> * 17235: Src/Modules/datetime.c, Src/Modules/datetime.mdd: |