diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-03 15:37:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-03 15:37:49 +0000 |
commit | 48d6402e65f87427d83a516e5296d677735f0022 (patch) | |
tree | 8879ee181827627d65ac60f3f822f5294c845778 /ChangeLog | |
parent | 07f11ba6bf609797f42c1ac768184b359a4e6ad7 (diff) | |
download | zsh-48d6402e65f87427d83a516e5296d677735f0022.tar.gz zsh-48d6402e65f87427d83a516e5296d677735f0022.tar.xz zsh-48d6402e65f87427d83a516e5296d677735f0022.zip |
rationalise mb<->wc conversions to use restartable form
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5776e62d4..41371caba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-08-03 Peter Stephenson <pws@csr.com> + * 22581: Src/prompt.c, Src/utils.c, Src/Zle/complist.c, + Src/Zle/zle.h, Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c: + rationalise multibyte conversions to and from wide characters + to use restartable form. + * unposted: Completion/Unix/Command/_subversion: import directory is optional, so complete URLs also on first argument. @@ -58,7 +63,7 @@ accept-and-menu-complete, perhaps. * 22562: Src/glob.c, Test/D07multibyte.ztst: make ${...#...} etc. - understand multibyte characters. + understand multibyte characters. 2006-07-29 Barton E. Schaefer <schaefer@zsh.org> |