diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-09-09 13:48:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-09-09 13:48:59 +0000 |
commit | 5831792752f6f58ae6be8187832d4748287f6f11 (patch) | |
tree | c28e94af64086af5be79952eb018793d81e09a46 /ChangeLog | |
parent | d39b9fabdb7c6802aff547b17810b02d9dffa8a4 (diff) | |
download | zsh-5831792752f6f58ae6be8187832d4748287f6f11.tar.gz zsh-5831792752f6f58ae6be8187832d4748287f6f11.tar.xz zsh-5831792752f6f58ae6be8187832d4748287f6f11.zip |
21717: Src/Zle/zle_misc.c: fix execute-named-command and -where-is
with multibyte support
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 21469f438..6df6afe04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-09-09 Peter Stephenson <pws@csr.com> + * 21717: Src/Zle/zle_misc.c: where-is and execute-named-command + didn't work with multibyte support because the remainder of + the character wasn't read properly. + * 21709 plus tweaks: Doc/Zsh/zle.yo, Src/builtin.c, Src/init.c, Src/Zle/zle_keymap.c, Src/Zle/zle_main.c, Src/Zle/zle_misc.c, Src/Zle/zle_vi.c: Use $KEYTIMOUT for bytes after the first |