diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-15 21:27:45 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-15 21:27:45 +0000 |
commit | 85c513894d42293c79b46f09a039162329698656 (patch) | |
tree | e4cb108ebd22c4e7420cb6baf9cf9f59018c29c8 /ChangeLog | |
parent | ac38534728b2980d1e4b3422453322546b975062 (diff) | |
download | zsh-85c513894d42293c79b46f09a039162329698656.tar.gz zsh-85c513894d42293c79b46f09a039162329698656.tar.xz zsh-85c513894d42293c79b46f09a039162329698656.zip |
26047: convert lower levels of completion matching to use
multibyte strings and wide characters
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index c31491971..9fe8c2bca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,17 @@ +2008-11-15 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 26047: Src/pattern.c, Src/Zle/comp.h, Src/Zle/compmatch.c, + Src/Zle/complete.c, Src/Zle/compmatch.c, Src/Zle/computil.c, + Src/Zle/zle_utils.c: convert lower levels of completion + matching to user multibyte strings / wide characters. + + * Phil (unposted): README: another typo. + 2008-11-15 Clint Adams <clint@zsh.org> * 26046: Functions/TCP/tcp_send: return an error if session's fd is unusable. -2008-11-15 Peter Stephenson <p.w.stephenson@ntlworld.com> - - * Phil (unposted): README: another typo. - 2008-11-13 Peter Stephenson <p.w.stephenson@ntlworld.com> * 26042 with some fixes from 26043 (Mikael): README, |