diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-13 22:30:37 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-13 22:30:37 +0000 |
commit | d8e36bffa29b31c3533b4877701e37e3cffe44fb (patch) | |
tree | 1b6c3cb8bc7c42ebed3b20fe08377aad663354f0 /ChangeLog | |
parent | f50dfd61f66d61d17c2ae14e03f32a502da577fa (diff) | |
download | zsh-d8e36bffa29b31c3533b4877701e37e3cffe44fb.tar.gz zsh-d8e36bffa29b31c3533b4877701e37e3cffe44fb.tar.xz zsh-d8e36bffa29b31c3533b4877701e37e3cffe44fb.zip |
23052: multibyte characters in typeset -L/R/Z padding
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 390e0f017..a15e690e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 23052: Doc/Zsh/builtins.yo, Src/subst.c: multibyte + characters in typeset -L/R/Z padding. + 2006-12-13 Peter Stephenson <pws@csr.com> * 23051: Src/lex.c: using ${(Q)...} on an expression with |